Searched refs:quote (Results 1 - 25 of 57) sorted by relevance

123

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
21 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
24 #include "quote.h"
37 quote (char const *name) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dexit.t12 my $quote = $^O =~ /^(VMS|MSWin\d+)$/ ? q{"} : q{'};
18 return system($cmd.$quote.$code.$quote);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexec.t43 my $quote = $Is_VMS || $Is_Win32 ? '"' : '';
46 "${quote}print q{ok $tnum - system(PROG, LIST)}${quote}";
124 exec $Perl, '-le', qq{${quote}print 'ok $test - exec PROG, LIST'${quote}};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t266 PV => [ 'no quote"' ],
273 strconst => [ 'no quote"', '"with NUL '."\0".' char"' ], # no NUL
/osnet-11/usr/src/lib/libast/common/string/
H A Dtokline.c49 int quote; member in struct:__anon1188
84 q = d->quote;
139 d->quote = q;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm56 my($quote, $quoted, $unquoted, $delim, $word, @pieces);
60 ($quote, $quoted, undef, $unquoted, $delim, undef) =
61 $line =~ m/^(["']) # a $quote
63 \1 # followed by the same quote
68 # plus EOL, delimiter, or quote
71 return() unless( $quote || length($unquoted) || length($delim));
76 $quoted = "$quote$quoted$quote";
80 if (defined $quote) {
81 $quoted =~ s/\\(.)/$1/g if ($quote e
[all...]
/osnet-11/usr/src/lib/krb5/ss/
H A Dutils.c14 char *gensym(), *str_concat3(), *quote();
90 char *quote(string) function
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c74 char quote; /* set within double quoted contexts */ member in struct:_mac_
173 mp->quoted = mp->lit = mp->split = mp->quote = 0;
219 mp->quoted = mp->lit = mp->quote = 0;
282 mp->quote = 1;
442 int oldquote = mp->quote;
451 mp->quote = newquote;
453 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN)
520 else if(mp->split && endch && !mp->quote && !mp->lit)
543 if(!mp->lit && !mp->quote)
552 if(!mp->lit && (n==S_ESC || (!mp->quote
[all...]
/osnet-11/usr/src/lib/libc/amd64/sys/
H A Duadmin.c163 static char quote[] = "\'"; variable
249 "-o %s%s%s", quote, &bargs[off], quote);
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duadmin.c163 static char quote[] = "\'"; variable
249 "-o %s%s%s", quote, &bargs[off], quote);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c66 int quote; member in struct:Fmt_s
116 if (fp->quote)
225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' '))
277 fp->quote = 1;
374 if (fp->quote)
581 fmt.quote = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL180 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
182 quote; if I<quotes> is two characters, the first character is used as the
183 left quote and the second as the right quoted; and if I<quotes> is four
184 characters, the first two are used as the left quote and the second two as
185 the right quote.
188 quote marks are added around CE<lt>> text.
H A Dpod2man.PL214 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
216 quote; if I<quotes> is two characters, the first character is used as the
217 left quote and the second as the right quoted; and if I<quotes> is four
218 characters, the first two are used as the left quote and the second two as
219 the right quote.
222 quote marks are added around CE<lt>> text (but the font is still changed for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm62 'quot' => '"', # double quote
196 croak qq(Invalid quote specification "$$self{quotes}");
444 # Apply a whole bunch of messy heuristics to not quote things that don't
456 # Check for things that we don't want to quote, and if we find any of
472 # If we didn't return, go ahead and quote the text.
736 Sets the quote marks used to surround CE<lt>> text. If the value is a
737 single character, it is used as both the left and right quote; if it is two
738 characters, the first character is used as the left quote and the second as
740 the left quote and the second two as the right quote
[all...]
H A DMan.pm77 .\" double quote, and \*(R" will give a right double quote. | will give a
191 'quot' => '"', # double quote
356 croak qq(Invalid quote specification "$$self{quotes}");
359 # Double the first quote; note that this should not be s///g as two double
427 # If $name contains spaces, quote it; this mostly comes up in the case of
1019 # Check for things that we don't want to quote, and if we find any of
1035 # If we didn't return, go ahead and quote the text.
1081 # quotes, handle double-quote formatting for it. If there are no double
1252 Sets the quote mark
[all...]
H A DFunctions.pm282 q/STRING/ String singly quote a string
283 qq/STRING/ String doubly quote a string
284 quotemeta Regexp quote regular expression magic characters
285 qw/STRING/ LIST quote a list of words
286 qx/STRING/ Process backquote quote a string
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c112 int quote; member in struct:Item_s
290 q = item->quote;
393 int quote; local
441 notice.item[STYLE].quote = notice.item[CLASS].quote = 0;
477 quote = 0;
532 while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';'))
555 notice.id[i].name.quote = 0;
558 notice.id[i].value.quote = quote;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm134 my $quote = $do_not_quote ? '' : '"';
147 push(@att,defined($attr->{$_}) ? qq/$key=$quote$value$quote/ : qq/$key/);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c432 ** the quote characters. The conversion is done in-place. If the
433 ** input does not begin with a quote character, then this routine
441 int quote; local
444 quote = z[0];
445 switch( quote ){
448 case '[': quote = ']'; break;
452 if( z[i]==quote ){
453 if( z[i+1]==quote ){
454 z[j++] = quote;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c717 asr_nvl_print_jsoni(FILE *fp, nvlist_t *nvl, int depth, char quote, char *sep) argument
744 (void) fputc(quote, fp);
746 (void) fputc(quote, fp);
840 (void) fputc(quote, fp);
842 (void) fputc(quote, fp);
983 (void) fputc(quote, fp);
985 (void) fputc(quote, fp);
1003 asr_nvl_print_jsoni(fp, val, depth + 1, quote, sep);
1013 fp, val[i], depth + 1, quote, sep);
1088 int depth, char quote, cha
1087 asr_nvl_tostringi(asr_buf_t *out, nvlist_t *nvl, int depth, char quote, char *sep) argument
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c313 int quote = 0; local
342 if (quote)
381 quote = 1;
393 savequote = quote;
419 quote = 0;
/osnet-11/usr/src/lib/libldap4/common/
H A Dufn.c137 char *quote; local
139 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
140 *quote = '\0';
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c126 char *quote; local
128 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
129 *quote = '\0';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL62 sub quote ($);
69 for (@roots) { $_ = quote($_) }
213 $initnewer .= "my $newername = -M " . quote($file) . ";\n";
234 $initfile .= "open($fh, " . quote('> ' . $file) .
246 $initfile .= "open($fh, " . quote('> ' . $file) .
704 sub quote ($) {

Completed in 42 milliseconds

123