Home
last modified time | relevance | path

Searched refs:_version (Results 1 – 12 of 12) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dos-release21 local _version _version_id
24 _version=$(freebsd-version -u)
25 _version_id=${_version%%[^0-9.]*}
29 VERSION="$_version"
33 PRETTY_NAME="FreeBSD $_version"
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c163 char *_version; in get_slot_info() local
191 if ((_version = strsep(&s, "~")) == NULL) in get_slot_info()
204 if ((*version = strdup(_version)) == NULL) { in get_slot_info()
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf.h228 unsigned int elf_version(unsigned int _version);
232 unsigned int _version);
246 unsigned int _version);
H A D_libelf.h219 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
231 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
H A Delf_update.c579 unsigned int _version = (unsigned int) (V); \ in _libelf_resync_elf()
585 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \ in _libelf_resync_elf()
587 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
589 _libelf_fsize(ELF_T_PHDR, (EC), _version, \ in _libelf_resync_elf()
592 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
H A Dgelf.h76 unsigned int _version);
/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp130 optional< int > _version; member in __anonb2e4cfda0111::parser
296 if (_version) in callback_syntax()
303 _version = utils::make_optional(version); in callback_syntax()
394 if (!_version) in parse()
/freebsd/contrib/openpam/m4/
H A Dax_pkg_config.m493 [version], [ax_pc_cv_[]_p[]_version=`"${PKG_CONFIG}" --modversion [$1]`],
123 AC_SUBST(_P[_VERSION], [$ax_pc_cv_]_p[_version])
124 AC_MSG_RESULT([${ax_pc_cv_]_p[_version:-unknown}])
/freebsd/sys/net80211/
H A Dieee80211_tdma.c96 #define TDMA_VERSION_VALID(_version) \ argument
97 (TDMA_VERSION_V2 <= (_version) && (_version) <= TDMA_VERSION)
/freebsd/sys/sys/
H A Dmodule.h165 #define MODULE_VERSION_CONCAT(module, version) _##module##_version
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake96 divsufsort@W64BIT@_version(void);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5968 def _version : Flag<["--"], "version">,