Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c1273 int iotype = iop->flag & IOTYPE; in iosetup() local
1278 if (iotype != IOHERE) in iosetup()
1283 iotmp.name = (iotype == IOHERE) ? NULL : cp; in iosetup()
1291 switch (iotype) { in iosetup()
1356 iotype == IODUP ? "dup" : in iosetup()
1357 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
1389 if (iotype != IODUP) in iosetup()
1393 if (iotype != IODUP) in iosetup()
/external/kernel-headers/original/linux/
Dserial_core.h222 unsigned char iotype; /* io access style */ member