| /src/usr.bin/patch/ |
| util.h | 36 int move_file(const char *, const char *);
|
| patch.c | 382 if (move_file(TMPOUTNAME, outname) < 0) { 422 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
|
| util.c | 58 move_file(const char *from, const char *to) function
|
| pch.c | 1468 if (move_file(TMPOUTNAME, outname) < 0) {
|
| /src/usr.sbin/postinstall/ |
| postinstall.in | 378 # move_file op src dst -- 382 move_file() function 384 [ $# -eq 3 ] || err 3 "USAGE: move_file op src dst" 1031 move_file "${op}" "${DEST_DIR}/var/db/btdev.xml" \ 1224 move_file "${op}" \ 1229 move_file "${op}" \ 1234 move_file "${op}" \ 1243 move_file "${op}" "${lease}" "${new_lease}" 1248 move_file "${op}" \ 1253 move_file "${op}" [all...] |
| /src/external/bsd/ntp/dist/scripts/update-leap/ |
| update-leap.in | 191 move_file($TMP_FILE, $LEAPFILE); 197 move_file($TMP_FILE, 'leap-seconds.list_corrupt'); 219 sub move_file {
|
| /src/sys/arch/sgimips/stand/sgivol/ |
| sgivol.c | 108 void move_file(const char *); 254 move_file(argv[0]); 527 move_file(const char *fname) function
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 70 #define move_file(from, to) (!MoveFileEx(from, to, MOVEFILE_REPLACE_EXISTING)) macro 72 #define move_file(from, to) rename(from, to) macro 604 if ( move_file( tmpfname, path->bv_val ) == 0 ) {
|