Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dfnmatch.c62 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
88 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
116 return ((flags & FNM_LEADING_DIR) || in fnmatch()
/f-stack/dpdk/lib/librte_eal/windows/
H A Dfnmatch.c37 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
65 return ((flags & FNM_LEADING_DIR) || in fnmatch()
/f-stack/freebsd/libkern/
H A Dfnmatch.c65 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
93 return ((flags & FNM_LEADING_DIR) || in fnmatch()
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dfnmatch.h24 #define FNM_LEADING_DIR 0x08 macro
/f-stack/freebsd/sys/
H A Dlibkern.h225 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro