Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 142) sorted by relevance

123456

/onnv-gate/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
71 return() unless( $quote || length($unquoted) || length($delim));
76 $quoted = "$quote$quoted$quote";
80 if (defined $quote) {
81 $quoted =~ s/\\(.)/$1/g if ($quote eq '"');
82 $quoted =~ s/\\([\\'])/$1/g if ( $PERL_SINGLE_QUOTE && $quote eq "'");
85 $word .= defined $quote ? $quoted : $unquoted;
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dquote.test18 # $Id: quote.test,v 1.3 2002/05/21 13:43:04 drh Exp $
25 do_test quote-1.0 {
34 do_test quote-1.1 {
40 do_test quote-1.2 {
46 do_test quote-1.3 {
52 do_test quote-1.3.1 {
57 do_test quote-1.3.2 {
62 do_test quote-1.3 {
68 do_test quote-1.4 {
74 do_test quote-1.5 {
[all …]
/onnv-gate/usr/src/cmd/adbgen/common/
H A Dadbgen3.c42 int c, quote, paren, savec, count, dispcmd; in main() local
45 quote = 0; /* not in quoted string */ in main()
50 quote = !quote; in main()
71 if (quote == 0 && paren == 0 && dispcmd && in main()
/onnv-gate/usr/src/cmd/sh/
H A Dmacro.c38 static unsigned char quote; /* used locally */ variable
53 if (quote) { in copyto()
223 if(c == '@' && !atflag && quote) {
288 if (*v == 0 && quote) {
302 if(quote || (c == '\\' && trimflag)) {
320 if(*id == '*' && quote) {
401 if(!quote) {
405 quote ^= QUOTE;
420 unsigned char savq = quote;
426 quote = 0;
[all …]
/onnv-gate/usr/src/cmd/lms/
H A Dtypes.h125 #define __TEXT(quote) L##quote argument
138 #define __TEXT(quote) quote argument
142 #define TEXT(quote) __TEXT(quote) argument
/onnv-gate/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}};
/onnv-gate/usr/src/cmd/listen/
H A Dnstoa.c92 int quote; /* quoted string ? */ local
115 quote = 0;
136 addr->len = dostring(--str, sbuf, quote);
142 quote = 1;
145 addr->len = dostring(str, sbuf, quote);
167 dostring(s, buf, quote) /* read in a raw address */ in dostring() argument
169 int quote;
233 else if ((quote && (*s == '"')) || (!quote && isspace(*s)))
/onnv-gate/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);
/onnv-gate/usr/src/cmd/lp/lib/lp/
H A Ddashos.c54 register char quote, local
69 if (strchr(LP_QUOTES, (quote = *o)))
70 for (o++; *o && *o != quote; o++)
/onnv-gate/usr/src/common/net/wanboot/
H A Dbootconf.c112 char quote; in parse_bootconf() local
166 quote = *p; in parse_bootconf()
169 quote = '\0'; in parse_bootconf()
177 if (quote != '\0' || *p != '#') { in parse_bootconf()
178 while (*p != '\0' && *p != quote) { in parse_bootconf()
183 if (is_whitespace(*p) && quote == '\0') { in parse_bootconf()
195 if (quote != '\0') { in parse_bootconf()
196 if (*p == quote) { in parse_bootconf()
/onnv-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c66 char quote; /* set within double quoted contexts */ member
165 mp->quoted = mp->lit = mp->split = mp->quote = 0; in sh_mactrim()
211 mp->quoted = mp->lit = mp->quote = 0; in sh_macexpand()
273 mp->quote = 1; in sh_machere()
433 int oldquote = mp->quote; in copyto()
441 mp->quote = newquote; in copyto()
443 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN) in copyto()
510 else if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
533 if(!mp->lit && !mp->quote) in copyto()
541 if(!mp->lit && (n==S_ESC || (!mp->quote && in copyto()
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DOpAction.java307 ListParser.quote(target.getName(), buf, true); in genInitCode()
328 ListParser.quote(name, buf, true); in genInitCode()
364 ListParser.quote(type, buf, true); in genInitCode()
374 ListParser.quote(targetName, buf, true); in genInitCode()
470 ListParser.quote(a.name, buf, false); in convertToString()
483 ListParser.quote(c.convertToString(value), buf, false); in convertToString()
508 ListParser.quote(a.type, buf, false); in convertToString()
516 ListParser.quote(a.targetName, buf, false); in convertToString()
H A DOpFilter.java263 ListParser.quote(name, buf, true); in genInitCode()
272 ListParser.quote(type, buf, true); in genInitCode()
281 ListParser.quote(targetName, buf, true); in genInitCode()
374 ListParser.quote(f.name, buf, false); in convertToString()
380 ListParser.quote(f.type, buf, false); in convertToString()
386 ListParser.quote(f.targetName, buf, false); in convertToString()
H A DAttributeConverter.java69 ListParser.quote(type, buf, false); in convertToString()
72 ListParser.quote(a.getName(), buf, false); in convertToString()
79 ListParser.quote(c.convertToString(a.getValue()), in convertToString()
/onnv-gate/usr/src/cmd/devprop/
H A Ddevprop.c45 boolean_t verbose = B_FALSE, quote = B_FALSE, in main() local
83 BOOL('q', quote); in main()
147 (quote ? "\"%s\"" : "%s"), val_s, " + "); in main()
/onnv-gate/usr/src/lib/libast/common/string/
H A Dtokline.c49 int quote; member
84 q = d->quote; in spliceline()
139 d->quote = q; in spliceline()
/onnv-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c112 int quote; member
290 q = item->quote; in expand()
393 int quote; in astlicense() local
441 notice.item[STYLE].quote = notice.item[CLASS].quote = 0; in astlicense()
477 quote = 0; in astlicense()
532 … == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c !=… in astlicense()
555 notice.id[i].name.quote = 0; in astlicense()
558 notice.id[i].value.quote = quote; in astlicense()
594 item.quote = 0; in astlicense()
627 notice.item[CLASS].data = lic[lic[c].quote].data; in astlicense()
[all …]
/onnv-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c164 static char quote[] = "\'"; variable
259 "-o %s%s%s", altroot, quote, in uadmin()
260 &bargs[off], quote); in uadmin()
/onnv-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c164 static char quote[] = "\'"; variable
259 "-o %s%s%s", altroot, quote, in uadmin()
260 &bargs[off], quote); in uadmin()
/onnv-gate/usr/src/cmd/logadm/
H A Dconf.c138 char *quote = NULL; in nexttok() local
144 quote = ptr++; in nexttok()
147 if (quote && *eptr == *quote) { in nexttok()
152 } else if (!quote && isspace(*eptr)) { in nexttok()
159 if (quote != NULL) in nexttok()
160 err(EF_FILE|EF_JMP, "Unbalanced %c quote", *quote); in nexttok()
/onnv-gate/usr/src/lib/libcmd/common/
H A Dfmt.c66 int quote; member
116 if (fp->quote) in outline()
225 …if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' |… in split()
277 fp->quote = 1; in dofmt()
374 if (fp->quote) in dofmt()
581 fmt.quote = 0; in b_fmt()
/onnv-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man486 my $quote = /\W/ ? '"' : '';
487 print ".SH $quote$_$quote\n";
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dutil.c441 int quote; in sqliteDequote() local
444 quote = z[0]; in sqliteDequote()
445 switch( quote ){ in sqliteDequote()
448 case '[': quote = ']'; break; in sqliteDequote()
452 if( z[i]==quote ){ in sqliteDequote()
453 if( z[i+1]==quote ){ in sqliteDequote()
454 z[j++] = quote; in sqliteDequote()
/onnv-gate/usr/src/lib/krb5/ss/
H A Dutils.c15 char *gensym(), *str_concat3(), *quote();
113 char *quote(string) in quote() function
/onnv-gate/usr/src/cmd/man/src/util/instant.src/
H A Dutil.c136 int quote, maxnt, i = 0; in Split() local
179 quote = (*s == '\007'); in Split()
180 if (quote) s++; /* skip quote */ in Split()
189 while (*s && (quote || !IsWhite(*s)) && in Split()
190 (!quote || (*s != '\007'))) s++; in Split()
192 if (*s && quote) { in Split()

123456