Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/modules/k_helper3/
Dk_helper3.c61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; in load() local
89 shortname = strrchr(filename, '/'); in load()
90 if (shortname != NULL) in load()
91 shortname++; in load()
93 shortname = filename; in load()
94 dot = strrchr(shortname, '.'); in load()
97 (void)modctl(MODCTL_UNLOAD, shortname); in load()
/freebsd-12-stable/contrib/gdb/gdb/
Dcp-abi.c146 auto_cp_abi.shortname = "auto"; in set_cp_abi_as_auto_default()
147 new_longname = xmalloc (strlen ("currently ") + 1 + strlen (abi->shortname) in set_cp_abi_as_auto_default()
149 sprintf (new_longname, "currently \"%s\"", abi->shortname); in set_cp_abi_as_auto_default()
153 + 1 + strlen (abi->shortname) + 1 + 1); in set_cp_abi_as_auto_default()
154 sprintf (new_doc, "Automatically selected; currently \"%s\"", abi->shortname); in set_cp_abi_as_auto_default()
160 if (strcmp (current_cp_abi.shortname, "auto") == 0) in set_cp_abi_as_auto_default()
172 if (strcmp (cp_abis[i]->shortname, short_name) == 0) in find_cp_abi()
194 ui_out_field_string (uiout, "cp-abi", cp_abis[i]->shortname); in list_cp_abis()
196 padcount = 16 - 2 - strlen (cp_abis[i]->shortname); in list_cp_abis()
231 ui_out_field_string (uiout, "cp-abi", current_cp_abi.shortname); in show_cp_abi_cmd()
Dgnu-v2-abi.c393 gnu_v2_abi_ops.shortname = "gnu-v2"; in init_gnuv2_ops()
412 set_cp_abi_as_auto_default (gnu_v2_abi_ops.shortname); in _initialize_gnu_v2_abi()
Dcp-abi.h150 const char *shortname; member
Dhpacc-abi.c296 hpacc_abi_ops.shortname = "hpaCC"; in init_hpacc_ops()
Dgnu-v3-abi.c427 gnu_v3_abi_ops.shortname = "gnu-v3"; in init_gnuv3_ops()
Dremote.c1134 char shortname[32]; /* To be used to name threads */ member
1509 info->shortname[0] = '\0'; in remote_unpack_thread_info_response()
1564 pkt = unpack_string (pkt, &info->shortname[0], length); in remote_unpack_thread_info_response()
1888 if (*threadinfo.shortname) in remote_threads_extra_info()
1889 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname); in remote_threads_extra_info()
5174 printf_filtered ("Name: %s\n ", info->shortname);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_bookmark.c59 dsl_dataset_bmark_lookup(dsl_dataset_t *ds, const char *shortname, in dsl_dataset_bmark_lookup() argument
73 err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t), in dsl_dataset_bmark_lookup()
91 char *shortname; in dsl_bookmark_lookup() local
95 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname); in dsl_bookmark_lookup()
99 error = dsl_dataset_bmark_lookup(ds, shortname, bmp); in dsl_bookmark_lookup()
119 char *shortname; in dsl_bookmark_create_check_impl() local
127 &bmark_fs, FTAG, &shortname); in dsl_bookmark_create_check_impl()
136 error = dsl_dataset_bmark_lookup(bmark_fs, shortname, in dsl_bookmark_create_check_impl()
192 char *shortname; in dsl_bookmark_create_sync() local
197 &bmark_fs, FTAG, &shortname)); in dsl_bookmark_create_sync()
[all …]
/freebsd-12-stable/tools/tools/locale/tools/
Dfinalize94 shortname=${oldname%@*}
95 if [ $(ls ${shortname}@* | wc -l) -eq 1 ] ; then
96 mv -f $i ${shortname}.src
97 sed -i '' -e "s/${oldname}/${shortname}/g" Makefile
98 COLLATIONS_SPECIAL=$(echo ${COLLATIONS_SPECIAL} | sed -e "s/${oldname}/${shortname}/g")
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DMangled.cpp53 std::string shortname; in GetDemangledNameWithoutArguments() local
55 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledNameWithoutArguments()
56 shortname += cxx_method.GetBasename().str(); in GetDemangledNameWithoutArguments()
57 return ConstString(shortname); in GetDemangledNameWithoutArguments()
/freebsd-12-stable/contrib/file/src/
Dfile.c114 #define OPT(shortname, longname, opt, def, doc) \ argument
115 {longname, opt, NULL, shortname},
768 #define OPT(shortname, longname, opt, def, doc) \ in help() argument
769 fprintf(stdout, " -%c, --" longname, shortname), \ in help()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DOptionsBase.td106 class Option<string fullname, string shortname> {
108 string ShortName = shortname;
/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c1469 char *shortname; in _bfd_elf_add_default_symbol() local
1510 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1); in _bfd_elf_add_default_symbol()
1511 if (shortname == NULL) in _bfd_elf_add_default_symbol()
1513 memcpy (shortname, name, shortlen); in _bfd_elf_add_default_symbol()
1514 shortname[shortlen] = '\0'; in _bfd_elf_add_default_symbol()
1523 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &sec, value, in _bfd_elf_add_default_symbol()
1535 (info, abfd, shortname, BSF_INDIRECT, bfd_ind_section_ptr, in _bfd_elf_add_default_symbol()
1621 shortname = bfd_hash_allocate (&info->hash->table, len); in _bfd_elf_add_default_symbol()
1622 if (shortname == NULL) in _bfd_elf_add_default_symbol()
1624 memcpy (shortname, name, shortlen); in _bfd_elf_add_default_symbol()
[all …]
/freebsd-12-stable/sys/dev/sound/midi/
Dsynth_if.m287 METHOD char * shortname {
/freebsd-12-stable/sys/dev/sound/pcm/
Dsound.c1384 strlcpy(si->shortname, device_get_nameunit(d->dev), in sound_oss_card_info()
1385 sizeof(si->shortname)); in sound_oss_card_info()
/freebsd-12-stable/sys/sys/
Dsoundcard.h1972 char shortname[16]; member
/freebsd-12-stable/crypto/openssl/doc/man5/
Dconfig.pod396 # New OID shortname and long name
/freebsd-12-stable/crypto/openssh/
Dsshkey.c99 const char *shortname; member
175 return kt->shortname; in sshkey_type()
225 (!kt->cert && strcasecmp(kt->shortname, name) == 0)) in sshkey_type_from_name()
/freebsd-12-stable/crypto/heimdal/doc/
Dsetup.texi1628 Smartcardlogin'' (openssl has the OID shortname msSmartcardLogin).
/freebsd-12-stable/contrib/amd/
DNEWS55 shortname, user=N, group=N, mask=N, and dirmask=N.
DChangeLog799 longname, nowin95, shortname, user=N, group=N, mask=N, and
803 nowin95, shortname, user=N, group=N, mask=N, and dirmask=N.
806 if needed, for pcfs mount options longname, nowin95, shortname,
816 nowin95, and shortname.
/freebsd-12-stable/contrib/amd/doc/
Dam-utils.texi2351 @item shortname
/freebsd-12-stable/crypto/openssl/
DCHANGES9772 recognized in their shortname (=lowercase) representation. Extend