Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dfnmatch.c120 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()
132 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()
174 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()
/titanic_44/usr/src/head/
H A Dfnmatch.h37 #define FNM_PERIOD 0x04 /* Leading period in string must be exactly */ macro
/titanic_44/usr/src/lib/libast/common/comp/
H A Dfnmatch.h36 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
H A Dfnmatch.c45 FNM_PERIOD, REG_SHELL_DOT,
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dfnmatch.h45 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dfnmatch.h45 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnmatch.h45 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dfnmatch.h45 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
/titanic_44/usr/src/cmd/find/
H A Dfind.c1038 fnmflags |= FNM_PERIOD;