Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 – 25 of 59) sorted by relevance

123

/dragonfly/contrib/gdb-7/libiberty/
H A Dfilename_cmp.c63 c1 = TOLOWER (c1); in filename_cmp()
64 c2 = TOLOWER (c2); in filename_cmp()
123 c1 = TOLOWER (c1); in filename_ncmp()
124 c2 = TOLOWER (c2); in filename_ncmp()
169 c = TOLOWER (c); in filename_hash()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfilename_cmp.c68 c1 = TOLOWER (c1); in filename_cmp()
69 c2 = TOLOWER (c2); in filename_cmp()
128 c1 = TOLOWER (c1); in filename_ncmp()
129 c2 = TOLOWER (c2); in filename_ncmp()
174 c = TOLOWER (c); in filename_hash()
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) in fnmatch()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfilename_cmp.c68 c1 = TOLOWER (c1); in filename_cmp()
69 c2 = TOLOWER (c2); in filename_cmp()
128 c1 = TOLOWER (c1); in filename_ncmp()
129 c2 = TOLOWER (c2); in filename_ncmp()
174 c = TOLOWER (c); in filename_hash()
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) in fnmatch()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfilename_cmp.c68 c1 = TOLOWER (c1); in filename_cmp()
69 c2 = TOLOWER (c2); in filename_cmp()
128 c1 = TOLOWER (c1); in filename_ncmp()
129 c2 = TOLOWER (c2); in filename_ncmp()
174 c = TOLOWER (c); in filename_hash()
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) in fnmatch()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfilename_cmp.c63 c1 = TOLOWER (c1); in filename_cmp()
64 c2 = TOLOWER (c2); in filename_cmp()
123 c1 = TOLOWER (c1); in filename_ncmp()
124 c2 = TOLOWER (c2); in filename_ncmp()
H A Dfnmatch.c73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) in fnmatch()
/dragonfly/contrib/cvs-1.12/lib/
H A Dstrcasecmp.c33 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
85 c1 = TOLOWER (*p1); in strcasecmp()
86 c2 = TOLOWER (*p2); in strcasecmp()
H A Dstrftime.c241 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
244 # define TOLOWER(Ch, L) towlower (Ch) macro
250 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
253 # define TOLOWER(Ch, L) tolower (Ch) macro
257 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
271 dest[len] = TOLOWER ((UCHAR_T) src[len], loc); in memcpy_lowcase()
/dragonfly/contrib/diffutils/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
79 c1 = TOLOWER (*p1); in mbscasecmp()
80 c2 = TOLOWER (*p2); in mbscasecmp()
H A Dnstrftime.c275 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
278 # define TOLOWER(Ch, L) towlower (Ch) macro
283 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
286 # define TOLOWER(Ch, L) tolower (Ch) macro
301 fputc (TOLOWER ((UCHAR_T) *src, loc), fp); in fwrite_lowcase()
323 dest[len] = TOLOWER ((UCHAR_T) src[len], loc); in memcpy_lowcase()
/dragonfly/contrib/grep/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
79 c1 = TOLOWER (*p1); in mbscasecmp()
80 c2 = TOLOWER (*p2); in mbscasecmp()
/dragonfly/usr.bin/locate/locate/
H A Dlocate.h64 define TOLOWER(ch) tolower(ch)
68 #define TOLOWER(ch) (myctype[ch])
H A Dfastfind.c180 table[TOLOWER(*patend)] = 1;
283 || TOLOWER(*s) == cc
290 && TOLOWER(*q) != *p
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenopinit.c398 if (TOLOWER (*p) != *q) in gen_insn()
476 putchar (TOLOWER (*np)); in gen_insn()
480 putchar (TOLOWER (*np)); in gen_insn()
/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h53 #define TOLOWER towlower macro
87 #define TOLOWER tolower macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs-libfuncs.c176 *p++ = TOLOWER (*q); in gen_libfunc()
430 *p = TOLOWER (*q); in gen_interclass_conv_libfunc()
432 *p = TOLOWER (*q); in gen_interclass_conv_libfunc()
563 *p = TOLOWER (*q); in gen_intraclass_conv_libfunc()
565 *p = TOLOWER (*q); in gen_intraclass_conv_libfunc()
/dragonfly/contrib/nvi2/vi/
H A Dv_ulcase.c157 *p = TOLOWER(ch); in ulcase()
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro

123