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

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dshell.py57 def unescape(arg): function in function:decode
65 return [unescape(arg) for arg in shlex.split(string)]
/netbsd-current/usr.sbin/sti/
H A Dsti.c55 unescape(const char **pp, int *state) function
138 while ((c = unescape(&ptr, &state)) != -1)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dunescape.c1 /* $NetBSD: unescape.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* unescape 3
11 /* VSTRING *unescape(result, input)
20 /* unescape() translates C-like escape sequences in the null-terminated
69 /* unescape - process escape sequences */
71 VSTRING *unescape(VSTRING *result, const char *data) function
195 unescape(out, vstring_str(in));
H A Dstringops.h55 extern VSTRING *unescape(VSTRING *, const char *);
H A Ddict_test.c114 key = *bufp ? vstring_str(unescape(keybuf, mystrtok(&bufp, " ="))) : 0;
H A DMakefile.in29 translit.c trimblanks.c unescape.c unix_connect.c unix_listen.c \
76 translit.o trimblanks.o unescape.o unix_connect.o unix_listen.o \
139 watchdog unescape hex_quote name_mask rand_sleep sane_time ctable \
363 unescape: $(LIB)
646 unescape_test: unescape unescape.in unescape.ref
647 $(SHLIB_ENV) ${VALGRIND} ./unescape <unescape.in | od -cb >unescape
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_expand.c87 unescape(psc_expand_filter, var_psc_exp_filter);
/netbsd-current/usr.bin/seq/
H A Dseq.c72 char *unescape(char *);
135 sep = unescape(optarg);
138 term = unescape(optarg);
193 fmt = unescape(fmt);
336 * unescape - handle C escapes in a string
339 unescape(char *orig) function
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-edge.mk34 TESTS+= M-unescape
35 INP.M-unescape= ({}): \(\{\}\)\: \(\{}\):
36 MOD.M-unescape= ${INP.M-unescape:M\\(\\{\\}\\)\\:}
37 EXP.M-unescape= \(\{}\):
170 # expect+14: ok M-unescape
H A Dvarmod-edge.exp3 make: "varmod-edge.mk" line 184: ok M-unescape
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c98 unescape(smtpd_expand_filter, var_smtpd_exp_filter);
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_init.c468 unescape(cleanup_reject_chars, var_msg_reject_chars);
472 unescape(cleanup_strip_chars, var_msg_strip_chars);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob.c756 char *unescape = NULL;
762 unescape = strchr (dirname, '\\');
763 if (unescape)
764 end_name = strchr (unescape, '\0');
767 unescape = memchr (dirname, '\\', end_name - dirname);
786 if (unescape != NULL)
789 unescape - dirname - 1);
790 char *q = unescape;
797 /* "~fo\\o\\" unescape to user_name "foo\\",
798 but "~fo\\o\\/" unescape t
755 char *unescape = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c757 char *unescape = NULL;
763 unescape = strchr (dirname, '\\');
764 if (unescape)
765 end_name = strchr (unescape, '\0');
768 unescape = memchr (dirname, '\\', end_name - dirname);
787 if (unescape != NULL)
790 unescape - dirname - 1);
791 char *q = unescape;
798 /* "~fo\\o\\" unescape to user_name "foo\\",
799 but "~fo\\o\\/" unescape t
756 char *unescape = NULL; local
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile211 unescape.c \
/netbsd-current/usr.bin/sed/
H A Dcompile.c514 unescape(char **pp, char **spp) function
575 if (unescape(&p, &q))
672 if (unescape(&p, &sp))
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp301 std::string unescape(StringRef S) { function in namespace:__anon3218
438 // unescape backslash escapes for quotes and similar. This means that
447 std::string Unescaped = unescape(Arg->getValue());
451 // the way we consistently unescape the unix way breaks windows paths
452 // with single backslashes. Alternatively, our unescape function would
/netbsd-current/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js475 search = unescape(search);
/netbsd-current/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c971 unescape(attr->eol, *argv + sizeof("eol=") - 1);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py198 argument makes the MSys based tool unescape backslashes where it shouldn't
1190 def unescape(ln): function in function:applySubstitutions
1229 return [unescape(process(ln)) for ln in script]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c1578 unescape(start_string, optarg);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Devp_test.c227 static unsigned char* unescape(const char *input, size_t input_len, function
301 *buf = unescape(value, vlen, buflen);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c234 static unsigned char* unescape(const char *input, size_t input_len, function
308 *buf = unescape(value, vlen, buflen);

Completed in 207 milliseconds