Home
last modified time | relevance | path

Searched refs:totlen_max (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_token.c1184 const size_t totlen_max = KALLOC_SAFE_ALLOC_SIZE - sizeof(u_char) - sizeof(u_int32_t); in au_to_exec_strings() local
1192 if (totlen + nextlen + 1 >= totlen_max) { in au_to_exec_strings()
1271 const size_t totlen_max = KALLOC_SAFE_ALLOC_SIZE - sizeof(u_char) - sizeof(u_int32_t); in au_to_exec_args() local
1278 if (totlen + nextlen + 1 >= totlen_max) { in au_to_exec_args()
1346 const size_t totlen_max = KALLOC_SAFE_ALLOC_SIZE - sizeof(u_char) - sizeof(u_int32_t); in au_to_exec_env() local
1353 if (totlen + nextlen + 1 >= totlen_max) { in au_to_exec_env()