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

/systemd/src/basic/
H A Dstring-util.c159 char quotechars[2] = {*current, '\0'}; local
161 *l = strcspn_escaped(current + 1, quotechars);
162 if (current[*l + 1] == '\0' || current[*l + 1] != quotechars[0] ||

Completed in 12 milliseconds