Home
last modified time | relevance | path

Searched refs:s_quoted (Results 1 – 17 of 17) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20210216-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/devel/libedit/libedit-20210216-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/databases/mysql57-client/mysql-5.7.36/extra/libedit/libedit-20191231-3.1/src/
H A Dfilecomplete.c204 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
219 s_quoted = !s_quoted; in escape_filename()
223 else if (temp[0] == '"' && !s_quoted) in escape_filename()
234 if (s_quoted && c == '\'') { in escape_filename()
243 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
248 if (s_quoted || d_quoted) in escape_filename()
266 if (c == '\'' && s_quoted) { in escape_filename()
275 if (s_quoted) { in escape_filename()
298 if (!s_quoted && !d_quoted) in escape_filename()
306 if (s_quoted) in escape_filename()
/dports/ftp/tnftp/tnftp-20210827/libedit/
H A Dfilecomplete.c207 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
222 s_quoted = !s_quoted; in escape_filename()
226 else if (temp[0] == '"' && !s_quoted) in escape_filename()
237 if (s_quoted && c == '\'') { in escape_filename()
246 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
251 if (s_quoted || d_quoted) in escape_filename()
269 if (c == '\'' && s_quoted) { in escape_filename()
278 if (s_quoted) { in escape_filename()
301 if (!s_quoted && !d_quoted) in escape_filename()
309 if (s_quoted) in escape_filename()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/cmd-line-utils/libedit/libedit-20190324-3.1/src/
H A Dfilecomplete.c172 size_t s_quoted = 0; /* does the input contain a single quote */ in escape_filename() local
183 s_quoted = !s_quoted; in escape_filename()
187 else if (temp[0] == '"' && !s_quoted) in escape_filename()
198 if (s_quoted && c == '\'') { in escape_filename()
207 if (!s_quoted && !d_quoted && needs_escaping(c)) in escape_filename()
224 if (c == '\'' && s_quoted) { in escape_filename()
233 if (s_quoted) { in escape_filename()
252 if (s_quoted) in escape_filename()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/www/nginx-lite/nginx-1.20.2/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/www/nginx-full/nginx-1.20.2/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/www/nginx/nginx-1.20.2/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/www/nginx-devel/nginx-1.21.5/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/www/nginx-naxsi/nginx-1.20.2/src/core/
H A Dngx_conf_file.c510 ngx_uint_t quoted, s_quoted, d_quoted, start_line; in ngx_conf_read_token() local
520 s_quoted = 0; in ngx_conf_read_token()
563 } else if (s_quoted) { in ngx_conf_read_token()
709 s_quoted = 1; in ngx_conf_read_token()
746 } else if (s_quoted) { in ngx_conf_read_token()
748 s_quoted = 0; in ngx_conf_read_token()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DMoleculeExporter.cpp1100 auto s_quoted = MaeExportStrRepr(s); in writeMaeValue() local
1101 m_offset += VLAprintf(m_buffer, m_offset, "%s\n", s_quoted.c_str()); in writeMaeValue()
/dports/math/boolector/boolector-3.2.2/src/parser/
H A Dbtorsmt2.c585 bool name_quoted, s_quoted; in find_symbol_smt2() local
596 s_quoted = s->name[0] == '|' && s->name[len_s - 1] == '|'; in find_symbol_smt2()
598 if (s_quoted == name_quoted) in find_symbol_smt2()
606 else if (s_quoted) in find_symbol_smt2()