Searched refs:cp (Results 1 – 1 of 1) sorted by relevance
80 char *cp; in hesiod_init() local264 cp = buf; in parse_config_file()265 if (*cp == '#' || *cp == '\n' || *cp == '\r') in parse_config_file()267 while(*cp == ' ' || *cp == '\t') in parse_config_file()268 cp++; in parse_config_file()270 while(*cp != ' ' && *cp != '\t' && *cp != '=') in parse_config_file()271 cp++; in parse_config_file()274 while(*cp == ' ' || *cp == '\t' || *cp == '=') in parse_config_file()275 cp++; in parse_config_file()277 while(*cp != ' ' && *cp != '\n' && *cp != '\r') in parse_config_file()[all …]
Completed in 4 milliseconds