| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | a_strex.c | 164 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) in do_buf() argument 209 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 214 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 309 char quotes; in do_print_ex() local 311 quotes = 0; in do_print_ex() 358 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 361 if(quotes) outlen += 2; in do_print_ex() 363 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex() 365 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex()
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | subr.h | 58 char quotes; /* quotes we are currently between, if any */ member 66 char *cmdlinequote (char quotes, char *s); 67 char *cmdlineescape (char quotes, char *s);
|
| D | subr.c | 889 cmdlinequote (char quotes, char *s) in cmdlinequote() argument 891 char *quoted = cmdlineescape (quotes, s); in cmdlinequote() 892 char *buf = Xasprintf ("%c%s%c", quotes, quoted, quotes); in cmdlinequote() 913 cmdlineescape (char quotes, char *s) in cmdlineescape() argument 928 if( quotes in cmdlineescape() 929 ? ( *s == quotes in cmdlineescape() 930 || ( quotes == '"' in cmdlineescape() 1672 c.quotes = inquotes; in format_cmdline()
|
| D | logmsg.c | 710 if (c->quotes) in logmsg_list_to_args_proc() 712 arg = cmdlineescape (c->quotes, arg); in logmsg_list_to_args_proc()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Text.pm | 186 $$self{quotes} ||= '"'; 187 if ($$self{quotes} eq 'none') { 189 } elsif (length ($$self{quotes}) == 1) { 190 $$self{LQUOTE} = $$self{RQUOTE} = $$self{quotes}; 191 } elsif ($$self{quotes} =~ /^(.)(.)$/ 192 || $$self{quotes} =~ /^(..)(..)$/) {
|
| /mirbsd/src/usr.bin/m4/ |
| D | main.c | 152 } quotes[MAXRECORD], paren[MAXRECORD]; variable 335 record(quotes, nlpar++); in macro() 347 record(quotes, nlpar++); in macro() 354 dump_stack(quotes, nlpar); in macro()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/ |
| D | Changes | 33 Escaping of single quotes in the XS version could get tripped up 120 [@$%] are now escaped now when in double quotes. 171 fix: C<Data::Dumper::Purity>, when set, always triggers quotes 188 precision without quotes. Fixed.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/Perldoc/ |
| D | ToText.pm | 18 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
|
| D | ToNroff.pm | 23 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
|
| D | ToMan.pm | 29 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | mailertable | 12 # Each line is of the form "mailer:domain" (without the quotes)
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | registry.bat | 22 ::- You might need to fix the quotes if your paths contain spaces!
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYKeymap.c | 1691 BOOLEAN quotes = FALSE; in fmt_keys() local 1699 quotes = TRUE; in fmt_keys() 1701 if (quotes) { in fmt_keys() 1722 fmt_second, quotes ? "'" : ""); in fmt_keys()
|
| /mirbsd/src/usr.bin/awk/ |
| D | README | 81 conventions are different from Unix systems: single quotes won't 83 interpreted within double quotes.
|
| /mirbsd/src/gnu/usr.bin/perl/t/base/ |
| D | lex.t | 57 ok 12 - make sure single quotes are honored \nnot ok
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/ |
| D | README | 37 unbalanced brackets inside Perl quotes or quotelike
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/ |
| D | Changes | 5 Strings are consostently in quotes now.
|
| /mirbsd/src/share/misc/ |
| D | utf-8-demo | 39 ║ • ‘single’ and “double” quotes ║
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | HACKING.DOCS | 9 @samp{ ... } for most anything else you need quotes around
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | gettext-sister.m4 | 46 # by the backticks, then collapsed again by the double quotes,
|
| /mirbsd/src/gnu/share/ |
| D | m4sugar.inc | 57 # Set the quotes, whatever the current quoting system. 719 # with balanced quotes (use quadrigraphs to get around this). The input 720 # is not likely to have unbalanced -=<{(/)}>=- quotes, and it is possible 721 # to have unbalanced (), provided it was specified with proper [] quotes. 752 # Return the result of ignoring all quotes in STRING and invoking the 755 # and help-strings). On the other hand, since all quotes are disabled, 788 # Remove one layer of quotes from each ARG, performing one level of 863 # Of course the problem is that many quotes are missing. So you add 864 # plenty of quotes at random places, until you reach the expected 889 # of quotes. Rejecting the parens both eases the implementation, and [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-ppc.texi | 126 (without the -m) enclosed in double quotes, @code{"push"}, or
|
| /mirbsd/src/lib/libkeynote/ |
| D | README | 64 "subscribe keynote-users" (without the quotes) in the message body.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlintro.pod | 87 Double quotes or single quotes may be used around literal strings: 92 However, only double quotes "interpolate" variables and special 98 Numbers don't need quotes around them:
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.win32 | 265 It left out a fix for certain command line quotes. To fix this, be sure 495 passes them to programs in argc/argv. Double quotes can be used to 498 enclosing the whole argument within double quotes. The backslash and 499 the pair of double quotes surrounding the argument will be stripped by 503 double quotes (although there are suggestions that this may not always 504 be true). Single quotes are not treated as quotes by the shell or
|