Searched refs:end_3 (Results 1 – 1 of 1) sorted by relevance
229 unsigned char *end_3 = (unsigned char *)map + len - 3; /* 3 == length of "IF_" */ in parse_config_file() local235 for (; p <= end_3; p++) { in parse_config_file()254 while (p <= end_3 && (isalnum(*p) || *p == '_')) in parse_config_file()261 for (q = p; q < end_3+3; q++) { in parse_config_file()