| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| wordexp.c | 69 register int c,quoted=0,literal=0,ac=0; local 90 if(c=='\'' && !quoted) 94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) 103 quoted = !quoted; 115 else if(!quoted && strchr("|&\n;<>"+ac,c)) 136 quoted = ! quoted; 137 else if(!quoted && (c==' ' || c=='\n'))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| 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/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| text.t | 74 This C<.> should be quoted. 77 This "." should be quoted.
|
| man.t | 91 This C<.> should be quoted. 95 This \f(CW\*(C`.\*(C'\fR should be quoted.
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmparse.c | 43 char quoted(); 65 /* If the character is quoted, analyze it. */ 67 c = quoted(ptr,&qsize); 87 /* "quoted" takes a quoted character, starting at the quote */ 89 /* the quote string. "quoted" recognizes the following as */ 92 quoted(ptr,qsize) function 125 /* it as the value of the quoted character. */ 145 /* Compute the size of the quoted character. */
|
| tmextern.h | 70 extern char quoted();
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| util.c | 232 bool quoted; local 234 quoted = false; 238 if ((*ip & 0377) == METAQUOTE && !quoted) 240 quoted = true; 248 quoted = false;
|
| /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/ |
| http-support.c | 336 int quoted; /* Quoted character */ local 355 quoted = (tolower(*src) - 'a' + 10) << 4; 357 quoted = (*src - '0') << 4; 361 quoted |= tolower(*src) - 'a' + 10; 363 quoted |= *src - '0'; 365 *ptr++ = quoted;
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| 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/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/ |
| QuotedPrint.pm | 56 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings 71 quoted-printable format. It will decode from quoted-printable while reading 72 from a handle, and it will encode as quoted-printable while writing to a handle.
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth-rsa.c | 225 int quoted = 0; local 227 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { 231 quoted = !quoted;
|
| auth2-pubkey.c | 274 int quoted = 0; local 277 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { 281 quoted = !quoted;
|
| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| pkgparam.c | 125 boolean_t begline, quoted, escape; local 177 quoted = escape = B_FALSE; 216 quoted = B_FALSE; 241 quoted = B_TRUE; 244 } else if (quoted) { 292 if (quoted) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| GetSubOpt.java | 138 boolean quoted = false; 144 // Value is quoted. 159 quoted = true; 162 // Value is not quoted. 174 if (quoted) { 181 * example, quoted values must not contain characters between
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
| QuotedPrint.pm | 25 MIME::QuotedPrint - Encoding and decoding of quoted-printable strings 37 quoted-printable encoding specified in RFC 2045 - I<MIME (Multipurpose 38 Internet Mail Extensions)>. The quoted-printable encoding is intended 84 Such strings cannot be encoded directly, as the quoted-printable
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/aux/ |
| praliases.c | 179 bool quoted = false; local 184 ** Don't break into a quoted 189 quoted = !quoted; 190 else if (*p == ',' && !quoted)
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| macro.c | 39 static unsigned char quoted; /* used locally */ variable 60 character are quoted if next 224 quoted--; 321 /* push quoted space so that " $* " will not be broken into separate arguments */ 403 quoted++; 419 BOOL savqu = quoted; 427 quoted = 0; 430 if (quoted && (stakbot == staktop)) { 442 quoted = savqu;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| util.c | 58 ** pointer to quoted string. 73 /* Find length of quoted string */ 132 ** are only found inside comments, quoted strings, or backslash 146 bool quoted = false; local 163 quoted = !quoted; 164 else if (!quoted) 184 return !quoted && commentlev == 0; 212 bool quoted = false; local 238 if (!quoted) 318 bool quoted = false; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| 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/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| auto_subr.c | 669 register int escaped, inquote, inbracket, quoted; local 673 escaped = inquote = inbracket = quoted = 0; 679 quoted++; 684 quoted++; 689 quoted++; 705 if (quoted)
|
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| getzoneent.c | 66 boolean_t quoted = B_FALSE; local 71 quoted = B_TRUE; 75 if (quoted) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| utils.c | 107 * (error message), %v (visible string), %q (quoted string), %t 187 int base, len, neg, quoted; local 350 case 'q': /* quoted string */ 351 quoted = c == 'q'; 363 if (!quoted && c >= 0x80) { 368 if (quoted && (c == '"' || c == '\\')) 371 if (quoted) {
|
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_mapping.c | 342 int quoted = 0; local 420 quoted = 1; 455 quoted = 1; 490 quoted = 0; 495 if (quoted) { 496 /* Quoted */ 513 quoted = 0; 520 /* error past end of quoted string */ 584 if (quoted) {
|
| /onnv/onnv-gate/usr/src/cmd/parted/ |
| ui.c | 715 int quoted = 0; local 726 if (*line == ' ' && !quoted) { 735 if (!quoted && strchr ("'\"", *line)) { 736 quoted = 1; 741 if (quoted && *line == quote_char) { 742 quoted = 0; 747 if (quoted && line[0] == '\\' && line[1]) [all...] |
| /onnv/onnv-gate/usr/src/cmd/format/ |
| io.c | 129 int c, quoted = 0; local 149 while (!isspace(c) || quoted && (c != '\n')) { 159 quoted = !quoted; 2240 int c, quoted = 0; local [all...] |