Home
last modified time | relevance | path

Searched full:awk (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/libpng/scripts/
Dpnglibconf.mak6 # given just 'awk', a C preprocessor and standard command line utilities
9 # the make command line (AWK='nawk' for example).
10 AWK = gawk macro
11 AWK = mawk macro
12 AWK = nawk macro
13 AWK = one-true-awk macro
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk' macro
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&2
41 pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $(srcdir)/pngconf.h …
43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2
[all …]
Dgensrc.cmake.in2 # Generate source files with awk, based upon the automake logic.
15 set(AWK "@AWK@") variable
26 COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
36 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
53 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
63 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
82 execute_process(COMMAND "${AWK}" "s==0 && NR>1{print prev}
112 execute_process(COMMAND "${AWK}"
Dmakefile.std37 AWK = awk
68 $(AWK) -f "scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&2
71 pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
73 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2
74 $(ECHO) "If 'awk' crashes try a better awk (e.g. AWK='nawk')" >&2
75 $(AWK) -f scripts/options.awk out="pnglibconf.pre"\
78 $(AWK) -f scripts/options.awk out="pnglibconf.tmp" pnglibconf.pre 1>&2
Dgenchk.cmake.in2 # Generate .chk from .out with awk (generic), based upon the automake logic.
14 set(AWK "@AWK@") variable
24 # Generate .chk from .out with awk (generic)
26 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/checksym.awk"
Dgenout.cmake.in2 # Generate .out from .c with awk (generic), based upon the automake logic.
15 set(AWK "@AWK@") variable
81 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/dfn.awk"
/third_party/ltp/
Dver_linux67 make --version 2>&1 | awk -F, '{print $1}' | awk \
70 ld -v 2>&1 | awk -F\) '{print $1}' | awk \
73 mkswap -V 2>&1 | awk '{print "util-linux ", $NF}'
75 mount --version 2>&1 | awk -F\- '{print "mount ", $NF}'
77 insmod -V 2>&1 | awk 'NR==1 {print "modutils ",$NF}'
79 tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
82 reiserfsck 2>&1 | grep reiserfsprogs | awk \
85 cardmgr -V 2>&1| grep version | awk \
88 pppd --version 2>&1| grep version | awk \
91 isdnctrl 2>&1 | grep version | awk \
[all …]
/third_party/skia/third_party/externals/libpng/projects/owatcom/
Dpngconfig.mak22 # 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) macro
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\pngl…
63 $(AWK) -f ..\..\scripts\options.awk out=dfn2.out dfn1.out 1>&2
84 @$(ECHO) $$(AWK) NOT AVAILABLE: COPYING scripts\pnglibconf.h.prebuilt
[all …]
/third_party/tzdata/
Dtzselect.ksh29 # This script also uses several features of POSIX awk.
30 # If your host lacks awk, or has an old awk that does not conform to POSIX,
33 # Gawk (GNU awk) <https://www.gnu.org/software/gawk/>
35 # nawk <https://github.com/onetrueawk/awk>
37 # Because 'awk "VAR=VALUE" ...' and 'awk -v "VAR=VALUE" ...' are not portable
38 # if VALUE contains \, ", or newline, awk scripts in this file use:
39 # awk 'BEGIN { VAR = substr(ARGV[1], 2); ARGV[1] = "" } ...' ="VALUE"
47 : ${AWK=awk}
57 # Check for awk POSIX compliance.
58 ($AWK -v x=y 'BEGIN { exit 123 }') <>/dev/null >&0 2>&0
[all …]
DMakefile466 # The name of a POSIX-compliant 'awk' on your system.
467 # mawk 1.3.3 and Solaris 10 /usr/bin/awk do not work.
468 # Also, it is better (though not essential) if 'awk' supports UTF-8,
469 # and unfortunately mawk and busybox awk do not support UTF-8.
470 # Try AWK=gawk or AWK=nawk if your awk has the abovementioned problems.
471 AWK= awk macro
593 LEAP_DEPS= leapseconds.awk leap-seconds.list
594 TZDATA_ZI_DEPS= ziguard.awk zishrink.awk version $(TDATA) \
596 DSTDATA_ZI_DEPS= ziguard.awk $(TDATA) $(PACKRATDATA) $(PACKRATLIST)
599 AWK_SCRIPTS= checklinks.awk checknow.awk checktab.awk leapseconds.awk \
[all …]
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
Ddynamic_debug01.sh14 TST_NEEDS_CMDS="awk /bin/echo"
30 DEBUGFS_PATH=$(awk '/debugfs/{print $2}' /proc/mounts)
85 if awk -v emp="$EMPTY_FLAG" '$3 != emp' "$DEBUGFS_CONTROL" \
95 DD_FUNCS=$(awk -F " |]" '{print $3}' "$DYNDEBUG_STATEMENTS" \
97 DD_FILES=$(awk -F " |:" '{print $1}' "$DYNDEBUG_STATEMENTS" \
99 DD_LINES=$(awk -F " |:" '{print $2}' "$DYNDEBUG_STATEMENTS" \
101 DD_MODULES=$(awk -F [][] '{print $2}' "$DYNDEBUG_STATEMENTS" \
123 FLAGS_SET=$(awk -v emp="$EMPTY_FLAG" '$3 != emp' $DYNDEBUG_STATEMENTS)
128 | awk -v prf= -F " |:" \
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzselect.ksh24 # 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 {
138 countries=$($AWK -F'\t' \
182 regions=$($AWK -F'\t' \
[all …]
DMakefile.in94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
100 -mv $(TZORIG)/zishrink.awk $(TZORIG)/zishrink.awk.orig
101 …e '/if (line ~ \/^R SystemV \/) return/s/^/#/' $(TZORIG)/zishrink.awk.orig > $(TZORIG)/zishrink.awk
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/third_party/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh24 # 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 {
138 countries=$($AWK -F'\t' \
182 regions=$($AWK -F'\t' \
[all …]
DMakefile.in94 awk -v DATAFORM=rearguard -f $(TZORIG)/ziguard.awk $(TZORIG)/$$tzfile.bak > $(TZORIG)/$$tzfile; \
100 -mv $(TZORIG)/zishrink.awk $(TZORIG)/zishrink.awk.orig
101 …e '/if (line ~ \/^R SystemV \/) return/s/^/#/' $(TZORIG)/zishrink.awk.orig > $(TZORIG)/zishrink.awk
146 awk -v DATAFORM=rearguard -f ziguard.awk $(VANGUARD_DIR)/$$tzfile > $$tzfile; \
/third_party/jerryscript/tools/
Drun-perf-test.sh122 rel=$(echo "${OLD_value}" "${NEW_value}" | awk '{ print $2 / $1; }')
128 PERCENT=$(echo "$rel" | awk '{print (1.0 - $1) * 100; }')
134 awk "{
147 PERCENT_inaccuracy=$(echo "$rel_inaccuracy" | awk '{ print $1 * 100.0 }')
150 awk "{
171 awk "{
216 rel_mult=$(echo "$rel_mult" "$rel" | awk '{print $1 * $2;}')
298 mem_rel_gmean=$(echo "$mem_rel_mult" "$mem_n" | awk '{print $1 ^ (1.0 / $2);}')
299 mem_percent_gmean=$(echo "$mem_rel_gmean" | awk '{print (1.0 - $1) * 100;}')
305 perf_rel_gmean=$(echo "$perf_rel_mult" "$perf_n" | awk '{print $1 ^ (1.0 / $2);}')
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
Dcpuset_syscall_testset.sh107 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
119 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
131 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
143 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
155 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
172 allowed_list="$(awk '/Cpus_allowed_list:/{print $2}' $TEST_PROCSTATUS )"
192 awk '{print $2}')
208 awk '{print $2}')
224 awk '{print $2}')
240 awk '{print $2}')
[all …]
/third_party/ltp/testcases/network/rpc/basic_tests/rpcinfo/
Drpcinfo01.sh23 TPNUM=$(grep tcp rpc_out | awk '{print $1}')
24 TVNUM=$(grep tcp rpc_out | awk '{print $2}')
25 TCPNAME=$(grep tcp rpc_out | awk '{print $5}')
26 UPNUM=$(grep udp rpc_out | awk '{print $1}')
27 UVNUM=$(grep udp rpc_out | awk '{print $2}')
28 UDPNAME=$(grep udp rpc_out | awk '{print $5}')
/third_party/icu/icu4c/as_is/os400/
DconvertConfigure.sed20 #s/[ ]*del -f [^ ]*.awk/#&/
29 s%^ac_cr=%# AWK reads ASCII, not EBCDIC\
30 touch -C 819 $tmp/defines.awk $tmp/subs.awk $tmp/subs1.awk conf$$subs.awk\
/third_party/skia/third_party/externals/libpng/
DMakefile.am206 $(AWK) 's==0 && NR>1{print prev}\
216 $(AWK) '{print "#define", $$1, "@PNG_PREFIX@" $$1}' $? >pngprefix.tf1
271 $(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2
276 pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h pngusr.dfa $(DFA_XTRA)
278 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf4 version=search\
281 $(AWK) -f ${srcdir}/scripts/options.awk out=$*.tf5 $*.tf4 1>&2
286 scripts/symbols.chk: scripts/checksym.awk scripts/symbols.def scripts/symbols.out
290 $(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/${*F}.def\
296 scripts/pnglibconf.c: scripts/pnglibconf.dfa scripts/options.awk pngconf.h
300 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf6\
[all …]
/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh23 TST_NEEDS_CMDS="awk bc numactl numastat"
25 # Awk the field matching the node value for numastat
32 echo $(numastat -p $pid | sed '3q;d' | awk -F '[[:space:]][[:space:]]+' \
46 local numstat=$(numastat -p $pid |awk '/^Total/ {print $'$index'}')
60 local state=$(awk '{print $3}' /proc/$pid/stat)
73 export HPAGE_SIZE=$(awk '/Hugepagesize:/ {print $2}' /proc/meminfo)
188 var=`awk '{ print $2 }' /proc/$pid/stat`
190 var=`awk '{ print $2 }' /proc/$pid/stat`
195 running_on_cpu=$(awk '{ print $39; }' /proc/$pid/stat)
286 RC=$(awk '{ if ( NR == 1 ) {print $1;} }' gavail_nodes)
[all …]
/third_party/skia/third_party/externals/freetype/builds/atari/
Dgen-purec-patch.sh22 cp ${TOP_DIR}/builds/atari/deflinejoiner.awk ${OBJ_DIR}/builds/atari/tmp
30 env LANG=C awk -f deflinejoiner.awk < orig/$f > purec/$f
35 env LANG=C awk -f deflinejoiner.awk < orig/include/ft2build.h >> purec/include/ft2build.h
/third_party/ltp/testcases/network/tcp_cmds/ftp/
Dftp01.sh9 TST_NEEDS_CMDS='awk ftp'
46 sum1="$(ls -l $file | awk '{print $5}')"
47 sum2="$(ls -l $TST_NET_DATAROOT/$file | awk '{print $5}')"
67 sum1="$(tst_rhost_run -c "sum $TST_TMPDIR/$file" -s | awk '{print $1}')"
68 sum2="$(sum $TST_NET_DATAROOT/$file | awk '{print $1}')"
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_selinux.sh12 TST_NEEDS_CMDS="awk cut grep tail"
39 # in the measured SELinux state at offset 7 for 'awk'
41 measured_cap=$(echo $1 | awk -F'[=;]' -v inx="$inx" '{print $inx}')
44 measured_value=$(echo $1 | awk -F'[=;]' -v inx="$inx" '{print $inx}')
145 enforced_value=$(echo $measured_data | awk -F'[=;]' '{print $4}')
152 checkreqprot_value=$(echo $measured_data | awk -F'[=;]' '{print $6}')
159 initialized_value=$(echo $measured_data | awk -F'[=;]' '{print $2}')
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_set_ftrace_filter.sh33 picked_module=$(lsmod | awk "{if (NR == $pick_one) {print \$1}}")
37 nr_functions=$(awk 'END{print NR}' $filter_file)
43 picked_function=$(awk "{if (NR == $pick_one) {print \$1}}" $filter_file)
54 nr_events=$(awk 'END{print NR}' $events_file)
56 picked_event=$(awk "{if (NR == $pick_one) {print \$0}}" $events_file)
108 trigger_name=$(echo $triggers | awk "{print \$$trigger_index}")
/third_party/littlefs/.github/workflows/
Drelease.yml41 | awk '{print $3}')"
50 | awk -F '.' '{print $3+1}')"
87 ./scripts/code.py -u results/code-thumb.csv -s | awk '
98 ./scripts/code.py -u results/code-thumb-readonly.csv -s | awk '
109 ./scripts/code.py -u results/code-thumb-threadsafe.csv -s | awk '
120 ./scripts/code.py -u results/code-thumb-migrate.csv -s | awk '
131 ./scripts/code.py -u results/code-thumb-error-asserts.csv -s | awk '
142 ./scripts/coverage.py -u results/coverage.csv -s | awk -F '[ /%]+' '
151 awk -F ',' '

12345678910>>...18