Searched refs:gtime (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/auditreduce/
H A Dtime.c94 struct tm ltime, gtime; local
101 (void) memcpy((void *)&gtime, (void *)gmtime(&secs), sizeof (gtime));
108 gsecs = tm_to_secs(&gtime);
475 struct tm gtime; local
477 (void) memcpy((void *) & gtime, (void *)gmtime(&clock), sizeof (gtime));
479 (void) sprintf(buf, "%4d", gtime.tm_year + 1900);
480 (void) sprintf(buf + 4, "%.2d", gtime.tm_mon + 1);
481 (void) sprintf(buf + 6, "%.2d", gtime
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c226 struct tm *gtime, gtimebuf; local
251 gtime = gmtime(&gmt_time);
252 if (gtime == NULL)
254 memcpy(&gtimebuf, gtime, sizeof(gtimebuf));
256 gtime = &gtimebuf;
258 if (gtime->tm_year > 8099 || gtime->tm_mon > 11 ||
259 gtime->tm_mday > 31 || gtime->tm_hour > 23 ||
260 gtime
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dtime.c45 gtime(void) function
/opensolaris-onvv-gate/usr/src/ucbcmd/touch/
H A Dtouch.c72 gtime() function
168 if ((tp = gtime()) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dat.c103 static time_t gtime(struct tm *);
337 when = gtime(&at);
516 gtime(tptr) function
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dtmplout.c66 static time_t gtime( struct tm *tm );
79 static time_t gtime();
1012 /* gtime.c - inverse gmtime */
1018 /* gtime(): the inverse of localtime().
1034 static time_t gtime ( struct tm *tm )
1033 static time_t gtime ( struct tm *tm ) function
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c66 static long gtime( struct tm *tm );
960 gmttime = gtime( &t );
973 /* gtime.c - inverse gmtime */
979 /* gtime(): the inverse of localtime().
998 static long gtime ( struct tm *tm )
997 static long gtime ( struct tm *tm ) function
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsysent.c73 time_t gtime();
439 /* 13 */ SYSENT_CL("time", gtime, 0),
822 /* 13 */ SYSENT_CI("time", gtime, 0),
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dkssl.c1888 struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) argument
1893 if (gtime == NULL || gtime->length < 14) return NULL;
1894 if (gtime->data == NULL) return NULL;
1896 p = (char *)&gtime->data[14];

Completed in 184 milliseconds