Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H 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()
/linux-6.15/tools/build/
H A DBuild.include14 squote := '
39 escsq = $(subst $(squote),'\$(squote)',$1)
/linux-6.15/scripts/
H A DKbuild.include8 squote := '
57 escsq = $(subst $(squote),'\$(squote)',$1)
61 stringify = $(squote)$(quote)$1$(quote)$(squote)
H A DKconfig.include7 squote := ' variable