Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c201 _priv_exec.head_exec = NULL; in _getexecprof()
290 if (_priv_exec->head_exec == NULL) { in _doexeclist()
291 if (_priv_exec->head_exec = _dup_execstr(exec)) in _doexeclist()
292 _priv_exec->prev_exec = _priv_exec->head_exec; in _doexeclist()
392 if (_priv_exec->head_exec != NULL) { in _exec_cleanup()
393 argp->buf.result = _priv_exec->head_exec; in _exec_cleanup()
397 if (_priv_exec->head_exec != NULL) in _exec_cleanup()
398 _free_execstr(_priv_exec->head_exec); in _exec_cleanup()
/illumos-gate/usr/src/head/
H A Dexec_attr.h129 execstr_t *head_exec; member
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c327 if (_priv_exec->head_exec != NULL) in _exec_nis_lookup()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c985 pe->head_exec = NULL; in nss_upack_key2arg()