Searched defs:octal (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s129 octal; 'o
158 octal: label
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c245 int stopval, octal; local
251 octal = 0;
254 stopval = backslash(s, &octal);
268 if (octal || was_octal || MB_CUR_MAX > 1) {
349 * Translate \??? into a character. Up to 3 octal digits, if no digits either
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c240 octal(unsigned char c, unsigned char *ptr) function
263 ptr = octal(*s++, ptr);
287 ptr = octal(*olds, ptr);
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c706 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
717 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx",
788 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
871 (octal != 0) ? "%s0%-11lo <" : "%s0x%-10lx <",
878 (octal != 0) ? "%s, %s0%-5lo <" :
886 (octal != 0) ? "%s, %s0%-6lo <" : "%s, %s0x%-5lx <",
1536 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
1552 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s",
2228 int octal = dhp->dh_flags & DIS_OCTAL; local
2234 fmtstr = (octal !
2339 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
2371 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); local
[all...]
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c5371 * Respect the "octal" flag. "Small negative" is defined as "in the
5389 int octal = dis->d86_flags & DIS_F_OCTAL; local
5397 octal ? "-0%llo" : "-0x%llx", (-sv) & mask);
5402 octal ? "+0%llo" : "+0x%llx", usv & mask);
5405 octal ? "0%llo" : "0x%llx", usv & mask);

Completed in 78 milliseconds