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

/macosx-10.10.1/libresolv-57/
H A Ddns.c81 extern char *res_next_word(char **p);
385 while (NULL != (x = res_next_word(&p)))
634 x = res_next_word(&p);
638 while (NULL != (x = res_next_word(&p)))
645 x = res_next_word(&p);
650 while (NULL != (x = res_next_word(&p)))
663 y = res_next_word(&p);
H A Dres_init.c229 res_next_word(char **p) function
1246 while (NULL != (x = res_next_word(&p)))

Completed in 354 milliseconds