Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dtimelocal.h47 const char *ampm_fmt; member
H A Dnl_langinfo.c88 ret = (char *)ltime->ampm_fmt; in nl_langinfo_l()
H A Dstrftime.c242 pt = _fmt(loc, tptr->ampm_fmt, t, pt, ptlim); in _fmt()
H A Dstrptime.c155 buf = __strptime(buf, tptr->ampm_fmt, tm, flagsp, loc); in __strptime()
/titanic_41/usr/src/cmd/localedef/
H A Dtime.c61 tm.ampm_fmt = str; in add_time_str()
256 (putl_category(tm.ampm_fmt, f) == EOF)) { in dump_time()