Home
last modified time | relevance | path

Searched refs:FNM_PERIOD (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dfnmatch_h.c36 MACRO(FNM_PERIOD); in fnmatch_h()
/bionic/libc/include/
Dfnmatch.h51 #define FNM_PERIOD 0x04 macro
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c319 if ((flags & FNM_PERIOD) && (*string == '.')) { in fnmatch()