Searched refs:success (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_debug.c504 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
507 if (success)
508 *success = 1;
512 if (success)
513 *success = 0;
518 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
523 if (success)
524 *success = 1;
530 if (success)
531 *success
536 sym_ntop(const struct res_sym *syms, int number, int *success) argument
557 int success; local
593 int success; local
1135 int success; local
1158 int success; local
[all...]
/bionic/libc/kernel/common/linux/
H A Dpkt_cls.h208 __u32 success; member in struct:tc_u32_mark
/bionic/libc/bionic/
H A Dstubs.c55 * Reporting success (0) but with *result NULL is glibc's behavior.
92 success:
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c365 int success = (ret == 0); local
369 return success;
402 // Returns 0 on success, else returns non-zero on error (in which case
414 int success = 0; local
498 success = 1;
573 if (success) {
2128 * Perform preliminary check of answer, returning success only
2130 * Return the size of the response on success, -1 on error.
2236 * Return the size of the response on success, -1 on error.

Completed in 101 milliseconds