| /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. */
|
| /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/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/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/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)=='_')\
|
| sh.dol.c | 205 * Other chars are all quoted, thus `...` 276 * QUOTEd so that it will not be recognized above. 298 * therefore should not be quoted 636 bool quoted; local 649 trim(Dv); rscan(Dv, Dtestq); quoted = gflag; 684 * If term was quoted or -n just pass it on 686 if (quoted || noexec) { 699 * Term wasn't quoted so variable and then command
|
| sh.glob.c | 748 int quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0; local 849 if (!quoted && issp(c)) 852 psave(c | quoted);
|
| /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/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/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/sendmail/src/ |
| alias.c | 323 bool quoted = false; local 328 ** Don't break into a quoted string. 334 quoted = !quoted; 335 else if (*p == ',' && !quoted)
|
| recipient.c | 467 bool quoted; /* set if the addr has a quote bit */ local 476 quoted = false; 648 for (p = buf; *p != '\0' && !quoted; p++) 651 quoted = true; 914 if (!quoted && QS_IS_OK(new->q_state) && 1041 else if (!quoted) [all...] |
| 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/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/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/lib/libsip/common/ |
| sip_parse_generic.c | 201 boolean_t quoted = B_FALSE; local 205 if (quoted) 206 quoted = B_FALSE; 208 quoted = B_TRUE; 209 } else if (!quoted && 219 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/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/cmd/ssh/ssh-keygen/ |
| ssh-keygen.c | 487 int quoted = 0; local 489 for (; *cp && (quoted || (*cp != ' ' && 494 quoted = !quoted;
|
| /onnv/onnv-gate/usr/src/cmd/rmformat/ |
| rmf_slice.c | 239 int32_t c, quoted = 0; local 272 for (; !isspace(c) || quoted; c = sup_inputchar()) { 291 quoted = !quoted; 303 if (!quoted && (c == '=' || c == ',' || c == ':' || [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...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| array.c | 1067 register int count=1, quoted=0, c; local 1074 quoted=1; 1083 if(quoted) 1102 if(quoted) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
| chat.c | 55 * expect string must be quoted. 430 is to be expected, it should be quoted .... */ 1578 int base, len, neg, quoted; local 1669 case 'q': /* quoted string */ 1670 quoted = c == 'q'; [all...] |