Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c86 else if ((flags & FNM_PERIOD) && *n == '.' && in fnmatch()
102 if ((flags & FNM_PERIOD) && *n == '.' && in fnmatch()
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0) in fnmatch()
132 if ((flags & FNM_PERIOD) && *n == '.' && in fnmatch()
Dfnmatch.txh33 @item FNM_PERIOD
Dfunctions.texi384 @item FNM_PERIOD
/toolchain/binutils/binutils-2.25/include/
Dfnmatch.h45 #undef FNM_PERIOD
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro