Home
last modified time | relevance | path

Searched refs:AWK (Results 26 – 50 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade52 AWK=/usr/bin/awk
99 ISPHYS=`echo $special |$AWK '/^\/dev\/dsk/ {print}'`;
137 $AWK -F":" '{print $1}'`
226 DUMPISZFS=`$AWK -F"=" '/DUMPADM_DEVICE/ {print $2}' /etc/dumpadm.conf|$EGREP zvol`
265 ONDISKVER=`$AWK '/bootpath/ {print $3}' /boot/solaris/bootenv.rc|\
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dcompare.sh3 if [[ -z "$AWK" ]]; then
8 $AWK 'BEGIN {
H A Dleaddig.sh3 if [[ -z "$AWK" ]]; then
12 $AWK -v x=2E 'BEGIN {
H A Drandtest.sh34 if [ -z "$AWK" ]; then
48 $AWK 'BEGIN{
H A Dnors.sh3 if [[ -z "$AWK" ]]; then
8 echo A B C D E | tr -d '\12\15' | $AWK '{ print $NF }' - nors.in
H A Dgetline2.sh3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
11 $AWK -f $SCRIPT $SCRIPT $SCRIPT
H A Dlocalenl.sh36 if [ -z "$AWK" ]; then
56 $AWK '
H A Dmessages.sh3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
15 $AWK 'BEGIN {
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dreadbuf.ok1 $AWK: syntax error at source line 3
5 $AWK: illegal statement at source line 3
H A Dunterm.ok1 $AWK: non-terminated string ............. at source line 1
4 $AWK: giving up
H A Dbadbuild.ok1 $AWK: syntax error at source line 1 source file badbuild.awk
4 $AWK: bailing out at source line 1
H A Dsynerr1.ok1 $AWK: syntax error at source line 4 source file synerr1.awk
4 $AWK: bailing out at source line 4
H A Dfnmisc.ok1 $AWK: syntax error at source line 11 source file fnmisc.awk
4 $AWK: bailing out at source line 11
H A Dsynerr2.ok1 $AWK: syntax error at source line 47 source file synerr2.awk
4 $AWK: illegal statement at source line 47 source file synerr2.awk
H A Dbadassign1.ok1 $AWK: syntax error at source line 1 source file badassign1.awk
4 $AWK: illegal statement at source line 1 source file badassign1.awk
H A Dparseme.ok1 $AWK: syntax error at source line 1 source file parseme.awk
4 $AWK: illegal statement at source line 1 source file parseme.awk
H A Dnoparms.ok1 $AWK: syntax error at source line 1 in function x source file noparms.awk
4 $AWK: bailing out at source line 1 in function x
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.recache3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
22 $AWK '
H A DT.exprconv3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
20 $AWK '
H A DT.system3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
21 $AWK 'BEGIN {
H A DT.delete3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
29 $AWK '
H A DT.chem3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
24 $AWK -f chem.awk $i > $TEMP1
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh41 AWK=/usr/bin/nawk
98 loc_messages=`$LOCALE | $GREP LC_MESSAGES | $AWK -F"=" '{print $2}`
265 regions=$($AWK -F'\t' \
333 TZ=$($AWK -F'\t' \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile76 cd src/libc/xcurses; $(AWK) -f mknames.awk caps
80 cd src/libc/xcurses; $(AWK) -f mkterm.awk caps > term.h
85 cd src/libc/xcurses; $(AWK) -f mkkey.awk caps > keyindex.c
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile84 cd src/libc/xcurses; $(AWK) -f mknames.awk caps
88 cd src/libc/xcurses; $(AWK) -f mkterm.awk caps > term.h
93 cd src/libc/xcurses; $(AWK) -f mkkey.awk caps > keyindex.c

12345