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

/bionic/libc/include/
H A Dfnmatch.h43 #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ macro
45 #define FNM_IGNORECASE FNM_CASEFOLD
/bionic/tools/versioner/current/
H A Dfnmatch.h43 #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ macro
45 #define FNM_IGNORECASE FNM_CASEFOLD
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c72 * path segment of string, and FNM_CASEFOLD to ignore alpha case.
75 * Notably, non-POSIX locales with FNM_CASEFOLD produce undefined results,
148 const int nocase = !!(flags & FNM_CASEFOLD);

Completed in 51 milliseconds