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

1 2 3 4 5 6 7 8 910

  /sfw/usr/src/cmd/gawk/gawk-3.1.5/test/
fflush.sh 2 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"cat"}'
4 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"cat"}'|cat
6 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");close("/dev/stdout");print "2nd"|"cat"}'|cat
8 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"cat";close("cat")}'|cat
10 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"cat";close("cat")}'|cat
12 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"cat";close("cat")}'|cat
14 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"sort"}'|cat
16 ../gawk 'BEGIN{print "1st";fflush("/dev/stdout");print "2nd"|"sort";close("sort")}'|cat
pid.sh 2 AWK=${AWK-../gawk}
gensub.awk 1 BEGIN { a = "this is a test of gawk"
2 b = gensub(/(this).*(test).*(gawk)/, "3 = <\\3>, 2 = <\\2>, 1 = <\\1>", 1, a)
regtest.sh 4 "") AWK=../gawk ;;
6 #AWK=${AWK:-../gawk}
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/awklib/eg/network/
PostAgent.sh 6 gawk -f $MobAg $MobAg > /dev/null &
8 gawk 'BEGIN { print "\r\nAgent started" }'
  /sfw/usr/src/cmd/bash/bash-4.0/examples/scripts/
zprintf 3 # zprintf - function that calls gawk to do printf for those systems that
6 # The format and arguments can have trailing commas, just like gawk
26 gawk "BEGIN { printf \"$fmt\" $args }"
  /sfw/usr/src/cmd/gdb/gdb-6.8/sim/igen/
compare_igen_models 45 gawk -v model1="$model1" -v model2="$model2" -F: -- '
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/vms/
vmsbuild.com 1 $! vmsbuild.com -- Commands to build GAWK Pat Rankin, Dec'89
3 $! gawk 2.13 revised, Jun'91
4 $! gawk 2.14 revised, Sep'92
5 $! gawk 2.15 revised, Oct'93
6 $! gawk 3.0 revised, Dec'95
7 $! gawk 3.0.1 revised, Nov'96
8 $! gawk 3.1.0 revised, Mar'01
9 $! gawk 3.1.1 revised, Apr'02
16 $ CDEFS = "GAWK,HAVE_CONFIG_H"
88 $ set command/Object=[]gawk_cmd.obj [.vms]gawk.cl
    [all...]
