Home
last modified time | relevance | path

Searched defs:move_file (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/patch/
H A Dutil.c58 move_file(const char *from, const char *to) in move_file() function
/netbsd/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c527 move_file(const char *fname) in move_file() function
/netbsd/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