Home
last modified time | relevance | path

Searched full:octal (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/man/man1/
H A Dod.149 od \- octal dump
125 offset base will be written in decimal, octal or hexadecimal, respectively. The
132 offset base is displayed in octal.
141 Interprets bytes in octal. This is equivalent to \fB-t\fR \fBo1\fR.
166 Others appear as 3-digit octal numbers. For example:
220 Other non-printable characters appear as one three-digit octal number for each
278 octal number. Appending the character \fBb\fR, \fBk\fR, or \fBm\fR to offset
295 \fB0\fR, it is interpreted as an octal number. If \fIcount\fR bytes of input
308 Interprets words in octal. This is equivalent to \fB-t\fR \fBo2\fR.
317 Interprets long words in unsigned octal. This is equivalent to \fB-t\fR
[all …]
H A Dtr.1276 \fB\fB\e\fR\fIoctal\fR\fR
279 Octal sequences can be used to represent characters with specific coded values.
280 An octal sequence consists of a backslash followed by the longest sequence of
281 one-, two-, or three-octal-digit characters (01234567). The sequence causes the
282 character whose encoding is represented by the one-, two- or three-digit octal
296 other character, other than an octal digit, following the backslash are
316 between the range endpoints (as long as neither endpoint is an octal sequence
317 of the form \fB\e\fR\fIoctal\fR), inclusively, as defined by the collation
325 If either or both of the range endpoints are octal sequences of the form
326 \fB\e\fR\fIoctal\fR, represents the range of specific coded binary values
[all …]
H A Dumask.1113 The user file-creation mode mask is set to \fIooo\fR. The three octal digits
150 octal number or a symbolic value as described in \fBchmod\fR(1). If a symbolic
160 either be an octal number or a symbolic value as described in chmod(1). If a
196 rather than an octal number.
230 operand obtained in this way is not obsolescent, even if it is an octal number.
303 obsolescent octal integer mode format.
H A Dpax.1167 The octal value of \fB777\fR or \fBrwx\fR (read, write, and execute
1099 three-digit octal number, is written as a byte with the numeric value specified
1100 by the octal number.
1867 group ID is greater than 2097151 (octal \fB7777777\fR).
1971 \fIsize\fR value greater than \fB8589934591\fR (octal \fB77777777777\fR).
1984 ID is greater than \fB2097151 (octal 7777777)\fR.
2162 fields are leading zero-filled octal numbers using digits from the \fIISO/IEC
2176 character. All other fields are leading zero-filled octal numbers using digits
2196 bits encoded in the \fIISO/IEC 646: 1991\fR standard octal digit
2257 octal value of the modification time obtained from the \fBstat()\fR function.
[all …]
H A Decho.1182 3-digit octal number representing that character.
392 Following the \fB\e0\fR, up to three digits are used in constructing the octal
394 additional digits that are not part of the octal representation, you must use
413 For the octal equivalents of each character, see \fBascii\fR(7).
H A Dprintf.1106 three-digit octal number, is written as a byte with the numeric value specified
107 by the octal number.
165 \fB\e0\fR\fIddd\fR, where \fIddd\fR is a zero-, one-, two- or three-digit octal
167 octal number
283 Escape character (\fBASCII\fR octal \fB033\fR).
338 \fB3\fR-digit octal number \fIx\fR.
435 which is octal 033 in ASCII.
H A Dcmp.165 respectively, and can be either octal or decimal. A leading 0 denotes octal.
76 Write the byte number (decimal) and the differing bytes (octal) for each
H A Dcat.1145 are printed visibly. ASCII control characters (octal \fB000\fR \(mi \fB037\fR)
147 character in the range octal 100 \(mi 137 (@, A, B, C, ..., X, Y, Z, [, \e,
148 ], ^, and _); the \fBDEL\fR character (octal \fB0177\fR) is printed \fB^?\fR.
253 \fBASCII\fR character in the range octal \fB100\fR-\fB137\fR. The DEL character
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_mount.h74 uid_t uid; /* octal user id */
75 gid_t gid; /* octal group id */
76 mode_t file_mode; /* octal srwx for files */
77 mode_t dir_mode; /* octal srwx for dirs */
91 uid32_t uid; /* octal user id */
92 gid32_t gid; /* octal group id */
93 mode32_t file_mode; /* octal srwx for files */
94 mode32_t dir_mode; /* octal srwx for dirs */
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d30 * octal or hexadecimal
41 octal = 012345;
45 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2);
46 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c386 "could not parse desired name: err (octal) %o (%s)\n"),
474 printf(gettext("server ret err (octal) %o (%s)\n"),
492 printf(gettext("server ret err (octal) %o (%s)\n"),
565 "could not parse desired name: err (octal) %o (%s)\n"),
649 " (octal) %o (%s)\n"),
662 printf(gettext("server ret err (octal) %o (%s)\n"),
684 printf(gettext("server ret err (octal) %o (%s)\n"),
695 printf(gettext("server ret err (octal) %o (%s)\n"),
710 printf(gettext("server ret err (octal) %o (%s)\n"),
762 printf(gettext("server ret err (octal) %o (%s)\n"),
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dprintf-6961.c30 printf("test failed: received incorrect octal for case %s\n", test); in print_diff()
43 /* ~0L in octal */ in main()
56 /* 42 in octal */ in main()
75 print_diff("~0 in Octal", octal0, buf); in main()
82 print_diff("42 in Octal", octal1, buf); in main()
/illumos-gate/usr/src/man/man5/
H A Dmagic.5133 \fB013\fR is octal, and \fB0x13\fR is hexadecimal.
228 \fB\e\fIoctal\fR\fR
231 Octal sequences that can be used to represent characters with specific coded
232 values. An octal sequence consists of a backslash followed by the longest
233 sequence of one, two, or three octal-digit characters (01234567).
H A Dinit.597 value is specified in octal and must be between 000 and 077 to be accepted; the
99 If the value is missing or cannot be parsed as an octal number, then a value
101 A sequence of valid octal digits followed by other trailing characters will be
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dc_literal.c54 * octal constants.
73 char octal_buf[10]; /* For \000 style octal constants */ in conv_str_to_c_literal()
131 /* Generic unprintable character: Use octal notation */ in conv_str_to_c_literal()
194 /* Octal constant: There can be up to 3 digits */ in conv_translate_c_esc()
/illumos-gate/usr/src/man/man7/
H A Dascii.720 as needed. It contains octal and hexadecimal values for each character. While
25 Octal \(mi Character
104 On-line chart of octal and hexadecimal values for the \fBASCII\fR character
H A Dcharmap.7222 more concatenated decimal, octal or hexadecimal constants in the following
231 \fB"%c%o",\fR<\fIescape_char\fR>,<\fIoctal byte value\fR>
243 \fB\ex8f\fR\&. Octal constants must be represented by two or three octal
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c245 int stopval, octal; in genrange() local
251 octal = 0; in genrange()
254 stopval = backslash(s, &octal); in genrange()
268 if (octal || was_octal || MB_CUR_MAX > 1) { in genrange()
349 * Translate \??? into a character. Up to 3 octal digits, if no digits either
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh353 (( x == 10 )) || err_exit 'leading zeros in x treated as octal arithmetic with $((x))'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
683 [[ $x == 10 ]] || err_exit 'let treating 010 as octal'
686 [[ $x == 8 ]] || err_exit 'let not treating 010 as octal with letoctal on'
730 (($r == 16)) || err_exit 'leading 0 not treated as octal inside ((...))'
732 (( x == 16 )) || err_exit 'leading 0 not treated as octal inside $((...))'
734 ((x == 20 )) || err_exit 'leading 0 should not be treated as octal outside ((...))'
736 ((x == -20)) || err_exit 'numbers with leading -0 should not be treated as octal outside ((...))'
738 ((x == -16)) || err_exit 'numbers with leading -8# should be treated as octal'
754 let "(3+$x)==13" || err_exit 'let should not recognize leading 0 as octal'
[all …]
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c34 If a string begins in \o or \O, the following address is octal
38 (nnn = octal char) are recognized.
123 case 'o': /* octal */
242 dobase : converts a hex or octal ASCII string
308 convert address to ASCII form with address in hex, octal,
396 to octal ASCII in s */
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutstrtoul64.c193 * In ACPI, the only place where octal numbers are supported is within
196 * support (explicit/implicit) for octal string conversions.
215 * integer width. Supports Decimal, Hex, and Octal strings.
264 * 2) Check for an octal constant, defined to be a leading zero in AcpiUtStrtoul64()
265 * followed by sequence of octal digits (0-7) in AcpiUtStrtoul64()
331 * Octal strings are not supported, as per the ACPI specification.
418 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) strings
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.c65 If a string begins in \o or \O, the following address is octal
107 case 'o': /* octal */
130 dobase : converts a hex or octal ASCII string
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c76 * = OCTAL if the -o flag is in the command line
120 numbase = OCTAL; in main()
131 if (numbase != OCTAL) in main()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c69 * If a string begins in \o or \O, the following address is octal
119 case 'o': /* octal */ in stoa()
142 * dobase : converts a hex or octal ASCII string
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c239 octal(unsigned char c, unsigned char *ptr) in octal() function
262 ptr = octal(*s++, ptr); in prs_cntl()
286 ptr = octal(*olds, ptr); in prs_cntl()

12345678910>>...16