| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-inferior.cc | 62 bool quoted = false; local 66 quoted = true; 74 /* A newline cannot be quoted with a backslash (it 93 if (quoted)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-inferior.cc | 62 bool quoted = false; local 66 quoted = true; 74 /* A newline cannot be quoted with a backslash (it 93 if (quoted)
|
| /src/external/bsd/kyua-cli/dist/utils/text/ |
| operations.cpp | 44 /// \return The quoted string. 48 std::ostringstream quoted; local 49 quoted << quote; 54 quoted << text.substr(start_pos, last_pos - start_pos) << '\\'; 58 quoted << text.substr(start_pos); 60 quoted << quote; 61 return quoted.str();
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| quotearg.c | 97 char *quoted, *p, *q; local 100 /* Need to create a quoted copy of `string'; 105 if ((quoted = (char *)malloc(2 * strlen(string) + 3)) == NULL) { 106 /* Couldn't get a buffer for the quoted string, 119 *quoted = '"'; 120 for (backslashes = 0, p = string, q = quoted; *p; p++) { 169 * add the closing quote, terminate the quoted string, 176 if ((string = (char *)realloc(quoted, strlen(quoted) + 1)) == NULL) { 185 * quoted and escaped, as required [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| uxtext.c | 11 /* VSTRING *uxtext_quote(quoted, unquoted, special) 12 /* VSTRING *quoted; 16 /* VSTRING *uxtext_quote_append(unquoted, quoted, special) 18 /* const char *quoted; 21 /* VSTRING *uxtext_unquote(unquoted, quoted) 23 /* const char *quoted; 25 /* VSTRING *uxtext_unquote_append(unquoted, quoted) 27 /* const char *quoted; 81 /* uxtext_quote_append - append unquoted data to quoted data */ 83 VSTRING *uxtext_quote_append(VSTRING *quoted, const char *unquoted 248 VSTRING *quoted = vstring_alloc(100); local [all...] |
| xtext.c | 11 /* VSTRING *xtext_quote(quoted, unquoted, special) 12 /* VSTRING *quoted; 16 /* VSTRING *xtext_quote_append(unquoted, quoted, special) 18 /* const char *quoted; 21 /* VSTRING *xtext_unquote(unquoted, quoted) 23 /* const char *quoted; 25 /* VSTRING *xtext_unquote_append(unquoted, quoted) 27 /* const char *quoted; 78 /* xtext_quote_append - append unquoted data to quoted data */ 80 VSTRING *xtext_quote_append(VSTRING *quoted, const char *unquoted 169 VSTRING *quoted = vstring_alloc(100); local [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| mntfs.c | 349 int quoted; local 355 quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */ 357 quoted ? "\"" : "", 359 quoted ? "\"" : "",
|
| autil.c | 196 int quoted; local 230 quoted = strchr(mf->mf_info, ' ') != 0; 232 quoted ? "\"" : "", 234 quoted ? "\"" : "",
|
| /src/external/bsd/dhcpcd/dist/src/ |
| common.c | 164 bool quoted; local 186 /* Strip embedded comments unless in a quoted string or escaped */ 187 quoted = false; 194 quoted = !quoted; 195 else if (*c == '#' && !quoted) {
|
| /src/external/bsd/unbound/dist/sldns/ |
| parse.c | 37 int com, quoted, only_blank; local 54 quoted = 0; 59 quoted = 1; 64 if (c == '(' && prev_c != '\\' && !quoted) { 73 if (c == ')' && prev_c != '\\' && !quoted) { 89 if (c == ';' && quoted == 0) { 95 quoted = 1 - quoted; 291 int com, quoted; local 308 quoted = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-diagnostic.cc | 36 `...`: text within backticks gets quoted as '%<...%>'. 64 /* Escaped backtick, don't expand it as a quoted string. */ 77 /* Text enclosed by `...` are translated as a quoted string. */ 138 bool quoted = false; local 150 quoted = true; 165 for a quoted string. */ 166 if (!quoted || (p != format && p != (format + format_len)))
|
| /src/bin/ksh/ |
| tree.c | 298 int c, quoted=0; local 316 if (!quoted || (c == '"' || c == '`' || c == '$')) 339 quoted = 1; 343 quoted = 0;
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-pubkeyfile.c | 462 int quoted = 0; local 465 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { 469 quoted = !quoted;
|
| authfile.c | 470 int quoted = 0; local 472 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { 476 quoted = !quoted; 480 return (*cp == '\0' && quoted) ? -1 : 0;
|
| /src/external/bsd/pkg_install/dist/lib/ |
| file.c | 294 size_t remaining, quoted; local 311 quoted = shquote(name, bufp, remaining); 312 if (quoted >= remaining) { 316 bufp += quoted; 317 remaining -= quoted; 321 quoted = shquote(dir, bufp, remaining); 322 if (quoted >= remaining) { 326 bufp += quoted; 327 remaining -= quoted; 334 quoted = shquote(tmp, bufp, remaining) [all...] |
| /src/external/bsd/tmux/dist/ |
| cmd-source-file.c | 147 char *quoted = xmalloc(2 * strlen(path) + 1), *q = quoted; local 156 return (quoted);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| reporter.c | 224 int aligned, buffered, headings, field_prefixes, quoted; local 238 quoted = find_config_tree_int(cmd, "report/quoted", 349 quoted = 0; 355 headings, field_prefixes, quoted,
|
| /src/external/bsd/atf/dist/tools/ |
| parser.hpp | 231 bool done = false, quoted = false; local 260 quoted = true; 289 if (!quoted && !text.empty()) {
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| scanner.h | 39 // can correctly identify quoted and comment regions where a quoted region 42 // directly following a non-escaped, non-quoted semicolon must be included 134 uint64_t quoted; member in struct:block 148 // special meaning in quoted 155 block->quoted = simd_find_8x64(&block->input, '"') & ~block->escaped; 163 block->quoted, 168 &block->quoted, 171 block->in_quoted ^= prefix_xor(block->quoted); 176 block->in_quoted ^= prefix_xor(block->quoted); [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-objc-common.cc | 223 print_type (c_pretty_printer *cpp, tree t, bool *quoted) 264 if (*quoted) 270 if (*quoted) 273 if (*quoted) 277 *quoted = false; 297 bool *quoted, const char **) 338 print_type (cpp, t, quoted); 374 bool quoted = false; local 375 print_type (&cpp, m_labelled_type, "ed);
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-objc-common.cc | 186 print_type (c_pretty_printer *cpp, tree t, bool *quoted) 227 if (*quoted) 233 if (*quoted) 236 if (*quoted) 240 *quoted = false; 260 bool *quoted, const char **) 301 print_type (cpp, t, quoted); 337 bool quoted = false; local 338 print_type (&cpp, m_labelled_type, "ed);
|
| /src/bin/csh/ |
| dol.c | 270 * quoted, thus `...` can tell it was within "...". 326 * QUOTEd so that it will not be recognized above. 825 int quoted; local 848 quoted = gflag; 881 * If term was quoted or -n just pass it on 883 if (quoted || noexec) { 898 * Term wasn't quoted so variable and then command expand the input
|
| /src/bin/sh/ |
| show.c | 636 int quoted = 0; local 660 if (!quoted != !(subtype & VSQUOTE)) 679 if (!quoted != !(subtype & VSQUOTE)) 721 if (!quoted != !(subtype & VSQUOTE)) 727 if (!quoted) 739 if (!quoted && *p == (CTLBACKQ|CTLQUOTE)) 744 if (subtype != 0 || !quoted) { 746 quoted++; 751 quoted--; 769 if (quoted) [all...] |
| /src/usr.bin/mail/ |
| format.c | 449 case '"': /* quoted-string ... skip it! */ 829 * qcontent = qtext / quoted-pair 830 * quoted-string = [CFWS] 845 * word = atom / quoted-string 852 * dcontent = dtext / quoted-pair 855 * local-part = dot-atom / quoted-string / obs-local-part 873 int quoted; local 881 quoted = 0; 885 case '"': /* quoted-string */ 888 if (!quoted) [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| utils.c | 86 * %q (quoted string), %t (current time) and %I (IP address) formats. 112 int base, len, neg, quoted; local 279 case 'q': /* quoted string */ 280 quoted = c == 'q'; 298 if (!quoted && c >= 0x80) { 303 if (quoted && (c == '"' || c == '\\')) 306 if (quoted) {
|