Searched defs:syms (Results 1 - 1 of 1) 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
505 for (; syms->name != 0; syms++) {
506 if (strcasecmp (name, syms->name) == 0) {
509 return (syms->number);
514 return (syms->number); /* The default value. */
518 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
521 for (; syms->name != 0; syms++) {
522 if (number == syms
536 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]

Completed in 55 milliseconds