Searched refs:quote_string (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/gnu/usr.bin/grep/ |
| HD | quotearg.c | 214 char const *quote_string = 0; in quotearg_buffer_restyled() local 233 quote_string = "\""; in quotearg_buffer_restyled() 261 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled() 262 STORE (*quote_string); in quotearg_buffer_restyled() 264 quote_string = right; in quotearg_buffer_restyled() 265 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled() 271 quote_string = "'"; in quotearg_buffer_restyled() 287 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled() 488 if (quote_string) in quotearg_buffer_restyled() 489 for (; *quote_string; quote_string++) in quotearg_buffer_restyled() [all …]
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | principal.c | 402 quote_string(const char *s, char *out, size_t idx, size_t len, int display) in quote_string() function 444 idx = quote_string(princ_ncomp(principal, i), name, idx, len, display); in unparse_name_fixed() 464 idx = quote_string(princ_realm(principal), name, idx, len, display); in unparse_name_fixed()
|
| /freebsd-11-stable/crypto/heimdal/lib/hx509/ |
| HD | name.c | 83 quote_string(const char *f, size_t len, int flags, size_t *rlen) in quote_string() function 128 qs = quote_string(ss, len, Q_RFC2253, &len); in append_string()
|
| HD | ChangeLog | 565 * name.c (quote_string): don't sign extend the (signed) char to
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | FSFChangeLog | 1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
|
| HD | ChangeLog-1997 | 2861 * cpplib.c (quote_string): Cast first arg of sprintf call
|
| HD | 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.
|
| HD | ChangeLog-1999 | 4497 validate_else, skip_quoted_string, quote_string, macarg1, 19211 (quote_string, check_macro_name, cpp_expand_to_buffer,
|
| HD | FSFChangeLog.11 | 2206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.
|
| HD | ChangeLog-2001 | 10100 replace_args, quote_string, stringify_arg, parse_arg, next_context,
|
| HD | ChangeLog-2002 | 28588 * cppmacro.c (quote_string): Rename cpp_quote_string and
|