Lines Matching defs:str
27 Sfio_t *f, *g, *str, *fr, *fw, *sf[2];
40 if(!(str = sfopen(NIL(Sfio_t*),"abc","s")) )
54 sf[1] = str;
55 if((c = sfpoll(sf,2,0)) != 1 || sf[0] != str)
56 terror("Only str should be available c=%d",c);
70 sf[1] = str;
71 if(sfpoll(sf,2,0) != 1 || sf[0] != str)
72 terror("Only str should be available2");
75 sf[1] = str;
77 terror("Both str&pipe write should be available");