Searched refs:iotmp (Results 1 – 2 of 2) sorted by relevance
/openbsd/bin/ksh/ |
H A D | exec.c | 1052 struct ioword iotmp; in iosetup() local 1059 iotmp = *iop; in iosetup() 1060 iotmp.name = (iotype == IOHERE) ? NULL : cp; in iosetup() 1061 iotmp.flag |= IONAMEXP; in iosetup() 1066 snptreef(NULL, 32, "%R", &iotmp)); in iosetup() 1110 snptreef(NULL, 32, "%R", &iotmp), emsg); in iosetup() 1156 snptreef(NULL, 32, "%R", &iotmp), in iosetup()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 3995 struct iovec iotmp = iovecs[i]; in handle_udp() local 4001 iovecs[recvcount] = iotmp; in handle_udp()
|