Searched refs:nfound (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ | ||
| H A D | FSConnServ.c | 144 int nfound; local in function:_FSWaitForWritable 154 nfound = Select(svr->fd + 1, &r_mask, &w_mask, NULL, NULL); 155 if (nfound < 0 && !ECHECK(EINTR)) 157 } while (nfound <= 0); |
| /xsrc/external/mit/libX11/dist/src/ | ||
| H A D | TextExt.c | 85 int nfound = 0; /* number of characters found */ local in function:XTextExtents 117 if (nfound++ == 0) { 134 if (nfound == 0) { |
| H A D | TextExt16.c | 59 int nfound = 0; /* number of characters found */ local in function:XTextExtents16 92 if (nfound++ == 0) { 109 if (nfound == 0) { |
Completed in 3 milliseconds