Searched refs:_version (Results 1 – 12 of 12) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | os-release | 21 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 D | pccardq.c | 163 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 D | libelf.h | 228 unsigned int elf_version(unsigned int _version); 232 unsigned int _version); 246 unsigned int _version);
|
H A D | _libelf.h | 219 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 D | elf_update.c | 579 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 D | gelf.h | 76 unsigned int _version);
|
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile.cpp | 130 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 D | ax_pkg_config.m4 | 93 [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 D | ieee80211_tdma.c | 96 #define TDMA_VERSION_VALID(_version) \ argument 97 (TDMA_VERSION_V2 <= (_version) && (_version) <= TDMA_VERSION)
|
/freebsd/sys/sys/ |
H A D | module.h | 165 #define MODULE_VERSION_CONCAT(module, version) _##module##_version
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort.h.cmake | 96 divsufsort@W64BIT@_version(void);
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5968 def _version : Flag<["--"], "version">,
|