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

/linux-master/include/linux/
H A Dstring_helpers.h112 char *kstrdup_quotable(const char *src, gfp_t gfp);
/linux-master/lib/
H A Dstring_helpers.c645 char *kstrdup_quotable(const char *src, gfp_t gfp) function
666 EXPORT_SYMBOL_GPL(kstrdup_quotable); variable
695 quoted = kstrdup_quotable(buffer, gfp);
722 pathname = kstrdup_quotable(pathname, gfp);

Completed in 201 milliseconds