Home
last modified time | relevance | path

Searched refs:MoveFileEx (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Drename.c43 # undef MoveFileEx
44 # define MoveFileEx MoveFileExA macro
180 if (MoveFileEx (src, dst, 0)) in rpl_rename()
188 if (MoveFileEx (src, dst, MOVEFILE_REPLACE_EXISTING)) in rpl_rename()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c466 return (MoveFileEx (old, new, MOVEFILE_REPLACE_EXISTING) == 0 ? -1 : 0); in history_rename()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c70 #define move_file(from, to) (!MoveFileEx(from, to, MOVEFILE_REPLACE_EXISTING))
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d2630 alias MoveFileExW MoveFileEx;
2809 alias MoveFileExA MoveFileEx;
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog241 * import/rename.c (MoveFileEx): Update.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc482 // Fall back to MoveFileEx.