Searched defs:FBLANK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c84 #define FBLANK 8 /* blank */ macro
185 /* Flags - bit positions defined by LENGTH, FPLUS, FMINUS, FBLANK, */
335 flagword |= FBLANK;
537 } else if (flagword & FBLANK) {
729 } else if (flagword & FBLANK) {
834 } else if (flagword & FBLANK) {
996 } else if (flagword & FBLANK) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c185 #define FBLANK 0x8 /* blank */ macro
486 /* Flags - bit positions defined by LENGTH, FPLUS, FMINUS, FBLANK, */
732 flagword |= FBLANK;
1005 } else if (flagword & FBLANK) {
1040 } else if (flagword & FBLANK) {
1334 } else if (flagword & FBLANK) {
1444 } else if (flagword & FBLANK) {
1557 } else if (flagword & FBLANK) {
2088 } else if (flagword & FBLANK) {

Completed in 50 milliseconds