Lines Matching refs:temp
230 int temp, i;
253 (void) sscanf(pid, "%d", &temp);
254 entryx->ut_pid = temp;
256 (void) sscanf(type, "%d", &temp);
257 entryx->ut_type = temp;
259 (void) sscanf(term, "%d", &temp);
260 entryx->ut_exit.e_termination = temp;
262 (void) sscanf(exitstatus, "%d", &temp);
263 entryx->ut_exit.e_exit = temp;
272 (void) sscanf(xtime, "%d", &temp);
273 entryx->ut_tv.tv_sec = temp;
275 (void) sscanf(time_usec, "%d", &temp);
276 entryx->ut_tv.tv_usec = temp;
278 (void) sscanf(session, "%d", &temp);
279 entryx->ut_session = temp;
281 temp = strlen(pad);
283 for (i = 0; i < temp && (i>>1) < sizeof (entryx->pad); i += 2)
286 (void) sscanf(syslen, "%d", &temp);
287 entryx->ut_syslen = temp;