Searched refs:do_fstat (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/rsync-45/rsync/
H A Dcleanup.c53 if ((ret = do_fstat(fd, &st)) == 0) {
H A Dsyscall.c277 int do_fstat(int fd, STRUCT_STAT *st) function
H A Dsender.c379 if (do_fstat(fd, &st) != 0) {
H A Dproto.h264 int do_fstat(int fd, STRUCT_STAT *st);
H A Dreceiver.c562 } else if (do_fstat(fd1,&st) != 0) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-client.c675 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet) function

Completed in 123 milliseconds