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

/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c526 move_file(".", DESC_FNAME, LogDir);
527 move_file(".", COMMENT_FNAME, LogDir);
529 move_file(".", INSTALL_FNAME, LogDir);
531 move_file(".", POST_INSTALL_FNAME, LogDir);
533 move_file(".", DEINSTALL_FNAME, LogDir);
535 move_file(".", POST_DEINSTALL_FNAME, LogDir);
537 move_file(".", REQUIRE_FNAME, LogDir);
539 move_file(".", DISPLAY_FNAME, LogDir);
541 move_file(".", MTREE_FNAME, LogDir);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.h78 int move_file(char *_from, char *_to);
H A Dpatch.c376 } else if (move_file(TMPOUTNAME, outname) < 0) {
409 } else if (move_file(TMPREJNAME, rejname) < 0)
H A Dutil.c32 move_file(char *from, char *to) function
H A Dpch.c1437 if (move_file(TMPOUTNAME, outname) < 0) {
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h185 void move_file(const char *, const char *, const char *);
H A Dfile.c285 move_file(const char *dir, const char *fname, const char *tdir) function
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dqtool.pl460 sub move_file subroutine
924 $result = ::move_file($self->{data_file}->{file_name},
930 $result = ::move_file($self->{control_file}->{file_name},

Completed in 186 milliseconds