Searched refs:extract_many_words (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Dextract-word.h35 int extract_many_words(const char **p, const char *separators, ExtractFlags flags, ...) _sentinel_;
H A Dextract-word.c244 int extract_many_words(const char **p, const char *separators, ExtractFlags flags, ...) { function
/systemd/src/test/
H A Dtest-extract-word.c489 assert_se(extract_many_words(&p, NULL, 0, &a, &b, &c, NULL) == 3);
499 assert_se(extract_many_words(&p, NULL, 0, &a, &b, &c, NULL) == 2);
508 assert_se(extract_many_words(&p, NULL, EXTRACT_QUOTES, &a, &b, &c, NULL) == 2);
517 assert_se(extract_many_words(&p, NULL, 0, &a, &b, &c, NULL) == 0);
524 assert_se(extract_many_words(&p, NULL, 0, &a, &b, &c, NULL) == 0);
531 assert_se(extract_many_words(&p, NULL, 0, NULL) == 0);
535 assert_se(extract_many_words(&p, NULL, 0, &a, NULL) == 1);
541 assert_se(extract_many_words(&p, NULL, 0, &a, NULL) == 1);
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c210 r = extract_many_words(&p, NULL, 0, &class, &type, NULL);
230 r = extract_many_words(&p, NULL, 0, &key_tag, &algorithm, &digest_type, &digest, NULL);
280 r = extract_many_words(&p, NULL, 0, &flags, &protocol, &algorithm, &key, NULL);
/systemd/src/nspawn/
H A Dnspawn-mount.c108 r = extract_many_words(&p, ":", EXTRACT_DONT_COALESCE_SEPARATORS, &source, &destination, NULL);
/systemd/src/sysusers/
H A Dsysusers.c1400 r = extract_many_words(&p, NULL, EXTRACT_QUOTES, &action, &name, &id, &description, &home, NULL);
/systemd/src/tmpfiles/
H A Dtmpfiles.c1823 r = extract_many_words(

Completed in 284 milliseconds