Searched refs:glob (Results 76 - 77 of 77) sorted by relevance

1234

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2232 if (glob(whichf, flags, 0, &gl)) {
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c139 #include <glob.h>
1022 * for a user. Each line is a shell-style glob followed by
1028 * Each glob is matched against the username in turn, and the first
1102 /* check against hostname glob */
1141 /* check against username glob */
3369 if (glob(whichf, flags, 0, &gl)) {

Completed in 278 milliseconds

1234