Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dstring_helpers.c546 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable() function
567 EXPORT_SYMBOL_GPL(kstrdup_quotable);
596 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
623 pathname = kstrdup_quotable(pathname, gfp); in kstrdup_quotable_file()
/linux-4.19.296/include/linux/
Dstring_helpers.h90 char *kstrdup_quotable(const char *src, gfp_t gfp);