| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strtol.c | 204 # 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 D | strftime.c | 243 # 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 D | strncasecmp.c | 30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
| H A D | strcasecmp.c | 36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | strtol.c | 203 # 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 D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
| H A D | strftime.c | 310 # 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
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | strtol.c | 207 # 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-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | strtol.c | 196 # define L_(Ch) L##Ch argument 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument 201 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument 202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 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 [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | strtol.c | 196 # define L_(Ch) L##Ch argument 200 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument 201 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument 202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 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 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha256-c64xplus.pl | 44 ($Maj,$Ch)=($T2,"B6"); 129 || AND $F,$E,$Ch 134 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 146 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 166 || AND $F,$E,$Ch 172 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 185 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 220 || AND $F,$E,$Ch 226 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 239 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha256-c64xplus.pl | 43 ($Maj,$Ch)=($T2,"B6"); 128 || AND $F,$E,$Ch 133 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 145 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 165 || AND $F,$E,$Ch 171 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 184 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 219 || AND $F,$E,$Ch 225 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 238 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g)
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
| H A D | sha512-mips.S | 82 xor $15,$30 # Ch(e,f,g) 108 xor $15,$30 # Ch(e,f,g) 164 xor $16,$25 # Ch(e,f,g) 190 xor $16,$25 # Ch(e,f,g) 246 xor $17,$24 # Ch(e,f,g) 272 xor $17,$24 # Ch(e,f,g) 328 xor $18,$7 # Ch(e,f,g) 354 xor $18,$7 # Ch(e,f,g) 410 xor $19,$3 # Ch(e,f,g) 436 xor $19,$3 # Ch(e,f,g) [all …]
|
| H A D | sha512-mips64.S | 83 xor $15,$30 # Ch(e,f,g) 109 xor $15,$30 # Ch(e,f,g) 165 xor $16,$25 # Ch(e,f,g) 191 xor $16,$25 # Ch(e,f,g) 247 xor $17,$24 # Ch(e,f,g) 273 xor $17,$24 # Ch(e,f,g) 329 xor $18,$7 # Ch(e,f,g) 355 xor $18,$7 # Ch(e,f,g) 411 xor $19,$3 # Ch(e,f,g) 437 xor $19,$3 # Ch(e,f,g) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
| H A D | sha512-mips64.S | 83 xor $15,$30 # Ch(e,f,g) 109 xor $15,$30 # Ch(e,f,g) 165 xor $16,$25 # Ch(e,f,g) 191 xor $16,$25 # Ch(e,f,g) 247 xor $17,$24 # Ch(e,f,g) 273 xor $17,$24 # Ch(e,f,g) 329 xor $18,$7 # Ch(e,f,g) 355 xor $18,$7 # Ch(e,f,g) 411 xor $19,$3 # Ch(e,f,g) 437 xor $19,$3 # Ch(e,f,g) [all …]
|
| H A D | sha512-mips.S | 82 xor $15,$30 # Ch(e,f,g) 108 xor $15,$30 # Ch(e,f,g) 164 xor $16,$25 # Ch(e,f,g) 190 xor $16,$25 # Ch(e,f,g) 246 xor $17,$24 # Ch(e,f,g) 272 xor $17,$24 # Ch(e,f,g) 328 xor $18,$7 # Ch(e,f,g) 354 xor $18,$7 # Ch(e,f,g) 410 xor $19,$3 # Ch(e,f,g) 436 xor $19,$3 # Ch(e,f,g) [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/po/ |
| H A D | vi.po | 33 msgstr "Chào thế giới !" 44 msgstr "Chương trình này đang chạy với số hiệu xử lý %d." 50 msgstr "Chương trình này đang chạy với số hiệu xử lý %1." 54 msgstr "Lời ví dụ « Chào »" 58 msgstr "Lời ví dụ « Chào thế giới »" 63 msgstr "Chương trình này đang chạy với số hiệu xử lý $pid." 68 msgstr "Chương trình này đang chạy với số hiệu xử lý %(pid)d." 73 msgstr "Chương trình này đang chạy với số hiệu xử lý ~D." 80 msgstr "Chương trình này đang chạy với số hiệu xử lý {0}." 85 msgstr "Chương trình này đang chạy với số hiệu xử lý {pid}."
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/ |
| H A D | strtod_l.c | 47 # 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 52 # define TOLOWER_C(Ch) __towlower_l ((Ch), _nl_C_locobj_ptr) 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 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
| H A D | strtod_l.c | 47 # 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 52 # define TOLOWER_C(Ch) __towlower_l ((Ch), _nl_C_locobj_ptr) 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 [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/po/ |
| H A D | vi.po | 19 msgstr "Lời ví dụ « Chào »" 23 msgstr "Lời ví dụ « Chào thế giới »" 27 msgstr "Chào thế giới !" 32 msgstr "Chương trình này đang chạy với số hiệu xử lý %1."
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 213 return Ch == '+' || Ch =='-'; in hasFlag() 225 char Ch = Feature[0]; in isEnabled() local 227 return Ch == '+'; in isEnabled()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/po/ |
| H A D | vi.po | 19 msgstr "Chào thế giới !" 24 msgstr "Chương trình này đang chạy với số hiệu xử lý %d." 29 msgstr "Chương trình này đang chạy với số hiệu xử lý {pid}."
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 170 for (UTF16 &Ch : Chars) { in processString() 171 assert(Ch <= 0x7F && "We didn't allow identifiers to be non-ASCII"); in processString() 172 Ch = toupper(Ch); in processString() 375 for (auto Ch : ProcessedString) in writeCString() local 376 writeInt<uint16_t>(Ch); in writeCString() 658 char Ch = Str[1]; in writeSingleAccelerator() local 659 if (Ch >= 'a' && Ch <= 'z') in writeSingleAccelerator() 660 Entry.ANSICode = ulittle16_t(Ch - 'a' + 1); in writeSingleAccelerator() 661 else if (Ch >= 'A' && Ch <= 'Z') in writeSingleAccelerator() 662 Entry.ANSICode = ulittle16_t(Ch - 'A' + 1); in writeSingleAccelerator() [all …]
|