| /src/external/bsd/nsd/dist/simdzone/src/fallback/ |
| text.h | 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire) function 46 const uint32_t octet = unescape(text, wire); 64 const uint32_t octet = unescape(text, wire);
|
| name.h | 32 if (!(n = unescape(t, w)))
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| shell.py | 57 def unescape(arg): function in function:decode 65 return [unescape(arg) for arg in shlex.split(string)]
|
| /src/usr.sbin/sti/ |
| sti.c | 55 unescape(const char **pp, int *state) function 138 while ((c = unescape(&ptr, &state)) != -1)
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| text.h | 13 static really_inline uint32_t unescape(const char *text, uint8_t *wire) function 88 const uint32_t octet = unescape(text+count, wire+count);
|
| name.h | 107 const uint32_t octet = unescape(text+count, wire+count);
|
| svcb.h | 108 if (!(length = unescape(data, rdata->octets))) 115 if (!(length = unescape(data, rdata->octets))) 318 if (!(o = unescape(t, rdata->octets))) 356 if (!(o = unescape(t, rdata->octets)))
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| unescape.c | 1 /* $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));
|
| readlline.c | 179 * unescape(). Embedded null bytes must be specified as \\0. 318 unescape(inp_buf, tp->input); 319 unescape(exp_buf, tp->exp_output);
|
| stringops.h | 55 extern VSTRING *unescape(VSTRING *, const char *);
|
| dict_test.c | 114 key = *bufp ? vstring_str(unescape(keybuf, mystrtok(&bufp, " ="))) : 0;
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_expand.c | 87 unescape(psc_expand_filter, var_psc_exp_filter);
|
| /src/usr.bin/seq/ |
| seq.c | 72 char *unescape(char *); 136 sep = unescape(optarg); 139 term = unescape(optarg); 198 fmt = unescape(fmt); 341 * unescape - handle C escapes in a string 344 unescape(char *orig) function
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_expand.c | 98 unescape(smtpd_expand_filter, var_smtpd_exp_filter);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| glob.c | 757 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 to user_nam 756 char *unescape = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| glob.c | 757 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 to user_nam 756 char *unescape = NULL; local [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_init.c | 474 unescape(cleanup_reject_chars, var_msg_reject_chars); 478 unescape(cleanup_strip_chars, var_msg_strip_chars);
|
| /src/external/ibm-public/postfix/lib/util/ |
| Makefile | 216 unescape.c \
|
| /src/usr.bin/sed/ |
| compile.c | 515 unescape(char **pp, char **spp) function 576 if (unescape(&p, &q)) 673 if (unescape(&p, &sp))
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| llvm-rc.cpp | 301 std::string unescape(StringRef S) { function in namespace:__anon5710 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
|
| /src/external/ibm-public/postfix/dist/src/pipe/ |
| pipe.c | 981 unescape(attr->eol, *argv + sizeof("eol=") - 1);
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| TestRunner.py | 198 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]
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| smtp-sink.c | 1578 unescape(start_string, optarg);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| evp_test.c | 223 * Unescape some sequences in string literals (only \n for now). 227 static unsigned char* unescape(const char *input, size_t input_len, function 301 *buf = unescape(value, vlen, buflen);
|
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| search.js | 475 search = unescape(search);
|