Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.h60 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
Dfnmatch.c469 if ((flags & FNM_LEADING_DIR) && *n == '/')