Home
last modified time | relevance | path

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

/tools/perf/util/
A Dstring.c280 const char *squote = "'"; in strpbrk_esq() local
283 if (asprintf(&_stopset, "%s%c%c", stopset, *squote, *dquote) < 0) in strpbrk_esq()
290 if (*ptr == *squote) in strpbrk_esq()
291 ptr = strpbrk_esc(ptr + 1, squote); in strpbrk_esq()
/tools/build/
A DBuild.include14 squote := '
39 escsq = $(subst $(squote),'\$(squote)',$1)

Completed in 4 milliseconds