Searched defs:syms (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_debug.c566 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
567 for (; syms->name != 0; syms++) {
568 if (strcasecmp (name, syms->name) == 0) {
571 return (syms->number);
576 return (syms->number); /* The default value. */
580 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
583 for (; syms->name != 0; syms++) {
584 if (number == syms
598 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]

Completed in 44 milliseconds