Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c84 else if ((flags & FNM_FILE_NAME) && *n == '/') in fnmatch()
87 (n == string || ((flags & FNM_FILE_NAME) && n[-1] == '/'))) in fnmatch()
103 (n == string || ((flags & FNM_FILE_NAME) && n[-1] == '/'))) in fnmatch()
107 if (((flags & FNM_FILE_NAME) && *n == '/') || in fnmatch()
133 (n == string || ((flags & FNM_FILE_NAME) && n[-1] == '/'))) in fnmatch()
157 if ((flags & FNM_FILE_NAME) && c == '/') in fnmatch()
Dfnmatch.txh26 @itemx FNM_FILE_NAME
Dfunctions.texi377 @itemx FNM_FILE_NAME
/toolchain/binutils/binutils-2.25/include/
Dfnmatch.h53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ macro