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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c402 struct dtconv dtconvp; local
459 p = getstr(p, &dtconvp.abbrev_month_names[i]);
464 p = getstr(p, &dtconvp.month_names[i]);
469 p = getstr(p, &dtconvp.abbrev_weekday_names[i]);
474 p = getstr(p, &dtconvp.weekday_names[i]);
478 p = getstr(p, &dtconvp.time_format);
481 p = getstr(p, &dtconvp.sdate_format);
484 p = getstr(p, &dtconvp.dtime_format);
487 p = getstr(p, &dtconvp.am_string);
490 p = getstr(p, &dtconvp
[all...]

Completed in 56 milliseconds