Searched refs:uname (Results 1 – 14 of 14) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/ |
H A D | sysid.mak | 15 OSNAME := $(shell uname -s | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') 21 # RedHat use nonstandard options for uname at least in cygwin, 25 OSREALNAME := $(shell uname -o | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') 33 OSREL := $(shell uname -r | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') 37 M_ARCH := $(shell uname -m | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') 44 P_ARCH := $(shell uname -p | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') 55 NODENAME := $(shell uname -n | tr '[A-Z]' '[a-z]' ) 56 SYSVER := $(shell uname -v ) 70 # OS_VER := $(shell uname -s | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',_') 72 BUILD_SYSTEM := $(shell echo `uname -n` `uname -s` `uname -r` `uname -v` `uname -m` $$USER) [all …]
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | config.guess | 130 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 338 case `/usr/bin/uname -p` in 359 UNAME_RELEASE=`uname -v` 475 UNAME_PROCESSOR=`/usr/bin/uname -p` 1000 case `/bin/uname -X | grep "^Machine"` in 1011 elif /bin/uname -X 2>/dev/null >/dev/null ; then 1060 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1092 if uname -p 2>/dev/null >/dev/null ; then 1093 UNAME_MACHINE=`(uname -p) 2>/dev/null` 1154 case `uname -p` in [all …]
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | configure | 35 uname=${CHOST} 39 mname=`(uname -a || echo unknown) 2>/dev/null` 127 -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;; 221 if test -z "$uname"; then 222 uname=`(uname -s || echo unknown) 2>/dev/null` 224 case "$uname" in 247 case `(uname -m || echo unknown) 2>/dev/null` in 277 if test -z "$uname"; then 278 uname=`(uname -sr || echo unknown) 2>/dev/null` 280 case "$uname" in [all …]
|
H A D | ChangeLog | 455 - Allow Linux* or linux* from uname in configure [Bar-Lev] 668 - Add a --uname= option to configure to perhaps help with cross-compiling
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | netnamer.c | 149 _getgroups(uname, groups) in _getgroups() argument 150 char *uname; in _getgroups() 162 if (!strcmp(grp->gr_mem[i], uname)) { 166 "initgroups: %s is in too many groups\n", uname);
|
H A D | key_call.c | 357 if (uname(&u) == -1) 360 if (uname(&u) == -1) 362 if (uname(&u) == -1)
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | autogen.sh | 120 HOSTOS=`uname`
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | trace.c | 141 if (uname(&u) == 0) { in OpenTrace()
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | hpacc.mak | 49 HP_VERSION=$(shell uname -r)
|
/reactos/modules/rosapps/applications/net/ncftp/autoconf/ |
H A D | aclocal.m4 | 680 # Get first 127 chars of all uname information. Some folks have 682 unam=`uname -a 2>/dev/null | cut -c1-127` 2139 host=`uname -n 2>/dev/null | tr '[A-Z]' '[a-z]'` 2140 os=`uname -s 2>/dev/null | tr '[A-Z]' '[a-z]'` 2142 os_v=`uname -v 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.]*$//;s/pre.*//;s/test.*//' | awk '-F[-/: ]… 2143 os_r=`uname -r 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.]*$//;s/pre.*//;s/test.*//' | awk '-F[-/: ]… 2145 arch=`uname -m 2>/dev/null | tr '[A-Z]' '[a-z]'` 2146 archp=`uname -p 2>/dev/null | tr '[A-Z]' '[a-z]'`
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | config.h.in | 77 /* Result of "uname -a" */
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.borland | 154 3. For "'uname' is not recognized . . .", see "Configuring STLport" above.
|
/reactos/sdk/tools/widl/ |
H A D | typegen.c | 3792 const char *uname = NULL; in get_required_buffer_size_type() local 3793 const type_t *utype = get_user_type(type, &uname); in get_required_buffer_size_type() 3794 return get_required_buffer_size_type(utype, uname, NULL, FALSE, alignment); in get_required_buffer_size_type()
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog | 305 * build/Makefiles/gmake/sysid.mak: uname -m on MacOS return
|