Searched refs:whichf (Results 1 – 1 of 1) sorted by relevance
3416 send_file_list(const char *whichf) in send_file_list() argument3437 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()