Searched refs:awk (Results 26 - 50 of 372) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gcc/
H A Dsort-protos7 sed 's/\(.*[ \*]\)\([a-zA-Z0-9_][a-zA-Z0-9_]*\)[ ]*\(([^\*].*\)$/\2%\1%\3/' $input | sort -u | awk -F% '{printf "%-30.30s%s%s\n", $2, $1, $3}' > tmp.$input
/freebsd-12-stable/kerberos5/tools/make-roken/
H A DMakefile10 make-roken.c: ${KRB5DIR}/lib/roken/roken.awk ${KRB5DIR}/lib/roken/roken.h.in
11 awk -f ${.ALLSRC} > ${.TARGET}
/freebsd-12-stable/tools/tools/perforce/
H A Dp4diffbranch18 awk ' /^View:/ { doview = 1; next; } /^[^ ]/ {doview = 0; next; } $1 && $2 && doview == 1 { system("p4 diff2 -du " $1 "@" changenum " " $2) }' changenum="$changenum" |
/freebsd-12-stable/tools/tools/usb/
H A Dprint-usb-if-vids.sh31 awk -F '|' '{ printf "%#06x\t%s\n", $1, $2 }' < /tmp/usb.if | sort
/freebsd-12-stable/usr.bin/awk/tests/
H A DMakefile7 ${PACKAGE}FILES+= d_assign_NF.awk
10 ${PACKAGE}FILES+= d_big_regexp.awk
13 ${PACKAGE}FILES+= d_end1.awk
16 ${PACKAGE}FILES+= d_end2.awk
19 ${PACKAGE}FILES+= d_period.awk
22 ${PACKAGE}FILES+= d_string1.awk
24 ${PACKAGE}FILES+= d_tolower.awk
27 ${PACKAGE}FILES+= d_toupper.awk
/freebsd-12-stable/libexec/rc/rc.d/
H A Dgrowfs52 FSTYPE=$(mount -p | awk '{ if ( $2 == "/") { print $3 }}')
53 FSDEV=$(mount -p | awk '{ if ( $2 == "/") { print $1 }}')
60 rootdev=$(zpool list -v $pool | awk 'END { print $1 }')
70 rawdev=$(glabel status | awk '$1 == "'"$rootdev"'" { print $3 }')
77 sysctl -b kern.geom.conftxt | awk '
/freebsd-12-stable/crypto/openssh/regress/
H A Dsshcfgparse.sh31 f=`${SSH} -GF $OBJ/ssh_config host | awk '/exitonforwardfailure/{print $2}'`
33 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/exitonforwardfailure/{print $2}'`
36 awk '/exitonforwardfailure/{print $2}'`
39 f=`${SSH} -GF $OBJ/ssh_config host | awk '/clearallforwardings/{print $2}'`
41 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/clearallforwardings/{print $2}'`
44 awk '/clearallforwardings/{print $2}'`
48 user=`awk '$1=="User" {print $2}' $OBJ/ssh_config`
49 f=`${SSH} -GF $OBJ/ssh_config host | awk '/^user /{print $2}'`
51 f=`${SSH} -GF $OBJ/ssh_config -o user=foo -l bar baz@host | awk '/^user /{print $2}'`
53 f=`${SSH} -GF $OBJ/ssh_config -lbar baz@host user=foo baz@host | awk '/
[all...]
/freebsd-12-stable/sys/dev/videomode/
H A DMakefile.videomode13 videomode.c: modelines modelines2c.awk
15 ${TOOL_AWK} -f modelines2c.awk modelines > videomode.c
/freebsd-12-stable/sys/tools/
H A Dembed_mfs.sh58 sec_size=`echo "${sec_info}" | awk '/sh_size/ {print $2}' 2>/dev/null`
60 awk '/sh_offset/ {print $2}' 2>/dev/null`
67 sec_start=`echo ${sec_start} | awk '{print $1}'`
73 sec_end=`echo ${sec_end} | awk '{print $1}'`
/freebsd-12-stable/usr.sbin/autofs/autofs/
H A Dinclude_ldap13 /usr/local/bin/ldapsearch -LLL -x -o ldif-wrap=no -b "$SEARCHBASE" "$ENTRY_ATTRIBUTE" "$VALUE_ATTRIBUTE" | awk '
/freebsd-12-stable/tools/tools/build_option_survey/
H A Dlistallopts.sh18 ' | awk '
/freebsd-12-stable/bin/sh/
H A Dmktokens74 awk '{print "#define " $1 " " NR-1}' $temp
78 awk '{print "\t" $2 ","}' $temp
87 sed 's/"//g' $temp | awk '
/freebsd-12-stable/lib/libsysdecode/
H A Dmkioctls36 awk '{printf("#include <%s>\\n", $1)}'
44 awk -v x="$ioctl_includes" 'BEGIN {print x}' |
46 awk -v ioctl_includes="$ioctl_includes" '
/freebsd-12-stable/share/examples/netgraph/
H A Dvirtual.chain150 PEER1=`echo ${CONNECTION} | awk -F"<->" '{print $1}'`
151 PEER1_NAME=`echo ${PEER1} | awk -F"|" '{print $1}'`
152 PEER1_IP=`echo ${PEER1} | awk -F"|" '{print $2}'`
154 PEER2=`echo ${CONNECTION} | awk -F"<->" '{print $2}'`
155 PEER2_NAME=`echo ${PEER2} | awk -F"|" '{print $1}'`
156 PEER2_IP=`echo ${PEER2} | awk -F"|" '{print $2}'`
210 EIFACE=`ngctl l | grep ngeth | tail -n 1| awk '{print $2}'`
233 awk '{ print $1 % 256 }'`
235 awk '{ print $1 % 256 }'`
237 awk '{ prin
[all...]
/freebsd-12-stable/contrib/nvi/catalog/
H A DMakefile13 awk '{ \
42 awk '{ \
48 awk '{print $$1}' < $$f.base | sort -u > __ck1; \
49 awk '{print $$1}' < english.base | sort -u > __ck2; \
58 awk '{print $$1}' | uniq -d`; do \
64 awk '$$1 != 1 { print $$0 }' | sort -n; \
/freebsd-12-stable/tools/tools/mfi/
H A Drunmegacli.sh17 devfsmount=`mount |grep $linuxdir/dev | awk '{print $3}'`
22 procfsmount=`mount |grep $linuxdir/proc | awk '{print $3}'`
27 sysfsmount=`mount |grep $linuxdir/sys | awk '{print $3}'`
/freebsd-12-stable/contrib/elftoolchain/common/
H A Dnative-elf-format22 LC_ALL=C readelf -h ${tmp_o} | awk '
/freebsd-12-stable/usr.bin/bmake/tests/shell/select/
H A DMakefile.test28 @ps -x -opid,command | awk '$$1=='$$$$' { print $$2; }'
/freebsd-12-stable/usr.bin/getaddrinfo/
H A DMakefile16 tables.h: tables.awk ${SYS_SOCKET_H}
17 LC_ALL=C awk -f ${.ALLSRC} > ${.TARGET}
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dbootconfig32 rootpart=$(awk '{ if($2 == "/") printf("%s:%s\n", $3, $1); }' $PATH_FSTAB)
H A Dumount31 cat $PATH_FSTAB | awk -v BSDINSTALL_CHROOT=$BSDINSTALL_CHROOT '{
/freebsd-12-stable/contrib/one-true-awk/
H A Dmakefile41 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
44 LISTING = awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \
48 awk.1
53 $(OFILES): awk.h ytab.h proto.h
55 ytab.o: awk.h proto.h awkgram.y
75 @bundle $(SHIP) >awk.shar
76 @tar cf awk.tar $(SHIP)
77 gzip awk.tar
78 ls -l awk.tar.gz
79 @zip awk
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_protoent.sh41 tr '\t' ' ' </etc/protocols | awk '
/freebsd-12-stable/contrib/tcsh/nls/
H A Dcatgen7 awk '/^\$set/ {print $2, FILENAME}' "$@" | sort -n | cut -d ' ' -f 2
/freebsd-12-stable/lib/libarchive/tests/
H A Dfunctional_test.sh44 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')

Completed in 170 milliseconds

1234567891011>>