Home
last modified time | relevance | path

Searched refs:tm_to_secs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c38 time_t tm_to_secs(struct tm *);
98 r1secs = secs = tm_to_secs(tme); in local_to_gm()
106 gsecs = tm_to_secs(&gtime); in local_to_gm()
107 lsecs = tm_to_secs(&ltime); in local_to_gm()
117 r2secs = tm_to_secs(&ltime); in local_to_gm()
138 r2secs = tm_to_secs(&ltime); in local_to_gm()
163 tm_to_secs(struct tm *tme) in tm_to_secs() function
H A Doption.c77 extern time_t tm_to_secs(struct tm *);
1021 fcb->fcb_start = tm_to_secs(&tme); in check_file()
1039 fcb->fcb_end = tm_to_secs(&tme); in check_file()