Searched refs:MIN_LEN (Results 1 – 2 of 2) sorted by relevance
105 #define MIN_LEN sizeof("0:0:0:0:0:0 X") macro120 if (*str == '#' || *str == ';' || *str == '\n' || strlen(str) < MIN_LEN) in parse_ether_buf()
679 const MIN_LEN: usize = 9; in should_use() constant702 pattern.len() > MIN_LEN in should_use()