Searched refs:UNAME (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/pan/cgi/ |
H A D | browse.cgi | 16 # get the UNAME line for a host, date, suite 45 if ($line =~ /^UNAME/) { 47 $line =~ s/UNAME *//; 60 if ($line =~ /^UNAME/) { 62 $line =~ s/UNAME="(.*)"/\1/; 108 #@rso = (HOST,SUITE, DATE, UNAME); 109 @rso = (SUITE, HOST, DATE, UNAME); 122 elsif ($so[$i] =~ /uname/i) { push(@rso, UNAME); } 146 $a_rec->{UNAME} = get_result_uname($host, $datestr);
|
H A D | reconsile.cgi | 71 if ($line =~ /^UNAME/) { 72 $line =~ s/UNAME *//; 73 $result_details->[$i]->{UNAME} = $line;
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 12 UNAME=$(shell uname) macro 15 ifeq ($(UNAME),Linux) 22 ifeq ($(UNAME),Darwin) 28 ifeq ($(UNAME),AIX) 36 $(warning this script may not know how to handle your $(UNAME) system)
|
/third_party/pulseaudio/sonic/ |
H A D | Makefile | 9 UNAME := $(shell uname) macro 10 ifeq ($(UNAME), Darwin)
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 210 open UNAME, "uname -X 2>/dev/null|" or return ''; 213 while ( <UNAME> ) { 218 close UNAME;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 210 open UNAME, "uname -X 2>/dev/null|" or return ''; 213 while ( <UNAME> ) { 218 close UNAME;
|
/third_party/lz4/programs/ |
H A D | Makefile | 58 OS_VERSION ?= $(UNAME) -r
|
/third_party/lz4/ |
H A D | Makefile | 111 ifneq (,$(filter MSYS%,$(shell $(UNAME))))
|
/third_party/lz4/tests/ |
H A D | Makefile | 161 ifneq (,$(filter $(shell $(UNAME)), Darwin )) 169 ifneq (,$(filter $(shell $(UNAME)),SunOS))
|
/third_party/lame/ |
H A D | configure | 18339 UNAME=`uname` 18345 if test "$UNAME" = "Rhapsody"; then 18353 if test "$UNAME" = "Darwin"; then 18366 if test "$UNAME" = "OS/2"; then 18392 if test "$UNAME" = "AmigaOS" ; then
|
Completed in 22 milliseconds