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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c40 static char *collapse_path(char *s);
815 if (re_exec2(collapse_path(path)) == 1)
1675 collapse_path(char *s) function
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c75 static char *collapse_path(char *);
630 cpath = collapse_path(apath);
673 collapse_path(char *s) function
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c59 static size_t collapse_path(char *, size_t);
746 * anchor the path because collapse_path needs it
752 ctx->out.sf_pathlen = collapse_path(ctx->out.sf_path,
1184 collapse_path(char *s, size_t ls) function

Completed in 318 milliseconds