/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | quotearg.c | 216 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 D | quotearg.c | 198 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 D | quotearg.c | 195 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 D | name.c | 85 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 D | ChangeLog | 565 * name.c (quote_string): don't sign extend the (signed) char to
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | principal.c | 415 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 D | gcc.cc | 10939 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 D | FSFChangeLog | 1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
|
H A D | ChangeLog-1997 | 2861 * cpplib.c (quote_string): Cast first arg of sprintf call
|
H A D | ChangeLog-2000 | 15009 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 D | ChangeLog-1999 | 4497 validate_else, skip_quoted_string, quote_string, macarg1, 19211 (quote_string, check_macro_name, cpp_expand_to_buffer,
|
H A D | FSFChangeLog.11 | 2206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.
|
H A D | ChangeLog-2001 | 10100 replace_args, quote_string, stringify_arg, parse_arg, next_context,
|
H A D | ChangeLog-2002 | 28588 * cppmacro.c (quote_string): Rename cpp_quote_string and
|
H A D | ChangeLog-2020 | 21428 (quote_string, whitespace_to_convert_p): ... these. New.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | module.cc | 1914 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 D | ChangeLog-2008 | 2002 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 D | module.c | 1868 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 D | FSFChangeLog | 1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
|
H A D | FSFChangeLog.11 | 2206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.
|