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

12345

/haiku-fatelf/src/bin/coreutils/man/
H A Duname.x2 uname \- print system information
6 arch(1), uname(2)
H A Darch.x2 arch \- print machine hardware name (same as uname -m)
6 uname(1), uname(2)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsys_utsname.in.h83 extern int uname (struct utsname *buf) _GL_ARG_NONNULL ((1));
86 # undef uname macro
87 # define uname(b) \ macro
88 (GL_LINK_WARNING ("uname is unportable - " \
89 "use gnulib module uname for portability"), \
90 uname (b))
H A Dgethostname.c48 if (uname (&uts) == -1)
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dwrapper35 ARCH=`uname -m`
H A DMakefile76 @mkdir -p bin-`uname -m`; cd bin-`uname -m`; MACH=`uname -m` $(MAKE) -f ../Makefile.`uname -s` UNAME_RELEASE=`uname -r | sed 's/\./_/g'` $@
/haiku-fatelf/headers/posix/sys/
H A Dutsname.h24 int uname(struct utsname *);
/haiku-fatelf/src/build/libbe/app/
H A DAppMisc.cpp71 return (uname(&info) == 0 && strcmp(info.sysname, "Haiku") == 0);
/haiku-fatelf/src/libs/ncurses/misc/
H A Dtdlint41 ARCH=`uname -s`
43 echo '? uname not found'
54 case `uname -r` in
H A Dmakellib53 ARCH=`uname -s`
55 case `uname -r` in
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dattributes.c217 ntfschar *uname = NULL; local
254 uname = ntfs_calloc(MAX_PATH);
255 ulen = ntfs_mbstoucs(ntfs_attr_name, &uname);
262 na = ntfs_attr_open(ni, AT_DATA, uname, ulen);
269 if (ntfs_attr_add(ni, AT_DATA, uname, ulen, NULL, 0) < 0) {
275 na = ntfs_attr_open(ni, AT_DATA, uname, ulen);
295 cookie->uname = uname;
298 uname = NULL;
303 if (uname !
327 ntfschar *uname = NULL; local
671 ntfschar *uname = NULL; local
[all...]
/haiku-fatelf/src/apps/codycam/
H A Dmakefile60 ifeq ($(shell uname -m), BePC)
/haiku-fatelf/3rdparty/mesa/
H A Dmesa-o-matic.sh26 if [[ $( uname ) != "Haiku" ]]; then
106 PLATFORM=$( uname -m )
/haiku-fatelf/data/system/boot/
H A DSetupEnvironment12 case `uname -m` in
20 BE_HOST_CPU=`uname -m`
/haiku-fatelf/src/bin/rcs/
H A Drcsfcmp.c145 rcsfcmp(xfp, xstatp, uname, delta)
148 char const *uname;
150 /* Compare the files xfp and uname. Return zero
151 * if xfp has the same contents as uname and neither has keywords,
156 * if xfp contains the same as uname, with the keywords expanded.
175 if (!(ufp = Iopen(uname, FOPEN_R_WORK, &ustat))) {
176 efaterror(uname);
/haiku-fatelf/src/bin/sharutils/lib/
H A Dwhoami.c64 | Do uname, gethostname, or read file (/etc/systemid). |
74 uname (&hostname_buffer);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_init/speculative/
H A D5-2.c95 ret = uname(&un);
/haiku-fatelf/src/libs/pdflib/config/
H A Dconfig.guess115 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
117 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
121 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
122 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
123 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
124 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
182 # 1.2 uses "1.2" for uname -r.
240 # Should we change UNAME_MACHINE based on the output of uname instead
312 UNAME_RELEASE=`uname -v`
337 echo `uname
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
280 # 1.2 uses "1.2" for uname -r.
285 # Should we change UNAME_MACHINE based on the output of uname instead
334 case `/usr/bin/uname -p` in
374 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
345 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/bin/gdb/
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
298 # 1.2 uses "1.2" for uname -r.
303 # Should we change UNAME_MACHINE based on the output of uname instead
346 case `/usr/bin/uname -p` in
367 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dconfig.guess131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
345 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/libs/ncurses/
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
265 # 1.2 uses "1.2" for uname -r.
270 # Should we change UNAME_MACHINE based on the output of uname instead
319 case `/usr/bin/uname -p` in
340 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/bin/gdb/readline/support/
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
301 # 1.2 uses "1.2" for uname -r.
309 # Should we change UNAME_MACHINE based on the output of uname instead
352 case `/usr/bin/uname -p` in
373 UNAME_RELEASE=`uname
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
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
286 # 1.2 uses "1.2" for uname -r.
294 # Should we change UNAME_MACHINE based on the output of uname instead
337 case `/usr/bin/uname -p` in
358 UNAME_RELEASE=`uname
[all...]

Completed in 185 milliseconds

12345