Searched refs:whichf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/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-13.1/libexec/ftpd/ |
| H A D | ftpd.c | 3175 send_file_list(char *whichf) in send_file_list() argument 3186 if (strpbrk(whichf, "~{[*?") != NULL) { in send_file_list() 3193 if (glob(whichf, flags, 0, &gl)) { in send_file_list() 3198 perror_reply(550, whichf); in send_file_list() 3203 onefile[0] = whichf; in send_file_list() 3218 perror_reply(550, whichf); in send_file_list()
|