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

  /src/crypto/external/apache2/openssl/dist/util/
mknum.pl 96 my %new_names = map { $_->name() => 1 }
101 next unless exists $new_names{$_};
103 delete $new_names{$_};
111 if (%new_names) {
113 foreach (sort keys %new_names) {
  /src/crypto/external/bsd/openssl/dist/util/
mknum.pl 96 my %new_names = map { $_->name() => 1 }
101 next unless exists $new_names{$_};
103 delete $new_names{$_};
111 if (%new_names) {
113 foreach (sort keys %new_names) {
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509aset.c 40 STACK_OF(GENERAL_NAME) *new_names = NULL;
48 if ((new_names = sk_GENERAL_NAME_new_null()) == NULL) {
58 if (sk_GENERAL_NAME_push(new_names, gen_name) <= 0) {
66 *names = new_names;
72 sk_GENERAL_NAME_free(new_names);
  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 1482 static const char *new_names[] = local
1511 for (i = 0; i < ARRAY_SIZE (new_names); i++)
1513 make_internal_attr (new_names[i],
1517 new_attr = find_attr (&new_names[i], 0);
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 1482 static const char *new_names[] = local
1511 for (i = 0; i < ARRAY_SIZE (new_names); i++)
1513 make_internal_attr (new_names[i],
1517 new_attr = find_attr (&new_names[i], 0);

Completed in 29 milliseconds