Searched refs:eol (Results 1 – 1 of 1) sorted by relevance
234 parse_list (char **linep, char *eol, char *buf_end, int terminator_c, in parse_list() argument241 eol += __alignof__ (char *) - 1; in parse_list()242 eol -= (eol - (char *) 0) % __alignof__ (char *); in parse_list()244 list = (char **) eol; in parse_list()
Completed in 5 milliseconds