Searched refs:move_file (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.bin/patch/
H A Dutil.h36 int move_file(const char *, const char *);
H A Dpatch.c382 if (move_file(TMPOUTNAME, outname) < 0) {
422 if (!check_only && move_file(TMPREJNAME, rejname) < 0)
H A Dutil.c58 move_file(const char *from, const char *to) function
H A Dpch.c1468 if (move_file(TMPOUTNAME, outname) < 0) {
/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in378 # move_file op src dst --
382 move_file() function
384 [ $# -eq 3 ] || err 3 "USAGE: move_file op src dst"
1004 move_file "${op}" "${DEST_DIR}/var/db/btdev.xml" \
1197 move_file "${op}" \
1202 move_file "${op}" \
1207 move_file "${op}" \
1216 move_file "${op}" "${lease}" "${new_lease}"
1221 move_file "${op}" \
1226 move_file "
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in190 move_file($TMP_FILE, $LEAPFILE);
196 move_file($TMP_FILE, 'leap-seconds.list_corrupt');
218 sub move_file {
/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c108 void move_file(const char *);
254 move_file(argv[0]);
527 move_file(const char *fname) function
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c70 #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 ) {

Completed in 205 milliseconds