Searched refs:finish (Results 1 - 5 of 5) sorted by relevance
/bionic/libc/dns/resolv/ |
H A D | res_send.c | 164 const struct timespec *finish); 948 struct timespec now, timeout, finish; local 961 finish = evAddTime(now, timeout); 966 res = retrying_select(sock, &rset, &wset, &finish); 981 retrying_select(const int sock, fd_set *readset, fd_set *writeset, const struct timespec *finish) argument 1002 if (evCmpTime(*finish, now) > 0) 1003 timeout = evSubTime(*finish, now); 1055 struct timespec now, timeout, finish; local 1143 finish = evAddTime(now, timeout); 1145 n = retrying_select(s, &dsmask, NULL, &finish); [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regcomp.c | 162 static sopno dupl(struct parse *p, sopno start, sopno finish); 845 char start, finish; local 892 finish = '-'; 894 finish = p_b_symbol(p); 896 finish = start; 898 REQUIRE(start <= finish, REG_ERANGE); 899 for (i = start; i <= finish; i++) 1139 sopno finish; local 1153 finish = HERE(); 1159 DROP(finish 1644 dupl( struct parse *p, sopno start, sopno finish) argument [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vfprintf.c | 1070 goto finish; 1076 finish: 1471 goto finish; 1477 finish:
|
H A D | vfwprintf.c | 1044 goto finish; 1050 finish: 1437 goto finish; 1443 finish:
|
/bionic/libc/kernel/uapi/drm/ |
H A D | radeon_drm.h | 385 unsigned int finish; member in struct:__anon148
|
Completed in 39 milliseconds