Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2209 send_file_list(char *whichf) in send_file_list() argument
2221 if (strpbrk(whichf, "~{[*?") != NULL) { in send_file_list()
2232 if (glob(whichf, flags, 0, &gl)) { in send_file_list()
2237 perror_reply(550, whichf); in send_file_list()
2242 onefile[0] = whichf; in send_file_list()
2262 perror_reply(550, whichf); in send_file_list()
/freebsd/libexec/ftpd/
H A Dftpd.c3132 send_file_list(char *whichf) in send_file_list() argument
3143 if (strpbrk(whichf, "~{[*?") != NULL) { in send_file_list()
3150 if (glob(whichf, flags, 0, &gl)) { in send_file_list()
3155 perror_reply(550, whichf); in send_file_list()
3160 onefile[0] = whichf; in send_file_list()
3175 perror_reply(550, whichf); in send_file_list()