Home
last modified time | relevance | path

Searched refs:gmt (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/sendmail/src/
H A Darpadate.c65 struct tm gmt; variable
125 gmt = *gmtime(&t);
128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
131 if (lt->tm_year < gmt.tm_year)
133 else if (lt->tm_year > gmt.tm_year)
135 else if (lt->tm_yday < gmt.tm_yday)
137 else if (lt->tm_yday > gmt.tm_yday)
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dg762.txt5 - "compatible": must be either "gmt,g762" or "gmt,g763"
41 compatible = "gmt,g762";
H A Dlm75.txt9 "gmt,g751",
H A Dlm90.txt8 "gmt,g781"
/freebsd/sbin/setkey/
H A Dsetkey.c647 register struct tm *gmt, *loc; in gmt2local() local
652 gmt = &sgmt; in gmt2local()
653 *gmt = *gmtime(&t); in gmt2local()
655 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 + in gmt2local()
656 (loc->tm_min - gmt->tm_min) * 60; in gmt2local()
663 dir = loc->tm_year - gmt->tm_year; in gmt2local()
665 dir = loc->tm_yday - gmt->tm_yday; in gmt2local()
/freebsd/contrib/file/magic/Magdir/
H A Dtimezone12 >20 belong 0 \b, no gmt time flags
13 >20 belong 1 \b, 1 gmt time flag
14 >20 belong >1 \b, %d gmt time flags
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c984 struct tm gmt, *gmt_ptr; in archive_parse_date() local
1020 gmt_ptr = gmtime_s(&gmt, &now) ? NULL : &gmt; in archive_parse_date()
1022 gmt_ptr = gmtime_r(&now, &gmt); in archive_parse_date()
1024 memset(&gmt, 0, sizeof(gmt)); in archive_parse_date()
1028 gmt = *gmt_ptr; in archive_parse_date()
1032 tzone = difftm (&gmt, &local); in archive_parse_date()
1065 gmt_ptr = gmtime_s(&gmt, &now) ? NULL : &gmt; in archive_parse_date()
1067 gmt_ptr = gmtime_r(&now, &gmt); in archive_parse_date()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-netgear-rn2120.dts47 compatible = "gmt,g762";
57 compatible = "gmt,g762";
67 compatible = "gmt,g762";
77 compatible = "gmt,g751";
H A Dkirkwood-net2big.dts59 compatible = "gmt,g762";
H A Dkirkwood-nas2big.dts102 compatible = "gmt,g762";
H A Dkirkwood-net5big.dts165 compatible = "gmt,g762";
H A Dkirkwood-netgear_readynas_duo_v2.dts92 compatible = "gmt,g762";
H A Dkirkwood-netgear_readynas_nv+_v2.dts97 compatible = "gmt,g762";
H A Darmada-370-netgear-rn102.dts76 compatible = "gmt,g762";
H A Dorion5x-lacie-d2-network.dts154 compatible = "gmt,g762";
H A Darmada-370-netgear-rn104.dts78 compatible = "gmt,g762";
/freebsd/lib/libc/stdtime/
H A Dstrptime.c691 int gmt; in strptime_l() local
694 gmt = 0; in strptime_l()
695 ret = _strptime(buf, fmt, tm, &gmt, loc); in strptime_l()
696 if (ret && gmt) { in strptime_l()
/freebsd/usr.bin/find/
H A Dgetdate.y838 struct tm *tm, *gmt_ptr, gmt; in get_date() local
844 bzero (&gmt, sizeof(struct tm)); in get_date()
856 gmt = *gmt_ptr; in get_date()
863 tzoff = difftm (&gmt, tm) / 60; in get_date()
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y867 struct tm *tm, gmt; in get_date_rel() local
882 gmt = *tm; /* Make a copy, in case localtime modifies *tm. */ in get_date_rel()
886 ftz.timezone = difftm (&gmt, tm) / 60; in get_date_rel()
/freebsd/contrib/bmake/
H A Dvar.c1930 FormatTime(const char *fmt, time_t t, bool gmt) in FormatTime() argument
1938 if (gmt && strchr(fmt, 's') != NULL) { in FormatTime()
1951 strftime(buf, sizeof buf, fmt, (gmt ? gmtime : localtime)(&t)); in FormatTime()
2576 bool gmt = mod[0] == 'g'; in ApplyModifier_Time() local
2578 if (!ModMatchEq(mod, gmt ? "gmtime" : "localtime", ch)) in ApplyModifier_Time()
2580 args = mod + (gmt ? 6 : 9); in ApplyModifier_Time()
2609 Expr_SetValueOwn(expr, FormatTime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-dlink-dns-313.dts102 compatible = "gmt,g751";
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5250-spring.dts408 compatible = "gmt,g781";
/freebsd/contrib/tzdata/
H A Dafrica820 …/article/1035870-enquete-l-economiste-sunergia-64-des-marocains-plebiscitent-le-gmt-pendant-ramadan
831 # https://maroc-diplomatique.net/maroc-le-retour-a-lheure-gmt-est-prevu-dimanche-prochain/
847 # https://www.ecoactu.ma/horaires-administration-ramadan-gmtheure-gmt-a-partir-de-dimanche-27-mars/
852 # https://www.mmsp.gov.ma/fr/actualites/passage-à-l%E2%80%99heure-gmt-à-partir-du-dimanche-19-mars-…
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel463 # gettime - get the time via {local,gmt}time
466 # maketime - make a time via time{local,gmt}
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6417 int gmt; member
6434 if (Jim_GetBoolean(interp, argv[i + 1], &opts->gmt) != JIM_OK) { in parse_clock_options()
6466 tm = options.gmt ? gmtime(&t) : localtime(&t); in clock_cmd_format()
6521 tm.tm_isdst = options.gmt ? 0 : -1; in clock_cmd_scan()
6522 Jim_SetResultInt(interp, options.gmt ? jim_timegm(&tm) : mktime(&tm)); in clock_cmd_scan()

12