| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| H A D | ParseWords.pm | 56 my($quote, $quoted, $unquoted, $delim, $word, @pieces); 60 ($quote, $quoted, undef, $unquoted, $delim, undef) = 62 ((?:\\.|(?!\1)[^\\])*) # and $quoted text 76 $quoted = "$quote$quoted$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/libast/common/comp/ |
| H A D | wordexp.c | 69 register int c,quoted=0,literal=0,ac=0; in wordexp() local 90 if(c=='\'' && !quoted) in wordexp() 94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) in wordexp() 103 quoted = !quoted; in wordexp() 115 else if(!quoted && strchr("|&\n;<>"+ac,c)) in wordexp() 136 quoted = ! quoted; in wordexp() 137 else if(!quoted && (c==' ' || c=='\n')) in wordexp()
|
| /onnv-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | http-support.c | 336 int quoted; /* Quoted character */ in http_copy_decode() local 355 quoted = (tolower(*src) - 'a' + 10) << 4; in http_copy_decode() 357 quoted = (*src - '0') << 4; in http_copy_decode() 361 quoted |= tolower(*src) - 'a' + 10; in http_copy_decode() 363 quoted |= *src - '0'; in http_copy_decode() 365 *ptr++ = quoted; in http_copy_decode()
|
| /onnv-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | util.c | 232 bool quoted; local 234 quoted = false; 238 if ((*ip & 0377) == METAQUOTE && !quoted) 240 quoted = true; 248 quoted = false;
|
| /onnv-gate/usr/src/cmd/ttymon/ |
| H A D | tmparse.c | 43 char quoted(); 67 c = quoted(ptr,&qsize); 92 quoted(ptr,qsize) in quoted() function
|
| /onnv-gate/usr/src/cmd/csh/ |
| H A D | sh.char.h | 52 #define quoted(c) ((unsigned)(c) & QUOTE) macro 64 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\ 67 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
|
| /onnv-gate/usr/src/lib/libadm/common/ |
| H A D | pkgparam.c | 125 boolean_t begline, quoted, escape; in fpkgparam() local 177 quoted = escape = B_FALSE; in fpkgparam() 216 quoted = B_FALSE; in fpkgparam() 241 quoted = B_TRUE; in fpkgparam() 244 } else if (quoted) { in fpkgparam() 292 if (quoted) { in fpkgparam()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| H A D | ParseUtils.pm | 287 my ($alttext,$page,$node,$type,$quoted) = (undef,'','','',0); 324 $quoted = 1; #... therefore | and / are allowed 335 $quoted = 1; 341 $quoted = 1; 352 $quoted = 1; 399 if(!$quoted && $node =~ m:[|/]:) {
|
| /onnv-gate/usr/src/cmd/ssh/sshd/ |
| H A D | auth-rsa.c | 225 int quoted = 0; in auth_rsa_key_allowed() local 227 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in auth_rsa_key_allowed() 231 quoted = !quoted; in auth_rsa_key_allowed()
|
| H A D | auth2-pubkey.c | 274 int quoted = 0; in user_key_allowed2() local 277 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in user_key_allowed2() 281 quoted = !quoted; in user_key_allowed2()
|
| /onnv-gate/usr/src/cmd/sh/ |
| H A D | macro.c | 39 static unsigned char quoted; /* used locally */ variable 224 quoted--; 403 quoted++; 419 BOOL savqu = quoted; 427 quoted = 0; 430 if (quoted && (stakbot == staktop)) { 442 quoted = savqu;
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| H A D | GetSubOpt.java | 138 boolean quoted = false; in getNextSubOption() 159 quoted = true; in getNextSubOption() 174 if (quoted) { in getNextSubOption()
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | util.c | 144 bool quoted = false; local 161 quoted = !quoted; 162 else if (!quoted) 182 return !quoted && commentlev == 0; 210 bool quoted = false; local 236 if (!quoted) 247 quoted = !quoted; 253 (quoted ? 1 : 0))) 258 else if (*ptr == '(' && !quoted) 261 quoted = false; [all …]
|
| /onnv-gate/usr/src/cmd/sendmail/aux/ |
| H A D | praliases.c | 178 bool quoted = false; local 188 quoted = !quoted; 189 else if (*p == ',' && !quoted)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/t/ |
| H A D | QuotedPrint.t | 24 This is a t�st for quoted-printable text that has h�rdly any spe�ial characters 29 This is a t=E9st for quoted-printable text that has h=E0rdly any spe=E7ial =
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | printf.test | 94 sqlite_mprintf_str {%d %d A quoted string: '%q'} 1 2 {Hi Y'all} 95 } {1 2 A quoted string: 'Hi Y''all'} 100 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all} 101 } {1 2 A quoted string: 'Hi Y''all'}
|
| /onnv-gate/usr/src/cmd/fs.d/autofs/ |
| H A D | auto_subr.c | 672 register int escaped, inquote, inbracket, quoted; local 676 escaped = inquote = inbracket = quoted = 0; 682 quoted++; 687 quoted++; 692 quoted++; 708 if (quoted)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | configpm | 302 # Find out how the current key's quoted so we can skip to its end. 528 The values stored in config.sh may be either single-quoted or 529 double-quoted. Double-quoted strings are handy for those cases where you 533 or C<\@> in double-quoted strings unless you're willing to deal with the
|
| /onnv-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_mapping.c | 338 int quoted = 0; in __s_api_parseASearchDesc() local 416 quoted = 1; in __s_api_parseASearchDesc() 451 quoted = 1; in __s_api_parseASearchDesc() 486 quoted = 0; in __s_api_parseASearchDesc() 491 if (quoted) { in __s_api_parseASearchDesc() 509 quoted = 0; in __s_api_parseASearchDesc() 580 if (quoted) { in __s_api_parseASearchDesc()
|
| /onnv-gate/usr/src/cmd/modload/ |
| H A D | drvsubr.c | 127 int quoted) in append_to_file() argument 155 if (quoted) in append_to_file() 174 list_separator, quoted); in append_to_file() 178 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n", in append_to_file() 805 int quoted = 0; in get_entry() local 815 quoted++; in get_entry() 822 (!quoted || (*ptr != '"'))) { in get_entry() 829 if (quoted && (*ptr == '"')) in get_entry() 2155 int quoted = 0; in check_space_within_quote() local 2160 if (quoted == 0) in check_space_within_quote() [all …]
|
| /onnv-gate/usr/src/lib/libzonecfg/common/ |
| H A D | getzoneent.c | 64 boolean_t quoted = B_FALSE; in gettok() local 69 quoted = B_TRUE; in gettok() 73 if (quoted) { in gettok()
|
| /onnv-gate/usr/src/cmd/parted/ |
| H A D | ui.c | 715 int quoted = 0; in command_line_push_line() local 726 if (*line == ' ' && !quoted) { in command_line_push_line() 735 if (!quoted && strchr ("'\"", *line)) { in command_line_push_line() 736 quoted = 1; in command_line_push_line() 741 if (quoted && *line == quote_char) { in command_line_push_line() 742 quoted = 0; in command_line_push_line() 747 if (quoted && line[0] == '\\' && line[1]) in command_line_push_line()
|
| /onnv-gate/usr/src/cmd/format/ |
| H A D | io.c | 129 int c, quoted = 0; local 149 while (!isspace(c) || quoted && (c != '\n')) { 159 quoted = !quoted; 2240 int c, quoted = 0; local 2263 for (; !isspace(c) || quoted; c = sup_inputchar()) { 2273 quoted = !quoted; 2285 if (!quoted && (c == '=' || c == ',' || c == ':' ||
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/Balanced/t/ |
| H A D | extbrk.t | 77 <a quoted ">" unbalanced right bracket is okay >; 80 <a quoted ">" unbalanced right bracket of either sort (`>>>""">>>>`) is okay >;
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | utils.c | 187 int base, len, neg, quoted; local 351 quoted = c == 'q'; 363 if (!quoted && c >= 0x80) { 368 if (quoted && (c == '"' || c == '\\')) 371 if (quoted) {
|