Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_hints.c133 char *hintp, *p; in res_find() local
144 hintp = NULL; in res_find()
155 hintp = kenvp[0]; in res_find()
178 hintp = md_envp; in res_find()
186 hintp = kern_envp; in res_find()
197 hintp = static_hints; in res_find()
207 if (hintp == NULL) in res_find()
209 *hintp_cookie = hintp; in res_find()
211 hintp = *hintp_cookie; in res_find()
212 if (hintenv_merged && hintp == kenvp[0]) in res_find()
[all …]