| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | t-ostream.cc | 91 { "0", "0X0", ios::hex | ios::showbase | ios::uppercase }, in check_mpz() 111 { "123", "7B", ios::hex | ios::uppercase }, in check_mpz() 113 { "123", "0X7B", ios::hex | ios::showbase | ios::uppercase }, in check_mpz() 115 { "-123", "-0X7B", ios::hex | ios::showbase | ios::uppercase }, in check_mpz() 118 { "123", "173", ios::oct | ios::uppercase }, in check_mpz() 120 { "123", "0173", ios::oct | ios::showbase | ios::uppercase }, in check_mpz() 122 { "-123", "-0173", ios::oct | ios::showbase | ios::uppercase }, in check_mpz() 190 { "0", "0X0", ios::hex | ios::showbase | ios::uppercase }, in check_mpq() 193 { "5/8", "0X5/0X8", ios::hex | ios::showbase | ios::uppercase }, in check_mpq() 202 { "123/0", " 0X7B/0X0", ios::hex | ios::showbase | ios::uppercase, 10 }, in check_mpq() [all …]
|
| /netbsd/src/usr.sbin/btdevctl/ |
| D | btdevctl.c | 58 static char *uppercase(const char *); 127 service = uppercase(optarg); in main() 221 uppercase(const char *arg) in uppercase() function
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | vasprintf.c | 1063 int uppercase; in regular_ab() local 1068 uppercase = spec.spec == 'A'; in regular_ab() 1076 str[1] = uppercase ? 'X' : 'x'; in regular_ab() 1169 if (uppercase) in regular_ab() 1260 exp_fmt[0] = uppercase ? 'P' : 'p'; in regular_ab() 1285 const int uppercase = spec.spec == 'E' || spec.spec == 'G'; in regular_eg() local 1387 exp_fmt[0] = uppercase ? 'E' : 'e'; in regular_eg() 1705 int uppercase; in partition_number() local 1727 uppercase = spec.spec == 'A' || spec.spec == 'E' || spec.spec == 'F' in partition_number() 1747 strcpy (str, uppercase ? MPFR_NAN_STRING_UC : MPFR_NAN_STRING_LC); in partition_number() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | cgen.sh | 44 uppercase='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 45 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"` 46 CPU=`echo ${cpu} | tr "${lowercase}" "${uppercase}"` 47 PREFIX=`echo ${prefix} | tr "${lowercase}" "${uppercase}"`
|
| D | genmloop.sh | 199 uppercase='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 200 CPU=`echo ${cpu} | tr "${lowercase}" "${uppercase}"` 201 PREFIX=`echo ${prefix} | tr "${lowercase}" "${uppercase}"`
|
| /netbsd/src/external/lgpl3/gmp/dist/cxx/ |
| D | osfuns.cc | 63 p->base = (o.flags() & ios::uppercase ? -16 : 16); in __gmp_doprnt_params_from_ios() 67 p->expfmt = (o.flags() & ios::uppercase ? "E%c%02d" : "e%c%02d"); in __gmp_doprnt_params_from_ios()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | opttbl.c | 803 int uppercase; in findopt_name() local 825 for (uppercase = 0; uppercase <= 1; uppercase++) in findopt_name() 827 len = sprefix(optname, oname->oname, uppercase); in findopt_name()
|
| D | main.c | 363 public int sprefix(char *ps, char *s, int uppercase) in sprefix() argument 372 if (uppercase) in sprefix()
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | var-op-expand.mk | 217 LATER= uppercase-value 280 LATER= uppercase-value
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | ios_base.h | 398 static const fmtflags uppercase = _S_uppercase; in _GLIBCXX_VISIBILITY() 1001 uppercase(ios_base& __base) in _GLIBCXX_VISIBILITY() 1003 __base.setf(ios_base::uppercase); in _GLIBCXX_VISIBILITY() 1011 __base.unsetf(ios_base::uppercase); in _GLIBCXX_VISIBILITY()
|
| D | locale_facets.tcc | 839 const bool __uppercase = __flags & ios_base::uppercase; in __int_to_char() 930 const bool __uppercase = __flags & ios_base::uppercase; in _M_insert_int() 1202 | ios_base::uppercase); in do_put()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | uppercase.c | 36 char *uppercase(char *string) in uppercase() function
|
| D | stringops.h | 29 extern char *uppercase(char *);
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cgen.sh | 71 uppercase='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 72 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cgen.sh | 71 uppercase='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 72 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| D | rfc3492.txt | 409 to have the same digit-value; for example, uppercase and lowercase 429 have both uppercase and lowercase forms. 473 A decoder MUST recognize the letters in both uppercase and lowercase 475 only uppercase forms or only lowercase forms, unless it uses mixed- 1195 leaving uppercase code points uppercase. Each non-basic code point 1198 is uppercase, it is a suggestion to map the non-basic code point to 1199 uppercase (if possible); if it is lowercase, it is a suggestion to 1206 uppercase/lowercase form of ASCII letters. 1298 /* the corresponding Unicode character be forced to uppercase */ 1302 /* to uppercase or lowercase according to the corresponding */ [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | charset.exp | 387 set uppercase "ABCDEFGHIJKLMNOPQRSTUVWXYZ" 395 …-re ".* = $L\"(\\\\a|x)(\\\\b|x)(\\\\f|x)(\\\\n|x)(\\\\r|x)(\\\\t|x)(\\\\v|x)${uppercase}${lowerca…
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | expr.cc | 140 bool uppercase = (*s == 'D'); in interpret_float_suffix() local 143 case 'f': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL): 0); break; in interpret_float_suffix() 144 case 'F': return (uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL) : 0); break; in interpret_float_suffix() 145 case 'd': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM): 0); break; in interpret_float_suffix() 146 case 'D': return (uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM) : 0); break; in interpret_float_suffix() 147 case 'l': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix() 148 case 'L': return (uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| D | ChangeLog | 46 * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-vax.texi | 86 @cindex symbols with uppercase, VAX/VMS 98 default mapping is to convert all lower case characters to uppercase and 101 characters are uppercase in the original symbol name.
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | spell.ok | 357 uppercase
|
| /netbsd/src/external/ibm-public/postfix/lib/util/ |
| D | Makefile | 226 uppercase.c \
|
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | common.c | 318 size_t len, int uppercase) in _wpa_snprintf_hex() argument 326 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex()
|
| /netbsd/src/external/mit/expat/dist/doc/ |
| D | ok.min.css | 2 …uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{line-height:var(--ok-lh-heading);font-weigh…
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | scientific | 124 # uppercase letters. However, examples have been seen without the date string,
|