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

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_fnmatch.h41 * @file apr_fnmatch.h
53 * @defgroup apr_fnmatch Filename Matching Functions
122 APR_DECLARE(apr_status_t) apr_fnmatch(const char *pattern,
/macosx-10.10/apr-32/apr/apr/strings/
H A Dapr_fnmatch.c57 #include "apr_fnmatch.h"
194 APR_DECLARE(int) apr_fnmatch(const char *pattern, const char *string, int flags) function
476 if (apr_fnmatch(pattern, finfo.name, 0) == APR_SUCCESS) {
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfnmatch.c19 #include "apr_fnmatch.h"
155 res = apr_fnmatch(test->pattern, test->string, i);
171 sprintf(buf, "apr_fnmatch(\"%s\", \"%s\", %d) returns %d\n",
/macosx-10.10/apr-32/apr/apr/
H A Dapr.mak48 -@erase "$(INTDIR)\apr_fnmatch.obj"
217 "$(INTDIR)\apr_fnmatch.obj" \
254 -@erase "$(INTDIR)\apr_fnmatch.obj"
424 "$(INTDIR)\apr_fnmatch.obj" \
461 -@erase "$(INTDIR)\apr_fnmatch.obj"
631 "$(INTDIR)\apr_fnmatch.obj" \
668 -@erase "$(INTDIR)\apr_fnmatch.obj"
838 "$(INTDIR)\apr_fnmatch.obj" \
875 -@erase "$(INTDIR)\apr_fnmatch.obj"
1045 "$(INTDIR)\apr_fnmatch
[all...]
H A Dlibapr.mak47 -@erase "$(INTDIR)\apr_fnmatch.obj"
225 "$(INTDIR)\apr_fnmatch.obj" \
275 -@erase "$(INTDIR)\apr_fnmatch.obj"
454 "$(INTDIR)\apr_fnmatch.obj" \
504 -@erase "$(INTDIR)\apr_fnmatch.obj"
683 "$(INTDIR)\apr_fnmatch.obj" \
733 -@erase "$(INTDIR)\apr_fnmatch.obj"
912 "$(INTDIR)\apr_fnmatch.obj" \
962 -@erase "$(INTDIR)\apr_fnmatch.obj"
1141 "$(INTDIR)\apr_fnmatch
[all...]
H A DNWGNUmakefile296 $(OBJDIR)/apr_fnmatch.o \
H A Dbuild-outputs.mk5 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
13 OBJECTS_all = passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_tables.lo
315 HEADERS = $(top_srcdir)/include/apr_allocator.h $(top_srcdir)/include/apr_atomic.h $(top_srcdir)/include/apr_dso.h $(top_srcdir)/include/apr_env.h $(top_srcdir)/include/apr_errno.h $(top_srcdir)/include/apr_file_info.h $(top_srcdir)/include/apr_file_io.h $(top_srcdir)/include/apr_fnmatch.h $(top_srcdir)/include/apr_general.h $(top_srcdir)/include/apr_getopt.h $(top_srcdir)/include/apr_global_mutex.h $(top_srcdir)/include/apr_hash.h $(top_srcdir)/include/apr_inherit.h $(top_srcdir)/include/apr_lib.h $(top_srcdir)/include/apr_mmap.h $(top_srcdir)/include/apr_network_io.h $(top_srcdir)/include/apr_poll.h $(top_srcdir)/include/apr_pools.h $(top_srcdir)/include/apr_portable.h $(top_srcdir)/include/apr_proc_mutex.h $(top_srcdir)/include/apr_random.h $(top_srcdir)/include/apr_ring.h $(top_srcdir)/include/apr_shm.h $(top_srcdir)/include/apr_signal.h $(top_srcdir)/include/apr_strings.h $(top_srcdir)/include/apr_support.h $(top_srcdir)/include/apr_tables.h $(top_srcdir)/include/apr_thread_cond.h $(top_srcdir)/include/apr_thread_mutex.h $(top_srcdir)/include/apr_thread_proc.h $(top_srcdir)/include/apr_thread_rwlock.h $(top_srcdir)/include/apr_time.h $(top_srcdir)/include/apr_user.h $(top_srcdir)/include/apr_version.h $(top_srcdir)/include/apr_want.h
/macosx-10.10/apache-793/httpd/server/
H A Drequest.c30 #include "apr_fnmatch.h"
917 ? (apr_fnmatch(entry_core->d, r->filename,
1464 ? apr_fnmatch(entry_core->d, cache->cached, APR_FNM_PATHNAME)
1665 ? apr_fnmatch(entry_core->d, cache->cached, APR_FNM_PATHNAME)
H A Dutil_expr_eval.c31 #include "apr_fnmatch.h"
1567 return (APR_SUCCESS == apr_fnmatch(arg2, arg1, APR_FNM_PATHNAME));
1573 return (APR_SUCCESS == apr_fnmatch(arg2, arg1, 0));
1579 return (APR_SUCCESS == apr_fnmatch(arg2, arg1, APR_FNM_CASE_BLIND));
H A Dconfig.c36 #include "apr_fnmatch.h"
1956 && (apr_fnmatch(fname, dirent.name,
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c29 #include "apr_fnmatch.h"
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
1320 if (pattern && (apr_fnmatch(pattern, dirent->name,
H A Dmod_autoindex.c.orig29 #include "apr_fnmatch.h"
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
1320 if (pattern && (apr_fnmatch(pattern, dirent->name,
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c789 entry_proxy->p_is_fnmatch ? apr_fnmatch(entry_proxy->p,

Completed in 106 milliseconds