HomeSort by relevance Sort by last modified time
    Searched refs:AWK (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/openssh/
survey.sh.in 18 AWK="@AWK@"
33 configinv=`$AWK '/^ \\\$.*configure/' config.log | sed 's/^ \\\$ //g'`
buildpkg.sh.in 27 AWK=${AWK:="nawk"}
144 eval $confvar=`awk '/#define[ \t]'$confvar'/{print $3}' config.h`
267 # XXX Is this necessary? If not, remove space line from mk-proto.awk.
382 SSH_PRIVSEP_GROUP=\`grep "^$SSH_PRIVSEP_USER:" \${PKG_INSTALL_ROOT}/etc/passwd | awk -F: '{print \$4}'\`
383 SSH_PRIVSEP_GROUP=\`grep ":\$SSH_PRIVSEP_GROUP:" \${PKG_INSTALL_ROOT}/etc/group | awk -F: '{print \$1}'\`
624 cat >mk-proto.awk << _EOF
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototyp
    [all...]
  /external/bison/djgpp/
config.site 50 AWK=${AWK='gawk'}
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzselect.ksh 24 # This script also uses several features of modern awk programs.
25 # If your host lacks awk, or has an old awk that does not conform to Posix.2,
29 # GNU awk (gawk)
38 : ${AWK=awk}
41 # Check for awk Posix compliance.
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible."
120 $AWK -v TZ="$TZ" 'BEGIN
    [all...]
  /external/icu4c/tools/tzcode/
tzselect.ksh 24 # This script also uses several features of modern awk programs.
25 # If your host lacks awk, or has an old awk that does not conform to Posix.2,
29 # GNU awk (gawk)
38 : ${AWK=awk}
41 # Check for awk Posix compliance.
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible."
120 $AWK -v TZ="$TZ" 'BEGIN
    [all...]
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 8 AWK=@AWK@
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /external/e2fsprogs/lib/et/
compile_et.sh.in 6 AWK=@AWK@
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et
    [all...]
  /external/qemu/
feature_to_c.sh 38 ${AWK:-awk} 'BEGIN { n = 0
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 142 AWK = @AWK@
mac-mf.inp 142 AWK = @AWK@
  /external/e2fsprogs/debian/
rules 189 cd ${stdbuilddir} && AWK=/usr/bin/awk \
193 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
202 cd ${mipsbuilddir} && AWK=/usr/bin/awk \
204 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \
217 cd ${bfbuilddir} && AWK=/usr/bin/awk \
    [all...]
  /external/bison/examples/calc++/
Makefile.am 38 $(AWK) -f ../extexi -v VERSION="$(VERSION)" \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 100 AWK = gawk
334 $(AWK) ' { files[$$0] = 1; } \
347 $(AWK) ' { files[$$0] = 1; } \
363 $(AWK) ' { files[$$0] = 1; } \
  /external/libogg/win32/
Makefile 71 AWK = gawk
  /external/llvm/
Makefile 250 AWK = awk
256 dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`;
  /external/elfutils/
configure 681 AWK
    [all...]
  /external/stressapptest/
configure 631 AWK
    [all...]
  /external/marisa-trie/
configure 634 AWK
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 663 AWK
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 678 AWK
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 25 This file lists all bug fixes, changes, etc., made since the AWK book
156 are available in awk, and they are more likely to work correctly in
165 fixed bug that permitted non-terminated RE, as in "awk /x".
177 reinstated. in theory awk will now do character comparisons
187 this tortuous reading is found in the awk book; behavior now
336 with code kindly provided by Bruce Lilly, awk now parses
414 example: awk 'length($0) > 10'. blush. at least i found it
483 to a "safe" version of awk, but don't rely on it too much. thanks
560 revised filenames: awk.g.y => awkgram.y, awk.lx.l => awklex.l
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure 688 AWK
    [all...]
  /external/genext2fs/
configure 668 AWK
    [all...]

Completed in 1547 milliseconds

1 2 3