Searched refs:escape (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c58 int ch, escape, quote; local
64 escape = quote = 0;
68 if (!escape)
72 escape = 0;
73 } else if (escape) {
83 escape = 1;
96 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
97 if (ch == '\\' && !escape && quote != '\'') {
98 /* escape next character */
99 escape
[all...]
/freebsd-10-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c86 escape_t *escape; member in struct:__anon19
100 #define GL(escape) ((escape)->left)
101 #define GR(escape) ((escape)->right)
102 #define SET(escape) ((escape)->set)
103 #define ESC(escape) ((escape)->ch)
104 #define INIT(escape) (TAILQ_FIRS
109 escape_t *escape; local
491 escape_t *escape; local
494 TAILQ_REMOVE(E0SET(ei), escape, entry); local
500 TAILQ_REMOVE(E1SET(ei), escape, entry); local
510 escape_t *escape; local
528 escape_t *escape; local
596 escape_t *escape; local
605 TAILQ_INSERT_TAIL(E0SET(ei), escape, entry); local
608 TAILQ_INSERT_TAIL(E1SET(ei), escape, entry); local
[all...]
/freebsd-10-stable/contrib/apr/strings/
H A Dapr_fnmatch.c78 const int escape = !(flags & APR_FNM_NOESCAPE); local
106 if (escape && (**pattern == '\\')) {
126 *pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2;
171 else if (escape && (**pattern == '\\') && (*pattern)[1]) {
197 const int escape = !(flags & APR_FNM_NOESCAPE); local
218 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
232 else if (escape && (*pattern == '\\') && (pattern[1] == '.'))
261 || (escape && (*pattern == '\\')
294 || (escape && (*matchptr == '\\')
323 * Use a dummy fnmatch_ch() test to count one "[range]" escape
[all...]
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh37 escape) atf_expect_fail "see PR toolchain/49085";;
/freebsd-10-stable/contrib/gcc/config/
H A Delfos.h348 octal escape. If the tables value is anything else, then the
350 in the table. Note that we can use standard UN*X escape
371 count each character in an escape sequence as one byte. Thus, an
372 escape sequence like \377 would count as four bytes.
400 register int escape; \
402 switch (escape = ESCAPES[ch]) \
412 putc (escape, (FILE)); \
470 register int escape; \
476 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
488 putc (escape, (FIL
[all...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386-interix.h106 octal escape. If the tables value is anything else, then the
108 in the table. Note that we can use standard UN*X escape
129 count each character in an escape sequence as one byte. Thus, an
130 escape sequence like \377 would count as four bytes.
156 int escape = ESCAPES[ch]; \
157 switch (escape) \
167 putc (escape, (FILE)); \
/freebsd-10-stable/usr.bin/dc/
H A Dinout.c241 bool escape; local
243 escape = false;
250 if (!escape) {
258 if (ch == '\\' && !escape)
259 escape = true;
261 escape = false;
/freebsd-10-stable/usr.bin/hexdump/
H A Dhexdump.h95 void escape(char *);
/freebsd-10-stable/usr.bin/printf/
H A Dprintf.c89 static int escape(char *, int, size_t *);
146 chopped = escape(fmt, 1, &len); /* backslash interpretation */
274 getout = escape(p, 0, &len);
364 escape(char *fmt, int percent, size_t *len) function
/freebsd-10-stable/contrib/gdb/gdb/
H A Dc-lang.c47 const char *escape; local
52 escape = c_target_char_has_backslash_escape (c);
53 if (escape)
55 if (quoter == '"' && strcmp (escape, "0") == 0)
60 fprintf_filtered (stream, "\\%s", escape);
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DProgram.inc151 // Note that we *don't* need to escape runs of backslashes that don't
203 // Escape all preceding escapes (if any), and then escape the quote.
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_utf_private.h201 const char *escape, apr_size_t escape_len,
/freebsd-10-stable/usr.bin/svn/svnserve/
H A DMakefile11 SRCS= cyrus_auth.c log-escape.c logger.c serve.c svnserve.c winservice.c
/freebsd-10-stable/usr.bin/mail/
H A Dcollect.c76 int lc, cc, escape, eofcount, fd, c, t; local
128 if ((cp = value("escape")) != NULL)
129 escape = *cp;
131 escape = ESCAPE;
176 if (linebuf[0] != escape || value("interactive") == NULL ||
186 * On double escape, just send the single one.
189 if (c == escape) {
195 printf("Unknown tilde escape.\n");
205 * Shell escape, send the balance of the
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds2_pkt.c200 s->s2->escape = 0;
209 /* security >s2->escape */
210 s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
524 * set the escape bit.
526 if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && (!s->s2->escape)) {
537 } else if ((bs <= 1) && (!s->s2->escape)) {
547 * If s->s2->escape is not set, then
553 if (s->s2->escape) {
612 if (s->s2->escape)
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c216 rlogin = escape = _POSIX_VDISABLE;
/freebsd-10-stable/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c262 int ch, escape; local
273 for (escape = 0;;) {
286 escape = 1;
289 if (escape != 0)
/freebsd-10-stable/usr.bin/bmake/unit-tests/
H A DMakefile68 escape \
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c254 const char *escape, apr_size_t escape_len,
263 /* If we're in GLOB mode, we don't do custom escape chars. */
264 if (escape && !sql_like)
266 _("Cannot use a custom escape token"
283 if (!escape)
290 utf8proc_decompose((const void*) escape, escape_len, &ucs4esc, 1,
300 _("Invalid escape character U+%04lX"),
249 svn_utf__glob(svn_boolean_t *match, const char *pattern, apr_size_t pattern_len, const char *string, apr_size_t string_len, const char *escape, apr_size_t escape_len, svn_boolean_t sql_like, svn_membuf_t *pattern_buf, svn_membuf_t *string_buf, svn_membuf_t *temp_buf) argument
/freebsd-10-stable/contrib/bmake/unit-tests/
H A DMakefile.in61 escape \
H A Descape.mk1 # $Id: escape.mk,v 1.1.1.2 2014/11/06 01:40:37 sjg Exp $
40 # does not escape the newline. This is compatible with GNU make.
79 VAR2BSc = 222\\# backslash does not escape comment char, so this is a comment
137 # First two should be taken literally, and last should escape the newline.
/freebsd-10-stable/usr.sbin/sysrc/
H A Dsysrc216 # escape $string [$var_to_set]
221 # NB: See `bsdconfig includes -dF escape' for relevant information/discussion.
224 escape()
506 escape "$SERVICE" _SERVICE
511 escape "$RC_CONFS" _RC_CONFS
516 escape "$arg" arg
/freebsd-10-stable/usr.bin/tip/tip/
H A Dtip.c63 static int escape(void);
407 if (!(gch = escape()))
440 escape(void) function
/freebsd-10-stable/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h183 /** escape: escape a string so it is safe for use in query/select
186 * @param string - the string to escape
190 const char *(*escape)(apr_pool_t *pool, const char *string, member in struct:apr_dbd_driver_t
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp227 return ReturnError(CurPtr, "invalid escape in string literal");

Completed in 395 milliseconds

123