Home | History | Annotate | Download | only in info

Lines Matching full:octal

6315      Print as integer in octal.
6334 The character representation is replaced with the octal escape
10336 * Integer constants are a sequence of digits. Octal constants are
10359 which are of the form `\NNN', where NNN is the octal representation
11093 a trailing `H', and octal integers by a trailing `B'.
14273 `octal', and `hex'. The default is `ascii'.
16890 You can always enter numbers in octal, decimal, or hexadecimal in GDB
16891 by the usual conventions: octal numbers begin with `0', decimal numbers
17731 backslash followed by a single character. Octal and hexadecimal
19375 escape sequences, such as `\t', `\f', and octal escapes, are
23804 {binary | decimal | hexadecimal | octal | natural}
24542 Octal
27195 the eight-bit character whose value is the octal value NNN
32324 All values are given in octal representation.
37122 * octal escapes in strings: Print Settings. (line 222)