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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c505 open_log(dirlist_t *current_dir) argument
526 current_dir->dl_dirname, auditdate, host);
542 current_dir->dl_dirname);
550 current_dir = current_dir->dl_next;
558 current_dir->dl_space = SPACE_FULL;
559 current_dir = current_dir->dl_next;
570 * to current_dir if the list is only one entry long and
588 current_dir
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4353 * Open the dir current_dir. For every file which matches the first dir
4358 recurse_dev_re(char *current_dir, char *path_re, recurse_dev_t *rd) argument
4369 current_dir, path_re);
4371 if (finddev_readdir(current_dir, &fhandle) != 0)
4393 (void) strcpy(new_path, current_dir);
5501 * Search current_dir for all files which match the first path component
5509 enumerate_recurse(char *current_dir, char *path_left, numeral_set_t *setp, argument
5518 if (finddev_readdir(current_dir, &fhandle) != 0) {
5543 new_path = s_malloc(strlen(current_dir) +
5546 (void) strcpy(new_path, current_dir);
[all...]

Completed in 72 milliseconds