Searched refs:FNM_LEADING_DIR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch.in.h40 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
H A Dfnmatch_loop.c131 this means it cannot match, unless the FNM_LEADING_DIR
138 if (flags & FNM_LEADING_DIR)
967 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/'))
968 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dplatform.h259 #ifndef FNM_LEADING_DIR
260 #define FNM_LEADING_DIR 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dtar.c361 FNM_PATHNAME | FNM_LEADING_DIR) == 0)
369 FNM_PATHNAME | FNM_LEADING_DIR) == 0)

Completed in 121 milliseconds