Symbol: gmt
usr/src/cmd/bnu/log.h
94
extern char * gmt(); /* perfstat.c */
usr/src/cmd/bnu/perfstat.c
333
gmt(), FS, /* current time. */
usr/src/cmd/bnu/perfstat.c
391
gmt(), FS, /* Current time. */
usr/src/cmd/bnu/uustat.c
1328
strncpy(upperlimit, gmt(), MAXDATE);
usr/src/cmd/bnu/uustat.c
77
static char * gmt();
usr/src/cmd/ipcs/ipcs.c
443
time_t gmt = (time_t)gmt64;
usr/src/cmd/ipcs/ipcs.c
445
if (gmt && gmt64 <= UINT_MAX) {
usr/src/cmd/ipcs/ipcs.c
446
t = localtime(&gmt);
usr/src/cmd/krb5/kadmin/cli/getdate.y
924
struct tm *tm, gmt;
usr/src/cmd/krb5/kadmin/cli/getdate.y
938
gmt = *tm; /* Make a copy, in case localtime modifies *tm. */
usr/src/cmd/krb5/kadmin/cli/getdate.y
939
ftz.timezone = difftm (&gmt, localtime (&ftz.time)) / 60;
usr/src/cmd/praudit/format.c
2528
struct tm *gmt;
usr/src/cmd/praudit/format.c
2531
gmt = gmtime(tv_sec);
usr/src/cmd/praudit/format.c
2533
min_off = ((tm->tm_hour - gmt->tm_hour) * 60) +
usr/src/cmd/praudit/format.c
2534
(tm->tm_min - gmt->tm_min);
usr/src/cmd/praudit/format.c
2536
if (tm->tm_year < gmt->tm_year) /* cross new year */
usr/src/cmd/praudit/format.c
2538
else if (tm->tm_year > gmt->tm_year)
usr/src/cmd/praudit/format.c
2540
else if (tm->tm_yday < gmt->tm_yday) /* cross dateline */
usr/src/cmd/praudit/format.c
2542
else if (tm->tm_yday > gmt->tm_yday)
usr/src/cmd/sendmail/src/arpadate.c
125
gmt = *gmtime(&t);
usr/src/cmd/sendmail/src/arpadate.c
128
off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
usr/src/cmd/sendmail/src/arpadate.c
131
if (lt->tm_year < gmt.tm_year)
usr/src/cmd/sendmail/src/arpadate.c
133
else if (lt->tm_year > gmt.tm_year)
usr/src/cmd/sendmail/src/arpadate.c
135
else if (lt->tm_yday < gmt.tm_yday)
usr/src/cmd/sendmail/src/arpadate.c
137
else if (lt->tm_yday > gmt.tm_yday)
usr/src/cmd/sendmail/src/arpadate.c
65
struct tm gmt;
usr/src/lib/libkmf/libkmf/common/certgetsetop.c
1938
struct tm *gmt;
usr/src/lib/libkmf/libkmf/common/certgetsetop.c
1951
gmt = gmtime(&clock); /* valid starting today */
usr/src/lib/libkmf/libkmf/common/certgetsetop.c
1955
"%y%m%d%H" "%M00Z", gmt);
usr/src/lib/libkmf/libkmf/common/certgetsetop.c
1964
gmt = gmtime(&clock);
usr/src/lib/libkmf/libkmf/common/certgetsetop.c
1968
"%y%m%d%H" "%M00Z", gmt);
usr/src/lib/libkmf/libkmf/common/certop.c
2782
struct tm *gmt;
usr/src/lib/libkmf/libkmf/common/certop.c
2806
gmt = gmtime(&t_now);
usr/src/lib/libkmf/libkmf/common/certop.c
2807
t_now = mktime(gmt);
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
127
DAPL_GID_MAP gmt;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
149
gmt.ip_address = 0x01020304;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
156
gmt.ip_address = si->sin_addr.s_addr;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
162
gmt.ip_address = 0x01020304;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
166
gmt.gid.gid_prefix = gid.gid_prefix;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
167
gmt.gid.gid_guid = gid.gid_guid;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
169
dapli_ns_add_address(&gmt);
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
198
DAPL_GID_MAP *gmt;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
201
gmt = g_gid_map_table;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
202
for (count = 0, gmt = g_gid_map_table; gmt->ip_address; gmt++) {
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
209
*gmt = *gme;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
239
DAPL_GID_MAP *gmt;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
246
for (gmt = g_gid_map_table; gmt->ip_address; gmt++) {
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
247
if (gmt->ip_address == si->sin_addr.s_addr) {
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
248
gid->gid_guid = gmt->gid.gid_guid;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
249
gid->gid_prefix = gmt->gid.gid_prefix;
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1170
smb_time_gmt_to_local(smb_request_t *sr, int32_t gmt)
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1172
if ((gmt == 0) || (gmt == -1))
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1175
return (gmt - sr->sr_gmtoff);