Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c51 { T_FMT, "%H:%M:%S" },
81 { T_FMT, "%I:%M:%S %p" },
111 { T_FMT, "%H:%M:%S" },
141 { T_FMT, "%H:%M:%S" },
/titanic_41/usr/src/head/
H A Dlanginfo.h121 #define T_FMT 46 /* time format */ macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c84 case T_FMT: in nl_langinfo_l()
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmlocale.c484 T_FMT, TM_TIME,
/titanic_41/usr/src/cmd/locale/
H A Dlocale.c177 _dtconv.time_format = strdup(nl_langinfo(T_FMT)); in localedtconv()