Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring_helpers.h38 #define UNESCAPE_OCTAL BIT(1) macro
42 (UNESCAPE_SPACE | UNESCAPE_OCTAL | UNESCAPE_HEX | UNESCAPE_SPECIAL)
/linux/lib/
H A Dstring_helpers.c340 if (flags & UNESCAPE_OCTAL && in string_unescape()
H A Ddynamic_debug.c457 UNESCAPE_OCTAL | in ddebug_parse_query()
/linux/fs/
H A Dnamespace.c5316 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_mnt_root()
5365 seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL)); in statmount_sb_source()
5430 dst += string_unescape(src, dst, 0, UNESCAPE_OCTAL) + 1; in statmount_opt_process()