Searched refs:targetshouldbedirectory (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp.c | 38 int pflag, iamremote, iamrecursive, targetshouldbedirectory; variable 70 { NULL, 'd', arg_flag, &targetshouldbedirectory }, 130 targetshouldbedirectory = 1; in main() 136 pflag ? " -p" : "", targetshouldbedirectory ? " -d" : ""); in main() 144 if (targetshouldbedirectory) in main() 438 if (targetshouldbedirectory) in sink()
|
/freebsd/crypto/openssh/ |
H A D | scp.c | 448 int Tflag, pflag, iamremote, iamrecursive, targetshouldbedirectory; variable 620 targetshouldbedirectory = 1; in main() 684 targetshouldbedirectory = 1; in main() 692 targetshouldbedirectory ? " -d" : ""); in main() 699 if (targetshouldbedirectory) in main() 1359 if (targetshouldbedirectory && !target_is_dir) { in source_sftp() 1694 if (targetshouldbedirectory) 2007 if (!targetisdir && targetshouldbedirectory) {
|