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

/openbsd-current/libexec/ftpd/
H A Dftpd.c2581 send_file_list(char *whichf) argument
2594 if (strpbrk(whichf, "~{[*?") != NULL) {
2597 if (glob(whichf,
2604 perror_reply(550, whichf);
2609 onefile[0] = whichf;
2625 perror_reply(550, whichf);

Completed in 112 milliseconds