Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsubr_hints.c133 char *hintp, *p; in res_find() local
145 hintp = NULL; in res_find()
156 hintp = kenvp[0]; in res_find()
179 hintp = md_envp; in res_find()
187 hintp = kern_envp; in res_find()
198 hintp = static_hints; in res_find()
208 if (hintp == NULL) in res_find()
210 *hintp_cookie = hintp; in res_find()
212 hintp = *hintp_cookie; in res_find()
213 if (hintenv_merged && hintp == kenvp[0]) in res_find()
[all …]