Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/autoconf/dist/
H A DGNUmakefile74 GNUmakefile: _version
82 .PHONY: _version
83 _version: target
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dutsname.d135 char[SYS_NMLN] _version = 0; in version()
151 char[SYS_NMLN] _version = 0; in version()
167 char[SYS_NMLN] _version = 0; in version()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp118 optional< int > _version; member in __anona28290d30111::parser
228 if (_version) in callback_syntax()
235 _version = utils::make_optional(version); in callback_syntax()
320 if (!_version) in parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.d313 private enum string _version = import("VERSION"); member
314 private enum uint _versionNumber = parseVersionNumber(_version);
461 return _version; in versionString()
469 return _version.ptr; in versionChars()
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf.h232 unsigned int elf_version(unsigned int _version);
236 unsigned int _version);
249 unsigned int _version);
H A D_libelf.h217 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
227 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
H A Delf_update.c587 unsigned int _version = (unsigned int) (V); \ in _libelf_resync_elf()
593 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \ in _libelf_resync_elf()
595 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
597 _libelf_fsize(ELF_T_PHDR, (EC), _version, \ in _libelf_resync_elf()
600 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
H A Dgelf.h77 unsigned int _version);
/netbsd-src/external/bsd/openpam/dist/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}])
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dkrb-version.m410 const char *${PACKAGE_TARNAME}_version = "$PACKAGE_STRING";
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dversion.rst2 .. _version:
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h89 int _version; member
H A Dhpcmenu.cpp68 _pref._version = HPCBOOT_VERSION; in HpcMenuInterface()
/netbsd-src/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c112 static const char _version[] = "$VER: LoadBSD 3.3 (01.04.2023)"; variable
250 fprintf(stderr,"%s\n",_version + 6); in main()
/netbsd-src/etc/
H A Dman.conf4 _version BSD.2
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d313 size_t _version; // currently 1 member
328 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version."); in _d_dso_registry()
H A Dmacho.d318 size_t _version; // currently 1 variable
333 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version."); in _d_dso_registry()
H A Delf.d421 size_t _version; // currently 1 member
436 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version."); in _d_dso_registry()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d422 size_t _version; // currently 1 member
437 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version."); in _d_dso_registry()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c998 static int _version(int argc __attribute((unused)), char **argv __attribute((unused)), void *data _… in _version() function
2551 {"version", "", 0, 0, _version},
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlobj.d1100 UINT _version;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst139 .. option:: -compatibility\_version<arg>
167 .. option:: -current\_version<arg>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3941 def _version : Flag<["--"], "version">,