Searched defs:firstword (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dload-fragment.c607 _cleanup_free_ char *path = NULL, *firstword = NULL; local
617 r = extract_first_word_and_warn(&p, &firstword, WHITESPACE, EXTRACT_QUOTES|EXTRACT_CUNESCAPE, unit, filename, line, rvalue);
621 f = firstword;
653 if (f == firstword) {
654 path = firstword;
655 firstword = NULL;

Completed in 25 milliseconds