Searched refs:short_name (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
100 switch_to_cp_abi (const char *short_name) argument
104 abi = find_cp_abi (short_name);
129 set_cp_abi_as_auto_default (const char *short_name) argument
132 struct cp_abi_ops *abi = find_cp_abi (short_name);
137 short_name);
167 find_cp_abi (const char *short_name) argument
172 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
H A Dcp-abi.h169 extern void set_cp_abi_as_auto_default (const char *short_name);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c1024 char *, short_name,
1030 char *, short_name)
1057 if(this_dir == root && strcmp(short_name, ".") == 0)
1061 if(this_dir == root && strcmp(short_name, "..") == 0)
1113 if( strcmp(short_name, ".")
1114 && strcmp(short_name, "..") )
1153 && strcmp(short_name, ".")
1154 && strcmp(short_name, "..")
1179 && strcmp(short_name, ".")
1180 && strcmp(short_name, "
[all...]
H A Dmkisofs.c1356 char * short_name; local
1389 short_name = NULL;
1424 short_name = xpnt;
1472 if( short_name == NULL )
1474 short_name = strrchr(node, PATH_SEPARATOR);
1475 if( short_name == NULL || short_name < node )
1477 short_name = node;
1481 short_name++;
1485 if( !insert_file_entry(graft_dir, node, short_name,
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dtsig.h40 const char* short_name; member in struct:tsig_lookup_struct_table
52 const char *short_name; member in struct:tsig_algorithm
H A Dtsig.c246 if (tsig_strlowercmp(name, algorithm_entry->algorithm->short_name) == 0)
250 if(strncmp("hmac-", algorithm_entry->algorithm->short_name, 5) == 0 && tsig_strlowercmp(name, algorithm_entry->algorithm->short_name+5) == 0) {
H A Dtsig-openssl.c106 algorithm->short_name = name;
H A Doptions.c2189 if(tsig_strlowercmp(q->tsig.algorithm->short_name,
2191 strncmp("hmac-", q->tsig.algorithm->short_name, 5) != 0 ||
2192 tsig_strlowercmp(q->tsig.algorithm->short_name+5,
/openbsd-current/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-types.h83 const char *short_name; member in struct:lldb_private::RegisterSet
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp41 m_reg_set0.short_name = "GPR";
H A DRegisterContextHistory.cpp42 m_reg_set0.short_name = "GPR";
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmk_invlists.pl417 my $short_name = (prop_aliases($prop_name))[0] // $prop_name;
650 $short_name = uc($short_name) if length($short_name) < 3
651 || substr($short_name, 0, 1) =~ /[[:lower:]]/;
652 $name_prefix = "${short_name}_";
853 if (lc $short_name eq 'scx') {
3192 my ($short_name) = prop_aliases($property);
3193 $short_name = lc $short_name;
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t936 my $short_name;
968 $short_name = $alias;
974 if ($alias ne $short_name) {
976 is_deeply(\@names_via_full, \@names_via_short, "prop_aliases() returns the same list for both '$short_name' and '$mod_name'");
980 is(prop_aliases($short_name), $alias,
981 "prop_aliases: '$alias' is the long name for '$short_name'");
984 is_deeply(\@all_names, \@names_via_short, "prop_aliases() returns the same list for both '$short_name' and '$mod_name'");
1147 my $short_name;
1215 $short_name = $value;
1221 if ($value ne $short_name) {
[all...]
H A DUCD.pm2584 my ($short_name, $full_name, @other_names) = prop_aliases("space");
2588 print "The short name is $short_name\n";
2903 my ($short_name, $full_name, @other_names)
2909 print "The short name is $short_name\n";
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables5248 my %short_name;
5250 main::set_access('short_name', \%short_name);
5253 # The length of short_name before removing underscores
5639 # implicitly elsewhere in this program, like in short_name()
5654 undef $short_name{pack 'J', refaddr $self};
5658 sub short_name($self, $nominal_length_ptr=undef) {
5678 if (defined $short_name{$addr}) {
5682 return $short_name{$addr};
5701 if ( ! defined $short_name{
[all...]
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dtexindex.c248 char *short_name;
287 if (texindex_options[i].short_name)
288 fprintf (f, "%s, ", texindex_options[i].short_name);
246 char *short_name; member in struct:__anon7411
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp642 llvm::StringRef(reg_set->short_name)

Completed in 514 milliseconds