Searched refs:octal (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libdisasm/sparc/ |
H A D | dis_sparc_fmt.c | 761 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local 772 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx", 841 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local 924 (octal != 0) ? "%s0%-11lo <" : "%s0x%-10lx <", 931 (octal != 0) ? "%s, %s0%-5lo <" : 939 (octal != 0) ? "%s, %s0%-6lo <" : "%s, %s0x%-5lx <", 1589 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local 1605 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s", 2370 int octal = dhp->dh_flags & DIS_OCTAL; local 2376 fmtstr = (octal ! 2480 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local 2511 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/ |
H A D | MM.pm | 74 --perm_rw octal permission to set the resulting manpage to
|
/osnet-11/usr/src/lib/libshell/common/features/ |
H A D | math.sh | 299 * first byte is two-digit octal number. Last digit is number of args
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplex.c | 1184 if (st & STRICT) error(1, "%c: invalid character in octal character escape", c); 1209 if (st & STRICT) error(1, "%c: invalid character in octal character escape", c); 1228 if (n & ~0777) error(1, "octal character constant too large"); 1229 goto octal; 1240 goto octal; 1248 goto octal; 1252 goto octal; 1299 octal:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | PlainText.pm | 675 Embedded Ctrl-As (octal 001) in the input will be mapped to spaces on
|
H A D | Functions.pm | 270 oct String,Math convert a string to an octal number
|
H A D | Text.pm | 811 Embedded Ctrl-As (octal 001) in the input will be mapped to spaces on
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | find2perl.PL | 785 Low-order 9 bits of permission match octal value PERM.
|
H A D | s2p.PL | 334 octal number for all other non-printable characters. 2010 a vertical tab (VT) in octal.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.pm | 863 quoted octal integers. Since setting this variable imposes a performance
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_Unix.pm | 3235 interpreted as an octal value.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
H A D | Long.pm | 1664 plus or minus sign, followed by a sequence of digits, or an octal
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | overload.pm | 740 to overload octal and hexadecimal constants,
|
Completed in 59 milliseconds