Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dscp.c1339 int src_is_dir, target_is_dir; in source_sftp() local
1356 target_is_dir = sftp_remote_is_dir(conn, target); in source_sftp()
1357 if (targetshouldbedirectory && !target_is_dir) { in source_sftp()
1363 target_is_dir = 1; in source_sftp()
1365 if (target_is_dir) in source_sftp()