/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | quote.test | 18 # $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 …]
|
/titanic_41/usr/src/cmd/adbgen/common/ |
H A D | adbgen3.c | 42 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()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | macro.c | 38 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 …]
|
/titanic_41/usr/src/cmd/lms/ |
H A D | types.h | 125 #define __TEXT(quote) L##quote argument 138 #define __TEXT(quote) quote argument 142 #define TEXT(quote) __TEXT(quote) argument
|
/titanic_41/usr/src/cmd/listen/ |
H A D | nstoa.c | 92 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)))
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | dashos.c | 54 register char quote, local 69 if (strchr(LP_QUOTES, (quote = *o))) 70 for (o++; *o && *o != quote; o++)
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | bootconf.c | 112 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()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 66 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 …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | OpAction.java | 307 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 D | OpFilter.java | 263 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 D | AttributeConverter.java | 69 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()
|
H A D | ListParser.java | 879 public static String quote(String string, boolean forceQuotes) { in quote() method in ListParser 881 char dst[] = quote(src, forceQuotes); in quote() 895 public static void quote(String string, StringBuffer buf, in quote() method in ListParser 898 char dst[] = quote(src, forceQuotes); in quote() 926 public static char[] quote(char src[], boolean forceQuotes) { in quote() method in ListParser
|
/titanic_41/usr/src/cmd/devprop/ |
H A D | devprop.c | 45 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()
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 112 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 …]
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | tokline.c | 49 int quote; member 84 q = d->quote; in spliceline() 139 d->quote = q; in spliceline()
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | conf.c | 139 char *quote = NULL; in nexttok() local 145 quote = ptr++; in nexttok() 148 if (quote && *eptr == *quote) { in nexttok() 153 } else if (!quote && isspace(*eptr)) { in nexttok() 160 if (quote != NULL) in nexttok() 161 err(EF_FILE|EF_JMP, "Unbalanced %c quote", *quote); in nexttok()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 164 static char quote[] = "\'"; variable 259 "-o %s%s%s", altroot, quote, in uadmin() 260 &bargs[off], quote); in uadmin()
|
/titanic_41/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 164 static char quote[] = "\'"; variable 259 "-o %s%s%s", altroot, quote, in uadmin() 260 &bargs[off], quote); in uadmin()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 66 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()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 486 my $quote = /\W/ ? '"' : ''; 487 print ".SH $quote$_$quote\n";
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | util.c | 441 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()
|
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | utils.c | 15 char *gensym(), *str_concat3(), *quote(); 113 char *quote(string) in quote() function
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 120 return ((uintptr_t)np->u.quote.s); in iexpr_hash() 209 return (np2->u.quote.s - np1->u.quote.s); in iexpr_cmp()
|
/titanic_41/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 50 quote= 266 exec $truss_cmd $truss_args $quote./usr/lib/fm/fmd/fmd -R $simroot $eol 270 -o sysevent-transport:channel=$simchan $fmd_args$quote
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | predefs.in | 46 PREDEF("quote-left", "\\(oq") 47 PREDEF("quote-right", "\\(cq")
|