| /openbsd/src/regress/lib/libc/wprintf/ |
| D | wfp.c | 54 testfmt(L" 1.000000E+00", L"%13E", 1.0); in main() 55 testfmt(L" 1.000000", L"%13f", 1.0); in main() 56 testfmt(L" 1", L"%13G", 1.0); in main() 57 testfmt(L" 1.000000E+00", L"%13LE", 1.0L); in main() 58 testfmt(L" 1.000000", L"%13Lf", 1.0L); in main() 59 testfmt(L" 1", L"%13LG", 1.0L); in main() 61 testfmt(L"2.718282", L"%.*f", -2, 2.7182818); in main() 63 testfmt(L"1.234568e+06", L"%e", 1234567.8); in main() 64 testfmt(L"1234567.800000", L"%f", 1234567.8); in main() 65 testfmt(L"1.23457E+06", L"%G", 1234567.8); in main() [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | version | 17 __cpp_lib_adaptor_iterator_pair_constructor 202106L <queue> <stack> 18 __cpp_lib_addressof_constexpr 201603L <memory> 19 __cpp_lib_allocate_at_least 202106L <memory> 20 __cpp_lib_allocator_traits_is_always_equal 201411L <deque> <forward_list> <list> 24 __cpp_lib_any 201606L <any> 25 __cpp_lib_apply 201603L <tuple> 26 __cpp_lib_array_constexpr 201811L <array> <iterator> 27 201603L // C++17 28 __cpp_lib_as_const 201510L <utility> 29 __cpp_lib_associative_heterogeneous_erasure 202110L <map> <set> <unordered_map> [all …]
|
| /openbsd/src/gnu/llvm/libcxx/docs/ |
| D | FeatureTestMacroTable.rst | 29 ``__cpp_lib_chrono_udls`` ``201304L`` 31 ``__cpp_lib_complex_udls`` ``201309L`` 33 ``__cpp_lib_exchange_function`` ``201304L`` 35 ``__cpp_lib_generic_associative_lookup`` ``201304L`` 37 ``__cpp_lib_integer_sequence`` ``201304L`` 39 ``__cpp_lib_integral_constant_callable`` ``201304L`` 41 ``__cpp_lib_is_final`` ``201402L`` 43 ``__cpp_lib_is_null_pointer`` ``201309L`` 45 ``__cpp_lib_make_reverse_iterator`` ``201402L`` 47 ``__cpp_lib_make_unique`` ``201304L`` [all …]
|
| /openbsd/src/lib/libc/locale/ |
| D | wctoint.h | 39 case L'0': n = 0; break; in wctoint() 40 case L'1': n = 1; break; in wctoint() 41 case L'2': n = 2; break; in wctoint() 42 case L'3': n = 3; break; in wctoint() 43 case L'4': n = 4; break; in wctoint() 44 case L'5': n = 5; break; in wctoint() 45 case L'6': n = 6; break; in wctoint() 46 case L'7': n = 7; break; in wctoint() 47 case L'8': n = 8; break; in wctoint() 48 case L'9': n = 9; break; in wctoint() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| D | list_test.cpp | 30 static void setList(ListT *L, ListItem *I1 = nullptr, ListItem *I2 = nullptr, in setList() argument 32 L->clear(); in setList() 34 L->push_back(I1); in setList() 36 L->push_back(I2); in setList() 38 L->push_back(I3); in setList() 42 static void checkList(ListT *L, ListItem *I1, ListItem *I2 = nullptr, in checkList() argument 46 EXPECT_EQ(L->front(), I1); in checkList() 47 L->pop_front(); in checkList() 50 EXPECT_EQ(L->front(), I2); in checkList() 51 L->pop_front(); in checkList() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | time_members.cc | 137 _M_date_format = L"%m/%d/%y"; in _M_initialize_timepunct() 138 _M_date_era_format = L"%m/%d/%y"; in _M_initialize_timepunct() 139 _M_time_format = L"%H:%M:%S"; in _M_initialize_timepunct() 140 _M_time_era_format = L"%H:%M:%S"; in _M_initialize_timepunct() 141 _M_date_time_format = L""; in _M_initialize_timepunct() 142 _M_date_time_era_format = L""; in _M_initialize_timepunct() 143 _M_am = L"AM"; in _M_initialize_timepunct() 144 _M_pm = L"PM"; in _M_initialize_timepunct() 145 _M_am_pm_format = L""; in _M_initialize_timepunct() 148 _M_day1 = L"Sunday"; in _M_initialize_timepunct() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| D | htmllink.pod | 7 L</"section1"> 9 L</"section 2"> 11 L</"section three"> 13 L</"item1"> 15 L</"item 2"> 17 L</"item three"> 19 L</section1> 21 L</section 2> 23 L</section three> 25 L</item1> [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | UnicodeData.txt | 66 0041;LATIN CAPITAL LETTER A;Lu;0;L;;;;;N;;;;0061; 67 0042;LATIN CAPITAL LETTER B;Lu;0;L;;;;;N;;;;0062; 68 0043;LATIN CAPITAL LETTER C;Lu;0;L;;;;;N;;;;0063; 69 0044;LATIN CAPITAL LETTER D;Lu;0;L;;;;;N;;;;0064; 70 0045;LATIN CAPITAL LETTER E;Lu;0;L;;;;;N;;;;0065; 71 0046;LATIN CAPITAL LETTER F;Lu;0;L;;;;;N;;;;0066; 72 0047;LATIN CAPITAL LETTER G;Lu;0;L;;;;;N;;;;0067; 73 0048;LATIN CAPITAL LETTER H;Lu;0;L;;;;;N;;;;0068; 74 0049;LATIN CAPITAL LETTER I;Lu;0;L;;;;;N;;;;0069; 75 004A;LATIN CAPITAL LETTER J;Lu;0;L;;;;;N;;;;006A; [all …]
|
| D | DNormalizationProps.txt | 19 03D2 ; FC_NFKC; 03C5 # L& GREEK UPSILON WITH HOOK SYMBOL 20 03D3 ; FC_NFKC; 03CD # L& GREEK UPSILON WITH ACUTE AND HOOK SYMBOL 21 03D4 ; FC_NFKC; 03CB # L& GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 22 03F2 ; FC_NFKC; 03C3 # L& GREEK LUNATE SIGMA SYMBOL 23 03F9 ; FC_NFKC; 03C3 # L& GREEK CAPITAL LUNATE SIGMA SYMBOL 35 1D38 ; FC_NFKC; 006C # Lm MODIFIER LETTER CAPITAL L 46 2102 ; FC_NFKC; 0063 # L& DOUBLE-STRUCK CAPITAL C 48 2107 ; FC_NFKC; 025B # L& EULER CONSTANT 50 210B ; FC_NFKC; 0068 # L& SCRIPT CAPITAL H 51 210C ; FC_NFKC; 0068 # L& BLACK-LETTER CAPITAL H [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | time_members.cc | 136 __s[0] = L'\0'; in _M_put() 147 _M_data->_M_date_format = L"%m/%d/%y"; in _M_initialize_timepunct() 148 _M_data->_M_date_era_format = L"%m/%d/%y"; in _M_initialize_timepunct() 149 _M_data->_M_time_format = L"%H:%M:%S"; in _M_initialize_timepunct() 150 _M_data->_M_time_era_format = L"%H:%M:%S"; in _M_initialize_timepunct() 151 _M_data->_M_date_time_format = L""; in _M_initialize_timepunct() 152 _M_data->_M_date_time_era_format = L""; in _M_initialize_timepunct() 153 _M_data->_M_am = L"AM"; in _M_initialize_timepunct() 154 _M_data->_M_pm = L"PM"; in _M_initialize_timepunct() 155 _M_data->_M_am_pm_format = L""; in _M_initialize_timepunct() [all …]
|
| /openbsd/src/lib/libc/time/ |
| D | wcsftime.c | 58 L"Jan", L"Feb", L"Mar", L"Apr", L"May", L"Jun", 59 L"Jul", L"Aug", L"Sep", L"Oct", L"Nov", L"Dec" 61 L"January", L"February", L"March", L"April", L"May", L"June", 62 L"July", L"August", L"September", L"October", L"November", 63 L"December" 65 L"Sun", L"Mon", L"Tue", L"Wed", 66 L"Thu", L"Fri", L"Sat" 68 L"Sunday", L"Monday", L"Tuesday", L"Wednesday", 69 L"Thursday", L"Friday", L"Saturday" 73 L"%H:%M:%S", [all …]
|
| /openbsd/src/lib/libc/gdtoa/ |
| D | strtorx.c | 56 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k; in ULtox() argument 58 ULtox(UShort *L, ULong *bits, Long exp, int k) 64 L[0] = L[1] = L[2] = L[3] = L[4] = 0; 68 L[_0] = 0; 73 L[_0] = exp + 0x3fff + 63; 75 L[_4] = (UShort)bits[0]; 76 L[_3] = (UShort)(bits[0] >> 16); 77 L[_2] = (UShort)bits[1]; 78 L[_1] = (UShort)(bits[1] >> 16); 85 L[_0] = 0x7fff; [all …]
|
| D | strtorQ.c | 54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ() argument 56 ULtoQ(ULong *L, ULong *bits, Long exp, int k) 62 L[0] = L[1] = L[2] = L[3] = 0; 67 L[_3] = bits[0]; 68 L[_2] = bits[1]; 69 L[_1] = bits[2]; 70 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16); 74 L[_3] = bits[0]; 75 L[_2] = bits[1]; 76 L[_1] = bits[2]; [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | SHA1.cpp | 99 r0(A, B, C, D, E, 0, InternalState.Buffer.L); in hashBlock() 100 r0(E, A, B, C, D, 1, InternalState.Buffer.L); in hashBlock() 101 r0(D, E, A, B, C, 2, InternalState.Buffer.L); in hashBlock() 102 r0(C, D, E, A, B, 3, InternalState.Buffer.L); in hashBlock() 103 r0(B, C, D, E, A, 4, InternalState.Buffer.L); in hashBlock() 104 r0(A, B, C, D, E, 5, InternalState.Buffer.L); in hashBlock() 105 r0(E, A, B, C, D, 6, InternalState.Buffer.L); in hashBlock() 106 r0(D, E, A, B, C, 7, InternalState.Buffer.L); in hashBlock() 107 r0(C, D, E, A, B, 8, InternalState.Buffer.L); in hashBlock() 108 r0(B, C, D, E, A, 9, InternalState.Buffer.L); in hashBlock() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/ |
| D | DBidiClass.txt | 25 # have the value Left_To_Right (L). 128 0041..005A ; L # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z 129 0061..007A ; L # L& [26] LATIN SMALL LETTER A..LATIN SMALL LETTER Z 130 00AA ; L # Lo FEMININE ORDINAL INDICATOR 131 00B5 ; L # L& MICRO SIGN 132 00BA ; L # Lo MASCULINE ORDINAL INDICATOR 133 00C0..00D6 ; L # L& [23] LATIN CAPITAL LETTER A WITH GRAVE..LATIN CAPITAL LETTER O WITH DIAERES… 134 00D8..00F6 ; L # L& [31] LATIN CAPITAL LETTER O WITH STROKE..LATIN SMALL LETTER O WITH DIAERESIS 135 00F8..01BA ; L # L& [195] LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER EZH WITH TAIL 136 01BB ; L # Lo LATIN LETTER TWO WITH STROKE [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | time_members.cc | 213 _M_date_format = L"%m/%d/%y"; in _M_initialize_timepunct() 214 _M_date_era_format = L"%m/%d/%y"; in _M_initialize_timepunct() 215 _M_time_format = L"%H:%M:%S"; in _M_initialize_timepunct() 216 _M_time_era_format = L"%H:%M:%S"; in _M_initialize_timepunct() 217 _M_date_time_format = L""; in _M_initialize_timepunct() 218 _M_date_time_era_format = L""; in _M_initialize_timepunct() 219 _M_am = L"AM"; in _M_initialize_timepunct() 220 _M_pm = L"PM"; in _M_initialize_timepunct() 221 _M_am_pm_format = L""; in _M_initialize_timepunct() 224 _M_day1 = L"Sunday"; in _M_initialize_timepunct() [all …]
|
| /openbsd/src/usr.bin/sort/ |
| D | vsort.c | 42 return (c >= L'0' && c <= L'9'); in isdigit_clocale() 48 return ((c >= L'a' && c <= L'z') || (c >= L'A' && c <= L'Z')); in isalpha_clocale() 54 return ((c >= L'a' && c <= L'z') || (c >= L'A' && c <= L'Z') || in isalnum_clocale() 55 (c >= L'0' && c <= L'9')); in isalnum_clocale() 77 if (!isalpha_clocale(c) && (c != L'~')) in find_suffix() 79 } else if (c == L'.') { in find_suffix() 85 } else if (!isalnum_clocale(c) && (c != L'~')) in find_suffix() 117 if (c1 == L'~') in cmp_chars() 119 if (c2 == L'~') in cmp_chars() 164 while (bws_get_iter_value(si1) == L'0') in cmpversions() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | fcodes_l.t | 1 # fcodes L 20 print "##### Testing L codes via x class $x...\n"; 25 print "# Simple/moderate L<stuff> tests...\n"; 28 …'<Document><Para><L content-implicit="yes" raw="Net::Ping" to="Net::Ping" type="pod">Net::Ping</L>… 32 …'<Document><Para><L content-implicit="yes" raw="crontab(5)" to="crontab(5)" type="man">crontab(5)<… 36 …'<Document><Para><L content-implicit="yes" raw="login.conf(5)" to="login.conf(5)" type="man">login… 40 …'<Document><Para><L content-implicit="yes" raw="foo_bar(5)" to="foo_bar(5)" type="man">foo_bar(5)<… 44 …nt><Para><L content-implicit="yes" raw="Net::Ping/Ping-pong" section="Ping-pong" to="Net::Ping" ty… 48 …ara><L content-implicit="yes" raw="Net::Ping/"Ping-pong"" section="Ping-pong" to="Net::Pin… 52 …Document><Para><L content-implicit="yes" raw="/"Object Methods"" section="Object Methods" … [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/auxiliary/ |
| D | SentenceBreakProperty.txt | 71 0962..0963 ; Extend # Mn [2] DEVANAGARI VOWEL SIGN VOCALIC L..DEVANAGARI VOWEL SIGN VOCALIC LL 81 09E2..09E3 ; Extend # Mn [2] BENGALI VOWEL SIGN VOCALIC L..BENGALI VOWEL SIGN VOCALIC LL 102 0AE2..0AE3 ; Extend # Mn [2] GUJARATI VOWEL SIGN VOCALIC L..GUJARATI VOWEL SIGN VOCALIC LL 116 0B62..0B63 ; Extend # Mn [2] ORIYA VOWEL SIGN VOCALIC L..ORIYA VOWEL SIGN VOCALIC LL 134 0C62..0C63 ; Extend # Mn [2] TELUGU VOWEL SIGN VOCALIC L..TELUGU VOWEL SIGN VOCALIC LL 146 0CE2..0CE3 ; Extend # Mn [2] KANNADA VOWEL SIGN VOCALIC L..KANNADA VOWEL SIGN VOCALIC LL 157 0D62..0D63 ; Extend # Mn [2] MALAYALAM VOWEL SIGN VOCALIC L..MALAYALAM VOWEL SIGN VOCALIC LL 193 1058..1059 ; Extend # Mn [2] MYANMAR VOWEL SIGN VOCALIC L..MYANMAR VOWEL SIGN VOCALIC LL 425 11362..11363 ; Extend # Mc [2] GRANTHA VOWEL SIGN VOCALIC L..GRANTHA VOWEL SIGN VOCALIC LL 498 11C30..11C36 ; Extend # Mn [7] BHAIKSUKI VOWEL SIGN I..BHAIKSUKI VOWEL SIGN VOCALIC L [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | num_put_members_wchar_t.cc | 80 VERIFY( result1 == L"1" ); in test01() 84 np.put(oss.rdbuf(), oss, L'+', b0); in test01() 86 VERIFY( result2 == L"0" ); in test01() 93 np.put(oss.rdbuf(), oss, L'+', b0); in test01() 95 VERIFY( result1 == L"+++++++++++++++++++0" ); in test01() 101 np.put(oss.rdbuf(), oss, L'+', b1); in test01() 103 VERIFY( result2 == L"true++++++++++++++++" ); in test01() 109 np.put(oss.rdbuf(), oss, L'+', l1); in test01() 111 VERIFY( result1 == L"2,147,483,647" ); in test01() 117 np.put(oss.rdbuf(), oss, L'+', l2); in test01() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | wince-stub.c | 46 MessageBoxW (NULL, buf, L"GDB", MB_ICONERROR); in vstub_error() 86 stub_error (L"lost synchronization with host attempting %s. Error %d", huh, WSAGetLastError ()); in attempt_resync() 127 stub_error (L"error getting record type from host - %s.", huh); in getdword() 131 stub_error (L"error getting %s from host.", huh); in getdword() 150 stub_error (L"error getting record type from host - %s.", huh); in getword() 154 stub_error (L"error getting %s from host.", huh); in getword() 181 stub_error (L"error getting string from host."); in getmemory() 191 stub_error (L"error writing record id for %s to host.", huh); in putdword() 193 stub_error (L"error writing %s to host.", huh); in putdword() 201 stub_error (L"error writing record id for %s to host.", huh); in putword() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | swaplabel.t | 202 LḆ: $t .= "Ḇ"; 203 swaplabel $t .= "ᶜ"; Lᶜ: 204 swaplabel $t .= "ᛑ"; Lᛑ: 205 Lᶟ: $t .= "ᶟ"; 214 goto LḆ; 215 LḆ: $t .= "Ḇ"; 216 swaplabel $t .= "ᶜ"; Lᶜ: 217 swaplabel $t .= "ᛑ"; Lᛑ: 218 Lᶟ: $t .= "ᶟ"; 227 goto Lᶜ; [all …]
|
| /openbsd/src/gnu/llvm/lldb/bindings/lua/ |
| D | lua-wrapper.swig | 3 template <typename T> void PushSBClass(lua_State * L, T * obj); 7 lua_State * L, lldb::StackFrameSP stop_frame_sp, 17 PushSBClass(L, &sb_frame); 18 PushSBClass(L, &sb_bp_loc); 21 PushSBClass(L, &extra_args); 27 if (lua_pcall(L, nargs, 1, 0) != LUA_OK) { 29 llvm::formatv("{0}\n", lua_tostring(L, -1)), 32 lua_pop(L, 1); 37 bool stop = lua_toboolean(L, -1); 38 lua_pop(L, 1); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | va-arg-1.c | 3 typedef unsigned long L; typedef 4 f (L p0, L p1, L p2, L p3, L p4, L p5, L p6, L p7, L p8, ...) in f() 10 if (va_arg (select, L) != 10) in f() 12 if (va_arg (select, L) != 11) in f() 14 if (va_arg (select, L) != 0) in f() 22 f (1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 0L); in main()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 152 bool handleFloatingPointIV(Loop *L, PHINode *PH); 153 bool rewriteNonIntegerIVs(Loop *L); 155 bool simplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LoopInfo *LI); 159 bool canonicalizeExitCondition(Loop *L); 161 bool optimizeLoopExits(Loop *L, SCEVExpander &Rewriter); 164 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter); 166 bool rewriteFirstIterationLoopExitValues(Loop *L); 168 bool linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB, 172 bool sinkUnusedInvariants(Loop *L); 184 bool run(Loop *L); [all …]
|