Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 54) sorted by relevance

123

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c196 # define L_(Ch) L##Ch argument
204 # define ISSPACE(Ch) iswspace (Ch) argument
205 # define ISALPHA(Ch) iswalpha (Ch) argument
206 # define TOUPPER(Ch) towupper (Ch) argument
209 # define L_(Ch) Ch argument
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
214 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
217 # define ISSPACE(Ch) isspace (Ch) argument
218 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c196 # define L_(Ch) L##Ch argument
204 # define ISSPACE(Ch) iswspace (Ch) argument
205 # define ISALPHA(Ch) iswalpha (Ch) argument
206 # define TOUPPER(Ch) towupper (Ch) argument
209 # define L_(Ch) Ch argument
213 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
214 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
217 # define ISSPACE(Ch) isspace (Ch) argument
218 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/netbsd/external/gpl2/grep/dist/lib/
H A Dstrtol.c207 # define L_(Ch) L##Ch argument
211 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
212 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
213 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
215 # define ISSPACE(Ch) iswspace (Ch) argument
216 # define ISALPHA(Ch) iswalpha (Ch) argument
217 # define TOUPPER(Ch) towupper (Ch) argument
225 # define L_(Ch) Ch argument
229 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
230 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
[all …]
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c204 # define L_(Ch) L##Ch argument
208 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
209 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
210 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
212 # define ISSPACE(Ch) iswspace (Ch) argument
213 # define ISALPHA(Ch) iswalpha (Ch) argument
214 # define TOUPPER(Ch) towupper (Ch) argument
222 # define L_(Ch) Ch argument
226 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
227 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
[all …]
H A Dstrftime.c243 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
244 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
246 # define TOUPPER(Ch, L) towupper (Ch) argument
247 # define TOLOWER(Ch, L) towlower (Ch) argument
252 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
253 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
255 # define TOUPPER(Ch, L) toupper (Ch) argument
256 # define TOLOWER(Ch, L) tolower (Ch) argument
259 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
260 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
[all …]
H A Dstrncasecmp.c30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
H A Dstrcasecmp.c36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dstrtol.c203 # define L_(Ch) L##Ch argument
207 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
208 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
209 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
211 # define ISSPACE(Ch) iswspace (Ch) argument
212 # define ISALPHA(Ch) iswalpha (Ch) argument
213 # define TOUPPER(Ch) towupper (Ch) argument
221 # define L_(Ch) Ch argument
225 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
226 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
[all …]
H A Dstrftime.c310 # define TOUPPER(Ch) towupper (Ch) argument
311 # define TOLOWER(Ch) towlower (Ch) argument
314 # define TOUPPER(Ch) toupper (Ch) argument
315 # define TOLOWER(Ch) tolower (Ch) argument
317 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)) argument
318 # define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
325 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) argument
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/netbsd/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c47 # define L_(Ch) L##Ch argument
48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) argument
50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) argument
51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) argument
59 # define L_(Ch) Ch argument
60 # define ISSPACE(Ch) isspace (Ch) argument
61 # define ISDIGIT(Ch) isdigit (Ch) argument
62 # define ISXDIGIT(Ch) isxdigit (Ch) argument
63 # define TOLOWER(Ch) tolower (Ch) argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c47 # define L_(Ch) L##Ch argument
48 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
49 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) argument
50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) argument
51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) argument
59 # define L_(Ch) Ch argument
60 # define ISSPACE(Ch) isspace (Ch) argument
61 # define ISDIGIT(Ch) isdigit (Ch) argument
62 # define ISXDIGIT(Ch) isxdigit (Ch) argument
63 # define TOLOWER(Ch) tolower (Ch) argument
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptToken.h47 #define SHORT_TOKEN(Name, Ch) Name, argument
H A DResourceScriptToken.cpp214 #define SHORT_TOKEN(Name, Ch) case Kind::Name: in consumeToken() argument
339 #define SHORT_TOKEN(Name, Ch) \ in classifyCurrentToken() argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h211 char Ch = Feature[0]; in hasFlag() local
225 char Ch = Feature[0]; in isEnabled() local
/netbsd/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/netbsd/external/gpl2/texinfo/dist/lib/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp421 Chain *Ch = *--I; in getAndEraseNext() local
427 Chain *Ch = *I; in getAndEraseNext() local
434 Chain *Ch = L.front(); in getAndEraseNext() local
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
H A Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/netbsd/external/public-domain/xz/dist/src/liblzma/check/
H A Dsha256.c38 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp155 char Ch = IsClear ? '0' : '1'; in dump() local
241 char Ch = IsMasked ? '?' : (IsClear ? '0' : '1'); in dump() local
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c42 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro

123