Searched refs:do_stat (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.h77 Attrib *do_stat(struct sftp_conn *, char *, int);
H A Dsftp-glob.c127 if (!(a = do_stat(cur.conn, (char *)path, 1)))
H A Dsftp-client.c640 do_stat(struct sftp_conn *conn, char *path, int quiet) function
663 return(do_stat(conn, path, quiet));
1013 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1272 (dirattrib = do_stat(conn, src, 1)) == NULL) {
1595 if (do_stat(conn, dst, 0) == NULL)
H A Dsftp.c514 if ((a = do_stat(conn, path, 1)) == NULL)
1392 if ((aa = do_stat(conn, tmp, 0)) == NULL) {
1477 if (!(aa = do_stat(conn, g.gl_pathv[i], 0))) {
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dqtool.pl687 sub do_stat subroutine
767 sub do_stat subroutine
946 sub do_stat subroutine
950 $self->{control_file}->do_stat();
951 $self->{data_file}->do_stat();
959 $self->do_stat();

Completed in 154 milliseconds