Searched refs:dest_exists (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dmv.c43 int dest_exists; local
60 dest_exists = cp_mv_stat(last, &dest_stat);
61 if (dest_exists < 0) {
65 if (!(dest_exists & 2)) {
73 dest_exists = cp_mv_stat(dest, &dest_stat);
74 if (dest_exists < 0) {
80 if (dest_exists && !(flags & OPT_FILEUTILS_FORCE) &&
98 if (dest_exists) {
99 if (dest_exists == 3) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopy_file.c71 signed char dest_exists = 0; local
97 dest_exists = 1;
139 if (dest_exists) {
192 if (!dest_exists
257 || (dest_exists && !(flags & (FILEUTILS_RECUR|FILEUTILS_INTERACTIVE))
311 if (dest_exists) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c3752 BOOL dest_exists; local
3819 dest_exists = vfs_object_exist(conn,newname,NULL);
3821 if(!replace_if_exists && dest_exists) {
3829 if (dest_exists && !NT_STATUS_IS_OK(error)) {

Completed in 151 milliseconds