Searched refs:tme (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | time.c | 90 local_to_gm(struct tm *tme) in local_to_gm() argument 100 r1secs = secs = tm_to_secs(tme); in local_to_gm() 165 tm_to_secs(struct tm *tme) in tm_to_secs() argument 171 int sec = tme->tm_sec; in tm_to_secs() 172 int min = tme->tm_min; in tm_to_secs() 173 int hour = tme->tm_hour; in tm_to_secs() 174 int day = tme->tm_mday; in tm_to_secs() 175 int month = tme->tm_mon; in tm_to_secs() 176 int year = tme->tm_year + 1900; in tm_to_secs() 210 check_time(struct tm *tme) in check_time() argument [all …]
|
H A D | option.c | 971 struct tm tme; in check_file() local 1008 if (derive_date(namep, &tme)) { in check_file() 1021 fcb->fcb_start = tm_to_secs(&tme); in check_file() 1031 } else if (derive_date(&namep[15], &tme)) { in check_file() 1039 fcb->fcb_end = tm_to_secs(&tme); in check_file()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | labelsys.c | 773 tsol_mlp_entry_t *tme, *tme2, *newent; in mlp_add_del() local 789 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) { in mlp_add_del() 791 if (tme->mlpe_mlp.mlp_port > port) in mlp_add_del() 794 if (tme->mlpe_mlp.mlp_port == port && in mlp_add_del() 795 tme->mlpe_mlp.mlp_ipp >= proto) in mlp_add_del() 798 if (tme->mlpe_mlp.mlp_ipp == proto && in mlp_add_del() 799 tme->mlpe_mlp.mlp_port_upper >= port) in mlp_add_del() 805 for (tme2 = tme; tme2 != NULL; tme2 = tme2->mlpe_next) { in mlp_add_del() 825 newent->mlpe_next = tme; in mlp_add_del() 826 if (tme == NULL) { in mlp_add_del() [all …]
|
/titanic_41/usr/src/cmd/sa/ |
H A D | timex.c | 267 time_t tme; in hmstime() local 269 tme = time((time_t *)0); in hmstime() 270 ltime = ctime(&tme); in hmstime()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 1262 struct tm tme; local 1264 memset(&tme, 0, sizeof(tme)); 1265 if (strptime(strtime, DATE_FORMAT, &tme) == NULL) { 1270 *epochtime = krb5int_gmt_mktime(&tme);
|
H A D | ldap_principal2.c | 1313 struct tm tme; local 1321 if (gmtime_r(&posixtime, &tme) == NULL) 1324 strftime(strtime, 50, DATE_FORMAT, &tme);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4684 mib2_transportMLPEntry_t **attrs, *tme; in gather_attrs() local 4699 for (tme = iptr->valp; in gather_attrs() 4700 (char *)tme < (char *)iptr->valp + iptr->length; in gather_attrs() 4702 tme = (mib2_transportMLPEntry_t *)((char *)tme + in gather_attrs() 4704 attrs[tme->tme_connidx] = tme; in gather_attrs()
|