Lines Matching full:else

73   } else {
95 # preserve 'if/elif/else/endif' C preprocessor as-is
99 } else {
139 } else {
156 } else {
159 } else {
174 } else {
193 } else {
292 } else {
298 } else {
352 } else {
498 } else {
549 } else if (syscall == "exit") {
551 } else if (syscall == "fork") {
554 } else {
557 } else if (syscall == "read") {
562 } else {
567 } else if (syscall == "write") {
572 } else {
577 } else if (syscall == "open") {
583 } else {
591 } else if (syscall == "close") {
594 } else {
597 } else if (syscall == "compat_50_wait4") {
599 } else if (syscall == "compat_43_ocreat") {
601 } else if (syscall == "link") {
611 } else {
623 } else if (syscall == "unlink") {
629 } else {
637 } else if (syscall == "chdir") {
643 } else {
651 } else if (syscall == "fchdir") {
653 } else if (syscall == "compat_50_mknod") {
655 } else if (syscall == "chmod") {
661 } else {
669 } else if (syscall == "chown") {
675 } else {
683 } else if (syscall == "break") {
685 } else if (syscall == "compat_20_getfsstat") {
687 } else if (syscall == "compat_43_olseek") {
689 } else if (syscall == "getpid") {
691 } else if (syscall == "compat_40_mount") {
693 } else if (syscall == "unmount") {
699 } else {
707 } else if (syscall == "setuid") {
709 } else if (syscall == "getuid") {
711 } else if (syscall == "geteuid") {
713 } else if (syscall == "ptrace") {
724 pcmd("} else if (req_ == ptrace_pt_lwpinfo) {")
728 pcmd("} else if (req_ == ptrace_pt_set_event_mask) {")
730 pcmd("} else if (req_ == ptrace_pt_get_event_mask) {")
732 pcmd("} else if (req_ == ptrace_pt_set_siginfo) {")
734 pcmd("} else if (req_ == ptrace_pt_get_siginfo) {")
736 pcmd("} else if (req_ == ptrace_pt_lwpstatus) {")
740 pcmd("} else if (req_ == ptrace_pt_lwpnext) {")
744 pcmd("} else if (req_ == ptrace_pt_setregs) {")
746 pcmd("} else if (req_ == ptrace_pt_getregs) {")
748 pcmd("} else if (req_ == ptrace_pt_setfpregs) {")
750 pcmd("} else if (req_ == ptrace_pt_getfpregs) {")
752 pcmd("} else if (req_ == ptrace_pt_setdbregs) {")
754 pcmd("} else if (req_ == ptrace_pt_getdbregs) {")
757 } else {
768 pcmd(" } else if (req_ == ptrace_pt_lwpinfo) {")
772 pcmd(" } else if (req_ == ptrace_pt_set_event_mask) {")
774 pcmd(" } else if (req_ == ptrace_pt_get_event_mask) {")
776 pcmd(" } else if (req_ == ptrace_pt_set_siginfo) {")
778 pcmd(" } else if (req_ == ptrace_pt_get_siginfo) {")
780 pcmd(" } else if (req_ == ptrace_pt_lwpstatus) {")
784 pcmd(" } else if (req_ == ptrace_pt_lwpnext) {")
788 pcmd(" } else if (req_ == ptrace_pt_setregs) {")
790 pcmd(" } else if (req_ == ptrace_pt_getregs) {")
792 pcmd(" } else if (req_ == ptrace_pt_setfpregs) {")
794 pcmd(" } else if (req_ == ptrace_pt_getfpregs) {")
796 pcmd(" } else if (req_ == ptrace_pt_setdbregs) {")
798 pcmd(" } else if (req_ == ptrace_pt_getdbregs) {")
803 } else if (syscall == "recvmsg") {
806 } else {
811 } else if (syscall == "sendmsg") {
814 } else {
819 } else if (syscall == "recvfrom") {
824 } else {
831 } else if (syscall == "accept") {
835 } else {
841 } else if (syscall == "getpeername") {
845 } else {
851 } else if (syscall == "getsockname") {
855 } else {
861 } else if (syscall == "access") {
867 } else {
875 } else if (syscall == "chflags") {
881 } else {
889 } else if (syscall == "fchflags") {
891 } else if (syscall == "sync") {
893 } else if (syscall == "kill") {
895 } else if (syscall == "compat_43_stat43") {
897 } else if (syscall == "getppid") {
899 } else if (syscall == "compat_43_lstat43") {
901 } else if (syscall == "dup") {
903 } else if (syscall == "pipe") {
905 } else if (syscall == "getegid") {
907 } else if (syscall == "profil") {
912 } else {
919 } else if (syscall == "ktrace") {
925 } else {
933 } else if (syscall == "compat_13_sigaction13") {
935 } else if (syscall == "getgid") {
937 } else if (syscall == "compat_13_sigprocmask13") {
939 } else if (syscall == "__getlogin") {
944 } else {
951 } else if (syscall == "__setlogin") {
957 } else {
965 } else if (syscall == "acct") {
971 } else {
979 } else if (syscall == "compat_13_sigpending13") {
981 } else if (syscall == "compat_13_sigaltstack13") {
983 } else if (syscall == "ioctl") {
985 } else if (syscall == "compat_12_oreboot") {
987 } else if (syscall == "revoke") {
993 } else {
1001 } else if (syscall == "symlink") {
1011 } else {
1023 } else if (syscall == "readlink") {
1032 } else {
1043 } else if (syscall == "execve") {
1063 } else {
1084 } else if (syscall == "umask") {
1086 } else if (syscall == "chroot") {
1092 } else {
1100 } else if (syscall == "compat_43_fstat43") {
1102 } else if (syscall == "compat_43_ogetkerninfo") {
1104 } else if (syscall == "compat_43_ogetpagesize") {
1106 } else if (syscall == "compat_12_msync") {
1108 } else if (syscall == "vfork") {
1110 } else if (syscall == "compat_43_ommap") {
1112 } else if (syscall == "vadvise") {
1114 } else if (syscall == "munmap") {
1116 } else if (syscall == "mprotect") {
1118 } else if (syscall == "madvise") {
1120 } else if (syscall == "mincore") {
1122 } else if (syscall == "getgroups") {
1128 } else {
1136 } else if (syscall == "setgroups") {
1142 } else {
1150 } else if (syscall == "getpgrp") {
1152 } else if (syscall == "setpgid") {
1154 } else if (syscall == "compat_50_setitimer") {
1156 } else if (syscall == "compat_43_owait") {
1158 } else if (syscall == "compat_12_oswapon") {
1160 } else if (syscall == "compat_50_getitimer") {
1162 } else if (syscall == "compat_43_ogethostname") {
1164 } else if (syscall == "compat_43_osethostname") {
1166 } else if (syscall == "compat_43_ogetdtablesize") {
1168 } else if (syscall == "dup2") {
1170 } else if (syscall == "getrandom") {
1172 } else if (syscall == "fcntl") {
1174 } else if (syscall == "compat_50_select") {
1176 } else if (syscall == "fsync") {
1178 } else if (syscall == "setpriority") {
1180 } else if (syscall == "compat_30_socket") {
1182 } else if (syscall == "connect") {
1185 } else {
1190 } else if (syscall == "compat_43_oaccept") {
1192 } else if (syscall == "getpriority") {
1194 } else if (syscall == "compat_43_osend") {
1196 } else if (syscall == "compat_43_orecv") {
1198 } else if (syscall == "compat_13_sigreturn13") {
1200 } else if (syscall == "bind") {
1203 } else {
1208 } else if (syscall == "setsockopt") {
1213 } else {
1220 } else if (syscall == "listen") {
1222 } else if (syscall == "compat_43_osigvec") {
1224 } else if (syscall == "compat_43_osigblock") {
1226 } else if (syscall == "compat_43_osigsetmask") {
1228 } else if (syscall == "compat_13_sigsuspend13") {
1230 } else if (syscall == "compat_43_osigstack") {
1232 } else if (syscall == "compat_43_orecvmsg") {
1234 } else if (syscall == "compat_43_osendmsg") {
1236 } else if (syscall == "compat_50_gettimeofday") {
1238 } else if (syscall == "compat_50_getrusage") {
1240 } else if (syscall == "getsockopt") {
1242 } else if (syscall == "readv") {
1252 } else {
1267 } else if (syscall == "writev") {
1277 } else {
1292 } else if (syscall == "compat_50_settimeofday") {
1294 } else if (syscall == "fchown") {
1296 } else if (syscall == "fchmod") {
1298 } else if (syscall == "compat_43_orecvfrom") {
1300 } else if (syscall == "setreuid") {
1302 } else if (syscall == "setregid") {
1304 } else if (syscall == "rename") {
1314 } else {
1326 } else if (syscall == "compat_43_otruncate") {
1328 } else if (syscall == "compat_43_oftruncate") {
1330 } else if (syscall == "flock") {
1332 } else if (syscall == "mkfifo") {
1338 } else {
1346 } else if (syscall == "sendto") {
1350 } else {
1356 } else if (syscall == "shutdown") {
1358 } else if (syscall == "socketpair") {
1361 } else {
1366 } else if (syscall == "mkdir") {
1372 } else {
1380 } else if (syscall == "rmdir") {
1386 } else {
1394 } else if (syscall == "compat_50_utimes") {
1396 } else if (syscall == "compat_50_adjtime") {
1398 } else if (syscall == "compat_43_ogetpeername") {
1400 } else if (syscall == "compat_43_ogethostid") {
1402 } else if (syscall == "compat_43_osethostid") {
1404 } else if (syscall == "compat_43_ogetrlimit") {
1406 } else if (syscall == "compat_43_osetrlimit") {
1408 } else if (syscall == "compat_43_okillpg") {
1410 } else if (syscall == "setsid") {
1412 } else if (syscall == "compat_50_quotactl") {
1414 } else if (syscall == "compat_43_oquota") {
1416 } else if (syscall == "compat_43_ogetsockname") {
1418 } else if (syscall == "nfssvc") {
1420 } else if (syscall == "compat_43_ogetdirentries") {
1422 } else if (syscall == "compat_20_statfs") {
1424 } else if (syscall == "compat_20_fstatfs") {
1426 } else if (syscall == "compat_30_getfh") {
1428 } else if (syscall == "compat_09_ogetdomainname") {
1430 } else if (syscall == "compat_09_osetdomainname") {
1432 } else if (syscall == "compat_09_ouname") {
1434 } else if (syscall == "sysarch") {
1436 } else if (syscall == "__futex") {
1438 } else if (syscall == "__futex_set_robust_list") {
1440 } else if (syscall == "__futex_get_robust_list") {
1442 } else if (syscall == "compat_10_osemsys") {
1444 } else if (syscall == "compat_10_omsgsys") {
1446 } else if (syscall == "compat_10_oshmsys") {
1448 } else if (syscall == "pread") {
1453 } else {
1458 } else if (syscall == "pwrite") {
1463 } else {
1468 } else if (syscall == "compat_30_ntp_gettime") {
1470 } else if (syscall == "ntp_adjtime") {
1472 } else if (syscall == "setgid") {
1474 } else if (syscall == "setegid") {
1476 } else if (syscall == "seteuid") {
1478 } else if (syscall == "lfs_bmapv") {
1480 } else if (syscall == "lfs_markv") {
1482 } else if (syscall == "lfs_segclean") {
1484 } else if (syscall == "compat_50_lfs_segwait") {
1486 } else if (syscall == "compat_12_stat12") {
1488 } else if (syscall == "compat_12_fstat12") {
1490 } else if (syscall == "compat_12_lstat12") {
1492 } else if (syscall == "pathconf") {
1498 } else {
1506 } else if (syscall == "getsockopt2") {
1508 } else if (syscall == "fpathconf") {
1510 } else if (syscall == "getrlimit") {
1513 } else {
1518 } else if (syscall == "setrlimit") {
1521 } else {
1526 } else if (syscall == "compat_12_getdirentries") {
1528 } else if (syscall == "mmap") {
1530 } else if (syscall == "__syscall") {
1532 } else if (syscall == "lseek") {
1534 } else if (syscall == "truncate") {
1540 } else {
1548 } else if (syscall == "ftruncate") {
1550 } else if (syscall == "__sysctl") {
1559 } else {
1570 } else if (syscall == "mlock") {
1572 } else if (syscall == "munlock") {
1574 } else if (syscall == "undelete") {
1580 } else {
1588 } else if (syscall == "compat_50_futimes") {
1590 } else if (syscall == "getpgid") {
1592 } else if (syscall == "reboot") {
1598 } else {
1605 } else if (syscall == "poll") {
1607 } else if (syscall == "afssys") {
1609 } else if (syscall == "compat_14___semctl") {
1611 } else if (syscall == "semget") {
1613 } else if (syscall == "semop") {
1618 } else {
1625 } else if (syscall == "semconfig") {
1627 } else if (syscall == "compat_14_msgctl") {
1629 } else if (syscall == "msgget") {
1631 } else if (syscall == "msgsnd") {
1636 } else {
1643 } else if (syscall == "msgrcv") {
1645 } else if (syscall == "shmat") {
1647 } else if (syscall == "compat_14_shmctl") {
1649 } else if (syscall == "shmdt") {
1651 } else if (syscall == "shmget") {
1653 } else if (syscall == "compat_50_clock_gettime") {
1655 } else if (syscall == "compat_50_clock_settime") {
1657 } else if (syscall == "compat_50_clock_getres") {
1659 } else if (syscall == "timer_create") {
1661 } else if (syscall == "timer_delete") {
1663 } else if (syscall == "compat_50_timer_settime") {
1665 } else if (syscall == "compat_50_timer_gettime") {
1667 } else if (syscall == "timer_getoverrun") {
1669 } else if (syscall == "compat_50_nanosleep") {
1671 } else if (syscall == "fdatasync") {
1673 } else if (syscall == "mlockall") {
1675 } else if (syscall == "munlockall") {
1677 } else if (syscall == "compat_50___sigtimedwait") {
1679 } else if (syscall == "sigqueueinfo") {
1685 } else if (syscall == "modctl") {
1687 } else if (syscall == "_ksem_init") {
1689 } else if (syscall == "_ksem_open") {
1695 } else {
1701 } else if (syscall == "_ksem_unlink") {
1707 } else {
1713 } else if (syscall == "_ksem_close") {
1715 } else if (syscall == "_ksem_post") {
1717 } else if (syscall == "_ksem_wait") {
1719 } else if (syscall == "_ksem_trywait") {
1721 } else if (syscall == "_ksem_getvalue") {
1723 } else if (syscall == "_ksem_destroy") {
1725 } else if (syscall == "_ksem_timedwait") {
1731 } else if (syscall == "mq_open") {
1737 } else {
1743 } else if (syscall == "mq_close") {
1745 } else if (syscall == "mq_unlink") {
1751 } else {
1757 } else if (syscall == "mq_getattr") {
1759 } else if (syscall == "mq_setattr") {
1765 } else if (syscall == "mq_notify") {
1771 } else if (syscall == "mq_send") {
1777 } else if (syscall == "mq_receive") {
1779 } else if (syscall == "compat_50_mq_timedsend") {
1781 } else if (syscall == "compat_50_mq_timedreceive") {
1783 } else if (syscall == "__posix_rename") {
1793 } else {
1803 } else if (syscall == "swapctl") {
1805 } else if (syscall == "compat_30_getdents") {
1807 } else if (syscall == "minherit") {
1809 } else if (syscall == "lchmod") {
1815 } else {
1821 } else if (syscall == "lchown") {
1827 } else {
1833 } else if (syscall == "compat_50_lutimes") {
1835 } else if (syscall == "__msync13") {
1837 } else if (syscall == "compat_30___stat13") {
1839 } else if (syscall == "compat_30___fstat13") {
1841 } else if (syscall == "compat_30___lstat13") {
1843 } else if (syscall == "__sigaltstack14") {
1852 } else if (syscall == "__vfork14") {
1854 } else if (syscall == "__posix_chown") {
1860 } else {
1866 } else if (syscall == "__posix_fchown") {
1868 } else if (syscall == "__posix_lchown") {
1874 } else {
1880 } else if (syscall == "getsid") {
1882 } else if (syscall == "__clone") {
1884 } else if (syscall == "fktrace") {
1886 } else if (syscall == "preadv") {
1888 } else if (syscall == "pwritev") {
1890 } else if (syscall == "compat_16___sigaction14") {
1892 } else if (syscall == "__sigpending14") {
1894 } else if (syscall == "__sigprocmask14") {
1896 } else if (syscall == "__sigsuspend14") {
1900 } else if (syscall == "compat_16___sigreturn14") {
1902 } else if (syscall == "__getcwd") {
1904 } else if (syscall == "fchroot") {
1906 } else if (syscall == "compat_30_fhopen") {
1908 } else if (syscall == "compat_30_fhstat") {
1910 } else if (syscall == "compat_20_fhstatfs") {
1912 } else if (syscall == "compat_50_____semctl13") {
1914 } else if (syscall == "compat_50___msgctl13") {
1916 } else if (syscall == "compat_50___shmctl13") {
1918 } else if (syscall == "lchflags") {
1924 } else {
1930 } else if (syscall == "issetugid") {
1932 } else if (syscall == "utrace") {
1941 } else {
1950 } else if (syscall == "getcontext") {
1952 } else if (syscall == "setcontext") {
1958 } else if (syscall == "_lwp_create") {
1964 } else if (syscall == "_lwp_exit") {
1966 } else if (syscall == "_lwp_self") {
1968 } else if (syscall == "_lwp_wait") {
1970 } else if (syscall == "_lwp_suspend") {
1972 } else if (syscall == "_lwp_continue") {
1974 } else if (syscall == "_lwp_wakeup") {
1976 } else if (syscall == "_lwp_getprivate") {
1978 } else if (syscall == "_lwp_setprivate") {
1980 } else if (syscall == "_lwp_kill") {
1982 } else if (syscall == "_lwp_detach") {
1984 } else if (syscall == "compat_50__lwp_park") {
1986 } else if (syscall == "_lwp_unpark") {
1988 } else if (syscall == "_lwp_unpark_all") {
1994 } else if (syscall == "_lwp_setname") {
2000 } else {
2006 } else if (syscall == "_lwp_getname") {
2008 } else if (syscall == "_lwp_ctl") {
2010 } else if (syscall == "compat_60_sa_register") {
2012 } else if (syscall == "compat_60_sa_stacks") {
2014 } else if (syscall == "compat_60_sa_enable") {
2016 } else if (syscall == "compat_60_sa_setconcurrency") {
2018 } else if (syscall == "compat_60_sa_yield") {
2020 } else if (syscall == "compat_60_sa_preempt") {
2022 } else if (syscall == "__sigaction_sigtramp") {
2026 } else if (syscall == "rasctl") {
2028 } else if (syscall == "kqueue") {
2030 } else if (syscall == "compat_50_kevent") {
2032 } else if (syscall == "_sched_setparam") {
2036 } else if (syscall == "_sched_getparam") {
2038 } else if (syscall == "_sched_setaffinity") {
2042 } else if (syscall == "_sched_getaffinity") {
2044 } else if (syscall == "sched_yield") {
2046 } else if (syscall == "_sched_protect") {
2048 } else if (syscall == "fsync_range") {
2050 } else if (syscall == "uuidgen") {
2052 } else if (syscall == "compat_90_getvfsstat") {
2054 } else if (syscall == "compat_90_statvfs1") {
2060 } else {
2066 } else if (syscall == "compat_90_fstatvfs1") {
2068 } else if (syscall == "compat_30_fhstatvfs1") {
2070 } else if (syscall == "extattrctl") {
2076 } else {
2082 } else if (syscall == "extattr_set_file") {
2088 } else {
2094 } else if (syscall == "extattr_get_file") {
2100 } else {
2106 } else if (syscall == "extattr_delete_file") {
2112 } else {
2118 } else if (syscall == "extattr_set_fd") {
2120 } else if (syscall == "extattr_get_fd") {
2122 } else if (syscall == "extattr_delete_fd") {
2124 } else if (syscall == "extattr_set_link") {
2130 } else {
2136 } else if (syscall == "extattr_get_link") {
2142 } else {
2148 } else if (syscall == "extattr_delete_link") {
2154 } else {
2160 } else if (syscall == "extattr_list_fd") {
2162 } else if (syscall == "extattr_list_file") {
2168 } else {
2174 } else if (syscall == "extattr_list_link") {
2180 } else {
2186 } else if (syscall == "compat_50_pselect") {
2188 } else if (syscall == "compat_50_pollts") {
2190 } else if (syscall == "setxattr") {
2196 } else {
2202 } else if (syscall == "lsetxattr") {
2208 } else {
2214 } else if (syscall == "fsetxattr") {
2216 } else if (syscall == "getxattr") {
2222 } else {
2228 } else if (syscall == "lgetxattr") {
2234 } else {
2240 } else if (syscall == "fgetxattr") {
2242 } else if (syscall == "listxattr") {
2248 } else {
2254 } else if (syscall == "llistxattr") {
2260 } else {
2266 } else if (syscall == "flistxattr") {
2268 } else if (syscall == "removexattr") {
2274 } else {
2280 } else if (syscall == "lremovexattr") {
2286 } else {
2292 } else if (syscall == "fremovexattr") {
2294 } else if (syscall == "compat_50___stat30") {
2296 } else if (syscall == "compat_50___fstat30") {
2298 } else if (syscall == "compat_50___lstat30") {
2300 } else if (syscall == "__getdents30") {
2302 } else if (syscall == "posix_fadvise") {
2304 } else if (syscall == "compat_30___fhstat30") {
2306 } else if (syscall == "compat_50___ntp_gettime30") {
2308 } else if (syscall == "__socket30") {
2310 } else if (syscall == "__getfh30") {
2316 } else {
2324 } else if (syscall == "__fhopen40") {
2330 } else if (syscall == "compat_90_fhstatvfs1") {
2336 } else if (syscall == "compat_50___fhstat40") {
2342 } else if (syscall == "aio_cancel") {
2348 } else if (syscall == "aio_error") {
2354 } else if (syscall == "aio_fsync") {
2360 } else if (syscall == "aio_read") {
2366 } else if (syscall == "aio_return") {
2372 } else if (syscall == "compat_50_aio_suspend") {
2374 } else if (syscall == "aio_write") {
2380 } else if (syscall == "lio_listio") {
2382 } else if (syscall == "__mount50") {
2395 } else {
2408 } else if (syscall == "mremap") {
2410 } else if (syscall == "pset_create") {
2412 } else if (syscall == "pset_destroy") {
2414 } else if (syscall == "pset_assign") {
2416 } else if (syscall == "_pset_bind") {
2418 } else if (syscall == "__posix_fadvise50") {
2420 } else if (syscall == "__select50") {
2422 } else if (syscall == "__gettimeofday50") {
2424 } else if (syscall == "__settimeofday50") {
2433 } else if (syscall == "__utimes50") {
2445 } else if (syscall == "__adjtime50") {
2451 } else if (syscall == "__lfs_segwait50") {
2453 } else if (syscall == "__futimes50") {
2461 } else if (syscall == "__lutimes50") {
2472 } else {
2483 } else if (syscall == "__setitimer50") {
2493 } else if (syscall == "__getitimer50") {
2495 } else if (syscall == "__clock_gettime50") {
2497 } else if (syscall == "__clock_settime50") {
2503 } else if (syscall == "__clock_getres50") {
2505 } else if (syscall == "__nanosleep50") {
2511 } else if (syscall == "____sigtimedwait50") {
2520 } else if (syscall == "__mq_timedsend50") {
2529 } else if (syscall == "__mq_timedreceive50") {
2538 } else if (syscall == "compat_60__lwp_park") {
2540 } else if (syscall == "__kevent50") {
2549 } else if (syscall == "__pselect50") {
2558 } else if (syscall == "__pollts50") {
2567 } else if (syscall == "__aio_suspend50") {
2582 } else if (syscall == "__stat50") {
2588 } else {
2596 } else if (syscall == "__fstat50") {
2598 } else if (syscall == "__lstat50") {
2604 } else {
2612 } else if (syscall == "____semctl50") {
2614 } else if (syscall == "__shmctl50") {
2616 } else if (syscall == "__msgctl50") {
2618 } else if (syscall == "__getrusage50") {
2620 } else if (syscall == "__timer_settime50") {
2629 } else {
2640 } else if (syscall == "__timer_gettime50") {
2642 } else if (syscall == "__ntp_gettime50") {
2644 } else if (syscall == "__wait450") {
2646 } else if (syscall == "__mknod50") {
2652 } else {
2660 } else if (syscall == "__fhstat50") {
2665 } else {
2672 } else if (syscall == "pipe2") {
2674 } else if (syscall == "dup3") {
2676 } else if (syscall == "kqueue1") {
2678 } else if (syscall == "paccept") {
2683 } else {
2690 } else if (syscall == "linkat") {
2700 } else {
2712 } else if (syscall == "renameat") {
2722 } else {
2734 } else if (syscall == "mkfifoat") {
2740 } else {
2748 } else if (syscall == "mknodat") {
2754 } else {
2762 } else if (syscall == "mkdirat") {
2768 } else {
2776 } else if (syscall == "faccessat") {
2782 } else {
2790 } else if (syscall == "fchmodat") {
2796 } else {
2804 } else if (syscall == "fchownat") {
2810 } else {
2818 } else if (syscall == "fexecve") {
2820 } else if (syscall == "fstatat") {
2826 } else {
2832 } else if (syscall == "utimensat") {
2841 } else {
2852 } else if (syscall == "openat") {
2858 } else {
2866 } else if (syscall == "readlinkat") {
2872 } else {
2880 } else if (syscall == "symlinkat") {
2890 } else {
2902 } else if (syscall == "unlinkat") {
2908 } else {
2916 } else if (syscall == "futimens") {
2923 } else {
2932 } else if (syscall == "__quotactl") {
2938 } else {
2946 } else if (syscall == "posix_spawn") {
2952 } else {
2960 } else if (syscall == "recvmmsg") {
2965 } else {
2972 } else if (syscall == "sendmmsg") {
2978 } else {
2986 } else if (syscall == "clock_nanosleep") {
2991 } else {
2996 } else if (syscall == "___lwp_park60") {
3001 } else {
3008 } else if (syscall == "posix_fallocate") {
3010 } else if (syscall == "fdiscard") {
3012 } else if (syscall == "wait6") {
3014 } else if (syscall == "clock_getcpuclockid2") {
3016 } else if (syscall == "__getvfsstat90") {
3018 } else if (syscall == "__statvfs190") {
3024 } else {
3030 } else if (syscall == "__fstatvfs190") {
3032 } else if (syscall == "__fhstatvfs190") {
3038 } else if (syscall == "__acl_get_link") {
3040 } else if (syscall == "__acl_set_link") {
3042 } else if (syscall == "__acl_delete_link") {
3044 } else if (syscall == "__acl_aclcheck_link") {
3046 } else if (syscall == "__acl_get_file") {
3048 } else if (syscall == "__acl_set_file") {
3050 } else if (syscall == "__acl_get_fd") {
3052 } else if (syscall == "__acl_set_fd") {
3054 } else if (syscall == "__acl_delete_file") {
3056 } else if (syscall == "__acl_delete_fd") {
3058 } else if (syscall == "__acl_aclcheck_file") {
3060 } else if (syscall == "__acl_aclcheck_fd") {
3062 } else if (syscall == "lpathconf") {
3064 } else {