/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | arpadate.c | 65 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)
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_name_service.c | 127 DAPL_GID_MAP gmt; in dapli_ns_create_gid_map() local 149 gmt.ip_address = 0x01020304; in dapli_ns_create_gid_map() 156 gmt.ip_address = si->sin_addr.s_addr; in dapli_ns_create_gid_map() 162 gmt.ip_address = 0x01020304; in dapli_ns_create_gid_map() 166 gmt.gid.gid_prefix = gid.gid_prefix; in dapli_ns_create_gid_map() 167 gmt.gid.gid_guid = gid.gid_guid; in dapli_ns_create_gid_map() 169 dapli_ns_add_address(&gmt); in dapli_ns_create_gid_map() 198 DAPL_GID_MAP *gmt; in dapli_ns_add_address() local 201 gmt = g_gid_map_table; in dapli_ns_add_address() 202 for (count = 0, gmt = g_gid_map_table; gmt->ip_address; gmt++) { in dapli_ns_add_address() [all …]
|
/illumos-gate/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 443 time_t gmt = (time_t)gmt64; in tp() local 445 if (gmt && gmt64 <= UINT_MAX) { in tp() 446 t = localtime(&gmt); in tp()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | log.h | 94 extern char * gmt(); /* perfstat.c */
|
H A D | perfstat.c | 333 gmt(), FS, /* current time. */ in reportConn() 391 gmt(), FS, /* Current time. */ 581 gmt() in gmt() function
|
H A D | uustat.c | 77 static char * gmt(); 1328 strncpy(upperlimit, gmt(), MAXDATE); 1518 gmt() in gmt() function
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | date.test | 129 set now [clock format [clock seconds] -format "%Y-%m-%d" -gmt 1] 141 if {[clock scan [clock format 0 -format {%b %d, %Y %H:%M:%S}] -gmt 1]==-18000} {
|
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 924 struct tm *tm, gmt; local 938 gmt = *tm; /* Make a copy, in case localtime modifies *tm. */ 939 ftz.timezone = difftm (&gmt, localtime (&ftz.time)) / 60;
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | format.c | 2528 struct tm *gmt; in tzone() local 2531 gmt = gmtime(tv_sec); in tzone() 2533 min_off = ((tm->tm_hour - gmt->tm_hour) * 60) + in tzone() 2534 (tm->tm_min - gmt->tm_min); in tzone() 2536 if (tm->tm_year < gmt->tm_year) /* cross new year */ in tzone() 2538 else if (tm->tm_year > gmt->tm_year) in tzone() 2540 else if (tm->tm_yday < gmt->tm_yday) /* cross dateline */ in tzone() 2542 else if (tm->tm_yday > gmt->tm_yday) in tzone()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kutil.c | 1170 smb_time_gmt_to_local(smb_request_t *sr, int32_t gmt) in smb_time_gmt_to_local() argument 1172 if ((gmt == 0) || (gmt == -1)) in smb_time_gmt_to_local() 1175 return (gmt - sr->sr_gmtoff); in smb_time_gmt_to_local()
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | certgetsetop.c | 1938 struct tm *gmt; in kmf_set_cert_validity() local 1951 gmt = gmtime(&clock); /* valid starting today */ in kmf_set_cert_validity() 1955 "%y%m%d%H" "%M00Z", gmt); in kmf_set_cert_validity() 1964 gmt = gmtime(&clock); in kmf_set_cert_validity() 1968 "%y%m%d%H" "%M00Z", gmt); in kmf_set_cert_validity()
|
H A D | certop.c | 2782 struct tm *gmt; in kmf_check_cert_date() local 2806 gmt = gmtime(&t_now); in kmf_check_cert_date() 2807 t_now = mktime(gmt); in kmf_check_cert_date()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | africa | 822 …/article/1035870-enquete-l-economiste-sunergia-64-des-marocains-plebiscitent-le-gmt-pendant-ramadan 833 # https://maroc-diplomatique.net/maroc-le-retour-a-lheure-gmt-est-prevu-dimanche-prochain/ 849 # https://www.ecoactu.ma/horaires-administration-ramadan-gmtheure-gmt-a-partir-de-dimanche-27-mars/ 854 # https://www.mmsp.gov.ma/fr/actualites/passage-à-l%E2%80%99heure-gmt-à-partir-du-dimanche-19-mars-…
|