Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dsftp-common.h54 void stat_to_attrib(const struct stat *, Attrib *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c66 stat_to_attrib(const struct stat *st, Attrib *a) in stat_to_attrib() function
/titanic_44/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c643 stat_to_attrib(&st, &a); in process_do_stat()
682 stat_to_attrib(&st, &a); in process_fstat()
879 stat_to_attrib(&st, &(stats[count].attrib)); in process_readdir()
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1040 stat_to_attrib(&sb, &a); in do_upload()