Home
last modified time | relevance | path

Searched refs:dest_exists (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dmv.c70 int dest_exists; in mv_main() local
88 dest_exists = cp_mv_stat(last, &dest_stat); in mv_main()
89 if (dest_exists < 0) { in mv_main()
93 if (!(dest_exists & 2)) { /* last is not a directory */ in mv_main()
101 dest_exists = cp_mv_stat(dest, &dest_stat); in mv_main()
102 if (dest_exists < 0) { in mv_main()
107 if (dest_exists) { in mv_main()
135 if (dest_exists) { in mv_main()
136 if (dest_exists == 3) { in mv_main()
/dports/archivers/opkg-openwrt/opkg-b07cde3/libbb/
H A Dcopy_file.c40 int dest_exists = 1; in copy_file() local
56 dest_exists = 0; in copy_file()
59 if (dest_exists && source_stat.st_rdev == dest_stat.st_rdev && in copy_file()
76 if (dest_exists) { in copy_file()
129 if (!dest_exists && in copy_file()
138 if (dest_exists) { in copy_file()
151 dest_exists = 0; in copy_file()
155 if (!dest_exists) { in copy_file()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dcopy_file.c87 smallint dest_exists = 0; in copy_file() local
114 dest_exists = 1; in copy_file()
155 if (dest_exists) { in copy_file()
209 if (!dest_exists in copy_file()
218 if (dest_exists) { in copy_file()
229 dest_exists = 0; in copy_file()
362 if (dest_exists) { in copy_file()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dtoc.py40 self.dest_exists = self.dest_error = None
122 if self.dest_exists is not None:
123 ans['dest_exists'] = self.dest_exists
244 item.dest_exists = False
250 item.dest_exists = False
254 item.dest_exists = False
258 item.dest_exists = True
262 item.dest_exists = item.frag in anchor_map[name]
263 if not item.dest_exists:
463 toc.dest_exists = True
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dnfs_cmode.py483 nfs_share, file_name, volume['name'], dest_exists=True)
557 dest_exists=False): argument
561 dest_exists=dest_exists)
621 volume['name'], dest_exists=True)
645 dest_exists=True)
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendmtp.c1589 validate_source_and_dest (gboolean dest_exists, in validate_source_and_dest() argument
1597 if (dest_exists) { in validate_source_and_dest()
1767 gboolean dest_is_dir = dest_exists && in do_pull()
1778 } else if (dest_exists) { in do_pull()
2033 gboolean dest_exists = entry != NULL && entry->id != -1; in do_push() local
2036 if (dest_exists) { in do_push()
2077 } else if (dest_exists) { in do_push()
2948 if (dest_exists) { in do_move()
2974 } else if (dest_exists) { in do_move()
3084 if (dest_exists) { in do_copy()
[all …]
H A Dgvfsbackendafp.c235 gboolean dest_exists; in do_copy() local
260 dest_exists = FALSE; in do_copy()
271 dest_exists = TRUE; in do_copy()
277 if (dest_exists) in do_copy()
309 if (dest_exists) in do_copy()
442 gboolean dest_exists; in do_move() local
464 dest_exists = FALSE; in do_move()
475 dest_exists = TRUE; in do_move()
480 if (dest_exists) in do_move()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/
H A Dsetup.py25 dest_exists = False variable
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/
H A Dsetup.py25 dest_exists = False variable
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/
H A Dsetup.py25 dest_exists = False variable
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/
H A Dsetup.py25 dest_exists = False variable
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/
H A Dsetup.py27 dest_exists = False variable
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/
H A Dsetup.py25 dest_exists = False variable
/dports/x11/libfm-extra/libfm-1.3.2/src/job/
H A Dfm-file-ops-job-xfer.c160 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file() local
166 opt = _fm_file_ops_job_ask_new_name(job, src, dest, &new_dest, dest_exists); in _fm_file_ops_job_copy_file()
412 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file() local
418 opt = _fm_file_ops_job_ask_new_name(job, src, dest, &new_dest, dest_exists); in _fm_file_ops_job_copy_file()
H A Dfm-file-ops-job.c563 gboolean dest_exists) in _fm_file_ops_job_ask_new_name() argument
574 if (dest_exists) in _fm_file_ops_job_ask_new_name()
589 if (dest_exists) in _fm_file_ops_job_ask_new_name()
H A Dfm-file-ops-job.h178 gboolean dest_exists);
/dports/x11/libfm/libfm-1.3.2/src/job/
H A Dfm-file-ops-job-xfer.c160 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file() local
166 opt = _fm_file_ops_job_ask_new_name(job, src, dest, &new_dest, dest_exists); in _fm_file_ops_job_copy_file()
412 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file() local
418 opt = _fm_file_ops_job_ask_new_name(job, src, dest, &new_dest, dest_exists); in _fm_file_ops_job_copy_file()
H A Dfm-file-ops-job.c563 gboolean dest_exists) in _fm_file_ops_job_ask_new_name() argument
574 if (dest_exists) in _fm_file_ops_job_ask_new_name()
589 if (dest_exists) in _fm_file_ops_job_ask_new_name()
H A Dfm-file-ops-job.h178 gboolean dest_exists);
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dclone.c937 int dest_exists; in cmd_clone() local
1006 dest_exists = path_exists(dir); in cmd_clone()
1007 if (dest_exists && !is_empty_dir(dir)) in cmd_clone()
1035 if (dest_exists) in cmd_clone()
1049 if (dest_exists) in cmd_clone()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dclone.c861 int dest_exists, real_dest_exists = 0; in correct_untracked_entries()
932 dest_exists = path_exists(dir); in correct_untracked_entries()
933 if (dest_exists && !is_empty_dir(dir)) in correct_untracked_entries()
971 if (dest_exists) in correct_untracked_entries()
985 if (dest_exists) in correct_untracked_entries()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dclone.c861 int dest_exists, real_dest_exists = 0; in cmd_clone() local
932 dest_exists = path_exists(dir); in cmd_clone()
933 if (dest_exists && !is_empty_dir(dir)) in cmd_clone()
971 if (dest_exists) in cmd_clone()
985 if (dest_exists) in cmd_clone()
/dports/devel/git/git-2.34.1/builtin/
H A Dclone.c861 int dest_exists, real_dest_exists = 0; in cmd_clone() local
932 dest_exists = path_exists(dir); in cmd_clone()
933 if (dest_exists && !is_empty_dir(dir)) in cmd_clone()
971 if (dest_exists) in cmd_clone()
985 if (dest_exists) in cmd_clone()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dclone.c861 int dest_exists, real_dest_exists = 0; in cmd_clone() local
932 dest_exists = path_exists(dir); in cmd_clone()
933 if (dest_exists && !is_empty_dir(dir)) in cmd_clone()
971 if (dest_exists) in cmd_clone()
985 if (dest_exists) in cmd_clone()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dclone.c861 int dest_exists, real_dest_exists = 0; in cmd_clone() local
932 dest_exists = path_exists(dir); in cmd_clone()
933 if (dest_exists && !is_empty_dir(dir)) in cmd_clone()
971 if (dest_exists) in cmd_clone()
985 if (dest_exists) in cmd_clone()

12