Searched refs:FOLD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) macro
77 c = FOLD (c);
95 c = FOLD (c);
97 if (FOLD ((unsigned char)*n) != c)
116 c1 = FOLD (c1);
118 if ((c == '[' || FOLD ((unsigned char)*n) == c1) &&
148 cstart = cend = FOLD (cstart);
155 c = FOLD (c);
168 cend = FOLD (cend);
173 if (FOLD ((unsigne
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) macro
77 c = FOLD (c);
95 c = FOLD (c);
97 if (FOLD ((unsigned char)*n) != c)
116 c1 = FOLD (c1);
118 if ((c == '[' || FOLD ((unsigned char)*n) == c1) &&
148 cstart = cend = FOLD (cstart);
155 c = FOLD (c);
168 cend = FOLD (cend);
173 if (FOLD ((unsigne
[all...]

Completed in 106 milliseconds