Searched refs:getacna (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libbsm/
H A DMakefile91 au_control.3 getacna.3 \
/freebsd-12-stable/crypto/openssh/
H A Daudit-bsm.c174 they simply dropped getacna() from the API, since it read from a now
175 non-existent config file. This function re-implements getacna() to
179 getacna(char *auditstring, int len) function
188 return -2; /* The man page for getacna on Solaris 10 states
244 rc = getacna(naflags, sizeof(naflags));
/freebsd-12-stable/contrib/openbsm/tools/
H A Daudump.c105 ret = getacna(string, PATH_MAX);
107 err(-1, "getacna");
109 errx(-1, "getacna: %d", ret);
/freebsd-12-stable/contrib/openbsm/libbsm/
H A DMakefile.am64 $(LN_S) -f au_control.3 getacna.3 && \
H A Dbsm_control.c585 getacna(char *auditstr, int len) function
H A DMakefile.in757 $(LN_S) -f au_control.3 getacna.3 && \
/freebsd-12-stable/contrib/openbsm/bsm/
H A Dlibbsm.h815 int getacna(char *auditstr, int len);
/freebsd-12-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c757 if (getacna(naeventstr, NA_EVENT_STR_SIZE) != 0 ||

Completed in 75 milliseconds