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

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c250 int starflg = 0; /* set to 1 if * format specifier seen */ local
349 starflg = 1;
392 if (!starflg)
395 starflg = 0;
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c575 int starflg = 0; /* set to 1 if * format specifier seen */ local
749 starflg = 1;
802 if (!starflg)
805 starflg = 0;

Completed in 49 milliseconds