Searched refs:UNAME (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/bsd/ekermit/dist/
H A Dmakefile32 @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O2" ek
/netbsd-current/distrib/sets/
H A Dregpkgset136 echo "OPSYS=$(${UNAME} -s)"
137 echo "OS_VERSION=$(${UNAME} -r)"
H A Dregpkg289 osvers="$(${UNAME} -r)"
597 echo "OPSYS=$(${UNAME} -s)"
598 echo "OS_VERSION=$(${UNAME} -r)"
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh33 UNAME=uname
178 "$UNAME" -a >> "$dir/versions" 2>> "$log"
/netbsd-current/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh147 UNAME="/bin/uname"
149 UNAME="/usr/bin/uname"
151 UNAME="echo"
153 SYSTEM=`$UNAME -a`
154 ARCH=`$UNAME -p`
158 MACHINE=`$UNAME -m`
/netbsd-current/external/mit/lua/dist/src/
H A DMakefile17 UNAME= uname macro
87 @echo "UNAME= $(UNAME)"
98 @echo Guessing `$(UNAME)`
99 @$(MAKE) `$(UNAME)`
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dconfig.pm210 open UNAME, "uname -X 2>/dev/null|" or return '';
213 while ( <UNAME> ) {
218 close UNAME;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l138 "union" { yylval.intval = UNAME; notype=1; return(C_STRUCT); }
H A Dstabs.c338 if (s->sclass == STNAME || s->sclass == UNAME || s->sclass == MOS ||
H A Dpass1.h70 #define UNAME 12 macro
H A Dcxxcode.c368 sp->sclass == UNAME || sp->sclass == NSPACE)
H A Dpftn.c691 else if (class == UNAME)
1030 } else if (rpole->rsou == STNAME || rpole->rsou == UNAME) {
2785 if (rpole->rsou != STNAME && rpole->rsou != UNAME)
2809 "UNAME",
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c337 if (s->sclass == STNAME || s->sclass == UNAME || s->sclass == MOS ||
H A Dpass1.h70 #define UNAME 12 macro
H A Dpftn.c724 else if (class == UNAME)
1034 if (rpole->rsou == UNAME)
1037 } else if (rpole->rsou == STNAME || rpole->rsou == UNAME) {
2833 if (rpole->rsou != STNAME && rpole->rsou != UNAME)
2857 "UNAME",
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_xar.c29 #define UNAME "cue" macro
36 chown $UNAME:$GNAME f1
39 chown $UNAME:$GNAME hardlink
91 assertEqualString(archive_entry_uname(ae), UNAME); local
114 assertEqualString(archive_entry_uname(ae), UNAME); local
126 chown $UNAME:$GNAME f1
129 chown $UNAME:$GNAME symlink
180 assertEqualString(archive_entry_uname(ae), UNAME); local
190 chown $UNAME:$GNAME devchar
229 assertEqualString(archive_entry_uname(ae), UNAME); local
279 assertEqualString(archive_entry_uname(ae), UNAME); local
328 assertEqualString(archive_entry_uname(ae), UNAME); local
370 assertEqualString(archive_entry_uname(ae), UNAME); local
432 assertEqualString(archive_entry_uname(ae), UNAME); local
[all...]
/netbsd-current/external/bsd/top/dist/
H A Dconfigure682 UNAME
3299 case $UNAME in
3301 ac_cv_path_UNAME="$UNAME" # Let the user override the test with a path.
3322 UNAME=$ac_cv_path_UNAME
3323 if test -n "$UNAME"; then
3324 { echo "$as_me:$LINENO: result: $UNAME" >&5
3325 echo "${ECHO_T}$UNAME" >&6; }
3332 test -n "$UNAME" && break
3338 if test "$UNAME"; then
3342 osrev=`$UNAME
[all...]
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dltconfig57 UNAME=${UNAME-`uname 2>/dev/null`}
58 case X$UNAME in

Completed in 279 milliseconds