Home
last modified time | relevance | path

Searched refs:quote_string (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/lib/
H A Dquotearg.c216 char const *quote_string = 0; in quotearg_buffer_restyled() local
235 quote_string = "\""; in quotearg_buffer_restyled()
263 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()
264 STORE (*quote_string); in quotearg_buffer_restyled()
266 quote_string = right; in quotearg_buffer_restyled()
267 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
273 quote_string = "'"; in quotearg_buffer_restyled()
289 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
490 if (quote_string) in quotearg_buffer_restyled()
491 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c198 char const *quote_string = 0; in quotearg_buffer_restyled() local
217 quote_string = "\""; in quotearg_buffer_restyled()
250 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()
251 STORE (*quote_string); in quotearg_buffer_restyled()
253 quote_string = right; in quotearg_buffer_restyled()
254 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
260 quote_string = "'"; in quotearg_buffer_restyled()
276 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
511 if (quote_string) in quotearg_buffer_restyled()
512 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquotearg.c195 char const *quote_string = 0; in quotearg_buffer_restyled() local
214 quote_string = "\""; in quotearg_buffer_restyled()
247 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()
248 STORE (*quote_string); in quotearg_buffer_restyled()
250 quote_string = right; in quotearg_buffer_restyled()
251 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
257 quote_string = "'"; in quotearg_buffer_restyled()
273 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
514 if (quote_string) in quotearg_buffer_restyled()
515 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dname.c85 quote_string(const char *f, size_t len, int flags, size_t *rlen) in quote_string() function
130 qs = quote_string(ss, len, Q_RFC2253, &len); in append_string()
H A DChangeLog565 * name.c (quote_string): don't sign extend the (signed) char to
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprincipal.c415 quote_string(const char *s, char *out, size_t idx, size_t len, int display) in quote_string() function
457 idx = quote_string(princ_ncomp(principal, i), name, idx, len, display); in unparse_name_fixed()
477 idx = quote_string(princ_realm(principal), name, idx, len, display); in unparse_name_fixed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc10939 quote_string (char *orig, bool (*quote_p)(char, void *), void *p) in quote_string() function
10999 return quote_string (orig, whitespace_to_convert_p, NULL); in convert_white_space()
11027 return quote_string (orig, quote_spec_char_p, NULL); in quote_spec()
H A DFSFChangeLog1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
H A DChangeLog-19972861 * cpplib.c (quote_string): Cast first arg of sprintf call
H A DChangeLog-200015009 get_temp_token, release_temp_tokens, quote_string,
26213 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
26231 quote_string, output_line_command): Remove.
H A DChangeLog-19994497 validate_else, skip_quoted_string, quote_string, macarg1,
19211 (quote_string, check_macro_name, cpp_expand_to_buffer,
H A DFSFChangeLog.112206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.
H A DChangeLog-200110100 replace_args, quote_string, stringify_arg, parse_arg, next_context,
H A DChangeLog-200228588 * cppmacro.c (quote_string): Rename cpp_quote_string and
H A DChangeLog-202021428 (quote_string, whitespace_to_convert_p): ... these. New.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc1914 quote_string (const gfc_char_t *s, const size_t slength) in quote_string() function
2018 char *quoted = quote_string (s, length); in mio_allocated_wide_string()
H A DChangeLog-20082002 add_true_name, parse_string, write_atom, quote_string,
2791 * module.c (quote_string): Fix sprintf format.
2796 * module.c (quote_string, unquote_string,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c1868 quote_string (const gfc_char_t *s, const size_t slength) in quote_string() function
1972 char *quoted = quote_string (s, length); in mio_allocated_wide_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
H A DFSFChangeLog.112206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.