HomeSort by: relevance | last modified time | path
    Searched refs:quote_string (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
quotearg.c 195 char const *quote_string = 0; local
214 quote_string = "\"";
247 for (quote_string = left; *quote_string; quote_string++)
248 STORE (*quote_string);
250 quote_string = right;
251 quote_string_len = strlen (quote_string);
257 quote_string = "'";
273 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]
  /src/external/gpl2/grep/dist/lib/
quotearg.c 216 char const *quote_string = 0; local
235 quote_string = "\"";
263 for (quote_string = left; *quote_string; quote_string++)
264 STORE (*quote_string);
266 quote_string = right;
267 quote_string_len = strlen (quote_string);
273 quote_string = "'";
289 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
quotearg.c 198 char const *quote_string = 0; local
217 quote_string = "\"";
250 for (quote_string = left; *quote_string; quote_string++)
251 STORE (*quote_string);
253 quote_string = right;
254 quote_string_len = strlen (quote_string);
260 quote_string = "'";
276 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
name.c 85 quote_string(const char *f, size_t len, int flags, size_t *rlen) function
130 qs = quote_string(ss, len, Q_RFC2253, &len);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
principal.c 415 quote_string(const char *s, char *out, size_t idx, size_t len, int display) function
457 idx = quote_string(princ_ncomp(principal, i), name, idx, len, display);
477 idx = quote_string(princ_realm(principal), name, idx, len, display);
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 11142 quote_string (char *orig, bool (*quote_p)(char, void *), void *p)
11202 return quote_string (orig, whitespace_to_convert_p, NULL);
11230 return quote_string (orig, quote_spec_char_p, NULL);
11112 quote_string (char *orig, bool (*quote_p)(char, void *), void *p) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 10979 quote_string (char *orig, bool (*quote_p)(char, void *), void *p)
11039 return quote_string (orig, whitespace_to_convert_p, NULL);
11067 return quote_string (orig, quote_spec_char_p, NULL);
10949 quote_string (char *orig, bool (*quote_p)(char, void *), void *p) function
  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 1914 quote_string (const gfc_char_t *s, const size_t slength) function
2018 char *quoted = quote_string (s, length);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 1914 quote_string (const gfc_char_t *s, const size_t slength) function
2018 char *quoted = quote_string (s, length);

Completed in 90 milliseconds