Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dscp.c1280 int src_is_dir, target_is_dir; in source_sftp() local
1297 target_is_dir = sftp_remote_is_dir(conn, target); in source_sftp()
1298 if (targetshouldbedirectory && !target_is_dir) { in source_sftp()
1304 target_is_dir = 1; in source_sftp()
1306 if (target_is_dir) in source_sftp()