Searched refs:uname (Results 1 - 25 of 74) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dbuild_env.sh9 uname=`uname -a`
33 #define BUILD_ENV_UNAME "${uname}"
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dmkbinary7 arch=`uname -m`
16 os=`uname -s | tr '[A-Z]' '[a-z]'`
H A Dconfig.guess38 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
40 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
44 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
45 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
46 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
47 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
61 # 1.2 uses "1.2" for uname -r.
168 UNAME_RELEASE=`uname -v`
268 UNAME_PROCESSOR=`/usr/bin/uname -p`
296 echo romp-ibm-aix # uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dutmp.c253 static void pututline_my(pstring uname, struct utmp *u, BOOL claim) argument
312 pstring uname, wname; local
317 uw_pathname(uname, "utmp", ut_pathname);
318 DEBUG(2,("utmp_nox_update: uname:%s\n", uname));
321 if (strlen(uname) != 0) {
322 utmpname(uname);
340 if (strlen(uname) != 0) {
341 pututline_my(uname, u, claim);
402 pstring uname, wnam
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/
H A Dconfigure7 system=`uname -s`
8 release=`uname -r`
9 machine=`uname -p`
10 arch=`uname -m`
75 # # Intel SVR4 systems come with a bug in the uname program. Unless
76 # # your provider fixed the bug, or you get a fix for it, uname -S will
78 # UNIX_SV|UNIX_System_V|`uname -n`)
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dkernel_version.c31 #include <sys/utsname.h> /* for uname(2) */
45 if (uname(&name) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A DMakefile3 INCLUDEDIR = /lib/modules/`uname -r`/build/include
22 INSTALL_PATH_2.2 = /lib/modules/`uname -r`/usb/
23 INSTALL_PATH_2.4 = /lib/modules/`uname -r`/kernel/drivers/usb/
24 INSTALL_PATH_2.4RH = /lib/modules/`uname -r`/kernel/drivers/usb/ov511/
25 INSTALL_PATH_2.5 = /lib/modules/`uname -r`/kernel/drivers/usb/media/
/asus-wl-520gu-7.0.1.45/src/router/pppd/
H A Dconfigure7 system=`uname -s`
8 release=`uname -r`
9 machine=`uname -p`
10 arch=`uname -m`
95 # # Intel SVR4 systems come with a bug in the uname program. Unless
96 # # your provider fixed the bug, or you get a fix for it, uname -S will
98 # UNIX_SV|UNIX_System_V|`uname -n`)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/
H A Dconfigure7 system=`uname -s`
8 release=`uname -r`
9 machine=`uname -p`
10 arch=`uname -m`
95 # # Intel SVR4 systems come with a bug in the uname program. Unless
96 # # your provider fixed the bug, or you get a fix for it, uname -S will
98 # UNIX_SV|UNIX_System_V|`uname -n`)
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-status22 case `uname -s` in
H A Dadsl-connect.in103 if test `uname -s` = Linux ; then
111 if test `uname -s` = Linux ; then
H A Dadsl-start.in57 echo "Output of uname -a" >> $DEBUG
58 uname -a >> $DEBUG
63 if [ "`uname -s`" = "Linux" ] ; then
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dconfig.guess38 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
40 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
44 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
45 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
46 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
47 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
58 # 1.2 uses "1.2" for uname -r.
102 UNAME_RELEASE=`uname -v`
181 UNAME_PROCESSOR=`/usr/bin/uname -p`
209 echo romp-ibm-aix # uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dconfig.guess38 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
40 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
44 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
45 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
46 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
47 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
58 # 1.2 uses "1.2" for uname -r.
102 UNAME_RELEASE=`uname -v`
181 UNAME_PROCESSOR=`/usr/bin/uname -p`
209 echo romp-ibm-aix # uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/autoconf/
H A Dconfig.guess116 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
118 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
122 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
123 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
124 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
125 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
222 # 1.2 uses "1.2" for uname -r.
280 # Should we change UNAME_MACHINE based on the output of uname instead
334 UNAME_RELEASE=`uname -v`
445 UNAME_PROCESSOR=`/usr/bin/uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/config/
H A Dconfig.guess130 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
132 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
136 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
137 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
138 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
139 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
268 # 1.2 uses "1.2" for uname -r.
273 # Should we change UNAME_MACHINE based on the output of uname instead
322 case `/usr/bin/uname -p` in
343 UNAME_RELEASE=`uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dconfig.guess38 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
40 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
44 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
45 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
46 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
47 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
61 # 1.2 uses "1.2" for uname -r.
168 UNAME_RELEASE=`uname -v`
268 UNAME_PROCESSOR=`/usr/bin/uname -p`
296 echo romp-ibm-aix # uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dconfig.guess128 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
130 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
283 # 1.2 uses "1.2" for uname -r.
291 # Should we change UNAME_MACHINE based on the output of uname instead
331 case `/usr/bin/uname -p` in
352 UNAME_RELEASE=`uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfig.guess127 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
129 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
133 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
134 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
135 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
136 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
248 # 1.2 uses "1.2" for uname -r.
308 # Should we change UNAME_MACHINE based on the output of uname instead
345 case `/usr/bin/uname -p` in
366 UNAME_RELEASE=`uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dconfig.guess128 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
130 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
290 # 1.2 uses "1.2" for uname -r.
298 # Should we change UNAME_MACHINE based on the output of uname instead
338 case `/usr/bin/uname -p` in
359 UNAME_RELEASE=`uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/autoconf/
H A Dconfig.guess116 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
118 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
122 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
123 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
124 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
125 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
222 # 1.2 uses "1.2" for uname -r.
280 # Should we change UNAME_MACHINE based on the output of uname instead
334 UNAME_RELEASE=`uname -v`
445 UNAME_PROCESSOR=`/usr/bin/uname
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Duname.c2 /* uname -- print system information
118 if (uname(&name) == -1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dver_linux12 uname -a
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A DMakefile.in45 case `uname -s` in \
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dip_util.c153 if (uname(&uts) < 0)

Completed in 287 milliseconds

123