Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dstring_helpers.h25 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace() function
/linux-4.4.14/fs/
Dbinfmt_misc.c409 e->size = string_unescape_inplace(e->magic, UNESCAPE_HEX); in create_entry()
411 string_unescape_inplace(e->mask, UNESCAPE_HEX) != e->size) in create_entry()
/linux-4.4.14/lib/
Dtest-string_helpers.c99 q_real = string_unescape_inplace(out_real, flags); in test_string_unescape()
Ddynamic_debug.c336 string_unescape_inplace(words[i+1], UNESCAPE_SPACE | in ddebug_parse_query()