Searched refs:dquote (Results 1 – 1 of 1) sorted by relevance
281 const char *dquote = "\""; in strpbrk_esq() local283 if (asprintf(&_stopset, "%s%c%c", stopset, *squote, *dquote) < 0) in strpbrk_esq()292 else if (*ptr == *dquote) in strpbrk_esq()293 ptr = strpbrk_esc(ptr + 1, dquote); in strpbrk_esq()