/freebsd/contrib/netbsd-tests/modules/k_helper3/ |
H A D | k_helper3.c | 61 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 D | finalize | 92 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 D | dsl_bookmark.c | 68 dsl_bookmark_lookup_impl(dsl_dataset_t *ds, const char *shortname, in dsl_bookmark_lookup_impl() argument 88 err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t), in dsl_bookmark_lookup_impl() 107 char *shortname; in dsl_bookmark_lookup() local 111 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname); in dsl_bookmark_lookup() 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() 456 dsl_bookmark_node_t *dbn = dsl_bookmark_node_alloc(shortname); in dsl_bookmark_create_sync_impl_snap() [all …]
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.c | 641 snprintf(si->shortname, sizeof(si->shortname), in sound_oss_card_info() 651 strlcpy(si->shortname, device_get_nameunit(d->dev), in sound_oss_card_info() 652 sizeof(si->shortname)); in sound_oss_card_info()
|
/freebsd/contrib/file/src/ |
H A D | file.c | 114 #define OPT(shortname, longname, opt, def, doc) \ argument 115 {longname, opt, NULL, shortname}, 771 #define OPT(shortname, longname, opt, def, doc) \ in help() argument 772 (void)printf(" -%c, --" longname, shortname), \ in help()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 106 class Option<string fullname, string shortname> { 108 string ShortName = shortname;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 86 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 D | sshkey.h | 193 const char *shortname; member
|
H A D | sshkey.c | 216 return impl->shortname; in sshkey_type() 263 if (allow_short && !impl->cert && impl->shortname != NULL && in type_from_name() 264 strcasecmp(impl->shortname, name) == 0) in type_from_name()
|
/freebsd/sys/dev/sound/midi/ |
H A D | synth_if.m | 286 METHOD char * shortname {
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 88 #define DEFINE_LINUX_IOCTL_SET(shortname, SHORTNAME) \ argument 89 static linux_ioctl_function_t linux_ioctl_ ## shortname; \ 90 static struct linux_ioctl_handler shortname ## _handler = { \ 91 .func = linux_ioctl_ ## shortname, \ 95 DATA_SET(linux_ioctl_handler_set, shortname ## _handler)
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 3159 #define NO_QUERY(longname,shortname) \ in check_user_6789() argument 3160 if (PRESENT(longname)) _nc_warning(#shortname " is not supported") in check_user_6789()
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 1969 char shortname[16]; member
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 1628 Smartcardlogin'' (openssl has the OID shortname msSmartcardLogin).
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14994 recognized in their shortname (=lowercase) representation. Extend
|