Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dstring_helpers.c638 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable() function
659 EXPORT_SYMBOL_GPL(kstrdup_quotable);
688 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
715 pathname = kstrdup_quotable(pathname, gfp); in kstrdup_quotable_file()
/openbmc/linux/include/linux/
H A Dstring_helpers.h108 char *kstrdup_quotable(const char *src, gfp_t gfp);