Home
last modified time | relevance | path

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

/third_party/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()
/third_party/tzdata/
Dasctime.c75 static const char mon_name[][4] = { in asctime_r() local
93 else mn = mon_name[timeptr->tm_mon]; in asctime_r()
Dzdump.c1075 static const char mon_name[][4] = { in dumptime() local
1098 (int) (sizeof mon_name / sizeof mon_name[0])) in dumptime()
1100 else mn = mon_name[timeptr->tm_mon]; in dumptime()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/uboot/u-boot-2020.01/include/linux/
Dtime.h58 static _CONST char mon_name[12][3] = { variable
65 mon_name[tim_p->tm_mon],
/third_party/python/Modules/
Dtimemodule.c919 static const char mon_name[12][4] = { local
926 mon_name[timeptr->tm_mon],