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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c617 char *basestr, *suffix, *dirstr, *dirpath; local
627 dirstr = strdup(argv[0]);
628 dirpath = dirname(dirstr);
671 free(dirstr);
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c259 loadauditlist(char *dirstr, char *minfreestr) argument
273 if (dirstr == NULL || minfreestr == NULL) {
277 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count)) != 0) {

Completed in 72 milliseconds