Searched defs:gmt (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Darpadate.c67 struct tm gmt; local
127 gmt = *gmtime(&t);
130 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
133 if (lt->tm_year < gmt.tm_year)
135 else if (lt->tm_year > gmt.tm_year)
137 else if (lt->tm_yday < gmt.tm_yday)
139 else if (lt->tm_yday > gmt.tm_yday)
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c127 DAPL_GID_MAP gmt; local
149 gmt.ip_address = 0x01020304;
156 gmt.ip_address = si->sin_addr.s_addr;
162 gmt.ip_address = 0x01020304;
166 gmt.gid.gid_prefix = gid.gid_prefix;
167 gmt.gid.gid_guid = gid.gid_guid;
169 dapli_ns_add_address(&gmt);
198 DAPL_GID_MAP *gmt; local
201 gmt = g_gid_map_table;
202 for (count = 0, gmt
239 DAPL_GID_MAP *gmt; local
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1938 struct tm *gmt; local
1951 gmt = gmtime(&clock); /* valid starting today */
1955 "%y%m%d%H" "%M00Z", gmt);
1964 gmt = gmtime(&clock);
1968 "%y%m%d%H" "%M00Z", gmt);
H A Dcertop.c2787 struct tm *gmt; local
2811 gmt = gmtime(&t_now);
2812 t_now = mktime(gmt);

Completed in 33 milliseconds