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

/openwrt/scripts/
H A Dportable_date.sh3 case $(uname) in
H A Dopenbsd.sh2 ver=$(uname -r)
3 arch=$(uname -m)
H A Dconfig.guess124 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
132 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
133 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
302 # 1.2 uses "1.2" for uname -r.
310 # Should we change UNAME_MACHINE based on the output of uname instead
359 case `/usr/bin/uname
[all...]
/openwrt/include/
H A Dhost.mk32 HOST_OS=`uname`; \
34 Linux) HOST_ARCH=`uname -m`;; \
35 Darwin) HOST_ARCH=`uname -m`;; \
36 *) HOST_ARCH=`uname -p`;; \
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh183 local uid gid uname gname
186 set -- $tuple; uname="$1"; gname="$2"
188 set -- $uname; uname="$1"; uid="$2"
198 if [ -n "$uname" ]; then
199 user_exists "$uname" || user_add "$uname" "$uid" "$gid"
202 if [ -n "$uname" ] && [ -n "$gname" ]; then
203 group_add_user "$gname" "$uname"
206 unset uid gid uname gnam
[all...]
/openwrt/target/linux/uml/
H A DMakefile13 ARCH:=$(shell uname -m | sed \
/openwrt/package/network/config/vti/files/
H A Dvti.sh149 [ -f /lib/modules/$(uname -r)/ip_vti.ko ] && add_protocol vti
150 [ -f /lib/modules/$(uname -r)/ip6_vti.ko ] && add_protocol vti6
/openwrt/package/network/config/gre/files/
H A Dgre.sh236 [ -f /lib/modules/$(uname -r)/gre.ko ] && add_protocol gre
237 [ -f /lib/modules/$(uname -r)/gre.ko ] && add_protocol gretap
238 [ -f /lib/modules/$(uname -r)/ip6_gre.ko ] && add_protocol grev6
239 [ -f /lib/modules/$(uname -r)/ip6_gre.ko ] && add_protocol grev6tap
/openwrt/package/libs/zlib/
H A DMakefile56 --uname=Linux \
/openwrt/scripts/config/
H A Dsymbol.c55 uname(&uts);

Completed in 44 milliseconds