Searched refs:unescape (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/config/
H A Dutilities.mak30 # $(call unescape-nl...)
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
74 define shell-unescape-nl
128 "$$(echo $(call escape-nl,$(shell-sq),$(2)) | $(call shell-unescape-nl,$(2)))"
144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh)))
/linux-4.4.14/lib/
H A Dtest-string_helpers.c399 test_string_unescape("unescape", i, false); test_string_helpers_init()
400 test_string_unescape("unescape inplace", test_string_helpers_init()
/linux-4.4.14/Documentation/spi/
H A Dspidev_test.c83 static int unescape(char *_dst, char *_src, size_t len) unescape() function
307 size = unescape((char *)tx, input_tx, size); main()
/linux-4.4.14/fs/
H A Dbinfmt_misc.c406 * above, the unescape helpers here will stop at the first one create_entry()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dkgdb.c458 only unescape chars that should be escaped. */ bin2mem()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dkgdb.c690 only unescape chars that should be escaped. */ bin2mem()

Completed in 229 milliseconds