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

/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c2209 send_file_list(char *whichf) argument
2221 if (strpbrk(whichf, "~{[*?") != NULL) {
2232 if (glob(whichf, flags, 0, &gl)) {
2237 perror_reply(550, whichf);
2242 onefile[0] = whichf;
2262 perror_reply(550, whichf);

Completed in 70 milliseconds