/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.constants.d | 43 octal = 012345; 47 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2); 48 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 72 enum radix { none, octal, hexadecimal, decimal }; 98 case octal: in strings() 156 Radix = octal; in main() 163 "(octal), 'd' (decimal), 'x' (hexadecimal)"); in main() 79 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
|
H A D | Opts.td | 16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
|
/freebsd/usr.bin/tr/ |
H A D | str.c | 238 int stopval, octal; in genrange() local 244 octal = 0; in genrange() 247 stopval = backslash(s, &octal); in genrange() 259 if (octal || was_octal || MB_CUR_MAX > 1) { in genrange()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | captoinfo.c | 627 char octal[4]; in _nc_infotocap() local 774 _nc_SPRINTF(octal, _nc_SLIMIT(sizeof(octal)) in _nc_infotocap() 776 bufptr = save_char(bufptr, octal[0]); in _nc_infotocap() 777 bufptr = save_char(bufptr, octal[1]); in _nc_infotocap() 778 xx1 = octal[2]; in _nc_infotocap()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-separator.mk | 141 . warning The separator \012 is not interpreted in octal ASCII. 198 . warning The separator \8 is accepted even though it is not octal. 200 . warning The separator \8 is accepted even though it is not octal.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | NOTES | 1 Need some tests for octal, hex, various string escapes.
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg2 | 56 # \NNN (where N is an octal digit) - character with octal code NNN
|
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set9 | 11 9 Una constante octal no cabe en un carácter.\n
|
H A D | set20 | 33 31 especificación de tecla inválida -- número octal incorrecto\n
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 67 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; 147 /// leading 0x or 0 for hexadecimal and octal respectively. in error() 158 case octal: in getNumLengthAsString() 490 << (Radix == octal ? "oct" : "dec") in printObjectSectionSizes() 503 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes() 858 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals() 903 Radix = RadixTy::octal; in llvm_size_main() 76 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; global() enumerator
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_01.JPu.out | 172 "mode_octal": "octal",
|
H A D | test_01.J.out | 1 …der":2,"in-stock":14}]},"cost":425,"cost":455,"mode":"mode","mode_octal":"octal","links":"links","…
|
H A D | test_01.JP.out | 172 "mode_octal": "octal",
|
H A D | test_01.X.out | 1 …/item></data><cost>425</cost><cost>455</cost><mode>mode</mode><mode_octal>octal</mode_octal><links…
|
H A D | test_01.XP.out | 159 <mode_octal>octal</mode_octal>
|
/freebsd/usr.sbin/config/ |
H A D | lang.l | 92 unsigned int octal(const char *);
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | claris | 15 #null to byte 1000 octal
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set20 | 33 31 bad key specification -- malformed octal number\n
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set20 | 33 31 bad key specification -- malformed octal number\n
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set20 | 33 31 bad key specification -- malformed octal number\n
|
/freebsd/contrib/diff/ |
H A D | NEWS | 149 where O is a string of 1, 2, or 3 octal digits, stands for the 150 character with octal code O. E.g. %c'\0' stands for a null character. 157 The character C, or with octal code O, as above.
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set20 | 33 31 mauvaise spécification de touche -- nombre octal mal formé\n
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 199 \nnn Where nnn is three octal digits, the character 200 represented by the octal number will be inserted into
|