Home
last modified time | relevance | path

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

/coreutils/src/
Dtr.c1332 spec_init (struct Spec_list *spec_list) in spec_init() argument
1335 spec_list->head = spec_list->tail = new; in spec_init()
1336 spec_list->head->next = nullptr; in spec_init()
1346 parse_str (char const *s, struct Spec_list *spec_list) in parse_str() argument
1349 bool ok = unquote (s, &es) && build_spec_list (&es, spec_list); in parse_str()