Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d43 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 Dllvm-strings.cpp72 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 DOpts.td16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
/freebsd/usr.bin/tr/
H A Dstr.c238 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 Dcaptoinfo.c627 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 Dvarmod-to-separator.mk141 . 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 DNOTES1 Need some tests for octal, hex, various string escapes.
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg256 # \NNN (where N is an octal digit) - character with octal code NNN
/freebsd/contrib/tcsh/nls/spanish/
H A Dset911 9 Una constante octal no cabe en un carácter.\n
H A Dset2033 31 especificación de tecla inválida -- número octal incorrecto\n
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp67 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 Dtest_01.JPu.out172 "mode_octal": "octal",
H A Dtest_01.J.out1 …der":2,"in-stock":14}]},"cost":425,"cost":455,"mode":"mode","mode_octal":"octal","links":"links","…
H A Dtest_01.JP.out172 "mode_octal": "octal",
H A Dtest_01.X.out1 …/item></data><cost>425</cost><cost>455</cost><mode>mode</mode><mode_octal>octal</mode_octal><links…
H A Dtest_01.XP.out159 <mode_octal>octal</mode_octal>
/freebsd/usr.sbin/config/
H A Dlang.l92 unsigned int octal(const char *);
/freebsd/contrib/file/magic/Magdir/
H A Dclaris15 #null to byte 1000 octal
/freebsd/contrib/tcsh/nls/C/
H A Dset2033 31 bad key specification -- malformed octal number\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset2033 31 bad key specification -- malformed octal number\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset2033 31 bad key specification -- malformed octal number\n
/freebsd/contrib/diff/
H A DNEWS149 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 Dset2033 31 mauvaise spécification de touche -- nombre octal mal formé\n
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt199 \nnn Where nnn is three octal digits, the character
200 represented by the octal number will be inserted into

123