Home
last modified time | relevance | path

Searched refs:unescape (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/config/
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.1.27/Documentation/spi/
Dspidev_test.c83 static int unescape(char *_dst, char *_src, size_t len) in unescape() function
307 size = unescape((char *)tx, input_tx, size); in main()