Searched refs:tftp_file (Results 1 – 2 of 2) sorted by relevance
21 static struct tftp_file *check_tftp_fileperm(ssize_t *len);288 static struct tftp_file *check_tftp_fileperm(ssize_t *len) in check_tftp_fileperm()291 struct tftp_file *file; in check_tftp_fileperm()343 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1))) in check_tftp_fileperm()
578 struct tftp_file { struct594 struct tftp_file *file; argument