Searched refs:version (Results 1 - 25 of 1415) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dversion.c0 /* version.c ..... keep track of package version number.
4 * $Id: version.c,v 1.1.1.1 2008/10/15 03:30:52 james26_jang Exp $
8 const char * version = "pptp version " PPTP_LINUX_VERSION; variable
H A Dversion.h0 /* version.h ..... keep track of package version number.
4 * $Id: version.h,v 1.1.1.1 2008/10/15 03:30:52 james26_jang Exp $
9 extern const char * version;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dsetversion.c2 * setversion.c - Set a file version on an ext2 file system
24 int setversion (int fd, unsigned long version) argument
29 ver = (int) version;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dversion.c2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dversion.c2 * version.c --- Return the version of the ext2 library
22 #include "../../version.h"
30 int version = 0, dot_count = 0; local
41 version = (version * 10) + (*cp - '0');
43 return version;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dutsname.h10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[65]; member in struct:new_utsname
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dutsname.h10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[65]; member in struct:new_utsname
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dver_linux8 echo 'If some fields are empty or look unusual you may have an old version.'
15 gcc --version 2>&1| head -n 1 | grep -v gcc | awk \
18 gcc --version 2>&1| grep gcc | awk \
21 make --version 2>&1 | awk -F, '{print $1}' | awk \
27 fdformat --version | awk -F\- '{print "util-linux ", $NF}'
29 mount --version | awk -F\- '{print "mount ", $NF}'
36 fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \
42 cardmgr -V 2>&1| grep version | awk \
45 pppd --version 2>&1| grep version | aw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/init/
H A Dversion.c2 * linux/init/version.c
11 #include <linux/version.h>
14 #define version(a) Version_ ## a macro
15 #define version_string(a) version(a)
25 "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/stboards/
H A Dsetup.c33 unsigned long version;
35 version = ctrl_inl(EPLD_REVID);
38 printk("EPLD version: %d.%02d\n",
39 (version >> 4) & 0xf, version & 0xf);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/PA-RISC version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/PA-RISC version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/contrib/python-uuid/
H A Dsetup.py9 version = '1.0', variable
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/AXP version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dlinux_logo.h7 * it under the terms of the GNU General Public License version 2 as
14 #include <linux/version.h>
16 #define linux_logo_banner "ARM Linux version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/ia32 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dlinux_logo.h19 * but should contain %s to display the version
23 #include <linux/version.h>
25 #define linux_logo_banner "Linux/ia64 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
26 #define linux_logo_banner "Linux/x86-64 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
26 #define linux_logo_banner "Linux/x86-64 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/AXP version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dlinux_logo.h7 * it under the terms of the GNU General Public License version 2 as
14 #include <linux/version.h>
16 #define linux_logo_banner "ARM Linux version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dlinux_logo.h18 * but should contain %s to display the version
22 #include <linux/version.h>
24 #define linux_logo_banner "Linux/ia32 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dlinux_logo.h19 * but should contain %s to display the version
23 #include <linux/version.h>
25 #define linux_logo_banner "Linux/ia64 version " UTS_RELEASE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dipc.h29 #define IPCCALL(version,op) ((version)<<16 | (op))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dipc.h24 #define IPCCALL(version,op) ((version)<<16 | (op))

Completed in 191 milliseconds

1234567891011>>