| /src/external/gpl2/xcvs/dist/src/ |
| subr.h | 58 char quotes; /* quotes we are currently between, if any */ member in struct:format_cmdline_walklist_closure 66 char *cmdlinequote (char quotes, char *s); 67 char *cmdlineescape (char quotes, char *s);
|
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| property_parse.c | 623 int quotes; local 629 * Check to see if we need quotes or not. 631 * We simply assume all others require quotes. 635 /* Default to single quotes ... */ 638 /* ... but use double quotes if a single is present */ 643 quotes = quote != '\0'; 644 if (*remain <= (size_t)quotes) { 645 *needed += 2 * quotes; 649 if (quotes) 652 if (*remain < len + 1 + quotes) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| property_parse.c | 624 int quotes; local 630 * Check to see if we need quotes or not. 632 * We simply assume all others require quotes. 636 /* Default to single quotes ... */ 639 /* ... but use double quotes if a single is present */ 644 quotes = quote != '\0'; 646 *needed += 2 * quotes; 650 if (quotes) 653 if (*remain < len + 1 + quotes) 662 if (quotes) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| parser_test.cpp | 191 namespace quotes { namespace 636 using namespace quotes; 685 using namespace quotes; 896 "1: Missing double quotes before end of line", 915 "1: Missing double quotes before end of line", 990 "7: Missing double quotes before end of line", 991 "8: Missing double quotes before end of line", 995 "12: Missing double quotes before end of line", 996 "13: Missing double quotes before end of line",
|
| /src/usr.bin/m4/ |
| main.c | 163 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position 465 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ 467 record(quotes, nlpar++); 479 record(quotes, nlpar++); 487 "%d unclosed quotes:", 489 dump_stack(quotes, nlpar);
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_strex.c | 90 /* If we don't escape with quotes, signal we need quotes */ 134 int type, unsigned short flags, char *quotes, char_io *io_ch, 212 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 219 len = do_esc_char(c, flags | orflags, quotes, 330 char quotes; local 332 quotes = 0; 389 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 393 if (quotes) 397 if (quotes && !io_ch(arg, "\"", 1) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_strex.c | 94 /* If we don't escape with quotes, signal we need quotes */ 140 int type, unsigned short flags, char *quotes, char_io *io_ch, 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 223 len = do_esc_char(c, flags | orflags, quotes, 337 char quotes; local 339 quotes = 0; 396 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 400 if (quotes) 404 if (quotes && !io_ch(arg, "\"", 1) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_strex.c | 93 /* If we don't escape with quotes, signal we need quotes */ 139 int type, unsigned short flags, char *quotes, char_io *io_ch, 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 222 len = do_esc_char(c, flags | orflags, quotes, 336 char quotes; local 338 quotes = 0; 393 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 397 if (quotes) 401 if (quotes && !io_ch(arg, "\"", 1) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| constraint.c | 159 int quotes = 0, numeric = 0; local 185 quotes = 1; 189 quotes = 1; 193 quotes = 1; 197 quotes = 1; 204 bv.bv_len += cp->val.bv_len + 2*quotes; 232 if ( quotes ) *s++ = '"'; 234 if ( quotes ) *s++ = '"';
|
| /src/external/bsd/tmux/dist/ |
| arguments.c | 599 int flags, quotes = 0; local 606 quotes = '"'; 608 quotes = '\''; 612 (quotes != 0 || s[0] == '~')) { 618 if (quotes == '"') 622 if (quotes == '\'') 624 else if (quotes == '"') {
|
| /src/bin/sh/ |
| expand.c | 251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local 261 CTRACE(DBG_EXPAND, ("argstr(\"%s\", %#x) quotes=%#x\n", p,flag,quotes)); 314 if (quotes || ISCTL(*p)) 395 const int quotes = flag & EXP_QNEEDED; local 470 if ((quotes && NEEDESC(c)) || ISCTL(c)) 618 * Expand stuff in backwards quotes (these days, any command substitution). 633 const int quotes = flag & EXP_QNEEDED; local 704 if ((quotes && quoted && NEEDESC(lastc)) || 772 int varflags, int quotes) 901 const int quotes = flag & EXP_QNEEDED; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| BugReporterVisitors.cpp | 2475 const bool quotes = isa<VarDecl>(DR->getDecl()); local 2476 if (quotes) { 2493 if (quotes) 2495 return quotes;
|