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

/systemd/src/shared/
H A Dfstab-util.c208 static char *unquote(const char *s, const char* quotes) { argument
213 * trailing quotes if there is one. Doesn't care about
222 if (strchr(quotes, s[0]) && s[l-1] == s[0])

Completed in 9 milliseconds