Home
last modified time | relevance | path

Searched refs:string_unescape_inplace (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dstring_helpers.h47 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace() function
/linux/fs/
H A Dbinfmt_misc.c462 e->size = string_unescape_inplace(e->magic, UNESCAPE_HEX); in create_entry()
464 string_unescape_inplace(e->mask, UNESCAPE_HEX) != e->size) in create_entry()
H A Dnamespace.c5024 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_mnt_root()
5073 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_sb_source()
/linux/lib/
H A Dstring_helpers_kunit.c92 q_real = string_unescape_inplace(out_real, flags); in test_string_unescape()
H A Ddynamic_debug.c455 string_unescape_inplace(arg, UNESCAPE_SPACE | in ddebug_parse_query()