/openbsd/gnu/usr.bin/perl/cpan/bignum/t/ |
H A D | const-bigrat.t | 3 # Binary, octal, and hexadecimal floating point literals were introduced in 52 is($x, "255", "octal integer literal 0377"); 57 skip "perl v5.34.0 required for octal floating point literals" 62 is($x, "255", "octal integer literal $str"); 129 is($x, "314", "octal floating point literal $str"); 138 is($x, "0", "octal floating point literal $str"); 153 is($x, "314", "octal floating point literal $str"); 162 is($x, "0", "octal floating point literal $str"); 221 # octal constant 283 is($x, "201/64", "octal floating point literal $str"); [all …]
|
H A D | const-bigfloat.t | 3 # Binary, octal, and hexadecimal floating point literals were introduced in 53 is($x, "255", "octal integer literal 0377"); 59 skip "perl v5.34.0 required for octal floating point literals" 64 is($x, "255", "octal integer literal $str"); 129 skip "perl v5.34.0 required for octal floating point literals" 137 is($x, "314", "octal floating point literal $str"); 147 is($x, "0", "octal floating point literal $str"); 163 is($x, "314", "octal floating point literal $str"); 173 is($x, "0", "octal floating point literal $str"); 239 # octal constant [all …]
|
H A D | const-bigint.t | 3 # Binary, octal, and hexadecimal floating point literals were introduced in 6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point 52 is($x, "255", "octal integer literal 0377"); 57 skip "perl v5.34.0 required for octal floating point literals" 62 is($x, "255", "octal integer literal $str"); 121 skip "perl v5.34.0 required for octal floating point literals" 129 is($x, "314", "octal floating point literal $str"); 138 is($x, "0", "octal floating point literal $str"); 153 is($x, "314", "octal floating point literal $str"); 162 is($x, "0", "octal floating point literal $str"); [all …]
|
H A D | const-bignum.t | 3 # Binary, octal, and hexadecimal floating point literals were introduced in 54 is($x, "255", "octal integer literal 0377"); 60 skip "perl v5.34.0 required for octal floating point literals" 65 is($x, "255", "octal integer literal $str"); 139 is($x, "314", "octal floating point literal $str"); 149 is($x, "0", "octal floating point literal $str"); 165 is($x, "314", "octal floating point literal $str"); 175 is($x, "0", "octal floating point literal $str"); 241 # octal constant 303 is($x, "3.140625", "octal floating point literal $str"); [all …]
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | size.c | 44 decimal, octal, hex enumerator 179 radix = octal; in main() 207 radix = octal; in main() 250 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in main() 381 ((radix == octal) ? "0%lo" : "0x%lx")), in size_number() 398 ((radix == octal) ? "0%lo" : "0x%lx")), 413 ((radix == octal) ? "0%lo" : "0x%lx")), in rprint_number() 458 puts ((radix == octal) ? " text\t data\tbss/stk\t oct\t hex\tfilename" : in print_berkeley_format() 461 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" : in print_berkeley_format() 479 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in print_berkeley_format()
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | 6default | 8 Integer overflow in octal number at - line 3. 19 Integer overflow in octal number at - line 3. 20 Illegal octal digit '8' ignored at - line 3. 32 Integer overflow in octal number at - line 3. 33 Illegal octal digit '8' ignored at - line 3. 35 Integer overflow in octal number at - line 8. 36 Illegal octal digit '8' ignored at - line 8.
|
H A D | util | 3 Illegal octal digit ignored 16 Integer overflow in octal number 32 Illegal octal digit '9' ignored at - line 3. 72 Integer overflow in octal number at - line 3.
|
H A D | 7fatal | 449 Integer overflow in octal number at - line 4. 450 Illegal octal digit '8' ignored at - line 4. 464 Integer overflow in octal number at - line 4. 465 Illegal octal digit '8' ignored at - line 4. 479 Integer overflow in octal number at - line 4. 480 Illegal octal digit '8' ignored at - line 4. 507 Integer overflow in octal number at - line 8.
|
H A D | regcomp | 21 Non-octal character '8' terminates \o early. Resolved as "\o{123}" in regex; marked by <-- HERE in… 22 Non-octal character '8' terminates \o early. Resolved as "\o{654}" in regex; marked by <-- HERE in…
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | size.c | 44 decimal, octal, hex enumerator 179 radix = octal; in main() 207 radix = octal; in main() 250 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in main() 381 ((radix == octal) ? "0%lo" : "0x%lx")), in size_number() 394 ((radix == octal) ? "0%lo" : "0x%lx")), in rprint_number() 437 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" : in print_berkeley_format() 454 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in print_berkeley_format()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/ |
H A D | mi-regs.exp | 68 set octal "\[0-7\]+" 90 …"555\\^done,register-values=\\\[\{number=\"0\",value=\"$octal\"\}.*\{number=\"71\",value=\"$octal\…
|
H A D | mi2-regs.exp | 68 set octal "\[0-7\]+" 90 …"555\\^done,register-values=\\\[\{number=\"0\",value=\"$octal\"\}.*\{number=\"71\",value=\"$octal\…
|
/openbsd/regress/bin/ksh/ |
H A D | arith.t | 80 name: check-octal-valid-1 82 Check octal notation (valid input) 92 name: check-octal-invalid-1 94 Check octal notation (invalid input)
|
/openbsd/gnu/llvm/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 77 enum radix { none, octal, hexadecimal, decimal }; enumerator 103 case octal: in strings() 161 Radix = octal; in main()
|
H A D | Opts.td | 16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
|
/openbsd/lib/libcurses/tinfo/ |
H A D | captoinfo.c | 629 char octal[4]; in _nc_infotocap() local 776 _nc_SPRINTF(octal, _nc_SLIMIT(sizeof(octal)) in _nc_infotocap() 778 bufptr = save_char(bufptr, octal[0]); in _nc_infotocap() 779 bufptr = save_char(bufptr, octal[1]); in _nc_infotocap() 780 xx1 = octal[2]; in _nc_infotocap()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | escape-1.c | 21 #error bad octal /* { dg-bogus "bad" "bad octal evaluation" } */
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | infokey.c | 424 octal, in compile() enumerator 552 seqstate = octal; in compile() 592 case octal: in compile() 608 if (seqstate != octal) in compile()
|
/openbsd/games/quiz/datfiles/ |
H A D | seq-hard | 10 1,4,11,20,31,44,61:100{(n**2 base 8)}:[Squares|n[**|^]2} base 8|octal squares
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlrebackslash.pod | 224 There are two forms of octal escapes. Each is used to specify a character by 232 octal digits. One problem with this form is that it can look exactly like an 234 L</Disambiguation rules between old-style octal escapes and backreferences> 238 In some contexts, a backslash followed by two or even one octal digits may be 239 interpreted as an octal escape, sometimes with a warning, and because of some 246 Note that a character expressed as an octal escape is considered 276 use heuristics to determine whether it is a backreference or an octal escape. 287 If the first digit following the backslash is a 0, it's an octal escape. 293 it considers it an octal escape. If N has more than three digits, Perl 294 takes only the first three for the octal escape; the rest are matched as is. [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 75 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator 166 case octal: in getRadixFmt() 498 << (Radix == octal ? "oct" : "dec") in printObjectSectionSizes() 511 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes() 866 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals() 912 Radix = RadixTy::octal; in llvm_size_main()
|
/openbsd/usr.bin/file/magdir/ |
H A D | claris | 13 #null to byte 1000 octal
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptTokenList.def | 17 TOKEN(Int) // Integer (decimal, octal or hexadecimal).
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | grok | 493 warn("Integer overflow in octal number"); 514 /* Allow \octal to work the DWIM way (that is, stop scanning 515 * as soon as non-octal characters are seen, complain only iff 519 warn("Illegal octal digit '%c' ignored", *s);
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-strings.rst | 78 octal, decimal and hexadecimal respectively.
|