OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sftp_stat
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp-glob.c
105
if (
sftp_stat
(cur.conn, path, 1, &a) != 0)
sftp-client.h
95
int
sftp_stat
(struct sftp_conn *, const char *, int, Attrib *);
sftp-client.c
899
sftp_stat
(struct sftp_conn *conn, const char *path, int quiet, Attrib *a)
function
922
return
sftp_stat
(conn, path, quiet, a);
1101
if (
sftp_stat
(conn, oldpath, 0, &attr) != 0)
1603
if (
sftp_stat
(conn, remote_path, 0, &attr) != 0)
1887
if (
sftp_stat
(conn, src, 1, &ldirattrib) != 0) {
1934
if (
sftp_stat
(conn, new_src, 1, &lsym) != 0) {
2056
if (
sftp_stat
(conn, remote_path, 0, &c) != 0) {
2278
if (
sftp_stat
(conn, dst, 0, &dirattrib) != 0)
2458
if (
sftp_stat
(from, from_path, 0, &attr) != 0)
2702
if (
sftp_stat
(from, from_path, 1, &ldirattrib) != 0)
[
all
...]
scp.c
1557
if (
sftp_stat
(conn, g.gl_pathv[0], 1, NULL) != 0) {
1997
if (
sftp_stat
(from, g.gl_pathv[0], 1, NULL) != 0) {
sftp.c
1678
if (
sftp_stat
(conn, tmp, 0, &aa) != 0) {
1770
if ((hflag ? sftp_lstat :
sftp_stat
)(conn,
Completed in 22 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026