Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/modules/k_helper3/
H A 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/tools/tools/locale/tools/
H A Dfinalize92 shortname=${oldname%@*}
93 if [ $(ls ${shortname}@* | wc -l) -eq 1 ] ; then
94 mv -f $i ${shortname}.src
95 sed -i '' -e "s/${oldname}/${shortname}/g" Makefile
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c107 char *shortname; in dsl_bookmark_lookup() local
115 error = dsl_bookmark_lookup_impl(ds, shortname, bmp); in dsl_bookmark_lookup()
331 dsl_bookmark_node_alloc(char *shortname) in dsl_bookmark_node_alloc() argument
334 dbn->dbn_name = spa_strdup(shortname); in dsl_bookmark_node_alloc()
447 char *shortname; in dsl_bookmark_create_sync_impl_snap() local
454 &shortname)); in dsl_bookmark_create_sync_impl_snap()
1106 char *shortname; in dsl_bookmark_destroy_check() local
1109 FTAG, &shortname); in dsl_bookmark_destroy_check()
1162 char *shortname; in dsl_bookmark_destroy_sync() local
1166 &ds, FTAG, &shortname)); in dsl_bookmark_destroy_sync()
[all …]
/freebsd/contrib/file/src/
H A Dfile.c114 #define OPT(shortname, longname, opt, def, doc) \ argument
115 {longname, opt, NULL, shortname},
773 #define OPT(shortname, longname, opt, def, doc) \ in help() argument
774 (void)printf(" -%c, --" longname, shortname), \ in help()
/freebsd/sys/dev/sound/pcm/
H A Dsound.c809 snprintf(si->shortname, sizeof(si->shortname), in sound_oss_card_info()
819 strlcpy(si->shortname, device_get_nameunit(d->dev), in sound_oss_card_info()
820 sizeof(si->shortname)); in sound_oss_card_info()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td106 class Option<string fullname, string shortname> {
108 string ShortName = shortname;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp86 std::string shortname; in GetDemangledFunctionNameWithoutArguments() local
88 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()
89 shortname += cxx_method.GetBasename().str(); in GetDemangledFunctionNameWithoutArguments()
90 return ConstString(shortname); in GetDemangledFunctionNameWithoutArguments()
/freebsd/crypto/openssh/
H A Dsshkey.h192 const char *shortname; member
H A Dsshkey.c215 return impl->shortname; in sshkey_type()
261 (!impl->cert && strcasecmp(impl->shortname, name) == 0)) in sshkey_type_from_name()
/freebsd/sys/dev/sound/midi/
H A Dsynth_if.m286 METHOD char * shortname {
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c86 #define DEFINE_LINUX_IOCTL_SET(shortname, SHORTNAME) \ argument
87 static linux_ioctl_function_t linux_ioctl_ ## shortname; \
88 static struct linux_ioctl_handler shortname ## _handler = { \
89 .func = linux_ioctl_ ## shortname, \
93 DATA_SET(linux_ioctl_handler_set, shortname ## _handler)
/freebsd/sys/sys/
H A Dsoundcard.h1968 char shortname[16]; member
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1628 Smartcardlogin'' (openssl has the OID shortname msSmartcardLogin).