Searched refs:whichf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.c | 2209 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-14.2/libexec/ftpd/ |
| H A D | ftpd.c | 3147 send_file_list(char *whichf) in send_file_list() argument 3158 if (strpbrk(whichf, "~{[*?") != NULL) { in send_file_list() 3165 if (glob(whichf, flags, 0, &gl)) { in send_file_list() 3170 perror_reply(550, whichf); in send_file_list() 3175 onefile[0] = whichf; in send_file_list() 3190 perror_reply(550, whichf); in send_file_list()
|