Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/efcode/engine/
H A Denv.c284 validfmt(char *fmt, cmn_fmt_t *cfstr) in validfmt() argument
292 if (cfstr == NULL) in validfmt()
295 fwidth = &cfstr->fwidth; in validfmt()
296 cwidth = &cfstr->cwidth; in validfmt()
297 format = &cfstr->format; in validfmt()
540 cmn_fmt_t cfstr; in fmt_str() local
544 vferr = validfmt(pct, &cfstr); in fmt_str()
546 fw = cfstr.fwidth; in fmt_str()
547 cw = cfstr.cwidth; in fmt_str()
548 fmptr = &cfstr.format; in fmt_str()