Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/localedef/
H A Dtime.c68 tm.date_fmt = str; in add_time_str()
255 (putl_category(tm.date_fmt ? tm.date_fmt : tm.c_fmt, f) == EOF) || in dump_time()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dtimelocal.h46 const char *date_fmt; member
H A Dnl_langinfo.c165 ret = (char *)ltime->date_fmt; in nl_langinfo_l()
H A Dstrftime.c454 pt = _fmt(loc, tptr->date_fmt, t, pt, ptlim); in _fmt()
H A Dstrptime.c96 buf = __strptime(buf, tptr->date_fmt, tm, flagsp, loc); in __strptime()