Lines Matching refs:hintp
133 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()
231 cp = hintp; in res_find()
314 char *hintp; in resource_find() local
317 hintp = NULL; in resource_find()
320 i = res_find(&hintp, line, startln, name, unit, resname, value, in resource_find()
329 i = res_find(&hintp, line, startln, name, &un, resname, value, in resource_find()