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

  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 290 char *str_provided = NULL, *str_legacy = NULL; local
292 long len_legacy = BIO_get_mem_data(bio_legacy, &str_legacy);
297 str_legacy, len_legacy);
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 288 char *str_provided = NULL, *str_legacy = NULL; local
290 long len_legacy = BIO_get_mem_data(bio_legacy, &str_legacy);
295 str_legacy, len_legacy);
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 17966 static const char str_legacy[] = "legacy";
17975 else if (i == sizeof (str_legacy) - 1
17976 && memcmp (input_line_pointer, str_legacy, i) == 0)
17953 static const char str_legacy[] = "legacy"; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 17655 static const char str_legacy[] = "legacy";
17664 else if (i == sizeof (str_legacy) - 1
17665 && memcmp (input_line_pointer, str_legacy, i) == 0)
17642 static const char str_legacy[] = "legacy"; local

Completed in 47 milliseconds