Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dfnmatch.c61 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
96 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
108 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
129 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD)) in fnmatch()
141 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
/f-stack/freebsd/libkern/
H A Dfnmatch.c73 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
85 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
106 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD)) in fnmatch()
118 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
/f-stack/dpdk/lib/librte_eal/windows/
H A Dfnmatch.c45 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
57 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
80 flags & ~FNM_PERIOD)) in fnmatch()
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dfnmatch.h23 #define FNM_PERIOD 0x04 macro
/f-stack/freebsd/sys/
H A Dlibkern.h224 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro