Home
last modified time | relevance | path

Searched refs:AWK (Results 51 – 75 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh54 AWK=/usr/bin/awk
204 need_bootscript=`echo $SUPPORTED_DRIVERS|$AWK -F"|" '{print NF}'`
408 ONDISKVER=`$AWK '/bootpath/ {print $3}' /boot/solaris/bootenv.rc|\
634 ROOTSCSIVHCI=`$DF /|$AWK -F":" '{print $1}' | \
635 $AWK -F"(" '{print $2}'| $SED -e"s,),,"`
636 TMPROOTDEV=`$LS -l $ROOTSCSIVHCI |$AWK -F">" '{print $2}' | \
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh916 $AWK '
1020 $AWK '
1102 $AWK '
1301 $AWK '
1823 eval $( diff -e $1 $2 | $AWK '
1957 $AWK '{ c = 1; print;
2057 svn status | $AWK '/^[ACDMR]/ { print $NF }' > $FLIST
2302 [[ -z $AWK ]] && AWK=$(look_for_prog nawk)
2303 [[ -z $AWK ]] && AWK=$(look_for_prog gawk)
2304 [[ -z $AWK ]] && AWK=$(look_for_prog awk)
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.lilly3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
42 $AWK '
H A DT.expr3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
13 $AWK '
/illumos-gate/usr/src/cmd/svc/common/
H A Dr.manifest34 AWK=/usr/bin/awk
65 manifest=`echo "${PKG_INSTALL_ROOT} $1" | $AWK \
H A Di.manifest34 AWK=/usr/bin/awk
68 $AWK "(\$1==\"$fmri\") \
/illumos-gate/usr/src/common/mapfiles/gen/
H A DMakefile95 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS1)
98 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS2)
/illumos-gate/usr/src/cmd/auditd/
H A Dsvc-auditd32 AWK=/usr/bin/awk
167 $AWK '/^contract_id/ {print $2}'`
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.in78 AWK = @AWK@
256 $(AWK) ' { files[$$0] = 1; } \
269 $(AWK) ' { files[$$0] = 1; } \
285 $(AWK) ' { files[$$0] = 1; } \
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in84 AWK = @AWK@
268 $(AWK) ' { files[$$0] = 1; } \
281 $(AWK) ' { files[$$0] = 1; } \
297 $(AWK) ' { files[$$0] = 1; } \
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.in79 AWK = @AWK@
282 $(AWK) ' { files[$$0] = 1; } \
295 $(AWK) ' { files[$$0] = 1; } \
311 $(AWK) ' { files[$$0] = 1; } \
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Daryprm6.ok1 $AWK: illegal statement
H A Dcallparam.ok1 $AWK: calling undefined function b
H A Dnulinsrc.ok1 $AWK: non-terminated regular expression \... at source line 1
H A Dnfneg.ok1 $AWK: cannot set NF to a negative value
H A Darrayparm.ok1 $AWK: can't assign to foo; it's an array name.
H A Darryref3.ok1 $AWK: can't assign to a; it's an array name.
H A Daryprm1.ok1 $AWK: can't assign to arr; it's an array name.
H A Daryprm4.ok1 $AWK: can't assign to a; it's an array name.
H A Dgsubasgn.ok1 $AWK: can't read value of test1; it's a function.
H A Dsclforin.ok1 $AWK: can't assign to j; it's an array name.
H A Dfnaryscl.ok1 $AWK: can't assign to foo; it's an array name.
H A Dsclifin.ok1 $AWK: can't assign to j; it's an array name.
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dfs-overflow.ok1 $AWK: field separator cccccccccc... is too long
H A Dnegative-nf.ok1 $AWK: cannot set NF to a negative value

12345