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

  /src/external/gpl3/gdb/dist/gdb/
selftest-arch.c 74 bool has_sep = strchr (arch, ':') != nullptr; local
75 if (has_sep)
  /src/external/gpl3/gdb.old/dist/gdb/
selftest-arch.c 74 bool has_sep = strchr (arch, ':') != nullptr; local
75 if (has_sep)
  /src/crypto/external/apache2/openssl/dist/crypto/
o_str.c 296 int has_sep = (sep != CH_ZERO); local
297 size_t i, len = has_sep ? buflen * 3 : 1 + buflen * 2;
314 if (has_sep)
317 if (has_sep && buflen > 0)
  /src/crypto/external/bsd/openssl/dist/crypto/
o_str.c 229 int has_sep = (sep != CH_ZERO); local
230 size_t len = has_sep ? buflen * 3 : 1 + buflen * 2;
248 if (has_sep)
251 if (has_sep && buflen > 0)

Completed in 22 milliseconds