Searched refs:MAXCOMLEN (Results 1 – 4 of 4) sorted by relevance
625 MAXCOMLEN) == 0) { in GetAllInfosMatchingName()626 if (process_name_len > MAXCOMLEN) { in GetAllInfosMatchingName()
20 to MAXCOMLEN when searching kinfo_proc structs for process matches by name.
1071 MAXCOMLEN = 16 variable
350 pub pbi_comm: [::c_char; MAXCOMLEN],3179 pub const MAXCOMLEN: usize = 16; constant