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

/bionic/libc/dns/resolv/
H A Dres_debug.c558 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
559 for (; syms->name != 0; syms++) {
560 if (strcasecmp (name, syms->name) == 0) {
563 return (syms->number);
568 return (syms->number); /* The default value. */
572 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
575 for (; syms->name != 0; syms++) {
576 if (number == syms
590 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]

Completed in 40 milliseconds