Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 – 25 of 39) sorted by relevance

12

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
DMakefile.tmpl239 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
252 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
265 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
277 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
289 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
301 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
314 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
326 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
339 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
351 $(INCDIR)/fnmatch.h ssl_expr.h ssl_util_ssl.h ssl_util_table.h
[all …]
/mirbsd/src/usr.bin/sudo/
Dparse.c256 fnmatch(sudoers_args, user_args ? user_args : "", 0) == 0)) {
277 if (fnmatch(sudoers_cmnd, user_cmnd, FNM_PATHNAME) != 0)
282 fnmatch(sudoers_args, user_args ? user_args : "", 0) == 0)) {
320 fnmatch(sudoers_args, user_args ? user_args : "", 0) == 0)) {
416 return(fnmatch(pattern, lhost, FNM_CASEFOLD));
418 return(fnmatch(pattern, shost, FNM_CASEFOLD));
Dtestsudoers.c138 if (fnmatch(path, user_cmnd, FNM_PATHNAME))
145 return((fnmatch(sudoers_args, user_args ? user_args : "", 0) == 0));
158 return((fnmatch(sudoers_args, user_args ? user_args : "", 0) == 0));
225 return(fnmatch(pattern, lhost, FNM_CASEFOLD));
227 return(fnmatch(pattern, shost, FNM_CASEFOLD));
DLICENSE21 Additionally, err.c, lsearch.c, fnmatch.c, getcwd.c, snprintf.c, strcasecmp.c,
22 fnmatch.h, err.h, and fnmatch.3 bear the following UCB license:
DTODO130 46) Investigate using glob(3) instead of fnmatch(3) for path matching. That
/mirbsd/src/gnu/usr.bin/cvs/lib/
DMakefile.am118 fnmatch.h: fnmatch_.h
121 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
Dsystem.h265 # define CVS_FNMATCH fnmatch
DMakefile.in292 MOSTLYCLEANFILES = alloca.h alloca.h-t fnmatch.h fnmatch.h-t \
640 fnmatch.h: fnmatch_.h
/mirbsd/src/lib/libc/gen/
Dfnmatch.c54 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() function
104 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD)) in fnmatch()
DMakefile.inc10 errx.c errlist.c errno.c exec.c fnmatch.c frexp.c fstab.c ftok.c \
66 exec.3 fnmatch.3 fpgetmask.3 frexp.3 ftok.3 fts.3 ftw.3 getbsize.3 \
/mirbsd/src/usr.bin/ftp/
Dcookie.c199 if (fnmatch(ck->domain, domain, 0) == 0 && in cookie_get()
203 fnmatch(ck->path, path, 0) != 0) in cookie_get()
/mirbsd/src/include/
Dfnmatch.h54 int fnmatch(const char *, const char *, int);
DMakefile14 dlfcn.h elf_abi.h err.h fnmatch.h fstab.h fts.h ftw.h getopt.h glob.h \
/mirbsd/src/gnu/usr.bin/binutils/include/
Dfnmatch.h63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dgnulib-comp.m442 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
153 lib/fnmatch.c
291 m4/fnmatch.m4
/mirbsd/src/usr.bin/man/
Dman.c450 if (!fnmatch(buf, pg->gl_pathv[cnt], 0)) in manual()
459 if (!fnmatch(buf, pg->gl_pathv[cnt], 0)) { in manual()
479 if (!fnmatch(buf, pg->gl_pathv[cnt], 0)) { in manual()
/mirbsd/src/usr.sbin/mtree/
Dverify.c115 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) || in vwalk()
/mirbsd/src/usr.sbin/httpd/src/main/
DMakefile.tmpl93 $(INCDIR)/fnmatch.h
126 $(INCDIR)/fnmatch.h
/mirbsd/src/usr.sbin/httpd/src/ap/
DMakefile.tmpl55 $(INCDIR)/ap_ctype.h $(INCDIR)/fnmatch.h
/mirbsd/src/usr.bin/locate/locate/
Dfastfind.c299 if (!globflag || !fnmatch(pathpart, path, 0)) {
/mirbsd/src/usr.bin/find/
Dfunction.c929 return (!fnmatch(plan->c_data, entry->fts_name, 0)); in f_name()
951 return (!fnmatch(plan->c_data, entry->fts_name, FNM_CASEFOLD)); in f_iname()
1106 return (!fnmatch(plan->c_data, entry->fts_path, 0)); in f_path()
/mirbsd/src/usr.bin/diff/
Ddiffdir.c323 if (fnmatch(excl->pattern, entry, FNM_PATHNAME) == 0) in excluded()
/mirbsd/src/usr.sbin/makefs/
DREADME34 - fnmatch(3) pattern of filenames to exclude or include
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_compat.h138 #define fnmatch ap_fnmatch macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dtargets.c1241 if (fnmatch (match->triplet, name, 0) == 0) in find_target()

12