Searched refs:quote (Results 1 - 25 of 266) sorted by relevance

1234567891011

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
22 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
25 #include "quote.h"
38 quote (char const *name) function
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob_pattern_p.c29 __glob_pattern_p (const char *pattern, int quote) argument
31 return __glob_pattern_type (pattern, quote) == GLOBPAT_SPECIAL;
H A Dglob_internal.h31 __glob_pattern_type (const char *pattern, int quote) argument
44 if (quote)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dglob_pattern_p.c29 __glob_pattern_p (const char *pattern, int quote) argument
31 return __glob_pattern_type (pattern, quote) == GLOBPAT_SPECIAL;
H A Dglob_internal.h31 __glob_pattern_type (const char *pattern, int quote) argument
44 if (quote)
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_readword.c61 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptc-save-gen.awk36 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...]
H A Doptc-gen.awk114 print "#include " quote headers[i] quote
115 print "#include " quote "opts.h" quote
116 print "#include " quote "intl.h" quote
117 print "#include " quote "insn-attr-common.h" quote
122 print "#include " quote extra_c_includes[i] quote
[all...]
/netbsd-current/lib/libedit/
H A Dtokenizer.c92 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
[all...]
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcomment.c24 void skip_string(int quote) argument
29 if (c == quote) {
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Dparse.c38 char quote = '\0'; local
50 if ( in_quoted_field && p[ 0 ] == quote ) {
52 quote = '\0';
69 quote = p[ 0 ];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-console.h31 mi_console_file (ui_file *raw, const char *prefix, char quote);
54 /* The quote char. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptc-gen.awk163 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...]
H A Doptc-save-gen.awk36 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...]
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-console.h31 mi_console_file (ui_file *raw, const char *prefix, char quote);
54 /* The quote char. */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-lex.l133 int quote = 0;
135 if(quote) {
138 quote = 0;
147 quote++;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-inferior.cc41 static const char quote = '"'; local
47 static const char quote = '\'';
57 result += quote;
58 result += quote;
68 result += quote;
78 result += quote;
80 result += quote;
85 if (*cp == quote)
95 result += quote;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel-lex.l102 int quote = 0;
104 if(quote) {
107 quote = 0;
116 quote++;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-inferior.cc41 static const char quote = '"'; local
47 static const char quote = '\'';
57 result += quote;
58 result += quote;
68 result += quote;
78 result += quote;
80 result += quote;
85 if (*cp == quote)
95 result += quote;
/netbsd-current/external/bsd/file/dist/src/
H A Dis_csv.c75 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
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c855 /* Re-create the command lines as a string, taking care to quote stuff. */
868 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
870 (quote) ? " \"" : " ");
873 (quote) ? "\"" : "");
959 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
961 (quote) ? " \"" : " ");
964 (quote) ? "\"" : "");
996 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
998 (quote) ? " \"" : " ");
1001 (quote)
1042 int quote; local
1088 int quote; local
1133 int quote; local
1174 int quote; local
1226 int quote; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c856 /* 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...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddllwrap.c855 /* Re-create the command lines as a string, taking care to quote stuff. */
868 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
870 (quote) ? " \"" : " ");
873 (quote) ? "\"" : "");
959 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
961 (quote) ? " \"" : " ");
964 (quote) ? "\"" : "");
996 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
998 (quote) ? " \"" : " ");
1001 (quote)
1042 int quote; local
1088 int quote; local
1133 int quote; local
1174 int quote; local
1226 int quote; local
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.cpp39 /// 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) argument
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 329 milliseconds

1234567891011