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

/systemd/src/basic/
H A Dextract-word.c43 char quote = 0; /* 0 or ' or " */ local
91 (!quote || flags & EXTRACT_RELAX)) {
131 } else if (quote) { /* inside either single or double quotes */
137 } else if (c == quote) { /* found the end quote */
138 quote = 0;
156 quote = c;

Completed in 4198 milliseconds