Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfnmatch.h40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c319 if ((flags & FNM_PERIOD) && (*string == '.')) in fnmatch()