OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_is_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
scp.c
1525
int i, r, err = 0,
dst_is_dir
;
local
1566
dst_is_dir
= r == 0 && S_ISDIR(st.st_mode);
1568
if (g.gl_matchc > 1 && !
dst_is_dir
) {
1581
dst_is_dir
= 1;
1596
if (
dst_is_dir
)
sftp.c
736
int i,
dst_is_dir
= 1;
local
754
dst_is_dir
= sftp_remote_is_dir(conn, tmp_dst);
757
if (g.gl_matchc > 1 && tmp_dst && !
dst_is_dir
) {
786
if (
dst_is_dir
)
Completed in 15 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026