Searched refs:quotechars (Results 1 – 1 of 1) sorted by relevance
393 char quotechars[2] = {*current, '\0'}; in split() local395 *l = strcspn_escaped(current + 1, quotechars); in split()396 if (current[*l + 1] == '\0' || current[*l + 1] != quotechars[0] || in split()