HomeSort by relevance Sort by last modified time
    Searched refs:AWK (Results 1 - 25 of 64) 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/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 7 AWK=@AWK@
31 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
47 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /external/e2fsprogs/lib/et/
compile_et.sh.in 6 AWK=@AWK@
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
48 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
55 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /prebuilts/go/darwin-x86/lib/time/
update.bash 28 make CFLAGS=-DSTD_INSPIRED AWK=awk TZDIR=zoneinfo posix_only
33 size=$(ls -l zoneinfo/America/Los_Angeles | awk '{print $5}')
  /prebuilts/go/linux-x86/lib/time/
update.bash 28 make CFLAGS=-DSTD_INSPIRED AWK=awk TZDIR=zoneinfo posix_only
33 size=$(ls -l zoneinfo/America/Los_Angeles | awk '{print $5}')
  /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/devlib/devlib/bin/scripts/
shutils.in 11 AWK=${AWK:-$BUSYBOX awk}
160 PIDS=`$PS -o comm,pid | $GREP $FILTERS | $AWK '{print $2}'`
  /external/swiftshader/third_party/LLVM/
Makefile 243 AWK = awk
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
246 | $(AWK) '/Path:\ / {print $$2}'
  /external/curl/docs/examples/
Makefile.netware 103 # Here you can find a native Win32 binary of the original awk:
104 # http://www.gknw.net/development/prgtools/awk-20100523.zip
105 AWK = awk
114 # LIBARCH_U = $(shell $(AWK) 'BEGIN {print toupper(ARGV[1])}' $(LIBARCH))
115 LIBARCH_L = $(shell $(AWK) 'BEGIN {print tolower(ARGV[1])}' $(LIBARCH))
324 @$(AWK) -f ../../packages/NetWare/get_ver.awk $< > $@
  /external/e2fsprogs/debian/
rules 296 cd ${stdbuilddir} && AWK=/usr/bin/awk \
304 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
318 cd ${mipsbuilddir} && AWK=/usr/bin/awk \
326 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \
345 cd ${bfbuilddir} && AWK=/usr/bin/awk \
    [all...]
  /external/libogg/win32/
Makefile 71 AWK = gawk
  /external/google-breakpad/
configure 689 AWK
    [all...]
  /external/stressapptest/
configure 631 AWK
    [all...]
  /external/libpng/
configure 738 AWK
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 678 AWK
    [all...]
  /external/libedit/
configure 695 AWK
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure 722 AWK
    [all...]
  /external/libmicrohttpd/
configure 796 AWK
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 669 AWK
    [all...]
  /external/e2fsprogs/
configure 664 AWK
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/libexif/
configure 711 AWK
    [all...]

Completed in 747 milliseconds

1 2 3