Home
last modified time | relevance | path

Searched refs:quotechars (Results 1 – 1 of 1) sorted by relevance

/third_party/eudev/src/shared/
Dutil.c393 char quotechars[2] = {*current, '\0'}; in split() local
395 *l = strcspn_escaped(current + 1, quotechars); in split()
396 if (current[*l + 1] == '\0' || current[*l + 1] != quotechars[0] || in split()