Searched refs:pret (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/
H A Dtube.c407 int pret; local
417 pret = poll(&fds, 1, msec);
419 if(pret == -1)
421 if(pret != 0)
H A Dnetevent.c433 int pret; local
438 pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
440 pret = WSAPoll(&p, 1,
443 if(pret == 0) {
453 } else if(pret < 0 &&
470 } else if((pret < 0 &&
488 pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
490 pret = WSAPoll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
492 if(pret < 0 &&
742 int pret; local
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dtube.c407 int pret; local
417 pret = poll(&fds, 1, msec);
419 if(pret == -1)
421 if(pret != 0)
H A Dnetevent.c433 int pret; local
438 pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
440 pret = WSAPoll(&p, 1,
443 if(pret == 0) {
453 } else if(pret < 0 &&
470 } else if((pret < 0 &&
488 pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
490 pret = WSAPoll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
492 if(pret < 0 &&
742 int pret; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c1124 struct demangle_component **pret; local
1129 pret = d_cv_qualifiers (di, &ret, 1);
1130 if (pret == NULL)
1133 *pret = d_prefix (di);
1134 if (*pret == NULL)
1732 struct demangle_component **pret; local
1734 pret = d_cv_qualifiers (di, &ret, 0);
1735 if (pret == NULL)
1737 *pret = cplus_demangle_type (di);
1878 struct demangle_component **pret, in
1877 d_cv_qualifiers(struct d_info *di, struct demangle_component **pret, int member_fn) argument
[all...]

Completed in 96 milliseconds