Lines Matching refs:execstr_t
53 execstr_t *_dup_execstr(execstr_t *);
54 void _free_execstr(execstr_t *);
99 execstr_t *exec = (execstr_t *)ent; in str2execattr()
147 execstr_t *
148 _getexecattr(execstr_t *result, char *buffer, int buflen, int *errnop) in _getexecattr()
158 return ((execstr_t *)NSS_XbyY_FINI(&arg)); in _getexecattr()
161 execstr_t *
166 execstr_t *result, in _getexecprof()
279 return ((execstr_t *)NSS_XbyY_FINI(&arg)); in _getexecprof()
288 execstr_t *exec = (execstr_t *)((argp->buf.result)); in _doexeclist()
350 execstr_t *
351 _dup_execstr(execstr_t *old_exec) in _dup_execstr()
353 execstr_t *new_exec = NULL; in _dup_execstr()
357 if ((new_exec = malloc(sizeof (execstr_t))) != NULL) { in _dup_execstr()
371 _free_execstr(execstr_t *exec) in _free_execstr()