Searched defs:tme (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c267 time_t tme; local
269 tme = time((time_t *)0);
270 ltime = ctime(&tme);
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c85 * .call ret = local_to_gm(tme).
86 * .arg tme - ptr to struct tm (see time.h) containing local time.
90 local_to_gm(struct tm *tme) argument
100 r1secs = secs = tm_to_secs(tme);
160 * .call ret = tm_to_secs(tme).
161 * .arg tme - ptr to tm structure.
165 tm_to_secs(struct tm *tme) argument
171 int sec = tme->tm_sec;
172 int min = tme->tm_min;
173 int hour = tme
210 check_time(struct tm *tme) argument
380 derive_date(char *str, struct tm *tme) argument
[all...]
H A Doption.c971 struct tm tme; local
1008 if (derive_date(namep, &tme)) {
1021 fcb->fcb_start = tm_to_secs(&tme);
1031 } else if (derive_date(&namep[15], &tme)) {
1039 fcb->fcb_end = tm_to_secs(&tme);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1313 struct tm tme; local
1321 if (gmtime_r(&posixtime, &tme) == NULL)
1324 strftime(strtime, 50, DATE_FORMAT, &tme);
H A Dldap_misc.c1262 struct tm tme; local
1264 memset(&tme, 0, sizeof(tme));
1265 if (strptime(strtime, DATE_FORMAT, &tme) == NULL) {
1270 *epochtime = krb5int_gmt_mktime(&tme);
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c740 * is 'tme.' The second loop scans ahead from that point to find any overlap
773 tsol_mlp_entry_t *tme, *tme2, *newent; local
789 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) {
791 if (tme->mlpe_mlp.mlp_port > port)
794 if (tme->mlpe_mlp.mlp_port == port &&
795 tme->mlpe_mlp.mlp_ipp >= proto)
798 if (tme
893 tsol_mlp_entry_t *tme, *tme2, *tmnext; local
923 tsol_mlp_entry_t *tme; local
1281 tsol_mlp_entry_t *tme; local
1333 tsol_mlp_entry_t *tme; local
1389 tsol_mlp_entry_t *tme; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4684 mib2_transportMLPEntry_t **attrs, *tme; local
4699 for (tme = iptr->valp;
4700 (char *)tme < (char *)iptr->valp + iptr->length;
4702 tme = (mib2_transportMLPEntry_t *)((char *)tme +
4704 attrs[tme->tme_connidx] = tme;

Completed in 277 milliseconds