Searched refs:xchmod (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | checkin.c | 100 xchmod (finfo->file, 1); in Checkin() 111 xchmod (finfo->file, 0); in Checkin()
|
H A D | vers_ts.c | 244 xchmod (finfo->file, 1); in Version_TS() 258 xchmod (finfo->file, 0); in Version_TS()
|
H A D | update.c | 1339 xchmod (finfo->file, 1); in checkout_file() 1774 xchmod (finfo->file, 1); in patch_file() 1959 xchmod (finfo->file, 1); in merge_file() 1992 xchmod (finfo->file, 1); in merge_file() 2463 xchmod (finfo->file, 1); in join_file() 2517 xchmod (finfo->file, 1); in join_file() 2552 xchmod (finfo->file, 1); in join_file()
|
H A D | add.c | 521 xchmod (finfo.file, 1); in add() 636 xchmod (finfo.file, cvswrite); in add()
|
H A D | edit.c | 327 xchmod (filename, 1); in edit_file() 711 xchmod (finfo->file, 0); in unedit_fileproc()
|
H A D | filesubr.c | 372 xchmod (const char *fname, int writable) in xchmod() function
|
H A D | cvs.h | 649 void xchmod (const char *fname, int writable);
|
H A D | client.c | 297 xchmod (filename, writeable); in change_mode() 1838 xchmod (filename, 1); in update_entries() 1849 xchmod (filename, 0); in update_entries()
|
H A D | ChangeLog-9395 | 1133 * filesubr.c (xchmod): Parenthesize arithmetic in operand of | 1504 open_file, make_directory, make_directories, xchmod, 2017 - Jun Hamano's xchmod() patch to prevent writable files 3389 Call xchmod on file2. Close the patch file after checking for a
|
H A D | rcs.c | 4575 xchmod (workfile, 1); in RCS_checkout()
|
H A D | ChangeLog | 1238 * filesubr.c (copy_file, xchmod, rename_file): Ditto. 2504 * checkin.c (Checkin), checkout.c (checkout_proc), filesubr.c (xchmod), 4390 (fileattr_startdir), filesubr.c (mkdir_if_needed, xchmod, 12620 * filesubr.c (copy_file, xchmod, rename_file, unlink_file): Use it. 13686 (xchmod): Do nothing if `preserve_perms' is set.
|
H A D | ChangeLog-96 | 3514 * filesubr.c (xchmod): added cast to shut up gcc
|