Searched refs:res_setoptions (Results 1 – 1 of 1) sorted by relevance
99 static void res_setoptions(res_state, const char*, const char*);194 if ((cp = getenv("RES_OPTIONS")) != NULL) res_setoptions(statp, cp, "env"); in res_vinit()202 static void res_setoptions(res_state statp, const char* options, const char* source) { in res_setoptions() function