Searched refs:tme (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | time.c | 88 local_to_gm(struct tm *tme) in local_to_gm() argument 98 r1secs = secs = tm_to_secs(tme); in local_to_gm() 163 tm_to_secs(struct tm *tme) in tm_to_secs() argument 169 int sec = tme->tm_sec; in tm_to_secs() 170 int min = tme->tm_min; in tm_to_secs() 171 int hour = tme->tm_hour; in tm_to_secs() 172 int day = tme->tm_mday; in tm_to_secs() 173 int month = tme->tm_mon; in tm_to_secs() 174 int year = tme->tm_year + 1900; in tm_to_secs() 208 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()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | labelsys.c | 771 tsol_mlp_entry_t *tme, *tme2, *newent; in mlp_add_del() local 787 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) { in mlp_add_del() 789 if (tme->mlpe_mlp.mlp_port > port) in mlp_add_del() 792 if (tme->mlpe_mlp.mlp_port == port && in mlp_add_del() 793 tme->mlpe_mlp.mlp_ipp >= proto) in mlp_add_del() 796 if (tme->mlpe_mlp.mlp_ipp == proto && in mlp_add_del() 797 tme->mlpe_mlp.mlp_port_upper >= port) in mlp_add_del() 803 for (tme2 = tme; tme2 != NULL; tme2 = tme2->mlpe_next) { in mlp_add_del() 823 newent->mlpe_next = tme; in mlp_add_del() 824 if (tme == NULL) { in mlp_add_del() [all …]
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | timex.c | 265 time_t tme; in hmstime() local 267 tme = time((time_t *)0); in hmstime() 268 ltime = ctime(&tme); in hmstime()
|
/illumos-gate/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 | 1311 struct tm tme; local 1319 if (gmtime_r(&posixtime, &tme) == NULL) 1322 strftime(strtime, 50, DATE_FORMAT, &tme);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 5145 mib2_transportMLPEntry_t **attrs, *tme; in gather_attrs() local 5171 for (tme = iptr->valp; in gather_attrs() 5172 (char *)tme < (char *)iptr->valp + iptr->length; in gather_attrs() 5173 tme = (mib2_transportMLPEntry_t *)((char *)tme + in gather_attrs() 5175 attrs[tme->tme_connidx] = tme; in gather_attrs()
|