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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dwu_fnmatch.h25 $Id: wu_fnmatch.h,v 1.5 2000/07/01 18:17:39 wuftpd Exp $
31 extern int wu_fnmatch(const char *pattern, const char *string, int flags);
H A Dwu_fnmatch.c25 $Id: wu_fnmatch.c,v 1.7 2000/10/25 20:18:13 wuftpd Exp $
42 #include "wu_fnmatch.h"
93 int wu_fnmatch(const char *pattern, const char *string, int flags) function
166 if (!wu_fnmatch(pattern, string, (flags & ~FNM_PERIOD)))
H A DMakefile16 routevector.o restrict.o domain.o wu_fnmatch.o timeout.o \
H A Daccess.c105 #include "wu_fnmatch.h"
374 match = (!wu_fnmatch(addr, remotehost, FNM_CASEFOLD)) ||
375 (!wu_fnmatch(addr, remoteaddr, 0));
550 if (!wu_fnmatch(ARG[which], class, FNM_CASEFOLD)) {
566 if (!wu_fnmatch(ARG[which], class, FNM_CASEFOLD)) {
H A Dextensions.c90 #include "wu_fnmatch.h"
758 !wu_fnmatch((ARG1) + 4, cwd, FNM_PATHNAME)))
827 !wu_fnmatch((ARG1) + 4, cwd, FNM_PATHNAME)))
1098 if ((strcmp(p1, "*") == 0) || (wu_fnmatch(p1, p2, FNM_PATHNAME) == 0)) /* 0 means they matched */
1793 if (!wu_fnmatch(q, p, FNM_PATHNAME | FNM_LEADING_DIR)) {
1858 if (!wu_fnmatch(q, p, FNM_PATHNAME | FNM_LEADING_DIR)) {
2086 if (wu_fnmatch(cp, file, FNM_PATHNAME) == 0) {

Completed in 109 milliseconds