Lines Matching full:h
26 arch_files := arch.h $(wildcard arch-*.h)
28 compiler.h \
29 crt.h \
30 ctype.h \
31 dirent.h \
32 elf.h \
33 errno.h \
34 fcntl.h \
35 getopt.h \
36 inttypes.h \
37 limits.h \
38 math.h \
39 nolibc.h \
40 poll.h \
41 sched.h \
42 signal.h \
43 stackprotector.h \
44 std.h \
45 stdarg.h \
46 stdbool.h \
47 stddef.h \
48 stdint.h \
49 stdlib.h \
50 string.h \
51 sys.h \
52 sys/auxv.h \
53 sys/ioctl.h \
54 sys/mman.h \
55 sys/mount.h \
56 sys/prctl.h \
57 sys/random.h \
58 sys/reboot.h \
59 sys/resource.h \
60 sys/select.h \
61 sys/stat.h \
62 sys/syscall.h \
63 sys/sysmacros.h \
64 sys/time.h \
65 sys/timerfd.h \
66 sys/types.h \
67 sys/uio.h \
68 sys/utsname.h \
69 sys/wait.h \
70 time.h \
71 types.h \
72 unistd.h \
73 stdio.h \
107 $(Q)for header in $(filter-out crt.h std.h,$(all_files)); do \