Files - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       Mode        Name                                                    Size
 (DIR) -rw-r--r--  .gitignore                                                8L
 (DIR) -rw-r--r--  .gitmodules                                               3L
 (DIR) -rw-r--r--  BUGS                                                      2L
 (DIR) -rw-r--r--  LICENSE                                                   5L
 (DIR) -rw-r--r--  Makefile                                                 55L
 (DIR) -rw-r--r--  README                                                  236L
 (DIR) -rw-r--r--  doc/caldera.txt                                          53L
 (DIR) -rw-r--r--  doc/isc.txt                                              41L
 (DIR) -rw-r--r--  doc/man1/scc.1                                          154L
 (DIR) -rw-r--r--  doc/man3/asctime.3                                        1L
 (DIR) -rw-r--r--  doc/man3/clock.3                                         21L
 (DIR) -rw-r--r--  doc/man3/ctime.3                                        132L
 (DIR) -rw-r--r--  doc/man3/difftime.3                                      22L
 (DIR) -rw-r--r--  doc/man3/gmtime.3                                         1L
 (DIR) -rw-r--r--  doc/man3/locale.h.3                                     171L
 (DIR) -rw-r--r--  doc/man3/localeconv.3                                    31L
 (DIR) -rw-r--r--  doc/man3/localtime.3                                      1L
 (DIR) -rw-r--r--  doc/man3/longjmp.3                                        1L
 (DIR) -rw-r--r--  doc/man3/mbtowc.3                                        69L
 (DIR) -rw-r--r--  doc/man3/memchr.3                                        32L
 (DIR) -rw-r--r--  doc/man3/memcmp.3                                        34L
 (DIR) -rw-r--r--  doc/man3/memcpy.3                                        30L
 (DIR) -rw-r--r--  doc/man3/memmove.3                                       29L
 (DIR) -rw-r--r--  doc/man3/memset.3                                        29L
 (DIR) -rw-r--r--  doc/man3/mktime.3                                         1L
 (DIR) -rw-r--r--  doc/man3/setjmp.3                                        71L
 (DIR) -rw-r--r--  doc/man3/setjmp.h.3                                      32L
 (DIR) -rw-r--r--  doc/man3/setlocale.3                                     63L
 (DIR) -rw-r--r--  doc/man3/strcat.3                                        32L
 (DIR) -rw-r--r--  doc/man3/strchr.3                                        23L
 (DIR) -rw-r--r--  doc/man3/strcmp.3                                        35L
 (DIR) -rw-r--r--  doc/man3/strcoll.3                                       37L
 (DIR) -rw-r--r--  doc/man3/strcpy.3                                        25L
 (DIR) -rw-r--r--  doc/man3/strcspn.3                                       23L
 (DIR) -rw-r--r--  doc/man3/strerror.3                                      29L
 (DIR) -rw-r--r--  doc/man3/strftime.3                                     314L
 (DIR) -rw-r--r--  doc/man3/string.h.3                                      62L
 (DIR) -rw-r--r--  doc/man3/strlen.3                                        18L
 (DIR) -rw-r--r--  doc/man3/strncat.3                                       38L
 (DIR) -rw-r--r--  doc/man3/strncmp.3                                       40L
 (DIR) -rw-r--r--  doc/man3/strncpy.3                                       42L
 (DIR) -rw-r--r--  doc/man3/strpbrk.3                                       27L
 (DIR) -rw-r--r--  doc/man3/strrchr.3                                       24L
 (DIR) -rw-r--r--  doc/man3/strspn.3                                        23L
 (DIR) -rw-r--r--  doc/man3/strstr.3                                        32L
 (DIR) -rw-r--r--  doc/man3/strtok.3                                        68L
 (DIR) -rw-r--r--  doc/man3/strxfrm.3                                       47L
 (DIR) -rw-r--r--  doc/man3/time.3                                          23L
 (DIR) -rw-r--r--  doc/man3/time.h.3                                       102L
 (DIR) -rw-r--r--  doc/man3/wchar.h.3                                      166L
 (DIR) -rw-r--r--  include/assert.h                                         10L
 (DIR) -rw-r--r--  include/bits/amd64/arch/cdefs.h                          62L
 (DIR) -rw-r--r--  include/bits/amd64/arch/float.h                          31L
 (DIR) -rw-r--r--  include/bits/amd64/arch/limits.h                         18L
 (DIR) -rw-r--r--  include/bits/amd64/arch/setjmp.h                          1L
 (DIR) -rw-r--r--  include/bits/amd64/arch/stdlib.h                          1L
 (DIR) -rw-r--r--  include/bits/amd64/arch/string.h                          1L
 (DIR) -rw-r--r--  include/bits/arm/arch/cdefs.h                            62L
 (DIR) -rw-r--r--  include/bits/arm/arch/limits.h                           18L
 (DIR) -rw-r--r--  include/bits/arm/arch/setjmp.h                            1L
 (DIR) -rw-r--r--  include/bits/arm/arch/stdlib.h                            1L
 (DIR) -rw-r--r--  include/bits/arm/arch/string.h                            1L
 (DIR) -rw-r--r--  include/bits/arm64/arch/cdefs.h                          62L
 (DIR) -rw-r--r--  include/bits/arm64/arch/limits.h                         18L
 (DIR) -rw-r--r--  include/bits/arm64/arch/setjmp.h                          1L
 (DIR) -rw-r--r--  include/bits/arm64/arch/stdlib.h                          1L
 (DIR) -rw-r--r--  include/bits/arm64/arch/string.h                          1L
 (DIR) -rw-r--r--  include/bits/darwin/amd64/arch/inttypes.h               181L
 (DIR) -rw-r--r--  include/bits/darwin/amd64/arch/sigaction.h               15L
 (DIR) -rw-r--r--  include/bits/darwin/amd64/arch/stdint.h                 112L
 (DIR) -rw-r--r--  include/bits/darwin/amd64/arch/time.h                     5L
 (DIR) -rw-r--r--  include/bits/darwin/sys.h                                34L
 (DIR) -rw-r--r--  include/bits/darwin/sys/cdefs.h                           1L
 (DIR) -rw-r--r--  include/bits/darwin/sys/errno.h                         110L
 (DIR) -rw-r--r--  include/bits/darwin/sys/signal.h                         27L
 (DIR) -rw-r--r--  include/bits/darwin/sys/stdio.h                           7L
 (DIR) -rw-r--r--  include/bits/darwin/sys/stdlib.h                          2L
 (DIR) -rw-r--r--  include/bits/dragonfly/amd64/arch/inttypes.h            181L
 (DIR) -rw-r--r--  include/bits/dragonfly/amd64/arch/sigaction.h            15L
 (DIR) -rw-r--r--  include/bits/dragonfly/amd64/arch/stdint.h              112L
 (DIR) -rw-r--r--  include/bits/dragonfly/amd64/arch/time.h                  5L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys.h                             34L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys/cdefs.h                        1L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys/errno.h                       96L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys/signal.h                      27L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys/stdio.h                        7L
 (DIR) -rw-r--r--  include/bits/dragonfly/sys/stdlib.h                       2L
 (DIR) -rw-r--r--  include/bits/freebsd/amd64/arch/inttypes.h              181L
 (DIR) -rw-r--r--  include/bits/freebsd/amd64/arch/sigaction.h              15L
 (DIR) -rw-r--r--  include/bits/freebsd/amd64/arch/stdint.h                112L
 (DIR) -rw-r--r--  include/bits/freebsd/amd64/arch/time.h                    5L
 (DIR) -rw-r--r--  include/bits/freebsd/sys.h                               34L
 (DIR) -rw-r--r--  include/bits/freebsd/sys/cdefs.h                          1L
 (DIR) -rw-r--r--  include/bits/freebsd/sys/errno.h                        101L
 (DIR) -rw-r--r--  include/bits/freebsd/sys/signal.h                        27L
 (DIR) -rw-r--r--  include/bits/freebsd/sys/stdio.h                          7L
 (DIR) -rw-r--r--  include/bits/freebsd/sys/stdlib.h                         2L
 (DIR) -rw-r--r--  include/bits/i386/arch/cdefs.h                           62L
 (DIR) -rw-r--r--  include/bits/i386/arch/limits.h                          18L
 (DIR) -rw-r--r--  include/bits/i386/arch/setjmp.h                           1L
 (DIR) -rw-r--r--  include/bits/i386/arch/stdint.h                         120L
 (DIR) -rw-r--r--  include/bits/i386/arch/stdlib.h                           1L
 (DIR) -rw-r--r--  include/bits/i386/arch/string.h                           1L
 (DIR) -rw-r--r--  include/bits/linux/amd64/arch/inttypes.h                181L
 (DIR) -rw-r--r--  include/bits/linux/amd64/arch/sigaction.h                10L
 (DIR) -rw-r--r--  include/bits/linux/amd64/arch/stdint.h                  112L
 (DIR) -rw-r--r--  include/bits/linux/amd64/arch/time.h                      5L
 (DIR) -rw-r--r--  include/bits/linux/arm/arch/stdint.h                    112L
 (DIR) -rw-r--r--  include/bits/linux/arm/arch/time.h                        5L
 (DIR) -rw-r--r--  include/bits/linux/arm64/arch/inttypes.h                181L
 (DIR) -rw-r--r--  include/bits/linux/arm64/arch/sigaction.h                10L
 (DIR) -rw-r--r--  include/bits/linux/arm64/arch/stdint.h                  112L
 (DIR) -rw-r--r--  include/bits/linux/arm64/arch/time.h                      5L
 (DIR) -rw-r--r--  include/bits/linux/ppc/arch/stdint.h                    112L
 (DIR) -rw-r--r--  include/bits/linux/ppc/arch/time.h                        5L
 (DIR) -rw-r--r--  include/bits/linux/sys.h                                 34L
 (DIR) -rw-r--r--  include/bits/linux/sys/cdefs.h                            1L
 (DIR) -rw-r--r--  include/bits/linux/sys/errno.h                          135L
 (DIR) -rw-r--r--  include/bits/linux/sys/signal.h                          27L
 (DIR) -rw-r--r--  include/bits/linux/sys/stdio.h                            7L
 (DIR) -rw-r--r--  include/bits/linux/sys/stdlib.h                           2L
 (DIR) -rw-r--r--  include/bits/netbsd/amd64/arch/inttypes.h               181L
 (DIR) -rw-r--r--  include/bits/netbsd/amd64/arch/sigaction.h               15L
 (DIR) -rw-r--r--  include/bits/netbsd/amd64/arch/stdint.h                 112L
 (DIR) -rw-r--r--  include/bits/netbsd/amd64/arch/time.h                     5L
 (DIR) -rw-r--r--  include/bits/netbsd/sys.h                                34L
 (DIR) -rw-r--r--  include/bits/netbsd/sys/cdefs.h                           1L
 (DIR) -rw-r--r--  include/bits/netbsd/sys/errno.h                         100L
 (DIR) -rw-r--r--  include/bits/netbsd/sys/signal.h                         27L
 (DIR) -rw-r--r--  include/bits/netbsd/sys/stdio.h                           7L
 (DIR) -rw-r--r--  include/bits/netbsd/sys/stdlib.h                          2L
 (DIR) -rw-r--r--  include/bits/openbsd/amd64/arch/inttypes.h              181L
 (DIR) -rw-r--r--  include/bits/openbsd/amd64/arch/sigaction.h              15L
 (DIR) -rw-r--r--  include/bits/openbsd/amd64/arch/stdint.h                112L
 (DIR) -rw-r--r--  include/bits/openbsd/amd64/arch/time.h                    5L
 (DIR) -rw-r--r--  include/bits/openbsd/sys.h                               34L
 (DIR) -rw-r--r--  include/bits/openbsd/sys/cdefs.h                          1L
 (DIR) -rw-r--r--  include/bits/openbsd/sys/errno.h                         99L
 (DIR) -rw-r--r--  include/bits/openbsd/sys/signal.h                        27L
 (DIR) -rw-r--r--  include/bits/openbsd/sys/stdio.h                          7L
 (DIR) -rw-r--r--  include/bits/openbsd/sys/stdlib.h                         2L
 (DIR) -rw-r--r--  include/bits/ppc/arch/cdefs.h                            62L
 (DIR) -rw-r--r--  include/bits/ppc/arch/limits.h                           18L
 (DIR) -rw-r--r--  include/bits/ppc/arch/setjmp.h                            1L
 (DIR) -rw-r--r--  include/bits/ppc/arch/stdlib.h                            1L
 (DIR) -rw-r--r--  include/bits/ppc/arch/string.h                            1L
 (DIR) -rw-r--r--  include/bits/scc/.gitignore                               3L
 (DIR) -rw-r--r--  include/bits/scc/Makefile                                39L
 (DIR) -rw-r--r--  include/bits/scc/ar.h                                    15L
 (DIR) -rw-r--r--  include/bits/scc/arg.h                                   67L
 (DIR) -rw-r--r--  include/bits/scc/coff32/aouthdr.h                        22L
 (DIR) -rw-r--r--  include/bits/scc/coff32/filehdr.h                        30L
 (DIR) -rw-r--r--  include/bits/scc/coff32/linenum.h                        10L
 (DIR) -rw-r--r--  include/bits/scc/coff32/reloc.h                          10L
 (DIR) -rw-r--r--  include/bits/scc/coff32/scnhdr.h                         37L
 (DIR) -rw-r--r--  include/bits/scc/coff32/syms.h                           88L
 (DIR) -rw-r--r--  include/bits/scc/cstd-c89.h                             103L
 (DIR) -rw-r--r--  include/bits/scc/cstd-c99.h                             111L
 (DIR) -rw-r--r--  include/bits/scc/elf/elfent.h                            65L
 (DIR) -rw-r--r--  include/bits/scc/elf/elfhdr.h                           303L
 (DIR) -rw-r--r--  include/bits/scc/elf/elfphdr.h                           44L
 (DIR) -rw-r--r--  include/bits/scc/elf/elfshdr.h                           93L
 (DIR) -rw-r--r--  include/bits/scc/elf/elftypes.h                          21L
 (DIR) -rw-r--r--  include/bits/scc/mach.h                                 127L
 (DIR) -rw-r--r--  include/bits/scc/scc.h                                   57L
 (DIR) -rw-r--r--  include/bits/scc/sys-musl.h                              36L
 (DIR) -rw-r--r--  include/bits/scc/sys-scc.h                               31L
 (DIR) -rw-r--r--  include/bits/scc/sys-scc_clang.h                         34L
 (DIR) -rw-r--r--  include/bits/z80/arch/cdefs.h                            62L
 (DIR) -rw-r--r--  include/bits/z80/arch/limits.h                           18L
 (DIR) -rw-r--r--  include/bits/z80/arch/setjmp.h                            1L
 (DIR) -rw-r--r--  include/bits/z80/arch/stdint.h                          120L
 (DIR) -rw-r--r--  include/bits/z80/arch/stdlib.h                            1L
 (DIR) -rw-r--r--  include/bits/z80/arch/string.h                            1L
 (DIR) -rw-r--r--  include/ctype.h                                          43L
 (DIR) -rw-r--r--  include/errno.h                                           6L
 (DIR) -rw-r--r--  include/float.h                                           6L
 (DIR) -rw-r--r--  include/inttypes.h                                       21L
 (DIR) -rw-r--r--  include/iso646.h                                         16L
 (DIR) -rw-r--r--  include/limits.h                                          8L
 (DIR) -rw-r--r--  include/locale.h                                         45L
 (DIR) -rw-r--r--  include/math.h                                            6L
 (DIR) -rw-r--r--  include/setjmp.h                                         11L
 (DIR) -rw-r--r--  include/signal.h                                          9L
 (DIR) -rw-r--r--  include/stdarg.h                                         14L
 (DIR) -rw-r--r--  include/stdbool.h                                         9L
 (DIR) -rw-r--r--  include/stddef.h                                         13L
 (DIR) -rw-r--r--  include/stdint.h                                         10L
 (DIR) -rw-r--r--  include/stdio.h                                         135L
 (DIR) -rw-r--r--  include/stdlib.h                                         71L
 (DIR) -rw-r--r--  include/string.h                                         33L
 (DIR) -rw-r--r--  include/time.h                                           38L
 (DIR) -rw-r--r--  include/wchar.h                                          96L
 (DIR) -rw-r--r--  include/wctype.h                                         31L
 (DIR) -rw-r--r--  scripts/.gitignore                                        1L
 (DIR) -rw-r--r--  scripts/amd64.mk                                         13L
 (DIR) -rw-r--r--  scripts/arm.mk                                            8L
 (DIR) -rw-r--r--  scripts/arm64.mk                                          8L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-darwin.mk                        5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-dragonfly.mk                     5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-freebsd.mk                       5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-linux.mk                         5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-netbsd.mk                        5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-openbsd.mk                       5L
 (DIR) -rw-r--r--  scripts/build/conf/amd64-plan9.mk                         3L
 (DIR) -rw-r--r--  scripts/build/conf/arm32-linux.mk                         5L
 (DIR) -rw-r--r--  scripts/build/conf/arm64-linux.mk                         5L
 (DIR) -rw-r--r--  scripts/build/conf/ppc32-linux.mk                         5L
 (DIR) -rw-r--r--  scripts/build/host/bsd.mk                                 4L
 (DIR) -rw-r--r--  scripts/build/host/linux.mk                               3L
 (DIR) -rw-r--r--  scripts/build/host/plan9.mk                               4L
 (DIR) -rw-r--r--  scripts/build/host/posix.mk                               4L
 (DIR) -rw-r--r--  scripts/build/tool/clang.mk                               9L
 (DIR) -rw-r--r--  scripts/build/tool/gcov.mk                                8L
 (DIR) -rw-r--r--  scripts/build/tool/gnu.mk                                14L
 (DIR) -rw-r--r--  scripts/build/tool/pcc.mk                                 4L
 (DIR) -rw-r--r--  scripts/build/tool/plan9.mk                               3L
 (DIR) -rw-r--r--  scripts/build/tool/unix.mk                                6L
 (DIR) -rwxr-xr-x  scripts/config                                           56L
 (DIR) -rw-r--r--  scripts/i386.mk                                           8L
 (DIR) -rwxr-xr-x  scripts/install                                          37L
 (DIR) -rw-r--r--  scripts/libc-dirs                                        15L
 (DIR) -rwxr-xr-x  scripts/lorder                                           47L
 (DIR) -rwxr-xr-x  scripts/mkdep                                            25L
 (DIR) -rwxr-xr-x  scripts/mkproto                                          18L
 (DIR) -rw-r--r--  scripts/ppc.mk                                            8L
 (DIR) -rw-r--r--  scripts/proto.all                                       195L
 (DIR) -rw-r--r--  scripts/proto.amd64                                      26L
 (DIR) -rw-r--r--  scripts/rules.mk                                        217L
 (DIR) -rwxr-xr-x  scripts/uninstall                                        49L
 (DIR) -rwxr-xr-x  scripts/update-proto.all                                  7L
 (DIR) -rwxr-xr-x  scripts/update-proto.arch                                 9L
 (DIR) -rw-r--r--  src/Makefile                                             19L
 (DIR) -rw-r--r--  src/cmd/Makefile                                         61L
 (DIR) -rw-r--r--  src/cmd/addr2line.c                                     144L
 (DIR) -rw-r--r--  src/cmd/ar.c                                            670L
 (DIR) -rw-r--r--  src/cmd/as/.gitignore                                     2L
 (DIR) -rw-r--r--  src/cmd/as/Makefile                                      52L
 (DIR) -rw-r--r--  src/cmd/as/as.c                                          89L
 (DIR) -rw-r--r--  src/cmd/as/as.h                                         176L
 (DIR) -rw-r--r--  src/cmd/as/deps.mk                                       81L
 (DIR) -rw-r--r--  src/cmd/as/expr.c                                       316L
 (DIR) -rw-r--r--  src/cmd/as/ins.c                                        258L
 (DIR) -rw-r--r--  src/cmd/as/lexh.c                                       153L
 (DIR) -rw-r--r--  src/cmd/as/main.c                                       148L
 (DIR) -rwxr-xr-x  src/cmd/as/mktbl                                         34L
 (DIR) -rwxr-xr-x  src/cmd/as/mktbl.awk                                    117L
 (DIR) -rw-r--r--  src/cmd/as/parser.c                                     485L
 (DIR) -rw-r--r--  src/cmd/as/symbol.c                                     522L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/.gitignore                      2L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/ins.c                         354L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/opers.dat                       8L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/ops.dat                        62L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/powerpc.c                      63L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/powerpc.mk                     12L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/powerpc64.c                    63L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/powerpc64.mk                   12L
 (DIR) -rw-r--r--  src/cmd/as/target/powerpc/proc.h                         40L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/.gitignore                          1L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/ins.c                             604L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/opers.dat                          39L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/ops.dat                           374L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/proc.h                             74L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/z80.c                              64L
 (DIR) -rw-r--r--  src/cmd/as/target/x80/z80.mk                             11L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/.gitignore                          3L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/amd64.c                            12L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/amd64.mk                           11L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/i286.c                             53L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/i286.mk                            11L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/i386.c                            100L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/i386.mk                            11L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/ins.c                             354L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/nasm.dat                         5313L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/opers.dat                          10L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/ops.dat                            37L
 (DIR) -rw-r--r--  src/cmd/as/target/x86/proc.h                            158L
 (DIR) -rw-r--r--  src/cmd/cc/Makefile                                      13L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/Makefile                                  33L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/TODO                                      14L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/amd64-sysv.c                             207L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/arch.c                                    90L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/arm64-sysv.c                             207L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/builtin.c                                124L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/cc1.h                                    563L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/code.c                                   597L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/cpp.c                                   1136L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/decl.c                                  1026L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/deps.mk                                   46L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/error.c                                   84L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/expr.c                                  1223L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/fold.c                                   793L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/i386-sysv.c                              213L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/init.c                                   397L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/ir.md                                    443L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/lex.c                                    982L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/main.c                                   109L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/stmt.c                                   412L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/symbol.c                                 418L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/types.c                                  501L
 (DIR) -rw-r--r--  src/cmd/cc/cc1/z80-scc.c                                212L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/.gitignore                                 1L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/Makefile                                  41L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/cc2.h                                    273L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/code.c                                   207L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/deps.mk                                   63L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/generror.awk                               9L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/main.c                                    69L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/node.c                                   142L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/optm.c                                     9L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/parser.c                                 721L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/peep.c                                     7L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/symbol.c                                  94L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/arch.h                   0B
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/cgen.c                  13L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/code.c                 214L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/optm.c                   9L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/target.mk                8L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/amd64-sysv/types.c                 93L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/arm64-sysv/types.c                 93L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/arch.h                    0B
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/cgen.c                   14L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/code.c                  213L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/optm.c                    9L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/target.mk                 8L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/i386-sysv/types.c                  92L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe/arch.h                        143L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe/cgen.c                        782L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe/code.c                        605L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe/optm.c                         56L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe_amd64-sysv/target.mk            8L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/qbe_arm64-sysv/target.mk            8L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/arch.h                      5L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/cgen.c                    159L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/code.c                    232L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/optm.c                      9L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/target.mk                   8L
 (DIR) -rw-r--r--  src/cmd/cc/cc2/target/z80-scc/types.c                    92L
 (DIR) -rw-r--r--  src/cmd/cc/posix/Makefile                                28L
 (DIR) -rw-r--r--  src/cmd/cc/posix/cc.c                                   687L
 (DIR) -rw-r--r--  src/cmd/cc/posix/deps.mk                                  5L
 (DIR) -rw-r--r--  src/cmd/cc/posix/scc.sh                                  22L
 (DIR) -rw-r--r--  src/cmd/deps.mk                                         266L
 (DIR) -rw-r--r--  src/cmd/ld/Makefile                                      22L
 (DIR) -rw-r--r--  src/cmd/ld/deps.mk                                       21L
 (DIR) -rw-r--r--  src/cmd/ld/ld.h                                          38L
 (DIR) -rw-r--r--  src/cmd/ld/main.c                                       176L
 (DIR) -rw-r--r--  src/cmd/ld/pass1.c                                      305L
 (DIR) -rw-r--r--  src/cmd/ld/pass2.c                                       52L
 (DIR) -rw-r--r--  src/cmd/ld/pass3.c                                       82L
 (DIR) -rw-r--r--  src/cmd/ld/pass4.c                                       41L
 (DIR) -rw-r--r--  src/cmd/ld/pass5.c                                       51L
 (DIR) -rw-r--r--  src/cmd/ld/section.c                                    158L
 (DIR) -rw-r--r--  src/cmd/ld/symbol.c                                     173L
 (DIR) -rw-r--r--  src/cmd/make/Makefile                                    20L
 (DIR) -rw-r--r--  src/cmd/make/defaults.c                                  61L
 (DIR) -rw-r--r--  src/cmd/make/deps.mk                                      5L
 (DIR) -rw-r--r--  src/cmd/make/main.c                                     338L
 (DIR) -rw-r--r--  src/cmd/make/make.h                                      64L
 (DIR) -rw-r--r--  src/cmd/make/parser.c                                   873L
 (DIR) -rw-r--r--  src/cmd/make/posix.c                                     50L
 (DIR) -rw-r--r--  src/cmd/make/rules.c                                    527L
 (DIR) -rw-r--r--  src/cmd/nm.c                                            305L
 (DIR) -rw-r--r--  src/cmd/objcopy.c                                         6L
 (DIR) -rw-r--r--  src/cmd/objdump.c                                        84L
 (DIR) m---------  src/cmd/qbe @ 167b6dc
 (DIR) -rw-r--r--  src/cmd/ranlib.c                                        376L
 (DIR) -rw-r--r--  src/cmd/size.c                                          194L
 (DIR) -rw-r--r--  src/cmd/strip.c                                         127L
 (DIR) -rw-r--r--  src/libc/.gitignore                                       5L
 (DIR) -rw-r--r--  src/libc/Makefile                                        31L
 (DIR) -rw-r--r--  src/libc/arch/.gitignore                                  1L
 (DIR) -rw-r--r--  src/libc/arch/Makefile                                   37L
 (DIR) -rw-r--r--  src/libc/arch/amd64/Makefile                             29L
 (DIR) -rw-r--r--  src/libc/arch/amd64/crt-posix.s                          17L
 (DIR) -rw-r--r--  src/libc/arch/amd64/darwin/.gitignore                    11L
 (DIR) -rw-r--r--  src/libc/arch/amd64/darwin/Makefile                      35L
 (DIR) -rw-r--r--  src/libc/arch/amd64/darwin/crt.s                         19L
 (DIR) -rw-r--r--  src/libc/arch/amd64/darwin/deps.mk                        1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/darwin/gensys.sh                     31L
 (DIR) -rw-r--r--  src/libc/arch/amd64/darwin/syscall.lst                   12L
 (DIR) -rw-r--r--  src/libc/arch/amd64/deps.mk                               1L
 (DIR) -rw-r--r--  src/libc/arch/amd64/dragonfly/.gitignore                 11L
 (DIR) -rw-r--r--  src/libc/arch/amd64/dragonfly/Makefile                   37L
 (DIR) -rw-r--r--  src/libc/arch/amd64/dragonfly/crt.s                       1L
 (DIR) -rw-r--r--  src/libc/arch/amd64/dragonfly/deps.mk                     1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/dragonfly/gensys.sh                  31L
 (DIR) -rw-r--r--  src/libc/arch/amd64/dragonfly/syscall.lst                12L
 (DIR) -rw-r--r--  src/libc/arch/amd64/freebsd/.gitignore                    2L
 (DIR) -rw-r--r--  src/libc/arch/amd64/freebsd/Makefile                     26L
 (DIR) -rw-r--r--  src/libc/arch/amd64/freebsd/crt.s                         1L
 (DIR) -rw-r--r--  src/libc/arch/amd64/freebsd/deps.mk                       1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/freebsd/gensys.sh                    31L
 (DIR) -rw-r--r--  src/libc/arch/amd64/freebsd/syscall.lst                   3L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/.gitignore                     20L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/Makefile                       46L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/_cerrno.s                      12L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/crt.s                           1L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/deps.mk                         1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/linux/gensys.sh                      26L
 (DIR) -rw-r--r--  src/libc/arch/amd64/linux/syscall.lst                    21L
 (DIR) -rw-r--r--  src/libc/arch/amd64/longjmp.s                            21L
 (DIR) -rw-r--r--  src/libc/arch/amd64/memchr.s                             23L
 (DIR) -rw-r--r--  src/libc/arch/amd64/memcmp.s                             30L
 (DIR) -rw-r--r--  src/libc/arch/amd64/memcpy.s                             13L
 (DIR) -rw-r--r--  src/libc/arch/amd64/memmove.s                            29L
 (DIR) -rw-r--r--  src/libc/arch/amd64/memset.s                             14L
 (DIR) -rw-r--r--  src/libc/arch/amd64/netbsd/.gitignore                    15L
 (DIR) -rw-r--r--  src/libc/arch/amd64/netbsd/Makefile                      39L
 (DIR) -rw-r--r--  src/libc/arch/amd64/netbsd/crt.s                          2L
 (DIR) -rw-r--r--  src/libc/arch/amd64/netbsd/deps.mk                        1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/netbsd/gensys.sh                     31L
 (DIR) -rw-r--r--  src/libc/arch/amd64/netbsd/syscall.lst                   16L
 (DIR) -rw-r--r--  src/libc/arch/amd64/openbsd/.gitignore                   19L
 (DIR) -rw-r--r--  src/libc/arch/amd64/openbsd/Makefile                     43L
 (DIR) -rw-r--r--  src/libc/arch/amd64/openbsd/crt.s                         2L
 (DIR) -rw-r--r--  src/libc/arch/amd64/openbsd/deps.mk                       1L
 (DIR) -rwxr-xr-x  src/libc/arch/amd64/openbsd/gensys.sh                    31L
 (DIR) -rw-r--r--  src/libc/arch/amd64/openbsd/syscall.lst                  20L
 (DIR) -rw-r--r--  src/libc/arch/amd64/setjmp.s                             18L
 (DIR) -rw-r--r--  src/libc/arch/amd64/strchr.s                             32L
 (DIR) -rw-r--r--  src/libc/arch/amd64/strcmp.s                             39L
 (DIR) -rw-r--r--  src/libc/arch/amd64/strcpy.s                             22L
 (DIR) -rw-r--r--  src/libc/arch/arm/Makefile                               16L
 (DIR) -rw-r--r--  src/libc/arch/arm/crt-posix.s                            14L
 (DIR) -rw-r--r--  src/libc/arch/arm/deps.mk                                 1L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/.gitignore                       13L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/Makefile                         41L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/_cerrno.s                        14L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/crt.s                             1L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/deps.mk                           1L
 (DIR) -rwxr-xr-x  src/libc/arch/arm/linux/gensys.sh                        20L
 (DIR) -rw-r--r--  src/libc/arch/arm/linux/syscall.lst                      15L
 (DIR) -rw-r--r--  src/libc/arch/arm/longjmp.s                              11L
 (DIR) -rw-r--r--  src/libc/arch/arm/setjmp.s                                9L
 (DIR) -rw-r--r--  src/libc/arch/arm64/Makefile                             16L
 (DIR) -rw-r--r--  src/libc/arch/arm64/crt-posix.s                          15L
 (DIR) -rw-r--r--  src/libc/arch/arm64/deps.mk                               1L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/.gitignore                     11L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/Makefile                       39L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/_cerrno.s                      13L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/crt.s                           1L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/deps.mk                         1L
 (DIR) -rwxr-xr-x  src/libc/arch/arm64/linux/gensys.sh                      21L
 (DIR) -rw-r--r--  src/libc/arch/arm64/linux/syscall.lst                    13L
 (DIR) -rw-r--r--  src/libc/arch/arm64/longjmp.s                            22L
 (DIR) -rw-r--r--  src/libc/arch/arm64/setjmp.s                             20L
 (DIR) -rw-r--r--  src/libc/arch/bsd/Makefile                               11L
 (DIR) -rw-r--r--  src/libc/arch/bsd/_waitpid.c                              9L
 (DIR) -rw-r--r--  src/libc/arch/bsd/deps.mk                                 1L
 (DIR) -rw-r--r--  src/libc/arch/darwin/Makefile                            11L
 (DIR) -rw-r--r--  src/libc/arch/darwin/_getheap.c                          31L
 (DIR) -rw-r--r--  src/libc/arch/darwin/deps.mk                              2L
 (DIR) -rw-r--r--  src/libc/arch/dragonfly/Makefile                          6L
 (DIR) -rw-r--r--  src/libc/arch/freebsd/Makefile                            6L
 (DIR) -rw-r--r--  src/libc/arch/i386/Makefile                              16L
 (DIR) -rw-r--r--  src/libc/arch/i386/crt-posix.s                           19L
 (DIR) -rw-r--r--  src/libc/arch/i386/deps.mk                                1L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/.gitignore                      14L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/Makefile                        41L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/_cerrno.s                       12L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/crt.s                            1L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/deps.mk                          1L
 (DIR) -rwxr-xr-x  src/libc/arch/i386/linux/gensys.sh                       38L
 (DIR) -rw-r--r--  src/libc/arch/i386/linux/syscall.lst                     17L
 (DIR) -rw-r--r--  src/libc/arch/i386/longjmp.s                             21L
 (DIR) -rw-r--r--  src/libc/arch/i386/setjmp.s                              17L
 (DIR) -rw-r--r--  src/libc/arch/linux/Makefile                             14L
 (DIR) -rw-r--r--  src/libc/arch/linux/_brk.c                               16L
 (DIR) -rw-r--r--  src/libc/arch/linux/_getheap.c                           11L
 (DIR) -rw-r--r--  src/libc/arch/linux/_sigaction.c                         24L
 (DIR) -rw-r--r--  src/libc/arch/linux/_waitpid.c                            1L
 (DIR) -rw-r--r--  src/libc/arch/linux/brk.h                                 2L
 (DIR) -rw-r--r--  src/libc/arch/linux/deps.mk                               8L
 (DIR) -rwxr-xr-x  src/libc/arch/mkerrstr                                   21L
 (DIR) -rw-r--r--  src/libc/arch/netbsd/Makefile                            11L
 (DIR) -rw-r--r--  src/libc/arch/netbsd/_sigaction.c                        19L
 (DIR) -rw-r--r--  src/libc/arch/netbsd/crt.s                                9L
 (DIR) -rw-r--r--  src/libc/arch/netbsd/deps.mk                              1L
 (DIR) -rw-r--r--  src/libc/arch/openbsd/Makefile                            6L
 (DIR) -rw-r--r--  src/libc/arch/openbsd/crt.s                               9L
 (DIR) -rw-r--r--  src/libc/arch/posix/Makefile                             22L
 (DIR) -rw-r--r--  src/libc/arch/posix/_getheap.c                            9L
 (DIR) -rw-r--r--  src/libc/arch/posix/_open.c                              13L
 (DIR) -rw-r--r--  src/libc/arch/posix/_systime.c                           21L
 (DIR) -rw-r--r--  src/libc/arch/posix/_tzone.c                            247L
 (DIR) -rw-r--r--  src/libc/arch/posix/clock.c                              40L
 (DIR) -rw-r--r--  src/libc/arch/posix/deps.mk                               9L
 (DIR) -rw-r--r--  src/libc/arch/posix/getenv.c                             19L
 (DIR) -rwxr-xr-x  src/libc/arch/posix/geterrno.sh                           8L
 (DIR) -rw-r--r--  src/libc/arch/posix/raise.c                              11L
 (DIR) -rw-r--r--  src/libc/arch/posix/signal.c                             20L
 (DIR) -rw-r--r--  src/libc/arch/posix/system.c                             32L
 (DIR) -rw-r--r--  src/libc/arch/posix/time.c                               17L
 (DIR) -rw-r--r--  src/libc/arch/posix/time.h                                4L
 (DIR) -rw-r--r--  src/libc/arch/posix/tmpfile.c                            21L
 (DIR) -rw-r--r--  src/libc/arch/ppc/Makefile                               16L
 (DIR) -rw-r--r--  src/libc/arch/ppc/crt-posix.s                            20L
 (DIR) -rw-r--r--  src/libc/arch/ppc/deps.mk                                 1L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/.gitignore                       16L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/Makefile                         43L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/_cerrno.s                        16L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/crt.s                             1L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/deps.mk                           1L
 (DIR) -rwxr-xr-x  src/libc/arch/ppc/linux/gensys.sh                        19L
 (DIR) -rw-r--r--  src/libc/arch/ppc/linux/syscall.lst                      16L
 (DIR) -rw-r--r--  src/libc/arch/ppc/longjmp.s                              61L
 (DIR) -rw-r--r--  src/libc/arch/ppc/setjmp.s                               60L
 (DIR) -rw-r--r--  src/libc/assert/Makefile                                 12L
 (DIR) -rw-r--r--  src/libc/assert/__assert.c                               10L
 (DIR) -rw-r--r--  src/libc/assert/assert.c                                 14L
 (DIR) -rw-r--r--  src/libc/assert/deps.mk                                   1L
 (DIR) -rw-r--r--  src/libc/ctype/Makefile                                  27L
 (DIR) -rw-r--r--  src/libc/ctype/ctype.c                                   22L
 (DIR) -rw-r--r--  src/libc/ctype/deps.mk                                    1L
 (DIR) -rw-r--r--  src/libc/ctype/isalnum.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isalpha.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isascii.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isblank.c                                  7L
 (DIR) -rw-r--r--  src/libc/ctype/iscntrl.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isdigit.c                                  9L
 (DIR) -rw-r--r--  src/libc/ctype/isgraph.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/islower.c                                  9L
 (DIR) -rw-r--r--  src/libc/ctype/isprint.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/ispunct.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isspace.c                                  9L
 (DIR) -rw-r--r--  src/libc/ctype/isupper.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/isxdigit.c                                 8L
 (DIR) -rw-r--r--  src/libc/ctype/toascii.c                                  8L
 (DIR) -rw-r--r--  src/libc/ctype/tolower.c                                  9L
 (DIR) -rw-r--r--  src/libc/ctype/toupper.c                                  9L
 (DIR) -rwxr-xr-x  src/libc/gcc-scc.sh                                      72L
 (DIR) -rw-r--r--  src/libc/inttypes/Makefile                               14L
 (DIR) -rw-r--r--  src/libc/inttypes/deps.mk                                 3L
 (DIR) -rw-r--r--  src/libc/inttypes/imaxabs.c                               9L
 (DIR) -rw-r--r--  src/libc/inttypes/imaxdiv.c                               9L
 (DIR) -rw-r--r--  src/libc/inttypes/strtoimax.c                            64L
 (DIR) -rw-r--r--  src/libc/inttypes/strtoumax.c                            61L
 (DIR) -rw-r--r--  src/libc/libc.h                                          67L
 (DIR) -rw-r--r--  src/libc/locale/Makefile                                 12L
 (DIR) -rw-r--r--  src/libc/locale/deps.mk                                   1L
 (DIR) -rw-r--r--  src/libc/locale/localeconv.c                             36L
 (DIR) -rw-r--r--  src/libc/locale/setlocale.c                              16L
 (DIR) -rw-r--r--  src/libc/objs/amd64-darwin.mk                             4L
 (DIR) -rw-r--r--  src/libc/objs/amd64-dragonfly.mk                          4L
 (DIR) -rw-r--r--  src/libc/objs/amd64-freebsd.mk                           27L
 (DIR) -rw-r--r--  src/libc/objs/amd64-linux.mk                             51L
 (DIR) -rw-r--r--  src/libc/objs/amd64-netbsd.mk                            43L
 (DIR) -rw-r--r--  src/libc/objs/amd64-openbsd.mk                           47L
 (DIR) -rw-r--r--  src/libc/objs/arm-linux.mk                                4L
 (DIR) -rw-r--r--  src/libc/objs/arm64-linux.mk                              4L
 (DIR) -rw-r--r--  src/libc/objs/common-objs.mk                            135L
 (DIR) -rw-r--r--  src/libc/objs/i386-linux.mk                               4L
 (DIR) -rw-r--r--  src/libc/objs/ppc-linux.mk                                4L
 (DIR) -rw-r--r--  src/libc/objs/z80-msxdos.mk                               4L
 (DIR) -rw-r--r--  src/libc/rules.mk                                        34L
 (DIR) -rw-r--r--  src/libc/stdio/Makefile                                  53L
 (DIR) -rw-r--r--  src/libc/stdio/__getc.c                                  40L
 (DIR) -rw-r--r--  src/libc/stdio/__iob.c                                   20L
 (DIR) -rw-r--r--  src/libc/stdio/__putc.c                                  51L
 (DIR) -rw-r--r--  src/libc/stdio/_allocbuf.c                               22L
 (DIR) -rw-r--r--  src/libc/stdio/_flsbuf.c                                 23L
 (DIR) -rw-r--r--  src/libc/stdio/_fpopen.c                                 86L
 (DIR) -rw-r--r--  src/libc/stdio/clearerr.c                                 9L
 (DIR) -rw-r--r--  src/libc/stdio/deps.mk                                   23L
 (DIR) -rw-r--r--  src/libc/stdio/fclose.c                                  35L
 (DIR) -rw-r--r--  src/libc/stdio/feof.c                                     9L
 (DIR) -rw-r--r--  src/libc/stdio/ferror.c                                   9L
 (DIR) -rw-r--r--  src/libc/stdio/fflush.c                                  21L
 (DIR) -rw-r--r--  src/libc/stdio/fgetc.c                                    9L
 (DIR) -rw-r--r--  src/libc/stdio/fgets.c                                   22L
 (DIR) -rw-r--r--  src/libc/stdio/fopen.c                                   23L
 (DIR) -rw-r--r--  src/libc/stdio/fprintf.c                                 17L
 (DIR) -rw-r--r--  src/libc/stdio/fputc.c                                    9L
 (DIR) -rw-r--r--  src/libc/stdio/fputs.c                                   16L
 (DIR) -rw-r--r--  src/libc/stdio/fread.c                                   26L
 (DIR) -rw-r--r--  src/libc/stdio/freopen.c                                 15L
 (DIR) -rw-r--r--  src/libc/stdio/fseek.c                                   27L
 (DIR) -rw-r--r--  src/libc/stdio/ftell.c                                   29L
 (DIR) -rw-r--r--  src/libc/stdio/fwrite.c                                  25L
 (DIR) -rw-r--r--  src/libc/stdio/getc.c                                     9L
 (DIR) -rw-r--r--  src/libc/stdio/getchar.c                                  9L
 (DIR) -rw-r--r--  src/libc/stdio/gets.c                                    18L
 (DIR) -rw-r--r--  src/libc/stdio/perror.c                                  17L
 (DIR) -rw-r--r--  src/libc/stdio/printf.c                                  16L
 (DIR) -rw-r--r--  src/libc/stdio/putc.c                                     9L
 (DIR) -rw-r--r--  src/libc/stdio/putchar.c                                  9L
 (DIR) -rw-r--r--  src/libc/stdio/puts.c                                    13L
 (DIR) -rw-r--r--  src/libc/stdio/remove.c                                  11L
 (DIR) -rw-r--r--  src/libc/stdio/rename.c                                  11L
 (DIR) -rw-r--r--  src/libc/stdio/rewind.c                                  11L
 (DIR) -rw-r--r--  src/libc/stdio/setbuf.c                                   9L
 (DIR) -rw-r--r--  src/libc/stdio/setvbuf.c                                 51L
 (DIR) -rw-r--r--  src/libc/stdio/snprintf.c                                17L
 (DIR) -rw-r--r--  src/libc/stdio/sprintf.c                                 17L
 (DIR) -rw-r--r--  src/libc/stdio/tmpnam.c                                  29L
 (DIR) -rw-r--r--  src/libc/stdio/ungetc.c                                  35L
 (DIR) -rw-r--r--  src/libc/stdio/vfprintf.c                               380L
 (DIR) -rw-r--r--  src/libc/stdio/vprintf.c                                 13L
 (DIR) -rw-r--r--  src/libc/stdio/vsnprintf.c                               28L
 (DIR) -rw-r--r--  src/libc/stdio/vsprintf.c                                12L
 (DIR) -rw-r--r--  src/libc/stdlib/Makefile                                 39L
 (DIR) -rw-r--r--  src/libc/stdlib/_Exit.c                                  11L
 (DIR) -rw-r--r--  src/libc/stdlib/_dtoi.c                                  17L
 (DIR) -rw-r--r--  src/libc/stdlib/abort.c                                  11L
 (DIR) -rw-r--r--  src/libc/stdlib/abs.c                                     9L
 (DIR) -rw-r--r--  src/libc/stdlib/atexit.c                                 29L
 (DIR) -rw-r--r--  src/libc/stdlib/atoi.c                                   28L
 (DIR) -rw-r--r--  src/libc/stdlib/atol.c                                   29L
 (DIR) -rw-r--r--  src/libc/stdlib/atoll.c                                  29L
 (DIR) -rw-r--r--  src/libc/stdlib/bsearch.c                                29L
 (DIR) -rw-r--r--  src/libc/stdlib/calloc.c                                 20L
 (DIR) -rw-r--r--  src/libc/stdlib/deps.mk                                  17L
 (DIR) -rw-r--r--  src/libc/stdlib/div.c                                     9L
 (DIR) -rw-r--r--  src/libc/stdlib/errno.c                                   3L
 (DIR) -rw-r--r--  src/libc/stdlib/exit.c                                   19L
 (DIR) -rw-r--r--  src/libc/stdlib/labs.c                                    9L
 (DIR) -rw-r--r--  src/libc/stdlib/ldiv.c                                    9L
 (DIR) -rw-r--r--  src/libc/stdlib/llabs.c                                   9L
 (DIR) -rw-r--r--  src/libc/stdlib/lldiv.c                                   8L
 (DIR) -rw-r--r--  src/libc/stdlib/malloc.c                                167L
 (DIR) -rw-r--r--  src/libc/stdlib/malloc.h                                 16L
 (DIR) -rw-r--r--  src/libc/stdlib/mblen.c                                   9L
 (DIR) -rw-r--r--  src/libc/stdlib/mbstowcs.c                               11L
 (DIR) -rw-r--r--  src/libc/stdlib/mbtowc.c                                 10L
 (DIR) -rw-r--r--  src/libc/stdlib/qsort.c                                  82L
 (DIR) -rw-r--r--  src/libc/stdlib/rand.c                                   24L
 (DIR) -rw-r--r--  src/libc/stdlib/realloc.c                                80L
 (DIR) -rw-r--r--  src/libc/stdlib/strtol.c                                 64L
 (DIR) -rw-r--r--  src/libc/stdlib/strtoll.c                                64L
 (DIR) -rw-r--r--  src/libc/stdlib/strtoul.c                                61L
 (DIR) -rw-r--r--  src/libc/stdlib/strtoull.c                               61L
 (DIR) -rw-r--r--  src/libc/stdlib/wcstombs.c                               10L
 (DIR) -rw-r--r--  src/libc/stdlib/wctomb.c                                 10L
 (DIR) -rw-r--r--  src/libc/string/Makefile                                 33L
 (DIR) -rw-r--r--  src/libc/string/deps.mk                                   1L
 (DIR) -rw-r--r--  src/libc/string/memchr.c                                 13L
 (DIR) -rw-r--r--  src/libc/string/memcmp.c                                 15L
 (DIR) -rw-r--r--  src/libc/string/memcpy.c                                 15L
 (DIR) -rw-r--r--  src/libc/string/memmove.c                                21L
 (DIR) -rw-r--r--  src/libc/string/memset.c                                 13L
 (DIR) -rw-r--r--  src/libc/string/strcat.c                                 17L
 (DIR) -rw-r--r--  src/libc/string/strchr.c                                 12L
 (DIR) -rw-r--r--  src/libc/string/strcmp.c                                 11L
 (DIR) -rw-r--r--  src/libc/string/strcoll.c                                11L
 (DIR) -rw-r--r--  src/libc/string/strcpy.c                                 14L
 (DIR) -rw-r--r--  src/libc/string/strcspn.c                                21L
 (DIR) -rw-r--r--  src/libc/string/strerror.c                               12L
 (DIR) -rw-r--r--  src/libc/string/strlen.c                                 13L
 (DIR) -rw-r--r--  src/libc/string/strncat.c                                18L
 (DIR) -rw-r--r--  src/libc/string/strncmp.c                                15L
 (DIR) -rw-r--r--  src/libc/string/strncpy.c                                17L
 (DIR) -rw-r--r--  src/libc/string/strpbrk.c                                20L
 (DIR) -rw-r--r--  src/libc/string/strrchr.c                                16L
 (DIR) -rw-r--r--  src/libc/string/strspn.c                                 21L
 (DIR) -rw-r--r--  src/libc/string/strstr.c                                 22L
 (DIR) -rw-r--r--  src/libc/string/strtok.c                                 26L
 (DIR) -rw-r--r--  src/libc/string/strxfrm.c                                13L
 (DIR) -rw-r--r--  src/libc/syscall.h                                       10L
 (DIR) -rw-r--r--  src/libc/time/.gitignore                                  1L
 (DIR) -rw-r--r--  src/libc/time/Makefile                                   26L
 (DIR) -rw-r--r--  src/libc/time/_daysyear.c                                11L
 (DIR) -rw-r--r--  src/libc/time/_newyear.c                                 15L
 (DIR) -rw-r--r--  src/libc/time/asctime.c                                  17L
 (DIR) -rw-r--r--  src/libc/time/ctime.c                                     9L
 (DIR) -rw-r--r--  src/libc/time/deps.mk                                     6L
 (DIR) -rw-r--r--  src/libc/time/difftime.c                                  9L
 (DIR) -rw-r--r--  src/libc/time/gentz.awk                                   9L
 (DIR) -rw-r--r--  src/libc/time/gmtime.c                                   39L
 (DIR) -rw-r--r--  src/libc/time/localtime.c                                57L
 (DIR) -rw-r--r--  src/libc/time/mktime.c                                  106L
 (DIR) -rw-r--r--  src/libc/time/strftime.c                                331L
 (DIR) -rw-r--r--  src/libc/time/timezone.lst                              332L
 (DIR) -rw-r--r--  src/libc/wchar/Makefile                                  20L
 (DIR) -rw-r--r--  src/libc/wchar/_validutf8.c                              31L
 (DIR) -rw-r--r--  src/libc/wchar/deps.mk                                    4L
 (DIR) -rw-r--r--  src/libc/wchar/fputwc.c                                  33L
 (DIR) -rw-r--r--  src/libc/wchar/mbrlen.c                                   9L
 (DIR) -rw-r--r--  src/libc/wchar/mbrtowc.c                                 44L
 (DIR) -rw-r--r--  src/libc/wchar/mbsrtowcs.c                               31L
 (DIR) -rw-r--r--  src/libc/wchar/putwc.c                                   10L
 (DIR) -rw-r--r--  src/libc/wchar/wcrtomb.c                                 34L
 (DIR) -rw-r--r--  src/libc/wchar/wcslen.c                                  13L
 (DIR) -rw-r--r--  src/libc/wchar/wcsrtombs.c                               34L
 (DIR) -rw-r--r--  src/libc/wchar/wcwidth.c                                 13L
 (DIR) -rw-r--r--  src/libcrt/Makefile                                      15L
 (DIR) -rw-r--r--  src/libcrt/amd64/Makefile                                13L
 (DIR) -rw-r--r--  src/libcrt/amd64/deps.mk                                  1L
 (DIR) -rw-r--r--  src/libcrt/amd64/dummy.s                                  0B
 (DIR) -rw-r--r--  src/libcrt/arm/Makefile                                  13L
 (DIR) -rw-r--r--  src/libcrt/arm/deps.mk                                    1L
 (DIR) -rw-r--r--  src/libcrt/arm/dummy.c                                    0B
 (DIR) -rw-r--r--  src/libcrt/arm64/Makefile                                13L
 (DIR) -rw-r--r--  src/libcrt/arm64/deps.mk                                  1L
 (DIR) -rw-r--r--  src/libcrt/arm64/dummy.s                                  0B
 (DIR) -rw-r--r--  src/libcrt/i386/Makefile                                 18L
 (DIR) -rw-r--r--  src/libcrt/i386/deps.mk                                   1L
 (DIR) -rw-r--r--  src/libcrt/i386/udivdi3.s                                19L
 (DIR) -rw-r--r--  src/libcrt/i386/umoddi3.s                                20L
 (DIR) -rw-r--r--  src/libcrt/ppc/Makefile                                  13L
 (DIR) -rw-r--r--  src/libcrt/ppc/deps.mk                                    1L
 (DIR) -rw-r--r--  src/libcrt/ppc/dummy.s                                    0B
 (DIR) -rw-r--r--  src/libmach/Makefile                                     52L
 (DIR) -rw-r--r--  src/libmach/archive.c                                    24L
 (DIR) -rw-r--r--  src/libmach/armember.c                                   51L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32.c                              24L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32.h                              50L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32archs.c                         12L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32del.c                           29L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32getidx.c                        12L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32getsec.c                        91L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32getsym.c                        87L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32loadmap.c                       40L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32new.c                           32L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32pc2line.c                       11L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32probe.c                         21L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32read.c                         373L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32setidx.c                        12L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32setsec.c                        81L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32setsym.c                       111L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32strip.c                         43L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32type.c                          20L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32write.c                        396L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32xgetidx.c                       72L
 (DIR) -rw-r--r--  src/libmach/coff32/coff32xsetidx.c                       32L
 (DIR) -rw-r--r--  src/libmach/coff32/rules.mk                              22L
 (DIR) -rw-r--r--  src/libmach/delobj.c                                     13L
 (DIR) -rw-r--r--  src/libmach/deps.mk                                     142L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64.c                                39L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64.h                                66L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64archs.c                           16L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64del.c                             23L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64getsec.c                          57L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64getsym.c                         111L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64new.c                             19L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64probe.c                           44L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64read.c                           381L
 (DIR) -rw-r--r--  src/libmach/elf64/elf64type.c                            20L
 (DIR) -rw-r--r--  src/libmach/elf64/rules.mk                               10L
 (DIR) -rw-r--r--  src/libmach/findsec.c                                    21L
 (DIR) -rw-r--r--  src/libmach/getindex.c                                   21L
 (DIR) -rw-r--r--  src/libmach/getsec.c                                     11L
 (DIR) -rw-r--r--  src/libmach/getsym.c                                     11L
 (DIR) -rw-r--r--  src/libmach/libmach.h                                    78L
 (DIR) -rw-r--r--  src/libmach/loadmap.c                                    11L
 (DIR) -rw-r--r--  src/libmach/mach.c                                       11L
 (DIR) -rw-r--r--  src/libmach/newmap.c                                     44L
 (DIR) -rw-r--r--  src/libmach/newobj.c                                     34L
 (DIR) -rw-r--r--  src/libmach/objpos.c                                     15L
 (DIR) -rw-r--r--  src/libmach/objprobe.c                                   30L
 (DIR) -rw-r--r--  src/libmach/objtype.c                                    21L
 (DIR) -rw-r--r--  src/libmach/pack.c                                      130L
 (DIR) -rw-r--r--  src/libmach/pc2line.c                                    11L
 (DIR) -rw-r--r--  src/libmach/readobj.c                                    17L
 (DIR) -rw-r--r--  src/libmach/rebase.c                                     12L
 (DIR) -rw-r--r--  src/libmach/setindex.c                                   21L
 (DIR) -rw-r--r--  src/libmach/setmap.c                                     36L
 (DIR) -rw-r--r--  src/libmach/setsec.c                                     11L
 (DIR) -rw-r--r--  src/libmach/setsym.c                                     11L
 (DIR) -rw-r--r--  src/libmach/strip.c                                      11L
 (DIR) -rw-r--r--  src/libmach/unpack.c                                    140L
 (DIR) -rw-r--r--  src/libmach/writeobj.c                                   11L
 (DIR) -rw-r--r--  src/libscc/Makefile                                      31L
 (DIR) -rw-r--r--  src/libscc/alloc.c                                      111L
 (DIR) -rw-r--r--  src/libscc/canonical-posix.c                             10L
 (DIR) -rw-r--r--  src/libscc/casecmp.c                                     10L
 (DIR) -rw-r--r--  src/libscc/debug.c                                       19L
 (DIR) -rw-r--r--  src/libscc/deps.mk                                       15L
 (DIR) -rw-r--r--  src/libscc/die.c                                         19L
 (DIR) -rw-r--r--  src/libscc/fromepoch-posix.c                              9L
 (DIR) -rw-r--r--  src/libscc/genhash.c                                     11L
 (DIR) -rw-r--r--  src/libscc/getstat-posix.c                               24L
 (DIR) -rw-r--r--  src/libscc/newitem.c                                     12L
 (DIR) -rw-r--r--  src/libscc/setstat-posix.c                               23L
 (DIR) -rw-r--r--  src/libscc/totime-posix.c                                 9L
 (DIR) -rw-r--r--  src/libscc/xcalloc.c                                     12L
 (DIR) -rw-r--r--  src/libscc/xmalloc.c                                     12L
 (DIR) -rw-r--r--  src/libscc/xrealloc.c                                    12L
 (DIR) -rw-r--r--  src/libscc/xstrdup.c                                     11L
 (DIR) -rw-r--r--  tests/Makefile                                           25L
 (DIR) -rw-r--r--  tests/ar/execute/.gitignore                               1L
 (DIR) -rwxr-xr-x  tests/ar/execute/0001-append.sh                          38L
 (DIR) -rwxr-xr-x  tests/ar/execute/0002-append.sh                          39L
 (DIR) -rwxr-xr-x  tests/ar/execute/0003-append.sh                          38L
 (DIR) -rwxr-xr-x  tests/ar/execute/0004-append.sh                          19L
 (DIR) -rwxr-xr-x  tests/ar/execute/0005-append.sh                          18L
 (DIR) -rwxr-xr-x  tests/ar/execute/0006-append.sh                          14L
 (DIR) -rwxr-xr-x  tests/ar/execute/0007-delete.sh                          19L
 (DIR) -rwxr-xr-x  tests/ar/execute/0008-delete.sh                          19L
 (DIR) -rwxr-xr-x  tests/ar/execute/0009-delete.sh                          18L
 (DIR) -rwxr-xr-x  tests/ar/execute/0010-delete.sh                          24L
 (DIR) -rwxr-xr-x  tests/ar/execute/0011-delete.sh                          25L
 (DIR) -rwxr-xr-x  tests/ar/execute/0012-delete.sh                          94L
 (DIR) -rwxr-xr-x  tests/ar/execute/0013-print.sh                           23L
 (DIR) -rwxr-xr-x  tests/ar/execute/0014-print.sh                           22L
 (DIR) -rwxr-xr-x  tests/ar/execute/0015-print.sh                           25L
 (DIR) -rwxr-xr-x  tests/ar/execute/0016-print.sh                           28L
 (DIR) -rwxr-xr-x  tests/ar/execute/0017-print.sh                           27L
 (DIR) -rwxr-xr-x  tests/ar/execute/0018-list.sh                            21L
 (DIR) -rwxr-xr-x  tests/ar/execute/0019-list.sh                            20L
 (DIR) -rwxr-xr-x  tests/ar/execute/0020-list.sh                            20L
 (DIR) -rwxr-xr-x  tests/ar/execute/0021-list.sh                            22L
 (DIR) -rwxr-xr-x  tests/ar/execute/0022-list.sh                            62L
 (DIR) -rwxr-xr-x  tests/ar/execute/0023-extract.sh                         22L
 (DIR) -rwxr-xr-x  tests/ar/execute/0024-extract.sh                         22L
 (DIR) -rwxr-xr-x  tests/ar/execute/0025-extract.sh                         22L
 (DIR) -rwxr-xr-x  tests/ar/execute/0026-extract.sh                         36L
 (DIR) -rwxr-xr-x  tests/ar/execute/0027-extract.sh                         36L
 (DIR) -rwxr-xr-x  tests/ar/execute/0029-move.sh                            23L
 (DIR) -rwxr-xr-x  tests/ar/execute/0030-move.sh                            23L
 (DIR) -rwxr-xr-x  tests/ar/execute/0031-move.sh                            23L
 (DIR) -rwxr-xr-x  tests/ar/execute/0032-update.sh                          24L
 (DIR) -rwxr-xr-x  tests/ar/execute/0033-update.sh                          24L
 (DIR) -rwxr-xr-x  tests/ar/execute/0034-update.sh                          34L
 (DIR) -rwxr-xr-x  tests/ar/execute/0035-update.sh                          34L
 (DIR) -rwxr-xr-x  tests/ar/execute/0036-update.sh                          35L
 (DIR) -rwxr-xr-x  tests/ar/execute/0037-update.sh                          35L
 (DIR) -rwxr-xr-x  tests/ar/execute/0038-update.sh                          24L
 (DIR) -rwxr-xr-x  tests/ar/execute/0039-update.sh                          38L
 (DIR) -rw-r--r--  tests/ar/execute/Makefile                                19L
 (DIR) -rwxr-xr-x  tests/ar/execute/chktest.sh                              13L
 (DIR) -rwxr-xr-x  tests/ar/execute/mkmaster.sh                             23L
 (DIR) -rw-r--r--  tests/as/execute/.gitignore                               1L
 (DIR) -rw-r--r--  tests/as/execute/Makefile                                15L
 (DIR) -rwxr-xr-x  tests/as/execute/chktest.sh                              12L
 (DIR) -rw-r--r--  tests/as/execute/i286.s                                 149L
 (DIR) -rw-r--r--  tests/as/execute/powerpc.s                               15L
 (DIR) -rw-r--r--  tests/as/execute/pseudo.inc                              36L
 (DIR) -rwxr-xr-x  tests/as/execute/test.sh                                 44L
 (DIR) -rw-r--r--  tests/as/execute/z80.s                                 1608L
 (DIR) -rw-r--r--  tests/cc/error/.gitignore                                 1L
 (DIR) -rw-r--r--  tests/cc/error/0001-sanity.c                             11L
 (DIR) -rw-r--r--  tests/cc/error/0002-missinginclude.c                      7L
 (DIR) -rw-r--r--  tests/cc/error/0003-junkinclude.c                         7L
 (DIR) -rw-r--r--  tests/cc/error/0004-macroredef.c                          9L
 (DIR) -rw-r--r--  tests/cc/error/0005-fmacro.c                              8L
 (DIR) -rw-r--r--  tests/cc/error/0006-endif.c                               8L
 (DIR) -rw-r--r--  tests/cc/error/0007-unmatchedcppif.c                      9L
 (DIR) -rw-r--r--  tests/cc/error/0008-unmatchedcppelse.c                    9L
 (DIR) -rw-r--r--  tests/cc/error/0009-unmatchedcppelif.c                    8L
 (DIR) -rw-r--r--  tests/cc/error/0010-extraelif.c                          13L
 (DIR) -rw-r--r--  tests/cc/error/0011-extraelse.c                          13L
 (DIR) -rw-r--r--  tests/cc/error/0012-ifnoexpr.c                           10L
 (DIR) -rw-r--r--  tests/cc/error/0013-macro.c                              10L
 (DIR) -rw-r--r--  tests/cc/error/0014-macro.c                              10L
 (DIR) -rw-r--r--  tests/cc/error/0015-macro.c                               8L
 (DIR) -rw-r--r--  tests/cc/error/0016-arrayinitsize.c                       7L
 (DIR) -rw-r--r--  tests/cc/error/0017-duplicatefunc.c                      18L
 (DIR) -rw-r--r--  tests/cc/error/0018-voidparam.c                          36L
 (DIR) -rw-r--r--  tests/cc/error/0019-kr_names.c                           21L
 (DIR) -rw-r--r--  tests/cc/error/0020-storage.c                            53L
 (DIR) -rw-r--r--  tests/cc/error/0021-namespace.c                          29L
 (DIR) -rw-r--r--  tests/cc/error/0021-void.c                               13L
 (DIR) -rw-r--r--  tests/cc/error/0022-cpp-if.c                              9L
 (DIR) -rw-r--r--  tests/cc/error/0023-include.c                            10L
 (DIR) -rw-r--r--  tests/cc/error/0023-include.h                             8L
 (DIR) -rw-r--r--  tests/cc/error/0024-lvale-cast.c                         15L
 (DIR) -rw-r--r--  tests/cc/error/0025-bad-init.c                           13L
 (DIR) -rw-r--r--  tests/cc/error/0026-numargs.c                            23L
 (DIR) -rw-r--r--  tests/cc/error/0027-constoverflow.c                       9L
 (DIR) -rw-r--r--  tests/cc/error/0028-noconstinit.c                        14L
 (DIR) -rw-r--r--  tests/cc/error/0029-eof.c                                 8L
 (DIR) -rw-r--r--  tests/cc/error/0030-krtypes.c                            18L
 (DIR) -rw-r--r--  tests/cc/error/0031-krtypes.c                            37L
 (DIR) -rw-r--r--  tests/cc/error/0032-krtypes.c                            22L
 (DIR) -rw-r--r--  tests/cc/error/0033-character.c                          32L
 (DIR) -rw-r--r--  tests/cc/error/0034-eof.c                                10L
 (DIR) -rw-r--r--  tests/cc/error/0035-cpp.c                                 9L
 (DIR) -rw-r--r--  tests/cc/error/0036-func.c                               13L
 (DIR) -rw-r--r--  tests/cc/error/0037-pointer.c                            11L
 (DIR) -rw-r--r--  tests/cc/error/Makefile                                  17L
 (DIR) -rw-r--r--  tests/cc/error/README                                     2L
 (DIR) -rwxr-xr-x  tests/cc/error/chktest.sh                                21L
 (DIR) -rw-r--r--  tests/cc/error/scc-tests.lst                             37L
 (DIR) -rwxr-xr-x  tests/cc/error/update.sh                                 10L
 (DIR) -rw-r--r--  tests/cc/execute/.gitignore                               4L
 (DIR) -rw-r--r--  tests/cc/execute/0001-sanity.c                            5L
 (DIR) -rw-r--r--  tests/cc/execute/0002-expr.c                              5L
 (DIR) -rw-r--r--  tests/cc/execute/0003-local.c                             8L
 (DIR) -rw-r--r--  tests/cc/execute/0004-pointer.c                          12L
 (DIR) -rw-r--r--  tests/cc/execute/0005-ifstmt.c                           23L
 (DIR) -rw-r--r--  tests/cc/execute/0006-whilestmt.c                        10L
 (DIR) -rw-r--r--  tests/cc/execute/0007-forstmt.c                          15L
 (DIR) -rw-r--r--  tests/cc/execute/0008-dowhilestmt.c                      11L
 (DIR) -rw-r--r--  tests/cc/execute/0009-expr.c                             11L
 (DIR) -rw-r--r--  tests/cc/execute/0010-goto.c                             13L
 (DIR) -rw-r--r--  tests/cc/execute/0011-assign.c                            8L
 (DIR) -rw-r--r--  tests/cc/execute/0012-expr.c                              5L
 (DIR) -rw-r--r--  tests/cc/execute/0013-addridx.c                          10L
 (DIR) -rw-r--r--  tests/cc/execute/0014-assignidx.c                        11L
 (DIR) -rw-r--r--  tests/cc/execute/0015-localarray.c                       10L
 (DIR) -rw-r--r--  tests/cc/execute/0016-addrarray.c                        10L
 (DIR) -rw-r--r--  tests/cc/execute/0017-struct.c                            9L
 (DIR) -rw-r--r--  tests/cc/execute/0018-structptr.c                        13L
 (DIR) -rw-r--r--  tests/cc/execute/0019-selfrefstruct.c                    10L
 (DIR) -rw-r--r--  tests/cc/execute/0020-ptrptr.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0021-intfunc.c                          12L
 (DIR) -rw-r--r--  tests/cc/execute/0022-typedef.c                          10L
 (DIR) -rw-r--r--  tests/cc/execute/0023-global.c                            9L
 (DIR) -rw-r--r--  tests/cc/execute/0024-typedefstruct.c                    12L
 (DIR) -rw-r--r--  tests/cc/execute/0025-string.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0026-implicitret.c                       5L
 (DIR) -rw-r--r--  tests/cc/execute/0027-charval.c                           8L
 (DIR) -rw-r--r--  tests/cc/execute/0028-bor.c                              10L
 (DIR) -rw-r--r--  tests/cc/execute/0029-band.c                             10L
 (DIR) -rw-r--r--  tests/cc/execute/0030-bxor.c                             10L
 (DIR) -rw-r--r--  tests/cc/execute/0031-relop.c                            24L
 (DIR) -rw-r--r--  tests/cc/execute/0032-indec.c                            48L
 (DIR) -rw-r--r--  tests/cc/execute/0033-ptrindec.c                         30L
 (DIR) -rw-r--r--  tests/cc/execute/0034-logandor.c                         45L
 (DIR) -rw-r--r--  tests/cc/execute/0035-breakcont.c                        32L
 (DIR) -rw-r--r--  tests/cc/execute/0036-notneg.c                           15L
 (DIR) -rw-r--r--  tests/cc/execute/0037-assignop.c                         19L
 (DIR) -rw-r--r--  tests/cc/execute/0038-ptradd.c                           17L
 (DIR) -rw-r--r--  tests/cc/execute/0039-sizeof.c                           17L
 (DIR) -rw-r--r--  tests/cc/execute/0040-cast.c                             13L
 (DIR) -rw-r--r--  tests/cc/execute/0041-queen.c                            55L
 (DIR) -rw-r--r--  tests/cc/execute/0042-prime.c                            26L
 (DIR) -rw-r--r--  tests/cc/execute/0043-union.c                            11L
 (DIR) -rw-r--r--  tests/cc/execute/0044-struct.c                           19L
 (DIR) -rw-r--r--  tests/cc/execute/0045-struct.c                           16L
 (DIR) -rw-r--r--  tests/cc/execute/0046-inits.c                            16L
 (DIR) -rw-r--r--  tests/cc/execute/0047-anonexport.c                       34L
 (DIR) -rw-r--r--  tests/cc/execute/0048-inits.c                            14L
 (DIR) -rw-r--r--  tests/cc/execute/0049-inits.c                            12L
 (DIR) -rw-r--r--  tests/cc/execute/0050-inits.c                            14L
 (DIR) -rw-r--r--  tests/cc/execute/0051-inits.c                            33L
 (DIR) -rw-r--r--  tests/cc/execute/0052-switch.c                           38L
 (DIR) -rw-r--r--  tests/cc/execute/0053-struct.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0054-struct.c                           13L
 (DIR) -rw-r--r--  tests/cc/execute/0055-enum.c                             22L
 (DIR) -rw-r--r--  tests/cc/execute/0056-enum.c                             22L
 (DIR) -rw-r--r--  tests/cc/execute/0057-duff.c                             30L
 (DIR) -rw-r--r--  tests/cc/execute/0058-bug.c                               9L
 (DIR) -rw-r--r--  tests/cc/execute/0059-multistring.c                      15L
 (DIR) -rw-r--r--  tests/cc/execute/0060-charlit.c                           8L
 (DIR) -rw-r--r--  tests/cc/execute/0061-comments.c                         11L
 (DIR) -rw-r--r--  tests/cc/execute/0062-include.c                           4L
 (DIR) -rw-r--r--  tests/cc/execute/0063-define.c                            7L
 (DIR) -rw-r--r--  tests/cc/execute/0064-sysinclude.c                        7L
 (DIR) -rw-r--r--  tests/cc/execute/0065-ifdef.c                            25L
 (DIR) -rw-r--r--  tests/cc/execute/0066-cppelse.c                          20L
 (DIR) -rw-r--r--  tests/cc/execute/0067-define.c                            7L
 (DIR) -rw-r--r--  tests/cc/execute/0068-funclikemacro.c                     8L
 (DIR) -rw-r--r--  tests/cc/execute/0069-funclikemacro.c                    11L
 (DIR) -rw-r--r--  tests/cc/execute/0070-cppif.c                            18L
 (DIR) -rw-r--r--  tests/cc/execute/0071-cppelif.c                          13L
 (DIR) -rw-r--r--  tests/cc/execute/0072-cppelif.c                          13L
 (DIR) -rw-r--r--  tests/cc/execute/0073-ifndef.c                           15L
 (DIR) -rw-r--r--  tests/cc/execute/0074-undef.c                            12L
 (DIR) -rw-r--r--  tests/cc/execute/0075-ptraddasn.c                        14L
 (DIR) -rw-r--r--  tests/cc/execute/0076-ptrsubasn.c                        14L
 (DIR) -rw-r--r--  tests/cc/execute/0077-defined.c                          32L
 (DIR) -rw-r--r--  tests/cc/execute/0078-dirifexpr.c                       166L
 (DIR) -rw-r--r--  tests/cc/execute/0079-cond.c                              9L
 (DIR) -rw-r--r--  tests/cc/execute/0080-arrays.c                           48L
 (DIR) -rw-r--r--  tests/cc/execute/0081-calls.c                            17L
 (DIR) -rw-r--r--  tests/cc/execute/0082-bug.c                              17L
 (DIR) -rw-r--r--  tests/cc/execute/0083-voidret.c                          12L
 (DIR) -rw-r--r--  tests/cc/execute/0084-longlong.c                         11L
 (DIR) -rw-r--r--  tests/cc/execute/0085-ulonglong.c                        11L
 (DIR) -rw-r--r--  tests/cc/execute/0086-variadic.c                         55L
 (DIR) -rw-r--r--  tests/cc/execute/0087-variadic.c                         54L
 (DIR) -rw-r--r--  tests/cc/execute/0088-macros.c                           30L
 (DIR) -rw-r--r--  tests/cc/execute/0089-short.c                            11L
 (DIR) -rw-r--r--  tests/cc/execute/0090-fptr.c                             20L
 (DIR) -rw-r--r--  tests/cc/execute/0091-fptr.c                             11L
 (DIR) -rw-r--r--  tests/cc/execute/0092-fptr.c                             30L
 (DIR) -rw-r--r--  tests/cc/execute/0093-arrayinit.c                        14L
 (DIR) -rw-r--r--  tests/cc/execute/0094-arrayinit.c                        19L
 (DIR) -rw-r--r--  tests/cc/execute/0095-arrayselector.c                    19L
 (DIR) -rw-r--r--  tests/cc/execute/0096-inferredarraysize.c                10L
 (DIR) -rw-r--r--  tests/cc/execute/0097-extern.c                            6L
 (DIR) -rw-r--r--  tests/cc/execute/0098-tentative.c                        22L
 (DIR) -rw-r--r--  tests/cc/execute/0099-tentative.c                        12L
 (DIR) -rw-r--r--  tests/cc/execute/0100-redeclaremacro.c                   14L
 (DIR) -rw-r--r--  tests/cc/execute/0101-wcharlit.c                          5L
 (DIR) -rw-r--r--  tests/cc/execute/0102-bug.c                              14L
 (DIR) -rw-r--r--  tests/cc/execute/0103-voidparm.c                         11L
 (DIR) -rw-r--r--  tests/cc/execute/0104-qbebug.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0105-shl.c                              11L
 (DIR) -rw-r--r--  tests/cc/execute/0106-ppcast.c                           14L
 (DIR) -rw-r--r--  tests/cc/execute/0107-bnot.c                             22L
 (DIR) -rw-r--r--  tests/cc/execute/0108-bug.c                              11L
 (DIR) -rw-r--r--  tests/cc/execute/0109-struct.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0110-typedefcast.c                       8L
 (DIR) -rw-r--r--  tests/cc/execute/0111-doubledef.c                         9L
 (DIR) -rw-r--r--  tests/cc/execute/0112-cond.c                             11L
 (DIR) -rw-r--r--  tests/cc/execute/0113-externredecl.c                      8L
 (DIR) -rw-r--r--  tests/cc/execute/0114-shortassig.c                        9L
 (DIR) -rw-r--r--  tests/cc/execute/0115-null_comparision.c                  5L
 (DIR) -rw-r--r--  tests/cc/execute/0116-floatcmp.c                          8L
 (DIR) -rw-r--r--  tests/cc/execute/0117-pointarith.c                        7L
 (DIR) -rw-r--r--  tests/cc/execute/0118-voidmain.c                         14L
 (DIR) -rw-r--r--  tests/cc/execute/0119-macrostr.c                         17L
 (DIR) -rw-r--r--  tests/cc/execute/0120-funpar.c                           11L
 (DIR) -rw-r--r--  tests/cc/execute/0121-localinit.c                         5L
 (DIR) -rw-r--r--  tests/cc/execute/0122-localinit.c                         6L
 (DIR) -rw-r--r--  tests/cc/execute/0123-doubleconst.c                       7L
 (DIR) -rw-r--r--  tests/cc/execute/0124-enumstruct.c                       10L
 (DIR) -rw-r--r--  tests/cc/execute/0125-fundcl.c                           20L
 (DIR) -rw-r--r--  tests/cc/execute/0126-macropar.c                          6L
 (DIR) -rw-r--r--  tests/cc/execute/0127-doublecte.c                         7L
 (DIR) -rw-r--r--  tests/cc/execute/0128-kr_names.c                         13L
 (DIR) -rw-r--r--  tests/cc/execute/0129-initi.c                            14L
 (DIR) -rw-r--r--  tests/cc/execute/0130-mulpars.c                          22L
 (DIR) -rw-r--r--  tests/cc/execute/0131-hello.c                             8L
 (DIR) -rw-r--r--  tests/cc/execute/0132-forward.c                          21L
 (DIR) -rw-r--r--  tests/cc/execute/0133-ftn_ptr.c                          17L
 (DIR) -rw-r--r--  tests/cc/execute/0134-arith.c                            36L
 (DIR) -rw-r--r--  tests/cc/execute/0135-unary.c                            14L
 (DIR) -rw-r--r--  tests/cc/execute/0136-if.c                               21L
 (DIR) -rw-r--r--  tests/cc/execute/0137-int_cast.c                        138L
 (DIR) -rw-r--r--  tests/cc/execute/0138-namespace.c                        30L
 (DIR) -rw-r--r--  tests/cc/execute/0139-ptr_ary.c                          22L
 (DIR) -rw-r--r--  tests/cc/execute/0140-int_fold.c                         27L
 (DIR) -rw-r--r--  tests/cc/execute/0141-int_iden.c                         45L
 (DIR) -rw-r--r--  tests/cc/execute/0142-char_const.c                       40L
 (DIR) -rw-r--r--  tests/cc/execute/0143-int_const.c                        24L
 (DIR) -rw-r--r--  tests/cc/execute/0144-long_const.c                       25L
 (DIR) -rw-r--r--  tests/cc/execute/0145-llong_const.c                      23L
 (DIR) -rw-r--r--  tests/cc/execute/0146-ifdef.c                            52L
 (DIR) -rw-r--r--  tests/cc/execute/0147-intern_cpp.c                       19L
 (DIR) -rw-r--r--  tests/cc/execute/0148-cpp_string.c                       10L
 (DIR) -rw-r--r--  tests/cc/execute/0149-define.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0150-define.c                           15L
 (DIR) -rw-r--r--  tests/cc/execute/0151-vararg.c                           25L
 (DIR) -rw-r--r--  tests/cc/execute/0152-cat.c                              21L
 (DIR) -rw-r--r--  tests/cc/execute/0153-cpp_string.c                       13L
 (DIR) -rw-r--r--  tests/cc/execute/0154-if_defined.c                       15L
 (DIR) -rw-r--r--  tests/cc/execute/0155-struct_compl.c                     16L
 (DIR) -rw-r--r--  tests/cc/execute/0156-duff2.c                            35L
 (DIR) -rw-r--r--  tests/cc/execute/0157-list.c                             14L
 (DIR) -rw-r--r--  tests/cc/execute/0158-ternary.c                          19L
 (DIR) -rw-r--r--  tests/cc/execute/0159-typedef.c                          27L
 (DIR) -rw-r--r--  tests/cc/execute/0160-cpp_if.c                           17L
 (DIR) -rw-r--r--  tests/cc/execute/0161-struct.c                           12L
 (DIR) -rw-r--r--  tests/cc/execute/0162-array.c                            13L
 (DIR) -rw-r--r--  tests/cc/execute/0163-array.c                            16L
 (DIR) -rw-r--r--  tests/cc/execute/0164-struct.c                           12L
 (DIR) -rw-r--r--  tests/cc/execute/0165-struct.c                           33L
 (DIR) -rw-r--r--  tests/cc/execute/0166-desig.c                            16L
 (DIR) -rw-r--r--  tests/cc/execute/0167-array.c                            15L
 (DIR) -rw-r--r--  tests/cc/execute/0168-array.c                            16L
 (DIR) -rw-r--r--  tests/cc/execute/0169-string.c                           27L
 (DIR) -rw-r--r--  tests/cc/execute/0170-line.c                             13L
 (DIR) -rw-r--r--  tests/cc/execute/0171-macros.c                           10L
 (DIR) -rw-r--r--  tests/cc/execute/0172-hexa.c                             13L
 (DIR) -rw-r--r--  tests/cc/execute/0173-macro.c                            13L
 (DIR) -rw-r--r--  tests/cc/execute/0174-decay.c                            24L
 (DIR) -rw-r--r--  tests/cc/execute/0175-defined.c                          32L
 (DIR) -rw-r--r--  tests/cc/execute/0176-macro.c                            21L
 (DIR) -rw-r--r--  tests/cc/execute/0177-literal.c                           9L
 (DIR) -rw-r--r--  tests/cc/execute/0178-include.c                           8L
 (DIR) -rw-r--r--  tests/cc/execute/0178-include.h                           1L
 (DIR) -rw-r--r--  tests/cc/execute/0179-sizeof.c                            6L
 (DIR) -rw-r--r--  tests/cc/execute/0180-incomplete.c                       13L
 (DIR) -rw-r--r--  tests/cc/execute/0181-stringize.c                        16L
 (DIR) -rw-r--r--  tests/cc/execute/0182-voidcast.c                         20L
 (DIR) -rw-r--r--  tests/cc/execute/0183-negenum.c                          10L
 (DIR) -rw-r--r--  tests/cc/execute/0184-esc_macro.c                         9L
 (DIR) -rw-r--r--  tests/cc/execute/0185-esc_macro2.c                        9L
 (DIR) -rw-r--r--  tests/cc/execute/0186-dec_ary.c                          23L
 (DIR) -rw-r--r--  tests/cc/execute/0187-zero_struct.c                      24L
 (DIR) -rw-r--r--  tests/cc/execute/0188-multi_string.c                     17L
 (DIR) -rw-r--r--  tests/cc/execute/0189-cpp.c                              97L
 (DIR) -rw-r--r--  tests/cc/execute/0190-enum_ary.c                         11L
 (DIR) -rw-r--r--  tests/cc/execute/0191-ary_addr.c                         14L
 (DIR) -rw-r--r--  tests/cc/execute/0192-ptrcmp.c                           17L
 (DIR) -rw-r--r--  tests/cc/execute/0193-incomplete.c                       13L
 (DIR) -rw-r--r--  tests/cc/execute/0194-vararg.c                           21L
 (DIR) -rw-r--r--  tests/cc/execute/0195-unexpected.c                        9L
 (DIR) -rw-r--r--  tests/cc/execute/0196-invalidchar.c                      35L
 (DIR) -rw-r--r--  tests/cc/execute/0197-cppcomment.c                       12L
 (DIR) -rw-r--r--  tests/cc/execute/0198-nullcpp.c                           6L
 (DIR) -rw-r--r--  tests/cc/execute/0199-voidpcast.c                        12L
 (DIR) -rw-r--r--  tests/cc/execute/0200-cpp.c                              91L
 (DIR) -rw-r--r--  tests/cc/execute/0200-cpp.h                               1L
 (DIR) -rw-r--r--  tests/cc/execute/0201-cpp.c                              26L
 (DIR) -rw-r--r--  tests/cc/execute/0202-variadic.c                         44L
 (DIR) -rw-r--r--  tests/cc/execute/0203-comment.c                           7L
 (DIR) -rw-r--r--  tests/cc/execute/0204-cast.c                             17L
 (DIR) -rw-r--r--  tests/cc/execute/0205-cpparg.c                           13L
 (DIR) -rw-r--r--  tests/cc/execute/0206-initializer.c                     171L
 (DIR) -rw-r--r--  tests/cc/execute/0207-structcb.c                         13L
 (DIR) -rw-r--r--  tests/cc/execute/0208-sizeof.c                            9L
 (DIR) -rw-r--r--  tests/cc/execute/0209-dowhile.c                           9L
 (DIR) -rw-r--r--  tests/cc/execute/0210-flexible.c                         17L
 (DIR) -rw-r--r--  tests/cc/execute/0211-enum.c                              7L
 (DIR) -rw-r--r--  tests/cc/execute/0212-krtypes.c                          36L
 (DIR) -rw-r--r--  tests/cc/execute/0213-decay.c                            21L
 (DIR) -rw-r--r--  tests/cc/execute/0214-va_copy.c                          26L
 (DIR) -rw-r--r--  tests/cc/execute/0215-ret_struct.c                       36L
 (DIR) -rw-r--r--  tests/cc/execute/0216-initialize.c                       12L
 (DIR) -rw-r--r--  tests/cc/execute/0217-lchar.c                            13L
 (DIR) -rw-r--r--  tests/cc/execute/0218-initialize.c                       37L
 (DIR) -rw-r--r--  tests/cc/execute/0219-abbrev.c                           68L
 (DIR) -rw-r--r--  tests/cc/execute/0220-comma.c                            21L
 (DIR) -rw-r--r--  tests/cc/execute/0221-ifdef.c                            14L
 (DIR) -rw-r--r--  tests/cc/execute/0222-ifdef.c                            11L
 (DIR) -rw-r--r--  tests/cc/execute/0223-macro.c                            10L
 (DIR) -rw-r--r--  tests/cc/execute/0224-macro.c                            18L
 (DIR) -rw-r--r--  tests/cc/execute/0225-func.c                             12L
 (DIR) -rw-r--r--  tests/cc/execute/0226-pointer.c                          21L
 (DIR) -rw-r--r--  tests/cc/execute/Makefile                                17L
 (DIR) -rw-r--r--  tests/cc/execute/README                                   2L
 (DIR) -rwxr-xr-x  tests/cc/execute/chktest.sh                              24L
 (DIR) -rwxr-xr-x  tests/cc/execute/compose.sh                              20L
 (DIR) -rw-r--r--  tests/cc/execute/include/0062-include.h                   5L
 (DIR) -rw-r--r--  tests/cc/execute/include/0062-include2.h                  2L
 (DIR) -rw-r--r--  tests/cc/execute/scc-tests.lst                          219L
 (DIR) -rw-r--r--  tests/cc/execute/sysinclude/0064-sysinclude.h             4L
 (DIR) -rw-r--r--  tests/cc/execute/sysinclude/0064-sysinclude2.h            1L
 (DIR) -rw-r--r--  tests/ld/execute/.gitignore                               1L
 (DIR) -rw-r--r--  tests/ld/execute/Makefile                                34L
 (DIR) -rw-r--r--  tests/ld/execute/f1.s                                     9L
 (DIR) -rw-r--r--  tests/ld/execute/f2.s                                     5L
 (DIR) -rw-r--r--  tests/ld/execute/f3.s                                     4L
 (DIR) -rw-r--r--  tests/libc/execute/.gitignore                            38L
 (DIR) -rw-r--r--  tests/libc/execute/0001-abort.c                          30L
 (DIR) -rw-r--r--  tests/libc/execute/0002-assert.c                         35L
 (DIR) -rw-r--r--  tests/libc/execute/0003-assert.c                         27L
 (DIR) -rw-r--r--  tests/libc/execute/0004-abort.c                          21L
 (DIR) -rw-r--r--  tests/libc/execute/0005-ctype.c                         571L
 (DIR) -rw-r--r--  tests/libc/execute/0006-limits.c                        183L
 (DIR) -rw-r--r--  tests/libc/execute/0007-signal.c                        168L
 (DIR) -rw-r--r--  tests/libc/execute/0008-longjmp.c                        45L
 (DIR) -rw-r--r--  tests/libc/execute/0009-stdarg.c                         80L
 (DIR) -rw-r--r--  tests/libc/execute/0010-stddef.c                         43L
 (DIR) -rw-r--r--  tests/libc/execute/0011-strcat.c                         36L
 (DIR) -rw-r--r--  tests/libc/execute/0012-strchr.c                         44L
 (DIR) -rw-r--r--  tests/libc/execute/0013-strcmp.c                         28L
 (DIR) -rw-r--r--  tests/libc/execute/0014-strcoll.c                        30L
 (DIR) -rw-r--r--  tests/libc/execute/0015-strcpy.c                         30L
 (DIR) -rw-r--r--  tests/libc/execute/0016-strcspn.c                        25L
 (DIR) -rw-r--r--  tests/libc/execute/0017-strerror.c                       16L
 (DIR) -rw-r--r--  tests/libc/execute/0018-strlen.c                         23L
 (DIR) -rw-r--r--  tests/libc/execute/0019-strncat.c                        58L
 (DIR) -rw-r--r--  tests/libc/execute/0020-strncmp.c                        30L
 (DIR) -rw-r--r--  tests/libc/execute/0021-strncpy.c                        47L
 (DIR) -rw-r--r--  tests/libc/execute/0023-strpbrk.c                        28L
 (DIR) -rw-r--r--  tests/libc/execute/0024-strrchr.c                        27L
 (DIR) -rw-r--r--  tests/libc/execute/0025-strspn.c                         25L
 (DIR) -rw-r--r--  tests/libc/execute/0026-strstr.c                         32L
 (DIR) -rw-r--r--  tests/libc/execute/0027-strtok.c                         60L
 (DIR) -rw-r--r--  tests/libc/execute/0028-strxfrm.c                        27L
 (DIR) -rw-r--r--  tests/libc/execute/0029-memchr.c                         25L
 (DIR) -rw-r--r--  tests/libc/execute/0030-memcpy.c                         23L
 (DIR) -rw-r--r--  tests/libc/execute/0031-memmove.c                        27L
 (DIR) -rw-r--r--  tests/libc/execute/0032-memset.c                         30L
 (DIR) -rw-r--r--  tests/libc/execute/0033-memcmp.c                         27L
 (DIR) -rw-r--r--  tests/libc/execute/0034-errno.c                          23L
 (DIR) -rw-r--r--  tests/libc/execute/0035-setlocale.c                      46L
 (DIR) -rw-r--r--  tests/libc/execute/0036-localeconv.c                     44L
 (DIR) -rw-r--r--  tests/libc/execute/0037-malloc.c                         68L
 (DIR) -rw-r--r--  tests/libc/execute/Makefile                              18L
 (DIR) -rwxr-xr-x  tests/libc/execute/chktest.sh                            22L
 (DIR) -rw-r--r--  tests/libc/execute/libc-tests.lst                        36L
 (DIR) -rw-r--r--  tests/make/execute/.gitignore                             1L
 (DIR) -rwxr-xr-x  tests/make/execute/0001-rule.sh                          10L
 (DIR) -rwxr-xr-x  tests/make/execute/0002-fflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0003-fflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0004-fflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0005-fflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0006-iflag.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0007-iflag.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0008-ignore.sh                        17L
 (DIR) -rwxr-xr-x  tests/make/execute/0009-ignore.sh                        22L
 (DIR) -rwxr-xr-x  tests/make/execute/0010-kflag.sh                         22L
 (DIR) -rwxr-xr-x  tests/make/execute/0011-kflag.sh                         22L
 (DIR) -rwxr-xr-x  tests/make/execute/0012-nflag.sh                         18L
 (DIR) -rwxr-xr-x  tests/make/execute/0013-nflag.sh                         18L
 (DIR) -rwxr-xr-x  tests/make/execute/0014-nflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0015-pflag.sh                         80L
 (DIR) -rwxr-xr-x  tests/make/execute/0016-qflag.sh                         16L
 (DIR) -rwxr-xr-x  tests/make/execute/0017-qflag.sh                         14L
 (DIR) -rwxr-xr-x  tests/make/execute/0018-qflag.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0019-qflag.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0020-rflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0021-rflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0022-Sflag.sh                         18L
 (DIR) -rwxr-xr-x  tests/make/execute/0023-Sflag.sh                         20L
 (DIR) -rwxr-xr-x  tests/make/execute/0024-sflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0025-sflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0026-silent.sh                        14L
 (DIR) -rwxr-xr-x  tests/make/execute/0027-silent.sh                        19L
 (DIR) -rwxr-xr-x  tests/make/execute/0028-tflag.sh                         14L
 (DIR) -rwxr-xr-x  tests/make/execute/0029-tflag.sh                         13L
 (DIR) -rwxr-xr-x  tests/make/execute/0030-tflag.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0031-tflag.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0032-tflag.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0033-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0034-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0035-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0036-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0037-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0038-rules.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0039-rules.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0040-makefile.sh                      19L
 (DIR) -rwxr-xr-x  tests/make/execute/0041-comment.sh                       16L
 (DIR) -rwxr-xr-x  tests/make/execute/0042-comment.sh                       16L
 (DIR) -rwxr-xr-x  tests/make/execute/0043-comment.sh                       16L
 (DIR) -rwxr-xr-x  tests/make/execute/0044-macro.sh                         22L
 (DIR) -rwxr-xr-x  tests/make/execute/0045-comment.sh                       18L
 (DIR) -rwxr-xr-x  tests/make/execute/0046-makefile.sh                      15L
 (DIR) -rwxr-xr-x  tests/make/execute/0047-include.sh                       14L
 (DIR) -rwxr-xr-x  tests/make/execute/0048-include.sh                       16L
 (DIR) -rwxr-xr-x  tests/make/execute/0049-rule.sh                          19L
 (DIR) -rwxr-xr-x  tests/make/execute/0050-rule.sh                          18L
 (DIR) -rwxr-xr-x  tests/make/execute/0051-rule.sh                          21L
 (DIR) -rwxr-xr-x  tests/make/execute/0052-rule.sh                          25L
 (DIR) -rwxr-xr-x  tests/make/execute/0053-rule.sh                          27L
 (DIR) -rwxr-xr-x  tests/make/execute/0054-rule.sh                          27L
 (DIR) -rwxr-xr-x  tests/make/execute/0055-rule.sh                          25L
 (DIR) -rwxr-xr-x  tests/make/execute/0056-rule.sh                          13L
 (DIR) -rwxr-xr-x  tests/make/execute/0057-default.sh                       17L
 (DIR) -rwxr-xr-x  tests/make/execute/0058-default.sh                       15L
 (DIR) -rwxr-xr-x  tests/make/execute/0059-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0060-macro.sh                         16L
 (DIR) -rwxr-xr-x  tests/make/execute/0061-macro.sh                         16L
 (DIR) -rwxr-xr-x  tests/make/execute/0062-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0063-macro.sh                         19L
 (DIR) -rwxr-xr-x  tests/make/execute/0064-macro.sh                         18L
 (DIR) -rwxr-xr-x  tests/make/execute/0065-macro.sh                         19L
 (DIR) -rwxr-xr-x  tests/make/execute/0066-macro.sh                         21L
 (DIR) -rwxr-xr-x  tests/make/execute/0067-macro.sh                         18L
 (DIR) -rwxr-xr-x  tests/make/execute/0068-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0069-macro.sh                         21L
 (DIR) -rwxr-xr-x  tests/make/execute/0070-macro.sh                         23L
 (DIR) -rwxr-xr-x  tests/make/execute/0071-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0072-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0073-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0074-macro.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0075-macro.sh                         15L
 (DIR) -rwxr-xr-x  tests/make/execute/0076-macro.sh                         17L
 (DIR) -rwxr-xr-x  tests/make/execute/0077-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0078-macro.sh                         12L
 (DIR) -rwxr-xr-x  tests/make/execute/0079-macro.sh                         14L
 (DIR) -rwxr-xr-x  tests/make/execute/0080-rule.sh                          18L
 (DIR) -rwxr-xr-x  tests/make/execute/0081-rule.sh                          14L
 (DIR) -rwxr-xr-x  tests/make/execute/0082-rule.sh                          24L
 (DIR) -rwxr-xr-x  tests/make/execute/0083-rule.sh                          19L
 (DIR) -rwxr-xr-x  tests/make/execute/0084-rule.sh                          19L
 (DIR) -rwxr-xr-x  tests/make/execute/0085-rule.sh                          30L
 (DIR) -rwxr-xr-x  tests/make/execute/0086-rule.sh                          22L
 (DIR) -rwxr-xr-x  tests/make/execute/0087-rule.sh                          15L
 (DIR) -rwxr-xr-x  tests/make/execute/0088-comment.sh                       20L
 (DIR) -rwxr-xr-x  tests/make/execute/0089-comment.sh                       18L
 (DIR) -rwxr-xr-x  tests/make/execute/0090-comment.sh                       17L
 (DIR) -rw-r--r--  tests/make/execute/Makefile                              18L
 (DIR) -rwxr-xr-x  tests/make/execute/chktest.sh                            11L
 (DIR) -rw-r--r--  tests/make/execute/test.mk                               51L
 (DIR) -rw-r--r--  tests/nm/execute/.gitignore                               2L
 (DIR) -rwxr-xr-x  tests/nm/execute/0001-z80.sh                             33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0002-z80-u.sh                           15L
 (DIR) -rwxr-xr-x  tests/nm/execute/0003-z80-g.sh                           27L
 (DIR) -rwxr-xr-x  tests/nm/execute/0004-z80-v.sh                           33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0005-z80-A.sh                           75L
 (DIR) -rwxr-xr-x  tests/nm/execute/0006-z80-o.sh                           33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0007-z80-d.sh                           33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0008-z80-x.sh                           33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0009-z80-P-o.sh                         33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0010-z80-P-d.sh                         33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0011-z80-P-x.sh                         33L
 (DIR) -rwxr-xr-x  tests/nm/execute/0012-z80-f.sh                           34L
 (DIR) -rwxr-xr-x  tests/nm/execute/0013-z80-a.sh                           34L
 (DIR) -rw-r--r--  tests/nm/execute/Makefile                                27L
 (DIR) -rwxr-xr-x  tests/nm/execute/chktest.sh                              12L
 (DIR) -rw-r--r--  tests/nm/execute/master.s                                31L
 (DIR) -rw-r--r--  tests/size/execute/.gitignore                             2L
 (DIR) -rwxr-xr-x  tests/size/execute/0001-z80.sh                           16L
 (DIR) -rwxr-xr-x  tests/size/execute/0002-z80-t.sh                         18L
 (DIR) -rw-r--r--  tests/size/execute/Makefile                              27L
 (DIR) -rwxr-xr-x  tests/size/execute/chktest.sh                            12L
 (DIR) -rw-r--r--  tests/size/execute/master.s                              31L
 (DIR) -rw-r--r--  tests/strip/execute/.gitignore                            2L
 (DIR) -rwxr-xr-x  tests/strip/execute/0001-z80.sh                          18L
 (DIR) -rw-r--r--  tests/strip/execute/Makefile                             27L
 (DIR) -rwxr-xr-x  tests/strip/execute/chktest.sh                           12L
 (DIR) -rw-r--r--  tests/strip/execute/master.s                             31L