Home
last modified time | relevance | path

Searched refs:tm_days (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dgenutils.c1639 static const int tm_days[4][13] = { variable
1684 while (m >= (long)tm_days[leap + 2][12]) in ms_gmtime_r()
1686 m -= (long)tm_days[leap + 2][12]; in ms_gmtime_r()
1693 while (m >= (long)tm_days[leap][v_tm_mon]) in ms_gmtime_r()
1695 m -= (long)tm_days[leap][v_tm_mon]; in ms_gmtime_r()
1704 while (m < (long)-tm_days[leap + 2][12]) in ms_gmtime_r()
1706 m += (long)tm_days[leap + 2][12]; in ms_gmtime_r()
1713 while (m < (long)-tm_days[leap][v_tm_mon]) in ms_gmtime_r()
1715 m += (long)tm_days[leap][v_tm_mon]; in ms_gmtime_r()
1719 m += (long)tm_days[leap][v_tm_mon]; in ms_gmtime_r()
[all …]
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dtotem-pl-parser-decode-date.c107 static char *tm_days[] = { variable
200 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()
/dports/mail/gmime26-sharp/gmime-2.6.23/gmime/
H A Dgmime-utils.c186 static char *tm_days[] = { variable
217 tm_days[tm.tm_wday], tm.tm_mday, in g_mime_utils_header_format_date()
350 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-utils.c189 static char *tm_days[] = { variable
228 tm_days[wday % 7], day, tm_months[month - 1], in g_mime_utils_header_format_date()
349 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()
/dports/mail/gmime26/gmime-2.6.23/gmime/
H A Dgmime-utils.c186 static char *tm_days[] = { variable
217 tm_days[tm.tm_wday], tm.tm_mday, in g_mime_utils_header_format_date()
350 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()
/dports/mail/gmime2/gmime-2.2.27/gmime/
H A Dgmime-utils.c187 static char *tm_days[] = { variable
216 tm_days[tm.tm_wday], tm.tm_mday, in g_mime_utils_header_format_date()
343 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-utils.c4019 static const gchar tm_days[][4] = { variable
4051 tm_days[tm.tm_wday], in camel_header_format_date()
4184 if (!g_ascii_strncasecmp (in, tm_days[wday], 3)) in get_wday()