Searched refs:_version (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dutsname.d135 char[SYS_NMLN] _version = 0;
151 char[SYS_NMLN] _version = 0;
167 char[SYS_NMLN] _version = 0;
/netbsd-current/external/gpl3/autoconf/dist/
H A DGNUmakefile71 $(info run '$(MAKE) _version' to fix it)
74 GNUmakefile: _version
82 .PHONY: _version
83 _version:
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.d313 private enum string _version = import("VERSION");
314 private enum uint _versionNumber = parseVersionNumber(_version);
422 // parse _version
461 return _version;
469 return _version.ptr;
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp118 optional< int > _version; member in class:__anon1862::parser
219 /// \post _version is set to the requested version.
228 if (_version)
235 _version = utils::make_optional(version);
282 /// \post _version is set to the requested version.
320 if (!_version)
/netbsd-current/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 Dgelf.h77 unsigned int _version);
H A Delf_update.c587 unsigned int _version = (unsigned int) (V); \
593 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \
595 (EC), _version, (size_t) 1); \
597 _libelf_fsize(ELF_T_PHDR, (EC), _version, \
600 (EC), _version, (size_t) 1); \
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h89 int _version; member in struct:HpcMenuInterface::HpcMenuPreferences
H A Dhpcmenu.cpp68 _pref._version = HPCBOOT_VERSION;
/netbsd-current/etc/
H A Dman.conf4 _version BSD.2
/netbsd-current/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);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d313 size_t _version; // currently 1
328 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
H A Dmacho.d318 size_t _version; // currently 1
333 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
H A Delf.d421 size_t _version; // currently 1
436 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d422 size_t _version; // currently 1
437 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c998 static int _version(int argc __attribute((unused)), char **argv __attribute((unused)), void *data __attribute((unused))) function
2551 {"version", "", 0, 0, _version},
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlobj.d1100 UINT _version;

Completed in 303 milliseconds