Lines Matching refs:octal
761 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
772 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx",
841 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
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);
1605 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s",
2370 int octal = dhp->dh_flags & DIS_OCTAL;
2376 fmtstr = (octal != 0) ? "- 0%lo" : "- 0x%lx";
2378 fmtstr = (octal != 0) ? "+ 0%lo" : "+ 0x%lx";
2385 fmtstr = (octal != 0) ? "-0%lo" : "-0x%lx";
2391 fmtstr = (octal != 0) ? "0%lo" : "0x%lx";
2480 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
2485 bprintf(dhp, (octal != 0) ? "0%03o" : "0x%02x", f->f3.asi);
2511 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0);
2542 (octal != 0) ? "%s%s%s%s%s0%lo%s" :