Searched refs:escapes (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/usr.bin/dtc/
H A Dstring.cc49 push_string(byte_buffer &buffer, const string &s, bool escapes) argument
55 if (escapes && c == '\\' && i+1 < length)
H A Dutil.hh106 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
/freebsd-current/usr.bin/sed/
H A Dprocess.c585 static const char escapes[] = "\\\a\b\f\r\t\v"; local
634 (p = strchr(escapes, c)) != NULL) {
639 fprintf(outfile, "\\%c", "\\abfrtv"[p - escapes]);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm97 This adds quotes (") around the given string, and escapes any $, @, \,
138 escapes have been injected as necessary depending on the content of each
/freebsd-current/contrib/bc/tests/
H A Dhistory.py55 escapes = [ variable
120 if c in escapes:
/freebsd-current/contrib/bmake/unit-tests/
H A Descape.mk65 VAR1BSc= 111\# backslash escapes comment char, so this is part of the value
H A Dvarmod-edge.mk80 # Therefore, the second backslash escapes the parenthesis.
H A Dvarmod-match.mk185 # \ outside a character list, escapes the following character
H A Dvarmod-ifelse.mk103 # the '$' of the intended '${VAR}' escapes from the parser in form of the
H A Ddirective-include-guard.mk573 # the '\' escapes the '!' from being a dependency operator, but when reading
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm778 front of a brace) escapes its special meaning. The result of filling
1630 backslash escapes, using alternative C<DELIMITERS> may speed up the

Completed in 117 milliseconds