Home
last modified time | relevance | path

Searched refs:mon_name (Results 1 – 5 of 5) 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/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.c919 static const char mon_name[12][4] = { local
926 mon_name[timeptr->tm_mon],