Searched refs:target (Results 1 - 3 of 3) sorted by relevance

/libmicro/
H A Dmk_tarball21 target=$here/libMicro.tar
26 tar cvf $target $dirname
H A Dselect.c53 static int target = 0; variable
132 target = optr + optw;
191 if (select(maxfd, my_iset, my_oset, NULL, &tv) != target) {
H A Dpoll.c50 static int target = 0; variable
148 target = MIN(optr + optw, optn);
153 target = MAX(optr, optw);
195 if (poll(ts->ts_pfds, optn, 0) != target) {

Completed in 8 milliseconds