Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c118 static dirlist_t *activeDir = NULL; /* to be current directory */ variable
344 activeDir = startdir = thisdir; in loadauditlist()
814 open_status = open_log(activeDir);
824 (spacecheck(activeDir, fullness_state, in_len) != 0)) {
827 (statrc = spacecheck(activeDir, fullness_state,
837 activeDir->dl_filename) != 0)) {
839 activeDir->dl_filename));
844 strdup(activeDir->dl_filename);
846 out_len = write(activeDir->dl_fd, input, in_len);
857 activeDir->dl_flags = 0;
[all …]