Searched refs:awk (Results 76 - 100 of 372) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/periodic/etc/security/
H A D400.passwdless46 n=$(awk -F: 'NF > 1 && $1 !~ /^[#+-]/ && $2=="" {print $0}' /etc/master.passwd |
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_servent.sh43 tr '\t' ' ' </etc/services | awk '
/freebsd-12-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs90 LC_ALL=C awk -f ${GCCDIR}/opt-gather.awk ${.ALLSRC} > ${.TARGET}
93 LC_ALL=C awk -f ${GCCDIR}/opt-functions.awk \
94 -f ${GCCDIR}/opth-gen.awk \
98 LC_ALL=C awk -f ${GCCDIR}/opt-functions.awk \
99 -f ${GCCDIR}/optc-gen.awk \
/freebsd-12-stable/share/zoneinfo/tests/
H A Dzoneinfo_common.sh36 awk '$1 == "Link" && NF == 3 { print $2, $3; }' < $zoneinfo_file | \
/freebsd-12-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh50 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
/freebsd-12-stable/usr.bin/cpio/tests/
H A Dfunctional_test.sh50 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
/freebsd-12-stable/usr.bin/locate/locate/
H A Dmklocatedb.sh81 awk '{if (/^[ ]*[0-9]+[ ]+..$/) {printf("%s",$2)} else {exit 1}}' > $bigrams || exit 1
88 awk '{if (/^[ ]*[0-9]+[ ]+..$/) {printf("%s",$2)} else {exit 1}}' > $bigrams || exit 1
/freebsd-12-stable/usr.bin/tar/tests/
H A Dfunctional_test.sh45 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
/freebsd-12-stable/lib/libc/db/test/
H A Drun.test84 awk '{
103 awk '{ for (i = 1; i < 201; ++i) print $0 }' > $TMP1
123 awk '{ for (i = 1; i < 201; ++i)
179 awk '{
199 awk '{
225 awk 'BEGIN {
263 awk ' {
275 awk 'BEGIN {
299 awk ' {
318 awk 'BEGI
[all...]
/freebsd-12-stable/stand/ficl/
H A DMakefile31 softcore.c: ${SOFTWORDS} softcore.awk
33 | awk -f softcore.awk -v datestamp="`LC_ALL=C date`") > ${.TARGET}
/freebsd-12-stable/usr.bin/getconf/
H A DMakefile19 FAKE_GPERF= ${.CURDIR}/fake-gperf.awk
21 LC_ALL=C awk -f ${FAKE_GPERF} ${.IMPSRC} >${.TARGET}
24 LC_ALL=C awk '/^[_A-Z]/ { print; }' ${.IMPSRC} | \
/freebsd-12-stable/tests/sys/geom/class/mirror/
H A D11_test.sh46 genid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*genid: /{print $2}')
47 genid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*genid: /{print $2}')
58 syncid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*syncid: /{print $2}')
59 syncid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*syncid: /{print $2}')
67 if [ $(gmirror status -s $name | awk '{print $3}') = $us0 ]; then
H A D13_test.sh46 genid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*genid: /{print $2}')
47 genid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*genid: /{print $2}')
55 syncid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*syncid: /{print $2}')
56 syncid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*syncid: /{print $2}')
64 if [ $(gmirror status -s $name | awk '{print $3}') = $us0 ]; then
H A D10_test.sh45 genid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*genid: /{print $2}')
46 genid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*genid: /{print $2}')
54 if [ $(gmirror status -s $name | awk '{print $3}') = $us0 ]; then
H A D12_test.sh44 genid1=$(gmirror dump /dev/$us0 | awk '/^[[:space:]]*genid: /{print $2}')
45 genid2=$(gmirror dump /dev/$us1 | awk '/^[[:space:]]*genid: /{print $2}')
53 if [ $(gmirror status -s $name | awk '{print $3}') = $us0 ]; then
/freebsd-12-stable/tests/sys/geom/class/eli/
H A Dmisc_test.sh75 disk_descr=$(diskinfo -v ${disk} | awk '/Disk descr/ {print $1}')
76 disk_rotrate=$(diskinfo -v ${disk} | awk '/Rotation rate/ {print $1}')
77 disk_zonemode=$(diskinfo -v ${disk} | awk '/Zone Mode/ {print $1}')
79 eli_descr=$(diskinfo -v ${disk}.eli | awk '/Disk descr/ {print $1}')
80 eli_rotrate=$(diskinfo -v ${disk}.eli | awk '/Rotation/ {print $1}')
81 eli_zonemode=$(diskinfo -v ${disk}.eli | awk '/Zone Mode/ {print $1}')
/freebsd-12-stable/etc/
H A Drc.bsdextended120 for x in `awk -F: '($3 >= 1001) && ($3 != 65534) { print $1 }' /etc/passwd`;
129 for x in `awk -F: '($3 >= 1001) && ($3 != 65534) { print $1 }' /etc/passwd`;
136 for x in `awk -F: '($3 >= 1001) && ($3 != 65534) { print $3 }' /etc/passwd`;
/freebsd-12-stable/share/mk/
H A Dbsd.symver.mk11 # Find the awk script that generates the version map.
12 VERSION_GEN?= version_gen.awk
45 | awk -v vfile=${VERSION_DEF} -f ${_vgen} > ${.TARGET}
/freebsd-12-stable/tools/tools/zfsboottest/
H A Dzfsboottest.sh53 bootfs=`zpool get bootfs "${pool}" | tail -1 | awk '{print $3}'`
57 mountpoint=`df -t zfs "${bootfs}" 2>/dev/null | tail -1 | awk '{print $6}'`
67 for vdev in `zpool status "${pool}" | grep ONLINE | awk '{print $1}'`; do
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnode_leak.sh44 sysctl kern.maxvnodes | awk '{ print $3; }' >oldvnodes
/freebsd-12-stable/contrib/ntp/scripts/stats/
H A Dsummary.sh27 awk -f loop.awk $f >>$LOOP
46 awk -f peer.awk $f >>$PEER
59 awk -f clock.awk $f >>$CLOCK
61 awk -f itf.awk $f >itf.$d
62 awk -f etf.awk
[all...]
/freebsd-12-stable/contrib/amd/scripts/
H A Dtest-attrcache.in55 inode_a=`ls -lLi /tmp/a | awk '{print $1}'`
56 inode_b=`ls -lLi /tmp/b | awk '{print $1}'`
73 ino=`ls -lLi $a/a | awk '{print $1}'`
109 ino=`ls -lLi $a/a | awk '{print $1}'`
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dzgrep-context.sh30 awk 'BEGIN{for(i='$start';i<='$final';i++) print i}' < /dev/null
/freebsd-12-stable/tools/build/
H A Dcheck-links.sh58 unresolved_symbols=$(nm -u -D --format=posix "$1" | awk '$2 == "U" {print $1}' | tr '\n' ' ')
59 [ ${isbin} -eq 1 ] && bss_symbols=$(nm -D --format=posix "$1" | awk '$2 == "B" && $4 != "" {print $1}' | tr '\n' ' ')
67 ldd_libs=$(env ${LDD_ENV} ldd $(realpath $1) | awk '{print $1 ":" $3}')
72 for lib in $(readelf -d $1 | awk '$2 ~ /\(?NEEDED\)?/ { sub(/\[/,"",$NF); sub(/\]/,"",$NF); print $NF }'); do
85 lib_symbols="$(nm -D --defined-only --format=posix "${libpath}" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
107 lib_symbols="$(nm --defined-only --format=posix "/usr/lib/crt1.o" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
/freebsd-12-stable/sbin/route/
H A DMakefile23 LC_ALL=C awk '!/^#|^$$/ { \

Completed in 153 milliseconds

1234567891011>>