Home
last modified time | relevance | path

Searched refs:terminator_c (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nss/nss_files/
Dfiles-parse.c127 # define STRING_LIST(variable, terminator_c) \ argument
129 char **list = parse_list (&line, buf_start, buf_end, terminator_c, \
234 parse_list (char **linep, char *eol, char *buf_end, int terminator_c, in parse_list() argument
258 if (*line == terminator_c) in parse_list()
271 if (*line == '\0' || *line == terminator_c in parse_list()
284 if (endc == terminator_c) in parse_list()