Home
last modified time | relevance | path

Searched refs:res_setoptions (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c132 static void res_setoptions __P((res_state, const char *, const char *));
552 res_setoptions(statp, buf + sizeof("options") - 1, "conf"); in __res_vinit()
607 res_setoptions(statp, cp, "env"); in __res_vinit()
623 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions() function