Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c290 struct tm *tm_p; in stamp() local
293 tm_p = (struct tm *) localtime(&clock); in stamp()
294 tm_p->tm_mon++; /* since months are 0-11 */ in stamp()
296 tm_p->tm_mon, tm_p->tm_mday, (tm_p->tm_year % 100), in stamp()
297 tm_p->tm_hour, tm_p->tm_min, tm_p->tm_sec, Pid, msg); in stamp()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dworker.c33 int tm_p[2]; /* poll control pipe */ member
43 #define RD_PIPE (Tskmgr.tm_p[0])
44 #define WR_PIPE (Tskmgr.tm_p[1])
243 if (pipe(Tskmgr.tm_p) != 0) in mi_pool_controller_init()