Home
last modified time | relevance | path

Searched refs:mon_name (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
D1-1.c37 char mon_name[12][3] = { in main() local
54 mon_name[time_ptr.tm_mon], in main()
/external/icu/icu4c/source/tools/tzcode/
Dasctime.c77 static const char mon_name[][3] = { in asctime_r() local
95 else mn = mon_name[timeptr->tm_mon]; in asctime_r()
Dzdump.c878 static const char mon_name[][3] = { in dumptime() local
901 (int) (sizeof mon_name / sizeof mon_name[0])) in dumptime()
903 else mn = mon_name[timeptr->tm_mon]; in dumptime()
/external/u-boot/include/linux/
Dtime.h56 static _CONST char mon_name[12][3] = { variable
63 mon_name[tim_p->tm_mon],
/external/python/cpython2/Modules/
Dtimemodule.c641 static const char mon_name[12][4] = { in _asctime() local
650 mon_name[timeptr->tm_mon], in _asctime()
/external/python/cpython3/Modules/
Dtimemodule.c900 static const char mon_name[12][4] = { in _asctime() local
907 mon_name[timeptr->tm_mon], in _asctime()