Lines Matching +full:- +full:a +full:- +full:z0 +full:- +full:9
4 set -e
6 if [ $# -ne 1 ]; then
7 echo "usage: sh $0 include-dir"
15 # Build a list of headers that have ioctls in them.
19 set -e
21 if set -o | grep -q pipefail; then
22 set -o pipefail
27 filter='egrep -v (net/pfvar|net/if_pfsync)\.h'
29 # find -s would avoid the need to invoke sort but it is non-portable
30 find -L ./* -type f -name '*.h' | \
33 xargs egrep -l \
34 '^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' |
38 if [ -z "$ioctl_includes" ]; then
43 awk -v x="$ioctl_includes" 'BEGIN {print x}' |
44 $CPP -nostdinc -I$includedir -dM -DCOMPAT_43TTY - |
45 awk -v ioctl_includes="$ioctl_includes" '
87 /^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO/ {