Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dftpd.c3416 send_file_list(const char *whichf) in send_file_list() argument
3437 if (strpbrk(whichf, "~{[*?") != NULL) { in send_file_list()
3442 if (glob(whichf, flags, 0, &gl)) { in send_file_list()
3447 perror_reply(450, whichf); in send_file_list()
3452 notglob = ftpd_strdup(whichf); in send_file_list()
3476 perror_reply(450, whichf); in send_file_list()