Home
last modified time | relevance | path

Searched refs:uppercase (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dlocale_facets.cc91 *__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/
HDvasprintf.c841 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/
Dlocale_facets.cc86 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e'; in _S_format_float()
88 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g'; in _S_format_float()
Dios.cc53 const ios_base::fmtflags ios_base::uppercase; member in std::ios_base
/dragonfly/contrib/less/
HDopttbl.c809 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()
HDmain.c533 public size_t sprefix(constant char *ps, constant char *s, int uppercase) in sprefix() argument
542 if (uppercase) in sprefix()
HDfuncs.h7 public size_t sprefix(constant char *ps, constant char *s, int uppercase);
HDNEWS787 * 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/
Dios_base.h309 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()
Dlocale_facets.tcc818 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/
Dios_base.h375 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()
Dlocale_facets.tcc821 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/
HDexpr.c96 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/
HDexpr.c142 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/
HDscientific91 # uppercase letters. However, examples have been seen without the date string,
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-vax.texi86 @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/
Dios.cc51 const ios_base::fmtflags ios_base::uppercase; member in std::ios_base
/dragonfly/contrib/wpa_supplicant/src/utils/
HDcommon.c317 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/
HDbadcode.asl144 Name (_HID, "acpi0001") // non-hex chars must be uppercase
/dragonfly/contrib/grep/doc/
HDgrep.texi218 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/
HDrluser.texi1183 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/
HDCHANGES126 uppercase was found
1577 first uppercase letter in each button label rather than all uppercase
/dragonfly/contrib/file/
HDChangeLog1667 to ignore the case on uppercase (lowercase) characters in
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi116 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/
HDbinutils.texi766 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

12