/third_party/toybox/toys/pending/ |
D | telnetd.c | 206 static int handle_iacs(struct term_session *tm, int c, int fd) in handle_iacs() argument 211 curr = start = tm->buff2+tm->buff2_avail; in handle_iacs() 212 end = tm->buff2 + c -1; in handle_iacs() 213 tm->rem = 0; in handle_iacs() 230 tm->rem = 1; in handle_iacs() 247 tm->rem = end - curr; in handle_iacs() 256 curr++, tm->rem++; in handle_iacs() 259 tm->rem++; in handle_iacs() 262 tm->rem = 0; in handle_iacs() 270 memcpy(start + i, end - tm->rem, tm->rem); //put remaining if we break; in handle_iacs() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() argument 46 const bool is_dst = tm.tm_isdst > 0; in tm_gmtoff() 49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() argument 50 const bool is_dst = tm.tm_isdst > 0; in tm_zone() 55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 56 const bool is_dst = tm.tm_isdst > 0; 59 auto tm_zone(const std::tm& tm) -> decltype(tzname[0]) { 60 const bool is_dst = tm.tm_isdst > 0; 66 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 67 const bool is_dst = tm.tm_isdst > 0; [all …]
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() argument 40 const bool is_dst = tm.tm_isdst > 0; in tm_gmtoff() 43 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() argument 44 const bool is_dst = tm.tm_isdst > 0; in tm_zone() 49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 50 const bool is_dst = tm.tm_isdst > 0; 53 auto tm_zone(const std::tm& tm) -> decltype(tzname[0]) { 54 const bool is_dst = tm.tm_isdst > 0; 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 61 const bool is_dst = tm.tm_isdst > 0; [all …]
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 47 static int week_num(const struct tm *tm) in week_num() argument 49 int val = (tm->tm_yday + 7U - (tm->tm_wday+6U)%7) / 7; in week_num() 52 if ((tm->tm_wday + 371U - tm->tm_yday - 2) % 7 <= 2) in week_num() 59 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() 60 if (dec31 == 4 || (dec31 == 5 && is_leap(tm->tm_year%400-1))) in week_num() 66 int jan1 = (tm->tm_wday + 371U - tm->tm_yday) % 7; in week_num() 67 if (jan1 != __DAY_LAST_WEEK__ && (jan1 != 3 || !is_leap(tm->tm_year))) in week_num() 73 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1() argument 82 if (tm->tm_wday > 6U) goto string; in __strftime_fmt_1() 83 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1() [all …]
|
D | strptime.c | 48 int __getzonename(const char *restrict s, struct tm *restrict tm) in __getzonename() argument 51 struct tm old; in __getzonename() 52 memcpy(&old, tm, sizeof(struct tm)); in __getzonename() 69 tm->__tm_zone = buf; in __getzonename() 73 struct tm *tmp = localtime(&t); in __getzonename() 75 tm->tm_isdst = tmp->tm_isdst; in __getzonename() 80 int __getgmtoff(const char *restrict s, struct tm *restrict tm) in __getgmtoff() argument 94 tm->__tm_gmtoff = 0; in __getgmtoff() 126 tm->__tm_gmtoff = sign * (h * __STRPTIME_SECOND_IN_HOUR + m * __STRPTIME_TIME_BASE); in __getgmtoff() 131 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) in strptime() argument [all …]
|
/third_party/musl/src/time/ |
D | strftime.c | 19 static int week_num(const struct tm *tm) in week_num() argument 21 int val = (tm->tm_yday + 7U - (tm->tm_wday+6U)%7) / 7; in week_num() 24 if ((tm->tm_wday + 371U - tm->tm_yday - 2) % 7 <= 2) in week_num() 31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() 32 if (dec31 == 4 || (dec31 == 5 && is_leap(tm->tm_year%400-1))) in week_num() 38 int jan1 = (tm->tm_wday + 371U - tm->tm_yday) % 7; in week_num() 39 if (jan1 != 4 && (jan1 != 3 || !is_leap(tm->tm_year))) in week_num() 45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1() argument 54 if (tm->tm_wday > 6U) goto string; in __strftime_fmt_1() 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1() [all …]
|
D | strptime.c | 9 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) in strptime() argument 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime() 54 dest = &tm->tm_mday; in strptime() 59 s = strptime(s, "%m/%d/%y", tm); in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strftime.c | 19 static int week_num(const struct tm *tm) in week_num() argument 21 int val = (tm->tm_yday + 7U - (tm->tm_wday+6U)%7) / 7; in week_num() 24 if ((tm->tm_wday + 371U - tm->tm_yday - 2) % 7 <= 2) in week_num() 31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() 32 if (dec31 == 4 || (dec31 == 5 && is_leap(tm->tm_year%400-1))) in week_num() 38 int jan1 = (tm->tm_wday + 371U - tm->tm_yday) % 7; in week_num() 39 if (jan1 != 4 && (jan1 != 3 || !is_leap(tm->tm_year))) in week_num() 45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1() argument 54 if (tm->tm_wday > 6U) goto string; in __strftime_fmt_1() 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1() [all …]
|
D | strptime.c | 9 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) in strptime() argument 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime() 54 dest = &tm->tm_mday; in strptime() 59 s = strptime(s, "%m/%d/%y", tm); in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() [all …]
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strftime.c | 19 static int week_num(const struct tm *tm) in week_num() argument 21 int val = (tm->tm_yday + 7U - (tm->tm_wday+6U)%7) / 7; in week_num() 24 if ((tm->tm_wday + 371U - tm->tm_yday - 2) % 7 <= 2) in week_num() 31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() 32 if (dec31 == 4 || (dec31 == 5 && is_leap(tm->tm_year%400-1))) in week_num() 38 int jan1 = (tm->tm_wday + 371U - tm->tm_yday) % 7; in week_num() 39 if (jan1 != 4 && (jan1 != 3 || !is_leap(tm->tm_year))) in week_num() 45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1() argument 54 if (tm->tm_wday > 6U) goto string; in __strftime_fmt_1() 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1() [all …]
|
D | strptime.c | 9 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) in strptime() argument 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime() 54 dest = &tm->tm_mday; in strptime() 59 s = strptime(s, "%m/%d/%y", tm); in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strftime.c | 19 static int week_num(const struct tm *tm) in week_num() argument 21 int val = (tm->tm_yday + 7U - (tm->tm_wday+6U)%7) / 7; in week_num() 24 if ((tm->tm_wday + 371U - tm->tm_yday - 2) % 7 <= 2) in week_num() 31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() 32 if (dec31 == 4 || (dec31 == 5 && is_leap(tm->tm_year%400-1))) in week_num() 38 int jan1 = (tm->tm_wday + 371U - tm->tm_yday) % 7; in week_num() 39 if (jan1 != 4 && (jan1 != 3 || !is_leap(tm->tm_year))) in week_num() 45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1() argument 54 if (tm->tm_wday > 6U) goto string; in __strftime_fmt_1() 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1() [all …]
|
D | strptime.c | 9 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) in strptime() argument 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime() 54 dest = &tm->tm_mday; in strptime() 59 s = strptime(s, "%m/%d/%y", tm); in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() [all …]
|
/third_party/libwebsockets/lib/roles/http/ |
D | date.c | 38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render() argument 40 const char *w = s + 36 + (3 * tm->tm_wday), *m = s + (3 * tm->tm_mon); in lws_http_date_render() 46 w[0], w[1], w[2], tm->tm_mday, m[0], m[1], m[2], in lws_http_date_render() 47 1900 + tm->tm_year, tm->tm_hour, tm->tm_min, tm->tm_sec); in lws_http_date_render() 57 struct tm tmp; in lws_http_date_render_from_unix() 58 struct tm *tm = gmtime_r(t, &tmp); in lws_http_date_render_from_unix() local 60 struct tm *tm = gmtime(t); in lws_http_date_render_from_unix() 62 if (!tm) in lws_http_date_render_from_unix() 65 if (lws_http_date_render(buf, len, tm)) in lws_http_date_render_from_unix() 72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse() argument [all …]
|
/third_party/toybox/toys/posix/ |
D | cal.c | 26 static char *calstrings(char *buf, struct tm *tm) in calstrings() argument 32 len = strftime(temp, 21, "%B %Y", tm); in calstrings() 40 if (tm->tm_mday>1) in calstrings() 41 start = (36+tm->tm_wday-tm->tm_mday)%7; in calstrings() 42 else start = tm->tm_wday; in calstrings() 46 if (tm->tm_mon == 1) { in calstrings() 47 int year = tm->tm_year; in calstrings() 50 } else if ((tm->tm_mon+(tm->tm_mon>6 ? 1 : 0)) & 1) len = 30; in calstrings() 72 struct tm *tm; in cal_main() local 77 tm = (struct tm *)toybuf; in cal_main() [all …]
|
/third_party/musl/libc-test/src/functional/ |
D | time.c | 13 int tm_cmp(struct tm tm1, struct tm tm2) in tm_cmp() 26 char *tm_str(struct tm tm) in tm_str() argument 33 tm.tm_sec, tm.tm_min, tm.tm_hour, in tm_str() 34 tm.tm_mday, tm.tm_mon, tm.tm_year, in tm_str() 35 tm.tm_wday, tm.tm_yday, tm.tm_isdst); in tm_str() 39 #define TM(ss,mm,hh,md,mo,yr,wd,yd,dst) (struct tm){ \ 50 struct tm *tm; in sec2tm() local 54 tm = gmtime(&t); in sec2tm() 59 r = mktime(tm); in sec2tm() 62 m, tm_str(*tm), strerror(errno)); in sec2tm() [all …]
|
D | strptime.c | 17 static void checkStrptime(const char *s, const char *format, const struct tm *expected) { in checkStrptime() 18 struct tm tm = { }; in checkStrptime() local 21 ret = strptime(s, format, &tm); in checkStrptime() 24 } else if (tm.tm_sec != expected->tm_sec || in checkStrptime() 25 tm.tm_min != expected->tm_min || in checkStrptime() 26 tm.tm_hour != expected->tm_hour || in checkStrptime() 27 tm.tm_mday != expected->tm_mday || in checkStrptime() 28 tm.tm_mon != expected->tm_mon || in checkStrptime() 29 tm.tm_year != expected->tm_year) { in checkStrptime() 34 strftime(buf2, sizeof(buf2), "%FT%H:%M:%S%Z", &tm); in checkStrptime() [all …]
|
/third_party/nghttp2/src/ |
D | timegm.c | 37 time_t nghttp2_timegm(struct tm *tm) { in nghttp2_timegm() argument 41 if (tm->tm_mon > 11) { in nghttp2_timegm() 44 num_leap_year = count_leap_year(tm->tm_year + 1900) - count_leap_year(1970); in nghttp2_timegm() 45 days = (tm->tm_year - 70) * 365 + num_leap_year + tm->tm_yday; in nghttp2_timegm() 46 t = ((int64_t)days * 24 + tm->tm_hour) * 3600 + tm->tm_min * 60 + tm->tm_sec; in nghttp2_timegm() 66 time_t nghttp2_timegm_without_yday(struct tm *tm) { in nghttp2_timegm_without_yday() argument 70 if (tm->tm_mon > 11) { in nghttp2_timegm_without_yday() 73 num_leap_year = count_leap_year(tm->tm_year + 1900) - count_leap_year(1970); in nghttp2_timegm_without_yday() 74 days = (tm->tm_year - 70) * 365 + num_leap_year + daysum[tm->tm_mon] + in nghttp2_timegm_without_yday() 75 tm->tm_mday - 1; in nghttp2_timegm_without_yday() [all …]
|
/third_party/glib/glib/ |
D | gtimer.c | 327 mktime_utc (struct tm *tm) in mktime_utc() argument 339 if (tm->tm_mon < 0 || tm->tm_mon > 11) in mktime_utc() 342 retval = (tm->tm_year - 70) * 365; in mktime_utc() 343 retval += (tm->tm_year - 68) / 4; in mktime_utc() 344 retval += days_before[tm->tm_mon] + tm->tm_mday - 1; in mktime_utc() 346 if (tm->tm_year % 4 == 0 && tm->tm_mon < 2) in mktime_utc() 349 retval = ((((retval * 24) + tm->tm_hour) * 60) + tm->tm_min) * 60 + tm->tm_sec; in mktime_utc() 351 retval = timegm (tm); in mktime_utc() 391 struct tm tm = {0}; in g_time_val_from_iso8601() local 440 tm.tm_mday = mday; in g_time_val_from_iso8601() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | time_benchmark.cc | 92 struct tm tm; in BM_Time_ToDateTime_Libc() local 94 benchmark::DoNotOptimize(localtime_r(&t, &tm)); in BM_Time_ToDateTime_Libc() 96 benchmark::DoNotOptimize(localtime_s(&tm, &t)); in BM_Time_ToDateTime_Libc() 116 struct tm tm; in BM_Time_ToDateTimeUTC_Libc() local 118 benchmark::DoNotOptimize(gmtime_r(&t, &tm)); in BM_Time_ToDateTimeUTC_Libc() 120 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToDateTimeUTC_Libc() 201 struct tm tm; in BM_Time_FromCivil_Libc() local 203 tm.tm_year = 2014 - 1900; in BM_Time_FromCivil_Libc() 204 tm.tm_mon = 12 - 1; in BM_Time_FromCivil_Libc() 205 tm.tm_mday = 18; in BM_Time_FromCivil_Libc() [all …]
|
/third_party/abseil-cpp/absl/time/ |
D | time_benchmark.cc | 92 struct tm tm; in BM_Time_ToDateTime_Libc() local 94 benchmark::DoNotOptimize(localtime_r(&t, &tm)); in BM_Time_ToDateTime_Libc() 96 benchmark::DoNotOptimize(localtime_s(&tm, &t)); in BM_Time_ToDateTime_Libc() 116 struct tm tm; in BM_Time_ToDateTimeUTC_Libc() local 118 benchmark::DoNotOptimize(gmtime_r(&t, &tm)); in BM_Time_ToDateTimeUTC_Libc() 120 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToDateTimeUTC_Libc() 201 struct tm tm; in BM_Time_FromCivil_Libc() local 203 tm.tm_year = 2014 - 1900; in BM_Time_FromCivil_Libc() 204 tm.tm_mon = 12 - 1; in BM_Time_FromCivil_Libc() 205 tm.tm_mday = 18; in BM_Time_FromCivil_Libc() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | type.go | 36 return fmt.Errorf("check: duplicate var %q", name.Str(q.tm)) 71 cond.Str(q.tm), cond.MType().Str(q.tm)) 96 n.Keyword().Str(q.tm), n.IO().Str(q.tm), typ.Str(q.tm)) 108 n.Keyword().Str(q.tm), n.Arg1().Str(q.tm), typ.Str(q.tm), arg1Typ.Str(q.tm)) 128 o.LHS().Str(q.tm), typ.Str(q.tm)) 158 sepStr, labelStr = ":", id.Str(q.tm) 161 n.Keyword().Str(q.tm), sepStr, labelStr) 185 value.Str(q.tm), rTyp.Str(q.tm), lTyp.Str(q.tm)) 191 return fmt.Errorf("check: internal error: unchecked type expression %q", n.XType().Str(q.tm)) 206 cond.Str(q.tm), cond.MType().Str(q.tm)) [all …]
|
/third_party/openssl/crypto/ |
D | o_time.c | 14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() 16 struct tm *ts = NULL; in OPENSSL_gmtime() 31 struct tm data, *ts2 = &data; in OPENSSL_gmtime() 37 memcpy(result, ts2, sizeof(struct tm)); in OPENSSL_gmtime() 53 memcpy(result, ts, sizeof(struct tm)); in OPENSSL_gmtime() 69 static int julian_adj(const struct tm *tm, int off_day, long offset_sec, 72 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) in OPENSSL_gmtime_adj() argument 78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj() 90 tm->tm_year = time_year - 1900; in OPENSSL_gmtime_adj() 91 tm->tm_mon = time_month - 1; in OPENSSL_gmtime_adj() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 22 func (n *Expr) Str(tm *t.Map) string { 27 return tm.ByID(n.id2) 29 return string(n.appendStr(nil, tm, false, 0)) 32 func (n *Expr) appendStr(buf []byte, tm *t.Map, parenthesize bool, depth uint32) []byte { 46 buf = n.rhs.AsExpr().appendStr(buf, tm, true, depth) 52 buf = n.lhs.AsExpr().appendStr(buf, tm, true, depth) 55 buf = append(buf, n.rhs.AsTypeExpr().Str(tm)...) 57 buf = n.rhs.AsExpr().appendStr(buf, tm, true, depth) 72 buf = o.AsExpr().appendStr(buf, tm, true, depth) 83 buf = append(buf, tm.ByID(n.id1)...) [all …]
|
/third_party/ltp/lib/ |
D | tst_rtctime.c | 58 void tst_rtc_time_to_tm(long long time, struct rtc_time *tm) in tst_rtc_time_to_tm() argument 68 tm->tm_wday = (days + 4) % 7; in tst_rtc_time_to_tm() 78 tm->tm_year = year - 1900; in tst_rtc_time_to_tm() 79 tm->tm_yday = days + 1; in tst_rtc_time_to_tm() 89 tm->tm_mon = month; in tst_rtc_time_to_tm() 90 tm->tm_mday = days + 1; in tst_rtc_time_to_tm() 92 tm->tm_hour = secs / 3600; in tst_rtc_time_to_tm() 93 secs -= tm->tm_hour * 3600; in tst_rtc_time_to_tm() 94 tm->tm_min = secs / 60; in tst_rtc_time_to_tm() 95 tm->tm_sec = secs - tm->tm_min * 60; in tst_rtc_time_to_tm() [all …]
|