| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| utsname.d | 135 char[SYS_NMLN] _version = 0; 151 char[SYS_NMLN] _version = 0; 167 char[SYS_NMLN] _version = 0;
|
| /src/external/gpl3/autoconf/dist/ |
| GNUmakefile | 71 $(info run '$(MAKE) _version' to fix it) 74 GNUmakefile: _version 82 .PHONY: _version 83 _version:
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.d | 313 private enum string _version = import("VERSION"); 314 private enum uint _versionNumber = parseVersionNumber(_version); 422 // parse _version 461 return _version; 469 return _version.ptr;
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| kyuafile.cpp | 118 optional< int > _version; member in class:__anon6958::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)
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf.h | 234 unsigned int elf_version(unsigned int _version); 238 unsigned int _version); 251 unsigned int _version);
|
| _libelf.h | 218 unsigned int _version, size_t count); 227 size_t _libelf_msize(Elf_Type _t, unsigned int _elfclass, unsigned int _version);
|
| gelf.h | 77 unsigned int _version);
|
| elf_update.c | 589 unsigned int _version = (unsigned int) (V); \ 595 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \ 597 (EC), _version, (size_t) 1); \ 599 _libelf_fsize(ELF_T_PHDR, (EC), _version, \ 602 (EC), _version, (size_t) 1); \
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| hpcmenu.h | 89 int _version; member in struct:HpcMenuInterface::HpcMenuPreferences
|
| hpcmenu.cpp | 68 _pref._version = HPCBOOT_VERSION;
|
| /src/etc/ |
| man.conf | 4 _version BSD.2
|
| /src/sys/arch/amiga/stand/loadbsd/ |
| loadbsd.c | 112 static const char _version[] = "$VER: LoadBSD 3.3 (01.04.2023)"; variable 250 fprintf(stderr,"%s\n",_version + 6);
|
| /src/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap.sh | 8 _version='1.01'
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
| macho.d | 318 size_t _version; // currently 1 333 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
|
| pecoff.d | 313 size_t _version; // currently 1 328 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
|
| elf.d | 421 size_t _version; // currently 1 436 safeAssert(data._version >= 1, "Incompatible compiler-generated DSO data version.");
|
| /src/external/gpl2/lvm2/dist/tools/ |
| dmsetup.c | 998 static int _version(int argc __attribute((unused)), char **argv __attribute((unused)), void *data __attribute((unused))) function 2551 {"version", "", 0, 0, _version},
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| shlobj.d | 1100 UINT _version;
|