Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.c297 #ifdef FNM_LEADING_DIR in convert_flags()
301 result |= FNM_LEADING_DIR; in convert_flags()
359 #ifdef FNM_LEADING_DIR in flag_output()
360 if (flags & FNM_LEADING_DIR) in flag_output()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfnmatch.h40 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch_old.c210 if ((flags & FNM_LEADING_DIR) && *n == '/') in fnmatch()
A Dfnmatch_loop.c141 if (flags & FNM_LEADING_DIR) in FCT()
969 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L('/')) in FCT()

Completed in 5 milliseconds