/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | ctype.h | 29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro 32 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | strncasecmp.c | 30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
H A D | strcasecmp.c | 36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
H A D | strftime.c | 244 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro 247 # define TOLOWER(Ch, L) towlower (Ch) macro 253 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro 256 # define TOLOWER(Ch, L) tolower (Ch) macro 260 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
H A D | strftime.c | 311 # define TOLOWER(Ch) towlower (Ch) macro 315 # define TOLOWER(Ch) tolower (Ch) macro 318 # define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
H A D | regex.c | 250 # define TOLOWER(c) _tolower(c) macro 252 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | m-common.c | 41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
|
H A D | regex.c | 215 # define TOLOWER(c) _tolower(c) macro 217 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | multibyte.h | 59 #define TOLOWER towlower macro 92 #define TOLOWER tolower macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | system.h | 267 # define TOLOWER(c) tolower (c) macro 272 # define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ? _tolower (c) : (c)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | safe-ctype.h | 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | safe-ctype.h | 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | safe-ctype.h | 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | safe-ctype.h | 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | system.h | 192 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro 63 # define TOLOWER(Ch) tolower (Ch) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro 63 # define TOLOWER(Ch) tolower (Ch) macro
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | options.cpp | 43 #define TOLOWER(c) (isupper(c) ? tolower(c) : c) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 246 # define TOLOWER(c) _tolower(c) macro 248 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 246 # define TOLOWER(c) _tolower(c) macro 248 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | regex.c | 246 # define TOLOWER(c) _tolower(c) macro 248 # define TOLOWER(c) tolower(c) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | regex.c | 242 # define TOLOWER(c) _tolower(c) macro 244 # define TOLOWER(c) tolower(c) macro
|