Searched defs:tst (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libmail/common/ |
H A D | popenvp.c | 53 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro 72 myside = tst(p[WTR], p[RDR]); 73 yourside = tst(p[RDR], p[WTR]); 82 stdio = tst(0, 1);
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 216 char tst[2]; local 217 tst[0] = 'a'; 218 tst[1] = 'z'; 219 recv_peek_ok = (!pipe(fds) && write(fds[1], tst, 2) && recv(fds[0], tst, 1, MSG_PEEK) == 1 && tst[0] == 'a' && recv(fds[0], tst, 1, MSG_PEEK) == 1 && tst[0] == 'a') ? 1 : -1;
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 51 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro 155 myside = tst(p[WTR], p[RDR]); 156 yourside = tst(p[RDR], p[WTR]); 158 stdio = tst(0, 1);
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 146 /* tst is same as lst, but with extra field for line number */ 207 struct tstnod tst; member in union:Shnode_u
|
Completed in 1782 milliseconds