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

1 2 3

  /external/libedit/src/
makelist 67 cat $FILES | $AWK '
91 cat $FILES | $AWK '
139 $AWK '
151 cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
152 sort | tr '[a-z]' '[A-Z]' | $AWK '
173 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
204 echo "$FILES" | tr ' ' '\012' | $AWK '
218 cat $FILES | $AWK '
  /external/libpng/scripts/
pnglibconf.mak 6 # given just 'awk', a C preprocessor and standard command line utilities
9 # the make command line (AWK='nawk' for example).
10 AWK = gawk
11 AWK = mawk
12 AWK = nawk
13 AWK = one-true-awk
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk'
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&
    [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/icu/icu4c/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/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/libpng/projects/owatcom/
pngconfig.mak 22 # Read awk from the environment if set, else it can be set on the command
23 # line (the default approach is to set the %awk% environment variable in the
25 !ifdef %awk
26 AWK=$(%awk)
35 !ifdef AWK
45 $(AWK) -f << dfn1.out >dfn2.out
60 pnglibconf.dfn: ..\..\scripts\pnglibconf.dfa ..\..\scripts\options.awk pngconfig.dfa ..\..\pngconf.h
62 $(AWK) -f ..\..\scripts\options.awk out=dfn1.out version=search ..\..\pngconf.h ..\..\scripts\pnglibconf.dfa pngconfig.dfa $(DFA_XTRA) (…)
    [all...]
  /external/bison/examples/calc++/
Makefile.am 38 $(AWK) -f ../extexi -v VERSION="$(VERSION)" \
  /external/e2fsprogs/debian/
rules 255 cd ${stdbuilddir} && AWK=/usr/bin/awk \
259 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
268 cd ${mipsbuilddir} && AWK=/usr/bin/awk \
271 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \
285 cd ${bfbuilddir} && AWK=/usr/bin/awk \
    [all...]
  /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}' > $@
  /external/libogg/win32/
Makefile 71 AWK = gawk
  /external/llvm/
Makefile 260 AWK = awk
266 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/0.153/
configure 656 AWK
    [all...]
  /external/libpng/
configure 729 AWK
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 678 AWK
    [all...]
  /external/libedit/
configure 695 AWK
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure 688 AWK
    [all...]
  /external/genext2fs/
configure 668 AWK
    [all...]
  /external/e2fsprogs/
configure 655 AWK
    [all...]
  /external/mksh/src/
Build.sh 809 : ${AWK=gawk} ${CC=cc -posix}
930 : ${AWK=awk} ${CC=cc} ${NROFF=nroff} ${SIZE=size}
    [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/chromium_org/third_party/libxml/src/
configure 901 AWK
    [all...]
  /external/chromium_org/third_party/opus/src/
configure 703 AWK
    [all...]

Completed in 417 milliseconds

1 2 3