Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 67) sorted by relevance

123

/busybox-1.35.0/archival/libarchive/bz/
DREADME1 This file is an abridged version of README from bzip2 1.0.4
8 This version is fully compatible with the previous public releases.
14 bzip2/libbzip2 version 1.0.4 of 20 December 2006
80 18 July 1996 (version 0.15)
81 25 August 1996 (version 0.21)
82 7 August 1997 (bzip2, version 0.1)
83 29 August 1997 (bzip2, version 0.1pl2)
84 23 August 1998 (bzip2, version 0.9.0)
85 8 June 1999 (bzip2, version 0.9.5)
86 4 Sept 1999 (bzip2, version 0.9.5d)
[all …]
DLICENSE2 of bzip2 version 1.0.4. bzip2 source is distributed
44 bzip2/libbzip2 version 1.0.4 of 20 December 2006
/busybox-1.35.0/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING1 This is NOT the official version of dialog. This version has been
/busybox-1.35.0/archival/
Ddpkg.c103 unsigned version:16; /* was:14 */ member
108 unsigned version:16; /* was:14 */ member
356 static int search_package_hashtable(const unsigned name, const unsigned version, const unsigned ope… in search_package_hashtable() argument
367 if (test_version(package_hashtable[probe_address]->version, version, operator)) { in search_package_hashtable()
437 char *version; in add_split_dependencies() local
467 version = strchr(field2, '('); in add_split_dependencies()
468 if (version == NULL) { in add_split_dependencies()
471 edge->version = search_name_hashtable("ANY"); in add_split_dependencies()
474 version += strspn(version, " ("); in add_split_dependencies()
476 offset_ch = strspn(version, "<=>"); in add_split_dependencies()
[all …]
/busybox-1.35.0/libbb/
Dcapability.c104 caps->header.version = versions[i]; in getcaps()
111 switch (caps->header.version) { in getcaps()
Dlogin.c97 outbuf = uts.version; in print_login_issue()
Dmode_string.c25 # warning mode type bitflag value assumption(s) violated! falling back to larger version
/busybox-1.35.0/modutils/
Ddepmod.c176 char *moddir, *version; in depmod_main() local
191 version = *argv++; in depmod_main()
194 version = uts.release; in depmod_main()
196 moddir = concat_path_file(&CONFIG_DEFAULT_MODULES_DIR[1], version); in depmod_main()
Dmodinfo.c61 static void modinfo(const char *path, const char *version, in modinfo() argument
77 path = allocated = xasprintf("%s/%s/%s", CONFIG_DEFAULT_MODULES_DIR, version, path); in modinfo()
/busybox-1.35.0/scripts/
DKbuild.include26 # version.h : Makefile
81 # cc-version
82 # Usage gcc-ver := $(call cc-version, $(CC))
83 cc-version = $(shell PATH="$(PATH)" $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh \
88 cc-ifversion = $(shell if [ $(call cc-version, $(CC)) $(1) $(2) ]; then \
102 # If quiet is set, only print short version of command
122 # echo command. Short version is $(quiet) equals quiet, otherwise full command
/busybox-1.35.0/util-linux/volume_id/
Dunused_hpfs.c31 uint8_t version; member
Dunused_nvidia_raid.c33 uint16_t version; member
Djfs.c31 uint32_t version; member
Dlinux_swap.c31 uint32_t version; member
Dudf.c32 uint16_t version; member
59 uint8_t version; member
Dbcache.c30 uint64_t version; member
Dluks.c42 uint16_t version; member
Diso9660.c53 uint8_t version; member
/busybox-1.35.0/e2fsprogs/
Dchattr.c64 unsigned version; member
120 gp->version = xatou(*argv); in decode_arg()
183 r = ioctl(fd, EXT2_IOC_SETVERSION, &gp->version); in change_attributes()
/busybox-1.35.0/util-linux/
Dmkswap.c91 uint32_t version; /* second kbyte, word 0 */ member
147 hdr->version = 1; in mkswap_main()
/busybox-1.35.0/examples/
Dbusybox.spec8 Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
39 of system commands, including a shell. The version contained in this
/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_storage38 test -e /proc/version || mount -t proc none /proc
/busybox-1.35.0/testsuite/
DREADME42 as published by the Free Software Foundation; either version 2
43 of the License, or (at your option) any later version.
/busybox-1.35.0/
DLICENSE3 BusyBox is distributed under version 2 of the General Public License (included
4 in its entirety, below). Version 2 is the only version of this license which
5 this version of BusyBox (or modified versions derived from this one) may be
247 be similar in spirit to the present version, but may differ in detail to
250 Each version is given a distinguishing version number. If the Program
251 specifies a version number of this License which applies to it and "any
252 later version", you have the option of following the terms and conditions
253 either of that version or of any later version published by the Free
254 Software Foundation. If the Program does not specify a version number of
255 this License, you may choose any version ever published by the Free Software
[all …]
/busybox-1.35.0/coreutils/
Duname.c117 offsetof(uname_info_t, name.version), /* -v */

123