Home
last modified time | relevance | path

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

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