Searched refs:unescape (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/config/ |
H A D | utilities.mak | 30 # $(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 D | test-string_helpers.c | 399 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 D | spidev_test.c | 83 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 D | binfmt_misc.c | 406 * above, the unescape helpers here will stop at the first one create_entry()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 458 only unescape chars that should be escaped. */ bin2mem()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | kgdb.c | 690 only unescape chars that should be escaped. */ bin2mem()
|
Completed in 230 milliseconds