Home
last modified time | relevance | path

Searched refs:FNM_NOESCAPE (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c92 if (!(flags & FNM_NOESCAPE)) in fnmatch()
115 unsigned char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c; in fnmatch()
145 if (!(flags & FNM_NOESCAPE) && c == '\\') in fnmatch()
164 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch()
193 if (!(flags & FNM_NOESCAPE) && c == '\\') in fnmatch()
Dfnmatch.txh30 @item FNM_NOESCAPE
Dfunctions.texi381 @item FNM_NOESCAPE
/toolchain/binutils/binutils-2.25/include/
Dfnmatch.h44 #undef FNM_NOESCAPE
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc2374 FNM_NOESCAPE) == 0) in get_symbol_version()
Dlayout.cc2605 if (fnmatch((*it).c_str(), section_name.c_str(), FNM_NOESCAPE) == 0) in find_section_order_index()