Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 123) sorted by relevance

12345

/mirbsd/src/lib/libssl/src/crypto/asn1/
Da_strex.c164 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, &quotes, 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/
Dsubr.h58 char quotes; /* quotes we are currently between, if any */ member
66 char *cmdlinequote (char quotes, char *s);
67 char *cmdlineescape (char quotes, char *s);
Dsubr.c889 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()
Dlogmsg.c710 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/
DText.pm186 $$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/
Dmain.c152 } 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/
DChanges33 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/
DToText.pm18 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
DToNroff.pm23 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
DToMan.pm29 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dmailertable12 # Each line is of the form "mailer:domain" (without the quotes)
/mirbsd/src/gnu/usr.bin/perl/wince/
Dregistry.bat22 ::- You might need to fix the quotes if your paths contain spaces!
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYKeymap.c1691 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/
DREADME81 conventions are different from Unix systems: single quotes won't
83 interpreted within double quotes.
/mirbsd/src/gnu/usr.bin/perl/t/base/
Dlex.t57 ok 12 - make sure single quotes are honored \nnot ok
/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/
DREADME37 unbalanced brackets inside Perl quotes or quotelike
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DChanges5 Strings are consostently in quotes now.
/mirbsd/src/share/misc/
Dutf-8-demo39 ║ • ‘single’ and “double” quotes
/mirbsd/src/gnu/usr.bin/cvs/doc/
DHACKING.DOCS9 @samp{ ... } for most anything else you need quotes around
/mirbsd/src/gnu/usr.bin/binutils/config/
Dgettext-sister.m446 # by the backticks, then collapsed again by the double quotes,
/mirbsd/src/gnu/share/
Dm4sugar.inc57 # 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/
Dc-ppc.texi126 (without the -m) enclosed in double quotes, @code{"push"}, or
/mirbsd/src/lib/libkeynote/
DREADME64 "subscribe keynote-users" (without the quotes) in the message body.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlintro.pod87 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/
DREADME.win32265 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

12345