Searched refs:MINOR_S_LEN (Results 1 – 2 of 2) sorted by relevance
124 #define MINOR_S_LEN 5 macro
6367 } else if (strncmp(MINOR_S, key, MINOR_S_LEN) == 0) { in create_selector_list()6369 if (key[MINOR_S_LEN] == '\0') { in create_selector_list()6371 } else if (isdigit(key[MINOR_S_LEN]) != FALSE) { in create_selector_list()6373 atoi(&key[MINOR_S_LEN]); in create_selector_list()