Searched refs:listhead (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c222 growauditlist(dirlist_t **listhead, char *dirlist, dirlist_t *endnode, argument
233 if (*listhead == NULL)
234 node_p = listhead;
272 if (*listhead != NULL)
273 node->dl_next = *listhead;
297 dirlist_t *listhead = NULL; local
310 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count, ctrl))
329 if (listhead != NULL) {
331 listhead->dl_dirname);
332 thisdir = listhead
[all...]

Completed in 21 milliseconds