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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c227 struct tm *gtime, gtimebuf; local
252 gtime = gmtime(&gmt_time);
253 if (gtime == NULL)
255 memcpy(&gtimebuf, gtime, sizeof(gtimebuf));
257 gtime = &gtimebuf;
259 if (gtime->tm_year > 8099 || gtime->tm_mon > 11 ||
260 gtime->tm_mday > 31 || gtime->tm_hour > 23 ||
261 gtime
[all...]
/osnet-11/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
/osnet-11/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

Completed in 20 milliseconds