vmstest.com 6 $! This assumes that newly built gawk.exe is in the next directory up.
11 $ gawk = "$sys$disk:[-]gawk"
97 $ echo "gawk_ext (gawk.extensions)"
123 The inet tests only work if gawk has been built with tcp/ip socket
144 $ gawk -f swaplns.awk swaplns.in >tmp.
151 $ gawk -f messages.awk > out2 >& out3
163 $ gawk -f argarray.awk ./argarray.in - >tmp.
170 $ gawk -f fstabplus.awk >tmp.
177 $ gawk -f fsrs.awk fsrs.in >tmp
    [all...]
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/doc/
Makefile.am 2 # doc/Makefile.am --- automake input file for gawk
6 # This file is part of GAWK, the GNU implementation of the
9 # GAWK is free software; you can redistribute it and/or modify
14 # GAWK is distributed in the hope that it will be useful,
26 info_TEXINFOS = gawk.texi gawkinet.texi
28 man_MANS = gawk.1 igawk.1
56 # make pgawk.1 a link to gawk.1 in the installed man directory.
61 # Link gawk.1 to pgawk.1
64 $(LN) gawk.1 pgawk.1 2>/dev/null ; \
71 postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD
    [all...]
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/awklib/eg/prog/
igawk.sh 2 # igawk --- like gawk but do @include processing
61 gawk --version
129 processed_program=`gawk -- "$expand_prog" /dev/stdin <<EOF
133 eval gawk $opts -- '"$processed_program"' '"$@"'
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/pc/awklib/
igawk 3 # igawk --- like gawk but do @include processing
58 gawk --version
82 gawk -f igawk.awk $igs > $ige
83 eval gawk -f '$ige' $opts -- "$@"
  /sfw/usr/src/cmd/gawk/
install-sfw 29 VERS=gawk-3.1.5
55 # The gawk manpages are updated by Sun to include a comment, an
65 _install M gawk.1 ${MAN1DIR}/gawk.1 444
66 _install H ${MAN1DIR}/gawk.1 ${MAN1DIR}/pgawk.1 444
67 _install L ../../../../share/man/man1/gawk.1 ${GNUMAN1DIR}/awk.1
69 _install N gawk.info ${INFODIR}/gawk.info 444
71 install-info --dir-file=${INFODIR}/dir ${INFODIR}/gawk.info
76 _install E gawk ${BINDIR}/gawk 55
    [all...]
Makefile.sfw 29 VER=gawk-3.1.5
30 PROG=gawk
  /sfw/usr/src/cmd/bash/bash-4.0/examples/scripts.v2/
cal2day.bash 30 cal $1 ${3:-$(date +%Y)} | gawk -FX '
pages 59 gawk "
vtree 55 gawk -F/ '
  /sfw/usr/src/lib/gtk+/gtk+-1.2.10/examples/
extract.sh 11 if [ -x /usr/bin/gawk ]; then
12 gawk -f extract.awk ../docs/gtk_tut.sgml $1 $2 $3 $4 $5
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/
Makefile.am 2 # Makefile.am --- automake input file for gawk
6 # This file is part of GAWK, the GNU implementation of the
9 # GAWK is free software; you can redistribute it and/or modify
14 # GAWK is distributed in the hope that it will be useful,
68 # Build explicitly in "." in order to build gawk first, so
78 bin_PROGRAMS = gawk pgawk
80 # sources for both gawk and pgawk
118 # Directory for gawk's data files. Automake supplies datadir.
121 # stuff for compiling gawk/pgawk
140 # First, add a link from gawk to gawk-X.Y.Z
    [all...]
  /sfw/usr/src/cmd/mysql-5-0/mysql-5.0.86/bdb/dist/
s_all 5 for x in gawk awk ; do
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/pc/
Makefile 1 # Makefile for gawk (GNU awk) Dec 2000
31 @echo " install . Install gawk under $(prefix)/ "
39 RSPFILE = gawk.rsp
78 # cp, mkdir, sed, and sh); method 2 uses gawk and batch files.
96 #DYN_EXP=gawk.exp
109 LDJG = $(CC) $(LF) -o gawk.exe $(LDRSP) $(LF2)
111 BDJG = stubify -g awk.exe | stubedit awk.exe runfile=gawk
125 LDJGv1 = $(CC) $(LF) -o gawk $(LDRSP) $(LF2)
126 #BDJGv1 = coff2exe -s /djgpp/bin/go32.exe gawk
127 BDJGv1 = coff2exe gawk
    [all...]
  /sfw/usr/src/pkgdefs/SUNWgawk/
prototype_com 48 f none usr/bin/gawk 0555 root bin
53 s none usr/gnu/bin/awk=../../bin/gawk
80 f none usr/share/info/gawk.info 444 root bin
85 f none usr/share/locale/ca/LC_MESSAGES/gawk.mo 444 root other
88 f none usr/share/locale/da/LC_MESSAGES/gawk.mo 444 root other
91 f none usr/share/locale/de/LC_MESSAGES/gawk.mo 444 root other
94 f none usr/share/locale/es/LC_MESSAGES/gawk.mo 444 root other
97 f none usr/share/locale/fr/LC_MESSAGES/gawk.mo 444 root other
100 f none usr/share/locale/ga/LC_MESSAGES/gawk.mo 444 root other
103 f none usr/share/locale/he/LC_MESSAGES/gawk.mo 444 root othe
    [all...]
  /sfw/usr/src/cmd/gettext/gettext-0.16.1/gettext-tools/tests/
lang-gawk 5 # Assumes the following packages are installed: gawk.
88 # Test for presence of gawk version 3.1.3 or newer.
89 (gawk --version) >/dev/null 2>/dev/null \
90 || { echo "Skipping test: gawk not found"; rm -fr $tmpfiles; exit 77; }
91 case `gawk --version 2>&1 | sed -e 's/^[^0-9]*//'` in
93 echo "Skipping test: gawk version too old"; rm -fr $tmpfiles; exit 77;;
124 # Test that gawk wasn't built with --disable-nls.
128 LANGUAGE= LC_ALL=$LOCALE_FR gawk --version | grep logiciel > /dev/null
130 echo "Skipping test: gawk was built without i18n support"
135 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 gawk --version | grep logiciel > /dev/nul
    [all...]
  /sfw/usr/src/cmd/cimserver/pegasus/doc/ProviderSpec/
Makefile 46 gawk --file=DocToc.awk $(DOC_HEAD) >DocTOC.htm
  /sfw/usr/src/cmd/gdb/gdb-6.8/gdb/testsuite/gdb.server/
ext-attach.exp 62 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 910