Lines Matching defs:tmp
140 int ret, tmp;
158 return read(fd, &tmp, 1);
278 char tmp[MAX_MSGSIZE];
299 if (find_msg(-1, imsg, tmp, sizeof(tmp), 0) == -1) {
305 if (get_msg_fields(tmp, &prefix, &seqno) != 0) {
306 tst_res(TFAIL, "failed to parse seqid: %s", tmp);
310 tst_res(TFAIL, "facility 0 found: %s", tmp);
461 unsigned long seqno[2], tmp;
498 if (read_msg_seqno(fd2, &tmp))