Searched refs:au_to_exec_strings (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 1175 au_to_exec_strings(const char *strs, int count, u_char type) in au_to_exec_strings() function 1220 return au_to_exec_strings(args, argc, AUT_EXEC_ARGS); in au_to_exec_args() 1231 return au_to_exec_strings(envs, envc, AUT_EXEC_ENV); in au_to_exec_env() 1242 return au_to_exec_strings(hashes, hashc, AUT_CERT_HASH); in au_to_certificate_hash() 1253 return au_to_exec_strings(principals, princ, AUT_KRB5_PRINCIPAL); in au_to_krb5_principal()
|