Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c71 static int tftp_stat(struct open_file *, struct stat *);
81 .fo_stat = tftp_stat,
623 tftp_stat(struct open_file *f, struct stat *sb) in tftp_stat() function