| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | locale_facets.cc | 91 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e'; in _S_format_float() 94 *__fptr++ = (__flags & ios_base::uppercase) ? 'A' : 'a'; in _S_format_float() 97 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g'; in _S_format_float()
|
| /dragonfly/contrib/mpfr/src/ |
| HD | vasprintf.c | 841 int uppercase; in regular_ab() local 846 uppercase = spec.spec == 'A'; in regular_ab() 860 str[1] = uppercase ? 'X' : 'x'; in regular_ab() 940 if (uppercase) in regular_ab() 1031 exp_fmt[0] = uppercase ? 'P' : 'p'; in regular_ab() 1054 const int uppercase = spec.spec == 'E' || spec.spec == 'G'; in regular_eg() local 1158 exp_fmt[0] = uppercase ? 'E' : 'e'; in regular_eg() 1452 int uppercase; in partition_number() local 1475 uppercase = spec.spec == 'A' || spec.spec == 'E' || spec.spec == 'F' in partition_number() 1487 if (uppercase) in partition_number() [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | locale_facets.cc | 86 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e'; in _S_format_float() 88 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g'; in _S_format_float()
|
| D | ios.cc | 53 const ios_base::fmtflags ios_base::uppercase; member in std::ios_base
|
| /dragonfly/contrib/less/ |
| HD | opttbl.c | 809 int uppercase; in findopt_name() local 831 for (uppercase = 0; uppercase <= 1; uppercase++) in findopt_name() 833 len = sprefix(optname, oname->oname, uppercase); in findopt_name()
|
| HD | main.c | 533 public size_t sprefix(constant char *ps, constant char *s, int uppercase) in sprefix() argument 542 if (uppercase) in sprefix()
|
| HD | funcs.h | 7 public size_t sprefix(constant char *ps, constant char *s, int uppercase);
|
| HD | NEWS | 787 * Use ASCII lowercase/uppercase logic when operating on the command line. 1165 pattern contains uppercase letters.
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | ios_base.h | 309 static const fmtflags uppercase = _S_uppercase; in _GLIBCXX_VISIBILITY() local 877 uppercase(ios_base& __base) in _GLIBCXX_VISIBILITY() 879 __base.setf(ios_base::uppercase); in _GLIBCXX_VISIBILITY() 887 __base.unsetf(ios_base::uppercase); in _GLIBCXX_VISIBILITY()
|
| D | locale_facets.tcc | 818 const bool __uppercase = __flags & ios_base::uppercase; in __int_to_char() 909 const bool __uppercase = __flags & ios_base::uppercase; in _M_insert_int() 1169 | ios_base::uppercase); in do_put()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | ios_base.h | 375 static const fmtflags uppercase = _S_uppercase; in _GLIBCXX_VISIBILITY() 960 uppercase(ios_base& __base) in _GLIBCXX_VISIBILITY() 962 __base.setf(ios_base::uppercase); in _GLIBCXX_VISIBILITY() 970 __base.unsetf(ios_base::uppercase); in _GLIBCXX_VISIBILITY()
|
| D | locale_facets.tcc | 821 const bool __uppercase = __flags & ios_base::uppercase; in __int_to_char() 912 const bool __uppercase = __flags & ios_base::uppercase; in _M_insert_int() 1184 | ios_base::uppercase); in do_put()
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | expr.c | 96 bool uppercase = (*s == 'D'); in interpret_float_suffix() local 99 case 'f': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL): 0); break; in interpret_float_suffix() 100 case 'F': return (uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL) : 0); break; in interpret_float_suffix() 101 case 'd': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM): 0); break; in interpret_float_suffix() 102 case 'D': return (uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM) : 0); break; in interpret_float_suffix() 103 case 'l': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix() 104 case 'L': return (uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | expr.c | 142 bool uppercase = (*s == 'D'); in interpret_float_suffix() local 145 case 'f': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL): 0); break; in interpret_float_suffix() 146 case 'F': return (uppercase ? (CPP_N_DFLOAT | CPP_N_SMALL) : 0); break; in interpret_float_suffix() 147 case 'd': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM): 0); break; in interpret_float_suffix() 148 case 'D': return (uppercase ? (CPP_N_DFLOAT | CPP_N_MEDIUM) : 0); break; in interpret_float_suffix() 149 case 'l': return (!uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix() 150 case 'L': return (uppercase ? (CPP_N_DFLOAT | CPP_N_LARGE) : 0); break; in interpret_float_suffix()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | scientific | 91 # uppercase letters. However, examples have been seen without the date string,
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | 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.
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | ios.cc | 51 const ios_base::fmtflags ios_base::uppercase; member in std::ios_base
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | common.c | 317 size_t len, int uppercase) in _wpa_snprintf_hex() argument 325 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex()
|
| /dragonfly/sys/contrib/dev/acpica/tests/misc/ |
| HD | badcode.asl | 144 Name (_HID, "acpi0001") // non-hex chars must be uppercase
|
| /dragonfly/contrib/grep/doc/ |
| HD | grep.texi | 218 differ in case only via lowercase-uppercase pairs, the behavior is 219 unspecified in other situations. For example, uppercase ``S'' has an 226 not match the uppercase letter ``ẞ'' (U+1E9E, LATIN CAPITAL LETTER
|
| /dragonfly/contrib/gdb-7/readline/doc/ |
| HD | rluser.texi | 1183 uppercase the previous word, but do not move the cursor. 1453 @item do-uppercase-version (M-a, M-b, M-@var{x}, @dots{}) 1455 that is bound to the corresponding uppercase character.
|
| /dragonfly/contrib/dialog/ |
| HD | CHANGES | 126 uppercase was found 1577 first uppercase letter in each button label rather than all uppercase
|
| /dragonfly/contrib/file/ |
| HD | ChangeLog | 1667 to ignore the case on uppercase (lowercase) characters in
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | generic.texi | 116 In general, the names of macros are all in uppercase, while the names of 119 up entirely of uppercase letters may evaluate its arguments more than
|
| /dragonfly/contrib/binutils-2.27/binutils/doc/ |
| HD | binutils.texi | 766 usually local; if uppercase, the symbol is global (external). There 846 systems, uppercase indicates that a default value has been specified. 855 error. On some systems, uppercase indicates that a default value has been
|