Searched refs:ADDR_S_LEN (Results 1 – 2 of 2) sorted by relevance
122 #define ADDR_S_LEN 4 macro
6353 } else if (strncmp(ADDR_S, key, ADDR_S_LEN) == 0) { in create_selector_list()6355 if (key[ADDR_S_LEN] == '\0') { in create_selector_list()6357 } else if (isdigit(key[ADDR_S_LEN]) != FALSE) { in create_selector_list()6359 atoi(&key[ADDR_S_LEN]); in create_selector_list()