Lines Matching refs:dtconvp
402 struct dtconv dtconvp;
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.pm_string);
493 p = getstr(p, &dtconvp.ldate_format);
510 memcpy(_dtconv, &dtconvp, sizeof(struct dtconv));