Searched refs:totlen_max (Results 1 – 1 of 1) sorted by relevance
1184 const size_t totlen_max = KALLOC_SAFE_ALLOC_SIZE - sizeof(u_char) - sizeof(u_int32_t); in au_to_exec_strings() local1192 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() local1278 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() local1353 if (totlen + nextlen + 1 >= totlen_max) { in au_to_exec_env()