Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring_helpers.h37 #define UNESCAPE_OCTAL BIT(1) macro
41 (UNESCAPE_SPACE | UNESCAPE_OCTAL | UNESCAPE_HEX | UNESCAPE_SPECIAL)
/linux/lib/
H A Dstring_helpers_kunit.c40 .flags = UNESCAPE_OCTAL,
H A Dstring_helpers.c336 if (flags & UNESCAPE_OCTAL && in string_unescape()
H A Ddynamic_debug.c456 UNESCAPE_OCTAL | in ddebug_parse_query()
/linux/fs/
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()
5138 dst += string_unescape(src, dst, 0, UNESCAPE_OCTAL) + 1; in statmount_opt_process()