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

/freebsd-10.1-release/contrib/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.c1138 char shortname[32]; /* To be used to name threads */
1513 info->shortname[0] = '\0';
1568 pkt = unpack_string (pkt, &info->shortname[0], length);
1892 if (*threadinfo.shortname)
1893 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname);
5187 printf_filtered ("Name: %s\n ", info->shortname);
1134 char shortname[32]; /* To be used to name threads */ member in struct:gdb_ext_thread_info
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c57 dsl_dataset_bmark_lookup(dsl_dataset_t *ds, const char *shortname, argument
73 err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t),
91 char *shortname; local
95 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname);
99 error = dsl_dataset_bmark_lookup(ds, shortname, bmp);
119 char *shortname; local
127 &bmark_fs, FTAG, &shortname);
136 error = dsl_dataset_bmark_lookup(bmark_fs, shortname,
192 char *shortname; local
197 &bmark_fs, FTAG, &shortname));
367 char *shortname; local
406 char *shortname; local
[all...]
/freebsd-10.1-release/contrib/file/src/
H A Dfile.c92 #define OPT(shortname, longname, opt, doc) \
93 {longname, opt, NULL, shortname},
583 #define OPT(shortname, longname, opt, doc) \
584 fprintf(stdout, " -%c, --" longname, shortname), \
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delflink.c1472 char *shortname;
1513 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1);
1514 if (shortname == NULL)
1516 memcpy (shortname, name, shortlen);
1517 shortname[shortlen] = '\0';
1526 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &sec, value,
1538 (info, abfd, shortname, BSF_INDIRECT, bfd_ind_section_ptr,
1624 shortname = bfd_hash_allocate (&info->hash->table, len);
1625 if (shortname == NULL)
1627 memcpy (shortname, nam
1469 char *shortname; local
4463 char *shortname, *p; local
[all...]
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dsound.c1381 strlcpy(si->shortname, device_get_nameunit(d->dev),
1382 sizeof(si->shortname));
/freebsd-10.1-release/crypto/openssh/
H A Dkey.c953 char *shortname; member in struct:keytype
998 return kt->shortname;
1034 /* Only allow shortname matches for plain key types */
1036 (!kt->cert && strcasecmp(kt->shortname, name) == 0))
/freebsd-10.1-release/sys/conf/
H A Dkmod.mk39 # FIRMWS List of firmware images in format filename:shortname:version
/freebsd-10.1-release/sys/sys/
H A Dsoundcard.h1970 char shortname[16]; member in struct:oss_card_info

Completed in 226 milliseconds