Home
last modified time | relevance | path

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

/freebsd-11-stable/gnu/usr.bin/grep/
HDquotearg.c214 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/
HDprincipal.c402 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/
HDname.c83 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()
HDChangeLog565 * name.c (quote_string): don't sign extend the (signed) char to
/freebsd-11-stable/contrib/gcc/
HDFSFChangeLog1860 (quote_string, pedwarn_with_file_and_line): New arg specifies length.
HDChangeLog-19972861 * cpplib.c (quote_string): Cast first arg of sprintf call
HDChangeLog-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.
HDChangeLog-19994497 validate_else, skip_quoted_string, quote_string, macarg1,
19211 (quote_string, check_macro_name, cpp_expand_to_buffer,
HDFSFChangeLog.112206 (quote_string): Cast CPP_PWRITTEN macro to char * for sprintf.
HDChangeLog-200110100 replace_args, quote_string, stringify_arg, parse_arg, next_context,
HDChangeLog-200228588 * cppmacro.c (quote_string): Rename cpp_quote_string and