Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libiberty/src/
H A 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()
H A Dfnmatch.txh25 @itemx FNM_FILE_NAME
H A Dfunctions.texi296 @itemx FNM_FILE_NAME
/openbsd/include/
H A Dfnmatch.h50 #define FNM_FILE_NAME FNM_PATHNAME macro
/openbsd/gnu/usr.bin/binutils/include/
H A Dfnmatch.h53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ macro
/openbsd/gnu/gcc/include/
H A Dfnmatch.h53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dfnmatch.h53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ macro
/openbsd/gnu/lib/libiberty/include/
H A Dfnmatch.h53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ macro
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldlang.c265 if (fnmatch (file_spec, f->filename, FNM_FILE_NAME) == 0) in walk_wild()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c672 if (fnmatch (file_spec, f->filename, FNM_FILE_NAME) == 0) in walk_wild()