Searched refs:shortname (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-abi.c146 auto_cp_abi.shortname = "auto";
147 new_longname = xmalloc (strlen ("currently ") + 1 + strlen (abi->shortname)
149 sprintf (new_longname, "currently \"%s\"", abi->shortname);
153 + 1 + strlen (abi->shortname) + 1 + 1);
154 sprintf (new_doc, "Automatically selected; currently \"%s\"", abi->shortname);
160 if (strcmp (current_cp_abi.shortname, "auto") == 0)
172 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
194 ui_out_field_string (uiout, "cp-abi", cp_abis[i]->shortname);
196 padcount = 16 - 2 - strlen (cp_abis[i]->shortname);
231 ui_out_field_string (uiout, "cp-abi", current_cp_abi.shortname);
[all...]
H A Dcp-abi.h150 const char *shortname; member in struct:cp_abi_ops
H A Dgnu-v2-abi.c394 gnu_v2_abi_ops.shortname = "gnu-v2";
413 set_cp_abi_as_auto_default (gnu_v2_abi_ops.shortname);
H A Dhpacc-abi.c296 hpacc_abi_ops.shortname = "hpaCC";
H A Dgnu-v3-abi.c427 gnu_v3_abi_ops.shortname = "gnu-v3";
H A Dremote.c1101 char shortname[32]; /* To be used to name threads */
1476 info->shortname[0] = '\0';
1531 pkt = unpack_string (pkt, &info->shortname[0], length);
1855 if (*threadinfo.shortname)
1856 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname);
5171 printf_filtered ("Name: %s\n ", info->shortname);
1097 char shortname[32]; /* To be used to name threads */ member in struct:gdb_ext_thread_info
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h73 const ntfschar *shortname, int shortlen,
H A Ddir.c2401 ntfschar *shortname, int shortlen,
2423 collapsible = ntfs_collapsible_chars(ni->vol, shortname, shortlen,
2456 if (!ntfs_link_i(ni, dir_ni, shortname, shortlen,
2512 ntfschar *shortname = NULL; local
2522 shortlen = ntfs_mbstoucs(newname, &shortname);
2526 if ((shortlen < 0) || ntfs_forbidden_chars(shortname,shortlen)) {
2544 && !memcmp(shortname,oldname,
2550 shortname, shortlen,
2561 shortname, shortlen,
2573 free(shortname);
2400 set_dos_name(ntfs_inode *ni, ntfs_inode *dir_ni, ntfschar *shortname, int shortlen, ntfschar *longname, int longlen, ntfschar *deletename, int deletelen, BOOL existed) argument
2594 ntfschar shortname[MAX_DOS_NAME_LENGTH]; local
[all...]
H A Dunistr.c1413 const ntfschar *shortname, int shortlen,
1424 cs = le16_to_cpu(shortname[i]);
1412 ntfs_collapsible_chars(ntfs_volume *vol, const ntfschar *shortname, int shortlen, const ntfschar *longname, int longlen) argument
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dfoomatic-generator.in438 my $shortname = $fooopt;
439 $shortname =~ s!-\d+$!!;
441 #my $stpopt = $argnamemap{$shortname};
442 #$stpopt = $shortname if ! defined ($stpopt);
443 my $stpopt = $shortname;
467 if (defined($optiongroups->{$shortname})) {
470 $group = $optiongroups->{$shortname};
471 } elsif (defined($param_classes{$shortname}) &&
472 defined($param_levels{$shortname}) &&
473 $parameter_class_names[$param_classes{$shortname}]
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa-internal.h123 const char *shortname; /* Abbreviated name. */ member in struct:xtensa_regfile_internal_struct
H A Dxtensa-isa.h622 ignores "view" regfiles since they always have the same shortname as
629 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c1371 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname)
1376 if (!shortname || !*shortname)
1379 strcpy (xtisa_error_msg, "invalid regfile shortname");
1390 if (!strcmp (intisa->regfiles[n].shortname, shortname))
1395 sprintf (xtisa_error_msg, "regfile shortname \"%s\" not recognized",
1396 shortname);
1415 return intisa->regfiles[rf].shortname;
1363 xtensa_regfile_lookup_shortname(xtensa_isa isa, const char *shortname) argument
H A Delflink.c1271 char *shortname;
1312 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1);
1313 if (shortname == NULL)
1315 memcpy (shortname, name, shortlen);
1316 shortname[shortlen] = '\0';
1325 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &sec, value,
1337 (info, abfd, shortname, BSF_INDIRECT, bfd_ind_section_ptr,
1419 shortname = bfd_hash_allocate (&info->hash->table, len);
1420 if (shortname == NULL)
1422 memcpy (shortname, nam
1268 char *shortname; local
3935 char *shortname, *p; local
[all...]
/haiku-fatelf/headers/private/media/
H A Dsoundcard.h1969 char shortname[16]; member in struct:oss_card_info

Completed in 221 milliseconds