Searched refs:alt_name (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsecurity.rb393 alt_name = certificate.extensions.find do |extension|
397 return alt_name.value if alt_name
525 alt_name = certificate.extensions.find do |extension|
529 extensions = extensions.merge 'subjectAltName' => alt_name.value if
530 alt_name
/macosx-10.9.5/pdisk-9/
H A Dpdisk.c129 void do_display_block(partition_map_header *map, char *alt_name);
1083 do_display_block(partition_map_header *map, char *alt_name) argument
1098 if (alt_name == 0) {
1104 name = strdup(alt_name);
/macosx-10.9.5/ICU-511.35/icuSources/tools/pkgdata/
H A Dpkgdata.cpp114 const char *name, *alt_name; member in struct:__anon1449
330 if (modes[i].alt_name) {
331 fprintf(stderr, "/ %-9s", modes[i].alt_name);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dcert.c1915 int name, alt_name, same; local
1919 name = alt_name = same = *match = 0;
1950 ret = match_alt_name(&t->val[i].base, c, &same, &alt_name);
1952 if (name && (!same || alt_name))

Completed in 205 milliseconds