HomeSort by: relevance | last modified time | path
    Searched refs:move_file (Results 1 - 6 of 6) sorted by relevancy

  /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 in typeref:typename:int
pch.c 1468 if (move_file(TMPOUTNAME, outname) < 0) {
  /src/usr.sbin/postinstall/
postinstall.in 378 # move_file op src dst --
382 move_file()
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/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 in typeref:typename:void

Completed in 16 milliseconds