Searched refs:fwidth (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c241 int fwidth; /* format field width */ member in struct:CMN_FMT_T
273 * fwidth:
287 int *fwidth, *cwidth; local
295 fwidth = &cfstr->fwidth;
298 *fwidth = *cwidth = 0;
305 (*fwidth)++;
312 (*fwidth)++;
315 if (*fwidth == 1) {
325 (*fwidth)
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import400 fwidth=`echo "$#\c" | wc -c`
405 printf "%${fwidth}s/%${fwidth}s" $i $n > /dev/msglog
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c77 } fwidth[] = { variable in typeref:struct:fw
106 static int numwidthentries = sizeof (fwidth)
969 * found in the fwidth structure.
984 if (fwidth[i].basic_unit == basicunit) {
986 if (fwidth[i].pwidth[j].print_base ==
989 fwidth[i].pwidth[j].field_width);

Completed in 58 milliseconds