OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awk
(Results
101 - 125
of
711
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ppp/pppd/plugins/
Makefile.linux
28
VERSION = $(shell
awk
-F '"' '/VERSION/ { print $$2; }' ../patchlevel.h)
/external/proguard/docs/
quality.html
21
using bash/sed/
awk
scripts. You're welcome to have a look at an uploaded
/external/chromium_org/third_party/sqlite/src/
mkopcodeh.awk
1
#!/usr/bin/
awk
-f
5
# This
AWK
script scans a concatenation of the parse.h output file from the
88
print "/* See the mkopcodeh.
awk
script for details */"
/external/openssh/regress/
Makefile
91
awk
'{print $$0 "\r"}' ${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_crnl.prv
105
awk
'{print $$2}' | diff - ${.CURDIR}/t4.ok
109
awk
'{print $$2}' | diff - ${.CURDIR}/t5.ok
addrmatch.sh
15
awk
'/^passwordauthentication/ {print $2}'`
/ndk/build/tools/
build-libportable.sh
164
nm -a $DSTDIR/libportable.a | grep __wrap_ |
awk
'{print $3}' | sed '/^$/d' | \
165
sed 's/_wrap_/|/' |
awk
-F'|' '{print $2}' | sort | uniq | \
166
awk
'{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh
77
"$1" 2>&1 |
awk
'{print $2; exit;}'
113
mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread |
awk
'{print $1}'`
114
mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread |
awk
'{print $1}'`
172
mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread |
awk
'{print $1}'`
173
othread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_other_thread |
awk
'{print $1}'`
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh
77
"$1" 2>&1 |
awk
'{print $2; exit;}'
113
mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread |
awk
'{print $1}'`
114
mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread |
awk
'{print $1}'`
172
mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread |
awk
'{print $1}'`
173
othread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_other_thread |
awk
'{print $1}'`
/external/openssh/
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
...]
opensshd.init.in
17
PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " |
awk
'{print $2}'`
/ndk/build/core/
init.mk
308
HOST_AWK := $(wildcard $(HOST_PREBUILT)/
awk
$(HOST_EXEEXT))
361
# Verify that the '
awk
' tool has the features we need.
366
HOST_AWK :=
awk
368
$(call ndk_log,Host '
awk
' tool: $(HOST_AWK))
370
# Location of all
awk
scripts we use
371
BUILD_AWK := $(NDK_ROOT)/build/
awk
373
AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-
awk
.
awk
)
374
$(call ndk_log,Host '
awk
' test returned: $(AWK_TEST))
376
$(call __ndk_info,Host '
awk
' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !
[
all
...]
build-all.mk
99
# 'mount' command to a special
Awk
script.
102
GEN_CYGWIN_DEPS_CONVERTER := mount | tr '\\' '/' |
awk
-f $(BUILD_AWK)/gen-cygwin-deps-converter.
awk
/external/chromium_org/v8/tools/
common-includes.sh
61
local MATCH=$(git branch | grep "$1" |
awk
'{print $NF}' | grep -x $1)
117
CURRENT_BRANCH=$(git status -s -b -uno | grep "^##" |
awk
'{print $2}')
146
VALUE=$(grep "#define $v" "$VERSION_FILE" |
awk
'{print $NF}')
check-static-initializers.sh
51
static_inits=$(nm "$d8" | grep _GLOBAL_ | grep _I_ |
awk
'{ print $NF; }')
/external/e2fsprogs/debian/attic/libs/
rules
90
install -m 644 lib/et/et_c.
awk
lib/et/et_h.
awk
\
99
install -m 644 lib/ss/ct_c.
awk
lib/ss/ct_c.sed \
/external/tcpdump/
makemib
39
# This script needs to be run by "gawk" (GNU
awk
). "nawk" will work, but
42
# eliminate use of gsub and functions to use classic "
awk
"), you have to
58
awk
'
/external/e2fsprogs/lib/et/
compile_et.1
73
uses an
awk
/sed combination of scripts,
/external/genext2fs/
mkbootimg_ext2.sh
94
num_blocks=`du -sk $TMPDIR | tail -n1 |
awk
'{print $1;}'`
/external/libvpx/libvpx/build/make/
version.sh
36
changelog_version=`head -n1 "${p}/CHANGELOG" |
awk
'{print $2}'`
/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/openssh/contrib/hpux/
egd.rc
80
pid=`ps -fuegd |
awk
'$1 == "egd" { print $2 }'`
/external/oprofile/m4/
configmodule.m4
13
eval KVERS=`gcc -I$KINC -E -dM $KINC/linux/version.h | grep -w UTS_RELEASE |
awk
'{print $[]3}'`
/external/ppp/pppd/plugins/radius/
Makefile.linux
10
VERSION = $(shell
awk
-F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
/external/skia/tools/
git-skia-verify
65
PREVIOUS_BRANCH=`git branch --no-color | grep "^*" |
awk
'{ print $2}'`
/external/v8/tools/
check-static-initializers.sh
47
static_inits=$(nm "$d8" | grep _GLOBAL__I |
awk
'{ print $NF; }')
Completed in 239 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>