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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgeneric.c70 static char *aug_path; /* path token */ variable
127 aug_path = NULL;
370 if (aug_path != NULL)
371 free(aug_path);
373 aug_path = NULL;
374 aug_path = strdup(s);
439 if (aug_path != NULL) {
440 (void) au_write(ad, au_to_path(aug_path));

Completed in 244 milliseconds