HomeSort by: relevance | last modified time | path
    Searched refs:quote (Results 1 - 25 of 253) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
quote.h 0 /* quote.h - prototypes for quote.c
22 char const *quote (char const *name);
quote.c 0 /* quote.c - quote arguments for output
25 #include "quote.h"
38 quote (char const *name) function
  /src/external/gpl3/gdb/dist/gnulib/import/
glob_pattern_p.c 27 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
29 __glob_pattern_p (const char *pattern, int quote)
31 return __glob_pattern_type (pattern, quote) == GLOBPAT_SPECIAL;
glob_internal.h 31 __glob_pattern_type (const char *pattern, int quote)
44 if (quote)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob_pattern_p.c 27 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
29 __glob_pattern_p (const char *pattern, int quote)
31 return __glob_pattern_type (pattern, quote) == GLOBPAT_SPECIAL;
glob_internal.h 31 __glob_pattern_type (const char *pattern, int quote)
44 if (quote)
  /src/external/gpl3/gcc/dist/gcc/
options-urls-cc-gen.awk 34 print "#include " quote headers[i] quote
35 print "#include " quote "opts.h" quote
36 print "#include " quote "intl.h" quote
37 print "#include " quote "insn-attr-common.h" quote
42 print "#include " quote extra_c_includes[i] quote
    [all...]
optc-gen.awk 163 print "#include " quote headers[i] quote
164 print "#include " quote "opts.h" quote
165 print "#include " quote "intl.h" quote
166 print "#include " quote "insn-attr-common.h" quote
171 print "#include " quote extra_c_includes[i] quote
    [all...]
optc-save-gen.awk 36 print "#include " quote headers[i] quote
37 print "#include " quote "opts.h" quote
38 print "#include " quote "intl.h" quote
40 print "#include " quote "flags.h" quote
41 print "#include " quote "target.h" quote
    [all...]
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_readword.c 61 int ch, escape, quote; local
67 escape = quote = 0;
99 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
100 if (ch == '\\' && !escape && quote != '\'') {
103 } else if ((ch == '\'' || ch == '"') && !quote && !escape) {
104 /* begin quote */
105 quote = ch;
109 } else if (ch == quote && !escape) {
110 /* end quote */
111 quote = 0
    [all...]
  /src/lib/libedit/
tokenizer.c 92 quote_t quote; /* Quoting state */ local
152 tok->quote = Q_none;
169 tok->quote = Q_none;
196 * 2 Unmatched double quote
197 * 1 Unmatched single quote
225 switch (tok->quote) {
227 tok->quote = Q_single; /* Enter single quote
231 case Q_single: /* Exit single quote mode */
232 tok->quote = Q_none
    [all...]
  /src/external/ibm-public/postfix/dist/mantools/
comment.c 24 void skip_string(int quote)
29 if (c == quote) {
  /src/external/bsd/openldap/dist/libraries/librewrite/
parse.c 38 char quote = '\0'; local
50 if ( in_quoted_field && p[ 0 ] == quote ) {
52 quote = '\0';
69 quote = p[ 0 ];
  /src/external/gpl3/gcc.old/dist/gcc/
optc-gen.awk 163 print "#include " quote headers[i] quote
164 print "#include " quote "opts.h" quote
165 print "#include " quote "intl.h" quote
166 print "#include " quote "insn-attr-common.h" quote
171 print "#include " quote extra_c_includes[i] quote
    [all...]
optc-save-gen.awk 36 print "#include " quote headers[i] quote
37 print "#include " quote "opts.h" quote
38 print "#include " quote "intl.h" quote
40 print "#include " quote "flags.h" quote
41 print "#include " quote "target.h" quote
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-console.h 30 string PREFIX and quoting it with QUOTE. */
31 mi_console_file (ui_file *raw, const char *prefix, char quote);
54 /* The quote char. */
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-console.h 30 string PREFIX and quoting it with QUOTE. */
31 mi_console_file (ui_file *raw, const char *prefix, char quote);
54 /* The quote char. */
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel-lex.l 102 int quote = 0;
104 if(quote) {
107 quote = 0;
116 quote++;
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.l 133 int quote = 0;
135 if(quote) {
138 quote = 0;
147 quote++;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-inferior.cc 40 static const char quote = '"'; local
46 static const char quote = '\'';
56 result += quote;
57 result += quote;
67 result += quote;
77 result += quote;
79 result += quote;
84 if (*cp == quote)
94 result += quote;
  /src/external/gpl3/gdb/dist/gdbsupport/
common-inferior.cc 42 static const char quote = '"'; local
44 static const char quote = '\''; local
50 result += quote;
51 result += quote;
65 result += quote;
74 result += quote;
76 result += quote;
81 if (*cp == quote)
91 result += quote;
117 /* Return a version of ARG that has quote characters and white spac
    [all...]
  /src/external/bsd/file/dist/src/
is_csv.c 75 int quote = 0; local
81 if (quote) {
86 if (quote) {
87 // quote-quote escapes
88 quote = 0;
91 // first quote
92 quote = 1;
105 // Eat until the matching quote
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 856 /* Re-create the command lines as a string, taking care to quote stuff. */
869 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
871 (quote) ? " \"" : " ");
874 (quote) ? "\"" : "");
960 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
962 (quote) ? " \"" : " ");
965 (quote) ? "\"" : "");
997 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
999 (quote) ? " \"" : " ");
1002 (quote) ? "\"" : "")
1043 int quote; local
1089 int quote; local
1134 int quote; local
1175 int quote; local
1227 int quote; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 856 /* Re-create the command lines as a string, taking care to quote stuff. */
869 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
871 (quote) ? " \"" : " ");
874 (quote) ? "\"" : "");
960 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
962 (quote) ? " \"" : " ");
965 (quote) ? "\"" : "");
997 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
999 (quote) ? " \"" : " ");
1002 (quote) ? "\"" : "")
1043 int quote; local
1089 int quote; local
1134 int quote; local
1175 int quote; local
1227 int quote; local
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/text/
operations.cpp 39 /// Surrounds a string with quotes, escaping the quote itself if needed.
41 /// \param text The string to quote.
42 /// \param quote The quote character to use.
46 text::quote(const std::string& text, const char quote) function in class:text
49 quoted << quote; local
52 std::string::size_type last_pos = text.find(quote);
56 last_pos = text.find(quote, start_pos + 1);
60 quoted << quote; local
    [all...]

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011