Searched defs:SUFFIX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c186 #define SUFFIX "This problem has occurred several times.\nPlease check the dialing instructions for this printer.\n" macro
207 strlen(PREFIX) + strlen(p->reason) + strlen(SUFFIX) + 2
209 sprintf (msg, "%s%s%s\n", PREFIX, p->reason, SUFFIX);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c88 #define SUFFIX 128 /* a suffix is to appear in the output */ macro
476 * SUFFIX will be set.
779 flagword |= SUFFIX;
1047 if (flagword & (RZERO | SUFFIX | FMINUS)) {
1053 if (flagword & SUFFIX)
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c189 #define SUFFIX 0x80 /* a suffix is to appear in the output */ macro
949 * SUFFIX will be set.
1399 flagword |= SUFFIX;
1497 flagword |= SUFFIX;
2200 if (flagword & (RZERO | SUFFIX | FMINUS)) {
2206 if (flagword & SUFFIX)

Completed in 64 milliseconds