Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dexec.c1122 struct ioword iotmp; local
1129 iotmp = *iop;
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1131 iotmp.flag |= IONAMEXP;
1136 snptreef((char *) 0, 32, "%R", &iotmp));
1181 snptreef((char *) 0, 32, "%R", &iotmp), emsg);
1226 snptreef((char *) 0, 32, "%R", &iotmp),
/netbsd-src/external/bsd/nsd/dist/
H A Dserver.c3848 struct iovec iotmp = iovecs[i]; in handle_udp() local
3854 iovecs[recvcount] = iotmp; in handle_udp()