Home
last modified time | relevance | path

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

/linux/tools/scripts/
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/tools/spi/
H A Dspidev_test.c95 static int unescape(char *_dst, char *_src, size_t len) in unescape() function
354 size = unescape((char *)tx, str, size); in transfer_escaped_string()