Searched refs:finish (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 162 static sopno dupl(struct parse *p, sopno start, sopno finish); 848 char start, finish; in p_b_term() local 895 finish = '-'; in p_b_term() 897 finish = p_b_symbol(p); in p_b_term() 899 finish = start; in p_b_term() 901 REQUIRE(start <= finish, REG_ERANGE); in p_b_term() 902 for (i = start; i <= finish; i++) in p_b_term() 1142 sopno finish; in repeat() local 1156 finish = HERE(); in repeat() 1162 DROP(finish-start); /* drop the operand */ in repeat() [all …]
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 152 static int retrying_poll(const int sock, short events, const struct timespec* finish); 996 struct timespec finish = evAddTime(now, timeout); in connect_with_timeout() local 1001 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout() 1016 retrying_poll(const int sock, const short events, const struct timespec* finish) { in retrying_poll() argument 1025 if (evCmpTime(*finish, now) > 0) in retrying_poll() 1026 timeout = evSubTime(*finish, now); in retrying_poll() 1082 struct timespec now, timeout, finish, done; in send_dg() local 1165 finish = evAddTime(now, timeout); in send_dg() 1167 n = retrying_poll(s, POLLIN, &finish); in send_dg()
|
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 661 goto finish; in FUNCTION_NAME() 667 finish: in FUNCTION_NAME()
|
D | vfprintf.cpp | 675 goto finish; in FUNCTION_NAME() 681 finish: in FUNCTION_NAME()
|
D | printf_common.h | 627 goto finish; in __find_arguments() 633 finish: in __find_arguments()
|
/bionic/libc/kernel/uapi/drm/ |
D | radeon_drm.h | 315 unsigned int finish; member
|