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

/osnet-11/usr/src/lib/libcmd/common/
H A Ddate.c289 Fmt_t* fmts; local
307 fmts = &fmt;
347 f->next = fmts;
349 fmts = f;
415 ts = convert(fmts, s, now);
416 te = convert(fmts, t, now);
480 now = convert(fmts, s, now);
491 now = convert(fmts, s, now);
505 while (fmts != &fmt)
507 f = fmts;
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c2277 const char **fmts; local
2336 fmts = ATTR_FMTS;
2338 fmts = PROP_FMTS;
2346 if (append_char_buf(cb, fmts[pvc], prop_name, uval)
2354 if (append_char_buf(cb, fmts[pvc], prop_name, ival)
2362 if (append_char_buf(cb, fmts[pvc], prop_name, dval)
2370 if (append_char_buf(cb, fmts[pvc], prop_name,
2378 if (append_char_buf(cb, fmts[pvc], prop_name, sval)

Completed in 131 milliseconds