Searched defs:thisdir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c298 dirlist_t *thisdir; local
332 thisdir = listhead->dl_next;
334 while (thisdir != listhead) {
336 "\t%s\n", thisdir->dl_dirname);
337 thisdir = thisdir->dl_next;
342 thisdir = listhead;
380 ctrl->startdir = thisdir;
381 ctrl->activeDir = thisdir;
690 spacecheck(dirlist_t *thisdir, in argument
[all...]

Completed in 29 milliseconds