From b2578f20a51e097593581b5a001e60d3410e6e08 Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 15 Oct 2016 11:44:58 +0000 Subject: [PATCH] v1.1.15 update --- abi_func.cc | 3 + abi_type.aarch64.cc | 4 + abi_type.arm.cc | 4 + abi_type.i386.cc | 4 + abi_type.microblaze.cc | 4 + abi_type.mips.cc | 4 + abi_type.mips64.cc | 40 +- abi_type.mipsn32.cc | 665 ++++++++ abi_type.or1k.cc | 4 + abi_type.powerpc.cc | 4 + abi_type.powerpc64.cc | 42 +- abi_type.sh | 3 + abi_type.sh.cc | 4 + abi_type.x32.cc | 4 + abi_type.x86_64.cc | 4 + data/abi_func.x86_64.musl | 3 + data/abi_type.x86_64.musl | 3 + data/musl.aarch64.decls | 620 ++++---- data/musl.arm.decls | 75 +- data/musl.generic.decls | 271 +++- data/musl.i386.decls | 100 +- data/musl.microblaze.decls | 69 +- data/musl.mips.decls | 84 +- data/musl.mips64.decls | 3009 +++++++++++++++++------------------ data/musl.mipsn32.decls | 1512 ++++++++++++++++++ data/musl.or1k.decls | 614 ++++---- data/musl.powerpc.decls | 74 +- data/musl.powerpc64.decls | 3066 ++++++++++++++++++------------------ data/musl.sh.decls | 64 +- data/musl.x32.decls | 1345 ++++++++-------- data/musl.x86_64.decls | 74 +- makedecls.sh | 3 + tab_c11.html | 54 +- tab_c99.html | 50 +- tab_posix.html | 370 ++--- 35 files changed, 7183 insertions(+), 5070 deletions(-) create mode 100644 abi_type.mipsn32.cc create mode 100644 data/musl.mipsn32.decls diff --git a/abi_func.cc b/abi_func.cc index 309d36c..2c786b6 100644 --- a/abi_func.cc +++ b/abi_func.cc @@ -1114,6 +1114,8 @@ T(pthread_spin_lock) T(pthread_spin_trylock) T(pthread_spin_unlock) T(pthread_testcancel) +T(pthread_timedjoin_np) +T(pthread_tryjoin_np) T(ptrace) T(ptsname) T(ptsname_r) @@ -1200,6 +1202,7 @@ T(scanf) T(sched_get_priority_max) T(sched_get_priority_min) T(sched_getaffinity) +T(sched_getcpu) T(sched_getparam) T(sched_getscheduler) T(sched_rr_get_interval) diff --git a/abi_type.aarch64.cc b/abi_type.aarch64.cc index ba4b598..472a581 100644 --- a/abi_type.aarch64.cc +++ b/abi_type.aarch64.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.arm.cc b/abi_type.arm.cc index fe31f4f..fa92d13 100644 --- a/abi_type.arm.cc +++ b/abi_type.arm.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.i386.cc b/abi_type.i386.cc index c288dd4..39c3781 100644 --- a/abi_type.i386.cc +++ b/abi_type.i386.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.microblaze.cc b/abi_type.microblaze.cc index b0857c2..d7413d4 100644 --- a/abi_type.microblaze.cc +++ b/abi_type.microblaze.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.mips.cc b/abi_type.mips.cc index 1e730df..0b0b1c4 100644 --- a/abi_type.mips.cc +++ b/abi_type.mips.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.mips64.cc b/abi_type.mips64.cc index 42c51a4..0b0b1c4 100644 --- a/abi_type.mips64.cc +++ b/abi_type.mips64.cc @@ -85,20 +85,25 @@ #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include +#include #include #include #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include #include #include -//#include +#include //#include #include #include @@ -156,7 +161,9 @@ #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include #include @@ -172,10 +179,13 @@ typedef long long long_long; typedef long double long_double; +typedef void *object_pointer; +typedef void (*function_pointer)(); struct size {char c;}; struct align {char c;}; +struct incomplete {char c;}; #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){} -#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){} +#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){} #ifdef __GLIBC__ #define M(x) #else @@ -188,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -216,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -240,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) @@ -262,7 +275,7 @@ T(,char16_t) T(,char32_t) T(,clock_t) T(,clockid_t) -//T(,cnd_t) +M(T(,cnd_t)) T(,comp_t) T(,cpu_set_t) T(,dev_t) @@ -286,6 +299,7 @@ T(,fpregset_t) T(,fsblkcnt_t) T(,fsfilcnt_t) T(,fsid_t) +T(,function_pointer) T(,gid_t) T(,glob_t) T(,greg_t) @@ -328,7 +342,7 @@ T(,mode_t) T(,mqd_t) T(,msglen_t) T(,msgqnum_t) -//T(,mtx_t) +M(T(,mtx_t)) T(,n_long) T(,n_short) T(,n_time) @@ -349,8 +363,9 @@ T(,ns_sect) //T(,ns_tsig_key) T(,ns_type) T(,ns_update_operation) +T(,object_pointer) T(,off_t) -//T(,once_flag) +M(T(,once_flag)) T(,pid_t) T(,posix_spawn_file_actions_t) T(,posix_spawnattr_t) @@ -604,12 +619,12 @@ T(struct,winsize) T(,suseconds_t) T(,tcflag_t) //T(,tcp_seq) -//T(,thrd_start_t) -//T(,thrd_t) +M(T(,thrd_start_t)) +M(T(,thrd_t)) T(,time_t) T(,timer_t) -//T(,tss_dtor_t) -//T(,tss_t) +M(T(,tss_dtor_t)) +M(T(,tss_t)) T(,u_char) T(,u_int) T(,u_int16_t) @@ -643,7 +658,6 @@ T(union,sigval) T(,useconds_t) T(,ushort) T(,va_list) -P(,void) T(,wchar_t) T(,wctrans_t) T(,wctype_t) diff --git a/abi_type.mipsn32.cc b/abi_type.mipsn32.cc new file mode 100644 index 0000000..0b0b1c4 --- /dev/null +++ b/abi_type.mipsn32.cc @@ -0,0 +1,665 @@ + +#define _GNU_SOURCE 1 +#define _FILE_OFFSET_BITS 64 +#define SYSLOG_NAMES 1 +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#ifndef __GLIBC__ +#include +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#ifndef __GLIBC__ +#include +#endif +#include +#include +#include +#include +#include +//#include +#include +#include +#include +#include +#include +#include +#include +//#include +#include +#include +//#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +//#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#ifndef __GLIBC__ +#include +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +typedef long long long_long; +typedef long double long_double; +typedef void *object_pointer; +typedef void (*function_pointer)(); +struct size {char c;}; +struct align {char c;}; +struct incomplete {char c;}; +#define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){} +#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){} +#ifdef __GLIBC__ +#define M(x) +#else +#define M(x) x +#endif + +T(,ACTION) +T(,CODE) +P(,DIR) +T(,Dl_info) +T(,ENTRY) +T(,Elf32_Addr) +T(,Elf32_Chdr) +T(,Elf32_Conflict) +T(,Elf32_Dyn) +T(,Elf32_Ehdr) +T(,Elf32_Half) +T(,Elf32_Lib) +T(,Elf32_Move) +T(,Elf32_Nhdr) +T(,Elf32_Off) +T(,Elf32_Phdr) +T(,Elf32_RegInfo) +T(,Elf32_Rel) +T(,Elf32_Rela) +T(,Elf32_Section) +T(,Elf32_Shdr) +T(,Elf32_Sword) +T(,Elf32_Sxword) +T(,Elf32_Sym) +T(,Elf32_Syminfo) +T(,Elf32_Verdaux) +T(,Elf32_Verdef) +T(,Elf32_Vernaux) +T(,Elf32_Verneed) +T(,Elf32_Versym) +T(,Elf32_Word) +T(,Elf32_Xword) +T(,Elf32_auxv_t) +T(,Elf32_gptab) +T(,Elf64_Addr) +T(,Elf64_Chdr) +T(,Elf64_Dyn) +T(,Elf64_Ehdr) +T(,Elf64_Half) +T(,Elf64_Lib) +T(,Elf64_Move) +T(,Elf64_Nhdr) +T(,Elf64_Off) +T(,Elf64_Phdr) +T(,Elf64_Rel) +T(,Elf64_Rela) +T(,Elf64_Section) +T(,Elf64_Shdr) +T(,Elf64_Sword) +T(,Elf64_Sxword) +T(,Elf64_Sym) +T(,Elf64_Syminfo) +T(,Elf64_Verdaux) +T(,Elf64_Verdef) +T(,Elf64_Vernaux) +T(,Elf64_Verneed) +T(,Elf64_Versym) +T(,Elf64_Word) +T(,Elf64_Xword) +T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) +T(,Elf_Options) +T(,Elf_Options_Hw) +T(,Elf_Symndx) +P(,FILE) +T(,HEADER) +T(,Sg_io_hdr) +//T(,Sg_io_vec) +T(,Sg_req_info) +T(,Sg_scsi_id) +T(,VISIT) +//T(,__isoc_va_list) +T(,__jmp_buf) +T(,blkcnt_t) +T(,blksize_t) +T(,bool) +T(,caddr_t) +T(,cc_t) +T(,char) +T(,char16_t) +T(,char32_t) +T(,clock_t) +T(,clockid_t) +M(T(,cnd_t)) +T(,comp_t) +T(,cpu_set_t) +T(,dev_t) +T(,div_t) +T(,double) +T(,double_t) +T(,elf_fpreg_t) +T(,elf_fpregset_t) +T(,elf_greg_t) +T(,elf_gregset_t) +T(,epoll_data_t) +T(,eventfd_t) +T(,fd_mask) +T(,fd_set) +T(,fenv_t) +T(,fexcept_t) +T(,float) +T(,float_t) +T(,fpos_t) +T(,fpregset_t) +T(,fsblkcnt_t) +T(,fsfilcnt_t) +T(,fsid_t) +T(,function_pointer) +T(,gid_t) +T(,glob_t) +T(,greg_t) +T(,gregset_t) +T(,iconv_t) +T(,id_t) +T(,idtype_t) +T(,imaxdiv_t) +T(,in_addr_t) +T(,in_port_t) +T(,ino_t) +T(,int) +T(,int16_t) +T(,int32_t) +T(,int64_t) +T(,int8_t) +T(,int_fast16_t) +T(,int_fast32_t) +T(,int_fast64_t) +T(,int_fast8_t) +T(,int_least16_t) +T(,int_least32_t) +T(,int_least64_t) +T(,int_least8_t) +T(,intmax_t) +T(,intptr_t) +T(,jmp_buf) +T(,key_t) +T(,ldiv_t) +T(,lldiv_t) +T(,locale_t) +T(,long) +T(,long_double) +T(,long_long) +T(,lwpid_t) +T(,max_align_t) +T(,mbstate_t) +T(,mcontext_t) +T(,mode_t) +T(,mqd_t) +T(,msglen_t) +T(,msgqnum_t) +M(T(,mtx_t)) +T(,n_long) +T(,n_short) +T(,n_time) +T(,nfds_t) +T(,nl_catd) +T(,nl_item) +T(,nlink_t) +T(,ns_cert_types) +T(,ns_class) +T(,ns_flag) +T(,ns_key_types) +T(,ns_msg) +T(,ns_opcode) +T(,ns_rcode) +T(,ns_rr) +T(,ns_sect) +//T(,ns_tcp_tsig_state) +//T(,ns_tsig_key) +T(,ns_type) +T(,ns_update_operation) +T(,object_pointer) +T(,off_t) +M(T(,once_flag)) +T(,pid_t) +T(,posix_spawn_file_actions_t) +T(,posix_spawnattr_t) +T(,prfpregset_t) +T(,prgregset_t) +T(,prpsinfo_t) +T(,prstatus_t) +T(,psaddr_t) +T(,pthread_attr_t) +T(,pthread_barrier_t) +T(,pthread_barrierattr_t) +T(,pthread_cond_t) +T(,pthread_condattr_t) +T(,pthread_key_t) +T(,pthread_mutex_t) +T(,pthread_mutexattr_t) +T(,pthread_once_t) +T(,pthread_rwlock_t) +T(,pthread_rwlockattr_t) +T(,pthread_spinlock_t) +T(,pthread_t) +T(,ptrdiff_t) +T(,quad_t) +T(,regex_t) +T(,register_t) +T(,regmatch_t) +T(,regoff_t) +T(,res_state) +T(,rlim_t) +T(,sa_family_t) +T(,sem_t) +T(,sg_io_hdr_t) +T(,sg_iovec_t) +T(,sg_req_info_t) +T(,shmatt_t) +T(,short) +T(,sig_atomic_t) +T(,sig_t) +T(,sighandler_t) +T(,siginfo_t) +T(,sigjmp_buf) +T(,sigset_t) +T(,size_t) +T(,socklen_t) +T(,speed_t) +T(,ssize_t) +T(,stack_t) +T(struct,FTW) +//T(struct,__fsid_t) +T(struct,__jmp_buf_tag) +//T(struct,__locale_struct) +//T(struct,__mbstate_t) +T(struct,__ns_msg) +T(struct,__ns_rr) +//T(struct,__ptcb) +T(struct,__res_state) +//T(struct,__sigset_t) +//T(struct,__ucontext) +T(struct,_ns_flagdata) +T(struct,acct) +T(struct,acct_v3) +T(struct,addrinfo) +T(struct,aiocb) +T(struct,ar_hdr) +T(struct,arpd_request) +T(struct,arphdr) +T(struct,arpreq) +T(struct,arpreq_old) +T(struct,bandinfo) +T(struct,ccs_modesel_head) +T(struct,cmsghdr) +//T(struct,cpu_set_t) +T(struct,crypt_data) +T(struct,dirent) +T(struct,dl_phdr_info) +T(struct,dqblk) +T(struct,dqinfo) +T(struct,elf_prpsinfo) +T(struct,elf_prstatus) +T(struct,elf_siginfo) +T(struct,entry) +T(struct,epoll_event) +T(struct,ether_addr) +T(struct,ether_arp) +T(struct,ether_header) +T(struct,ethhdr) +T(struct,f_owner_ex) +T(struct,fanotify_event_metadata) +T(struct,fanotify_response) +T(struct,flock) +T(struct,group) +T(struct,group_filter) +T(struct,group_req) +T(struct,group_source_req) +T(struct,hostent) +T(struct,hsearch_data) +T(struct,icmp) +T(struct,icmp6_filter) +T(struct,icmp6_hdr) +T(struct,icmp6_router_renum) +T(struct,icmp_ra_addr) +T(struct,icmphdr) +T(struct,if_nameindex) +T(struct,ifaddr) +T(struct,ifaddrs) +T(struct,ifconf) +T(struct,ifmap) +T(struct,ifreq) +T(struct,igmp) +//T(struct,ih_idseq) +//T(struct,ih_pmtu) +//T(struct,ih_rtradv) +T(struct,in6_addr) +T(struct,in6_pktinfo) +T(struct,in6_rtmsg) +T(struct,in_addr) +T(struct,in_pktinfo) +T(struct,inotify_event) +T(struct,iovec) +T(struct,ip) +T(struct,ip6_dest) +T(struct,ip6_ext) +T(struct,ip6_frag) +T(struct,ip6_hbh) +T(struct,ip6_hdr) +//T(struct,ip6_hdrctl) +T(struct,ip6_mtuinfo) +T(struct,ip6_opt) +T(struct,ip6_opt_jumbo) +T(struct,ip6_opt_nsap) +T(struct,ip6_opt_router) +T(struct,ip6_opt_tunnel) +T(struct,ip6_rthdr) +T(struct,ip6_rthdr0) +T(struct,ip_mreq) +T(struct,ip_mreq_source) +T(struct,ip_mreqn) +T(struct,ip_msfilter) +T(struct,ip_opts) +T(struct,ip_timestamp) +T(struct,ipc_perm) +T(struct,iphdr) +T(struct,ipv6_mreq) +T(struct,itimerspec) +T(struct,itimerval) +T(struct,lastlog) +T(struct,lconv) +T(struct,linger) +T(struct,link_map) +T(struct,mld_hdr) +T(struct,mmsghdr) +T(struct,mntent) +T(struct,mq_attr) +T(struct,msgbuf) +T(struct,msghdr) +T(struct,msginfo) +T(struct,msqid_ds) +T(struct,mt_tape_info) +T(struct,mtconfiginfo) +T(struct,mtget) +T(struct,mtop) +T(struct,mtpos) +T(struct,nd_neighbor_advert) +T(struct,nd_neighbor_solicit) +T(struct,nd_opt_adv_interval) +T(struct,nd_opt_hdr) +T(struct,nd_opt_home_agent_info) +T(struct,nd_opt_mtu) +T(struct,nd_opt_prefix_info) +T(struct,nd_opt_rd_hdr) +T(struct,nd_redirect) +T(struct,nd_router_advert) +T(struct,nd_router_solicit) +T(struct,netent) +T(struct,ns_tcp_tsig_state) +T(struct,ns_tsig_key) +T(struct,ntptimeval) +T(struct,option) +T(struct,packet_mreq) +T(struct,passwd) +T(struct,pollfd) +T(struct,prctl_mm_map) +T(struct,protoent) +//T(struct,ptrace_peeksiginfo_args) +T(struct,qelem) +T(struct,r_debug) +T(struct,re_pattern_buffer) +T(struct,res_sym) +T(struct,rlimit) +T(struct,rr_pco_match) +T(struct,rr_pco_use) +T(struct,rr_result) +T(struct,rtentry) +T(struct,rusage) +T(struct,sched_param) +T(struct,sembuf) +T(struct,semid_ds) +T(struct,seminfo) +T(struct,servent) +T(struct,sg_header) +T(struct,sg_io_hdr) +T(struct,sg_iovec) +T(struct,sg_req_info) +T(struct,sg_scsi_id) +T(struct,shm_info) +T(struct,shmid_ds) +T(struct,shminfo) +T(struct,sigaction) +T(struct,sigaltstack) +T(struct,sigcontext) +T(struct,sigevent) +T(struct,signalfd_siginfo) +T(struct,sockaddr) +T(struct,sockaddr_in) +T(struct,sockaddr_in6) +T(struct,sockaddr_ll) +T(struct,sockaddr_storage) +T(struct,sockaddr_un) +T(struct,spwd) +T(struct,stat) +T(struct,statfs) +T(struct,statvfs) +T(struct,str_list) +T(struct,str_mlist) +T(struct,strbuf) +T(struct,strfdinsert) +T(struct,strioctl) +T(struct,strpeek) +T(struct,strrecvfd) +T(struct,sysinfo) +T(struct,tcp_info) +T(struct,tcp_md5sig) +T(struct,tcphdr) +T(struct,termios) +T(struct,tftphdr) +T(struct,timeb) +T(struct,timespec) +T(struct,timestamp) +T(struct,timeval) +T(struct,timex) +T(struct,timezone) +T(struct,tm) +T(struct,tms) +T(struct,ucred) +T(struct,udphdr) +T(struct,user) +T(struct,utimbuf) +T(struct,utmpx) +T(struct,utsname) +T(struct,winsize) +T(,suseconds_t) +T(,tcflag_t) +//T(,tcp_seq) +M(T(,thrd_start_t)) +M(T(,thrd_t)) +T(,time_t) +T(,timer_t) +M(T(,tss_dtor_t)) +M(T(,tss_t)) +T(,u_char) +T(,u_int) +T(,u_int16_t) +T(,u_int32_t) +T(,u_int64_t) +T(,u_int8_t) +T(,u_long) +T(,u_quad_t) +T(,u_short) +T(,ucontext_t) +T(,uid_t) +T(,uint) +T(,uint16_t) +T(,uint32_t) +T(,uint64_t) +T(,uint8_t) +T(,uint_fast16_t) +T(,uint_fast32_t) +T(,uint_fast64_t) +T(,uint_fast8_t) +T(,uint_least16_t) +T(,uint_least32_t) +T(,uint_least64_t) +T(,uint_least8_t) +T(,uintmax_t) +T(,uintptr_t) +T(,ulong) +//T(union,_G_fpos64_t) +T(union,epoll_data) +T(union,sigval) +T(,useconds_t) +T(,ushort) +T(,va_list) +T(,wchar_t) +T(,wctrans_t) +T(,wctype_t) +T(,wint_t) +T(,wordexp_t) diff --git a/abi_type.or1k.cc b/abi_type.or1k.cc index b0857c2..d7413d4 100644 --- a/abi_type.or1k.cc +++ b/abi_type.or1k.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.powerpc.cc b/abi_type.powerpc.cc index 97f8071..59cfb75 100644 --- a/abi_type.powerpc.cc +++ b/abi_type.powerpc.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.powerpc64.cc b/abi_type.powerpc64.cc index 76b4774..59cfb75 100644 --- a/abi_type.powerpc64.cc +++ b/abi_type.powerpc64.cc @@ -85,20 +85,25 @@ #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include +#include #include #include #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include #include #include -//#include +#include //#include #include #include @@ -156,7 +161,9 @@ #include #include #include -//#include +#ifndef __GLIBC__ +#include +#endif #include #include #include @@ -172,10 +179,13 @@ typedef long long long_long; typedef long double long_double; +typedef void *object_pointer; +typedef void (*function_pointer)(); struct size {char c;}; struct align {char c;}; +struct incomplete {char c;}; #define T(s,t) void x_##t(s t x, s t* ptr, size(*y)[sizeof(s t)], align(*z)[__alignof__(s t)]){} -#define P(s,t) void y_##t(s t* ptr, size(*y)[sizeof(s t*)], align(*z)[__alignof__(s t*)]){} +#define P(s,t) void x_##t(incomplete x, s t* ptr, incomplete y, incomplete z){} #ifdef __GLIBC__ #define M(x) #else @@ -188,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -216,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -240,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) @@ -262,7 +275,7 @@ T(,char16_t) T(,char32_t) T(,clock_t) T(,clockid_t) -//T(,cnd_t) +M(T(,cnd_t)) T(,comp_t) T(,cpu_set_t) T(,dev_t) @@ -288,9 +301,10 @@ T(,fpregset_t) T(,fsblkcnt_t) T(,fsfilcnt_t) T(,fsid_t) +T(,function_pointer) T(,gid_t) T(,glob_t) -M(T(,greg_t)) +T(,greg_t) T(,gregset_t) T(,iconv_t) T(,id_t) @@ -330,7 +344,7 @@ T(,mode_t) T(,mqd_t) T(,msglen_t) T(,msgqnum_t) -//T(,mtx_t) +M(T(,mtx_t)) T(,n_long) T(,n_short) T(,n_time) @@ -351,8 +365,9 @@ T(,ns_sect) //T(,ns_tsig_key) T(,ns_type) T(,ns_update_operation) +T(,object_pointer) T(,off_t) -//T(,once_flag) +M(T(,once_flag)) T(,pid_t) T(,posix_spawn_file_actions_t) T(,posix_spawnattr_t) @@ -607,12 +622,12 @@ T(struct,winsize) T(,suseconds_t) T(,tcflag_t) //T(,tcp_seq) -//T(,thrd_start_t) -//T(,thrd_t) +M(T(,thrd_start_t)) +M(T(,thrd_t)) T(,time_t) T(,timer_t) -//T(,tss_dtor_t) -//T(,tss_t) +M(T(,tss_dtor_t)) +M(T(,tss_t)) T(,u_char) T(,u_int) T(,u_int16_t) @@ -646,7 +661,6 @@ T(union,sigval) T(,useconds_t) T(,ushort) T(,va_list) -P(,void) T(,vrregset_t) T(,wchar_t) T(,wctrans_t) diff --git a/abi_type.sh b/abi_type.sh index 7a5e7fc..50d283a 100755 --- a/abi_type.sh +++ b/abi_type.sh @@ -8,8 +8,11 @@ arm i386 microblaze mips +mips64 +mipsn32 or1k powerpc +powerpc64 sh x32 x86_64 diff --git a/abi_type.sh.cc b/abi_type.sh.cc index 1eef254..06b4769 100644 --- a/abi_type.sh.cc +++ b/abi_type.sh.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.x32.cc b/abi_type.x32.cc index 14aed3f..bd2c0eb 100644 --- a/abi_type.x32.cc +++ b/abi_type.x32.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/abi_type.x86_64.cc b/abi_type.x86_64.cc index 14aed3f..bd2c0eb 100644 --- a/abi_type.x86_64.cc +++ b/abi_type.x86_64.cc @@ -90,6 +90,7 @@ #endif #include #include +#include #include #include #include @@ -197,6 +198,7 @@ P(,DIR) T(,Dl_info) T(,ENTRY) T(,Elf32_Addr) +T(,Elf32_Chdr) T(,Elf32_Conflict) T(,Elf32_Dyn) T(,Elf32_Ehdr) @@ -225,6 +227,7 @@ T(,Elf32_Xword) T(,Elf32_auxv_t) T(,Elf32_gptab) T(,Elf64_Addr) +T(,Elf64_Chdr) T(,Elf64_Dyn) T(,Elf64_Ehdr) T(,Elf64_Half) @@ -249,6 +252,7 @@ T(,Elf64_Versym) T(,Elf64_Word) T(,Elf64_Xword) T(,Elf64_auxv_t) +T(,Elf_MIPS_ABIFlags_v0) T(,Elf_Options) T(,Elf_Options_Hw) T(,Elf_Symndx) diff --git a/data/abi_func.x86_64.musl b/data/abi_func.x86_64.musl index f70b9b5..7378877 100644 --- a/data/abi_func.x86_64.musl +++ b/data/abi_func.x86_64.musl @@ -978,6 +978,8 @@ int pthread_spin_lock(int*) int pthread_spin_trylock(int*) int pthread_spin_unlock(int*) void pthread_testcancel() +int pthread_timedjoin_np(unsigned long, void**, timespec const*) +int pthread_tryjoin_np(unsigned long, void**) long ptrace(int, ...) char* ptsname(int) int ptsname_r(int, char*, unsigned long) @@ -1064,6 +1066,7 @@ int scanf(char const*, ...) int sched_get_priority_max(int) int sched_get_priority_min(int) int sched_getaffinity(int, unsigned long, cpu_set_t*) +int sched_getcpu() int sched_getparam(int, sched_param*) int sched_getscheduler(int) int sched_rr_get_interval(int, timespec*) diff --git a/data/abi_type.x86_64.musl b/data/abi_type.x86_64.musl index 1659783..adceefa 100644 --- a/data/abi_type.x86_64.musl +++ b/data/abi_type.x86_64.musl @@ -5,6 +5,7 @@ DIR: incomplete, __dirstream*, incomplete, incomplete Dl_info: Dl_info, Dl_info*, size (*) [32], align (*) [8] ENTRY: entry, entry*, size (*) [16], align (*) [8] Elf32_Addr: unsigned int, unsigned int*, size (*) [4], align (*) [4] +Elf32_Chdr: Elf32_Chdr, Elf32_Chdr*, size (*) [12], align (*) [4] Elf32_Conflict: unsigned int, unsigned int*, size (*) [4], align (*) [4] Elf32_Dyn: Elf32_Dyn, Elf32_Dyn*, size (*) [8], align (*) [4] Elf32_Ehdr: Elf32_Ehdr, Elf32_Ehdr*, size (*) [52], align (*) [4] @@ -33,6 +34,7 @@ Elf32_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8] Elf32_auxv_t: Elf32_auxv_t, Elf32_auxv_t*, size (*) [8], align (*) [4] Elf32_gptab: Elf32_gptab, Elf32_gptab*, size (*) [8], align (*) [4] Elf64_Addr: unsigned long, unsigned long*, size (*) [8], align (*) [8] +Elf64_Chdr: Elf64_Chdr, Elf64_Chdr*, size (*) [24], align (*) [8] Elf64_Dyn: Elf64_Dyn, Elf64_Dyn*, size (*) [16], align (*) [8] Elf64_Ehdr: Elf64_Ehdr, Elf64_Ehdr*, size (*) [64], align (*) [8] Elf64_Half: unsigned short, unsigned short*, size (*) [2], align (*) [2] @@ -57,6 +59,7 @@ Elf64_Versym: unsigned short, unsigned short*, size (*) [2], align (*) [2] Elf64_Word: unsigned int, unsigned int*, size (*) [4], align (*) [4] Elf64_Xword: unsigned long, unsigned long*, size (*) [8], align (*) [8] Elf64_auxv_t: Elf64_auxv_t, Elf64_auxv_t*, size (*) [16], align (*) [8] +Elf_MIPS_ABIFlags_v0: Elf_MIPS_ABIFlags_v0, Elf_MIPS_ABIFlags_v0*, size (*) [24], align (*) [4] Elf_Options: Elf_Options, Elf_Options*, size (*) [8], align (*) [4] Elf_Options_Hw: Elf_Options_Hw, Elf_Options_Hw*, size (*) [8], align (*) [4] Elf_Symndx: unsigned int, unsigned int*, size (*) [4], align (*) [4] diff --git a/data/musl.aarch64.decls b/data/musl.aarch64.decls index 5b80525..8479126 100644 --- a/data/musl.aarch64.decls +++ b/data/musl.aarch64.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -193,6 +195,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 31 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -272,74 +276,26 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 6.475175119438025110924438958 LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 64 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffffffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 6144 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 NOFLSH bits/termios.h d #define NOFLSH 0000200 N_6PACK bits/ioctl.h d #define N_6PACK 7 N_AX25 bits/ioctl.h d #define N_AX25 5 -N_CAIF bits/ioctl.h d #define N_CAIF 20 -N_GIGASET_M101 bits/ioctl.h d #define N_GIGASET_M101 16 -N_GSM0710 bits/ioctl.h d #define N_GSM0710 21 N_HCI bits/ioctl.h d #define N_HCI 15 N_HDLC bits/ioctl.h d #define N_HDLC 13 N_IRDA bits/ioctl.h d #define N_IRDA 11 N_MASC bits/ioctl.h d #define N_MASC 8 N_MOUSE bits/ioctl.h d #define N_MOUSE 2 N_PPP bits/ioctl.h d #define N_PPP 3 -N_PPS bits/ioctl.h d #define N_PPS 18 N_PROFIBUS_FDL bits/ioctl.h d #define N_PROFIBUS_FDL 10 N_R3964 bits/ioctl.h d #define N_R3964 9 -N_SLCAN bits/ioctl.h d #define N_SLCAN 17 N_SLIP bits/ioctl.h d #define N_SLIP 1 N_SMSBLOCK bits/ioctl.h d #define N_SMSBLOCK 12 N_STRIP bits/ioctl.h d #define N_STRIP 4 N_SYNC_PPP bits/ioctl.h d #define N_SYNC_PPP 14 -N_TI_WL bits/ioctl.h d #define N_TI_WL 22 -N_TRACEROUTER bits/ioctl.h d #define N_TRACEROUTER 24 -N_TRACESINK bits/ioctl.h d #define N_TRACESINK 23 N_TTY bits/ioctl.h d #define N_TTY 0 -N_V253 bits/ioctl.h d #define N_V253 19 N_X25 bits/ioctl.h d #define N_X25 6 OCRNL bits/termios.h d #define OCRNL 0000010 OFDEL bits/termios.h d #define OFDEL 0000200 @@ -372,17 +328,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT64_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT64_MIN SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 @@ -463,7 +408,6 @@ SIOCGIFTXQLEN bits/ioctl.h d #define SIOCGIFTXQLEN 0x8942 SIOCGPGRP bits/ioctl.h d #define SIOCGPGRP 0x8904 SIOCGRARP bits/ioctl.h d #define SIOCGRARP 0x8961 SIOCGSTAMP bits/ioctl.h d #define SIOCGSTAMP 0x8906 -SIOCGSTAMPNS bits/ioctl.h d #define SIOCGSTAMPNS 0x8907 SIOCPROTOPRIVATE bits/ioctl.h d #define SIOCPROTOPRIVATE 0x89E0 SIOCRTMSG bits/ioctl.h d #define SIOCRTMSG 0x890D SIOCSARP bits/ioctl.h d #define SIOCSARP 0x8955 @@ -480,6 +424,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -488,276 +433,279 @@ SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT64_MAX -SYS_accept bits/syscall.h d #define SYS_accept __NR_accept -SYS_accept4 bits/syscall.h d #define SYS_accept4 __NR_accept4 -SYS_acct bits/syscall.h d #define SYS_acct __NR_acct -SYS_add_key bits/syscall.h d #define SYS_add_key __NR_add_key -SYS_adjtimex bits/syscall.h d #define SYS_adjtimex __NR_adjtimex -SYS_bind bits/syscall.h d #define SYS_bind __NR_bind -SYS_bpf bits/syscall.h d #define SYS_bpf __NR_bpf -SYS_brk bits/syscall.h d #define SYS_brk __NR_brk -SYS_capget bits/syscall.h d #define SYS_capget __NR_capget -SYS_capset bits/syscall.h d #define SYS_capset __NR_capset -SYS_chdir bits/syscall.h d #define SYS_chdir __NR_chdir -SYS_chroot bits/syscall.h d #define SYS_chroot __NR_chroot -SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime __NR_clock_adjtime -SYS_clock_getres bits/syscall.h d #define SYS_clock_getres __NR_clock_getres -SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime __NR_clock_gettime -SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep __NR_clock_nanosleep -SYS_clock_settime bits/syscall.h d #define SYS_clock_settime __NR_clock_settime -SYS_clone bits/syscall.h d #define SYS_clone __NR_clone -SYS_close bits/syscall.h d #define SYS_close __NR_close -SYS_connect bits/syscall.h d #define SYS_connect __NR_connect -SYS_delete_module bits/syscall.h d #define SYS_delete_module __NR_delete_module -SYS_dup bits/syscall.h d #define SYS_dup __NR_dup -SYS_dup3 bits/syscall.h d #define SYS_dup3 __NR_dup3 -SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 __NR_epoll_create1 -SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl __NR_epoll_ctl -SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait __NR_epoll_pwait -SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 __NR_eventfd2 -SYS_execve bits/syscall.h d #define SYS_execve __NR_execve -SYS_execveat bits/syscall.h d #define SYS_execveat __NR_execveat -SYS_exit bits/syscall.h d #define SYS_exit __NR_exit -SYS_exit_group bits/syscall.h d #define SYS_exit_group __NR_exit_group -SYS_faccessat bits/syscall.h d #define SYS_faccessat __NR_faccessat -SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 __NR_fadvise64 -SYS_fallocate bits/syscall.h d #define SYS_fallocate __NR_fallocate -SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init __NR_fanotify_init -SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark __NR_fanotify_mark -SYS_fchdir bits/syscall.h d #define SYS_fchdir __NR_fchdir -SYS_fchmod bits/syscall.h d #define SYS_fchmod __NR_fchmod -SYS_fchmodat bits/syscall.h d #define SYS_fchmodat __NR_fchmodat -SYS_fchown bits/syscall.h d #define SYS_fchown __NR_fchown -SYS_fchownat bits/syscall.h d #define SYS_fchownat __NR_fchownat -SYS_fcntl bits/syscall.h d #define SYS_fcntl __NR_fcntl -SYS_fdatasync bits/syscall.h d #define SYS_fdatasync __NR_fdatasync -SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr __NR_fgetxattr -SYS_finit_module bits/syscall.h d #define SYS_finit_module __NR_finit_module -SYS_flistxattr bits/syscall.h d #define SYS_flistxattr __NR_flistxattr -SYS_flock bits/syscall.h d #define SYS_flock __NR_flock -SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr __NR_fremovexattr -SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr __NR_fsetxattr -SYS_fstat bits/syscall.h d #define SYS_fstat __NR_fstat -SYS_fstatat bits/syscall.h d #define SYS_fstatat __NR_fstatat -SYS_fstatfs bits/syscall.h d #define SYS_fstatfs __NR_fstatfs -SYS_fsync bits/syscall.h d #define SYS_fsync __NR_fsync -SYS_ftruncate bits/syscall.h d #define SYS_ftruncate __NR_ftruncate -SYS_futex bits/syscall.h d #define SYS_futex __NR_futex -SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy __NR_get_mempolicy -SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list __NR_get_robust_list -SYS_getcpu bits/syscall.h d #define SYS_getcpu __NR_getcpu -SYS_getcwd bits/syscall.h d #define SYS_getcwd __NR_getcwd -SYS_getdents64 bits/syscall.h d #define SYS_getdents64 __NR_getdents64 -SYS_getegid bits/syscall.h d #define SYS_getegid __NR_getegid -SYS_geteuid bits/syscall.h d #define SYS_geteuid __NR_geteuid -SYS_getgid bits/syscall.h d #define SYS_getgid __NR_getgid -SYS_getgroups bits/syscall.h d #define SYS_getgroups __NR_getgroups -SYS_getitimer bits/syscall.h d #define SYS_getitimer __NR_getitimer -SYS_getpeername bits/syscall.h d #define SYS_getpeername __NR_getpeername -SYS_getpgid bits/syscall.h d #define SYS_getpgid __NR_getpgid -SYS_getpid bits/syscall.h d #define SYS_getpid __NR_getpid -SYS_getppid bits/syscall.h d #define SYS_getppid __NR_getppid -SYS_getpriority bits/syscall.h d #define SYS_getpriority __NR_getpriority -SYS_getrandom bits/syscall.h d #define SYS_getrandom __NR_getrandom -SYS_getresgid bits/syscall.h d #define SYS_getresgid __NR_getresgid -SYS_getresuid bits/syscall.h d #define SYS_getresuid __NR_getresuid -SYS_getrlimit bits/syscall.h d #define SYS_getrlimit __NR_getrlimit -SYS_getrusage bits/syscall.h d #define SYS_getrusage __NR_getrusage -SYS_getsid bits/syscall.h d #define SYS_getsid __NR_getsid -SYS_getsockname bits/syscall.h d #define SYS_getsockname __NR_getsockname -SYS_getsockopt bits/syscall.h d #define SYS_getsockopt __NR_getsockopt -SYS_gettid bits/syscall.h d #define SYS_gettid __NR_gettid -SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday __NR_gettimeofday -SYS_getuid bits/syscall.h d #define SYS_getuid __NR_getuid -SYS_getxattr bits/syscall.h d #define SYS_getxattr __NR_getxattr -SYS_init_module bits/syscall.h d #define SYS_init_module __NR_init_module -SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch __NR_inotify_add_watch -SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 __NR_inotify_init1 -SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch __NR_inotify_rm_watch -SYS_io_cancel bits/syscall.h d #define SYS_io_cancel __NR_io_cancel -SYS_io_destroy bits/syscall.h d #define SYS_io_destroy __NR_io_destroy -SYS_io_getevents bits/syscall.h d #define SYS_io_getevents __NR_io_getevents -SYS_io_setup bits/syscall.h d #define SYS_io_setup __NR_io_setup -SYS_io_submit bits/syscall.h d #define SYS_io_submit __NR_io_submit -SYS_ioctl bits/syscall.h d #define SYS_ioctl __NR_ioctl -SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get __NR_ioprio_get -SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set __NR_ioprio_set -SYS_kcmp bits/syscall.h d #define SYS_kcmp __NR_kcmp -SYS_kexec_load bits/syscall.h d #define SYS_kexec_load __NR_kexec_load -SYS_keyctl bits/syscall.h d #define SYS_keyctl __NR_keyctl -SYS_kill bits/syscall.h d #define SYS_kill __NR_kill -SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr __NR_lgetxattr -SYS_linkat bits/syscall.h d #define SYS_linkat __NR_linkat -SYS_listen bits/syscall.h d #define SYS_listen __NR_listen -SYS_listxattr bits/syscall.h d #define SYS_listxattr __NR_listxattr -SYS_llistxattr bits/syscall.h d #define SYS_llistxattr __NR_llistxattr -SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie __NR_lookup_dcookie -SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr __NR_lremovexattr -SYS_lseek bits/syscall.h d #define SYS_lseek __NR_lseek -SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr __NR_lsetxattr -SYS_madvise bits/syscall.h d #define SYS_madvise __NR_madvise -SYS_mbind bits/syscall.h d #define SYS_mbind __NR_mbind -SYS_membarrier bits/syscall.h d #define SYS_membarrier __NR_membarrier -SYS_memfd_create bits/syscall.h d #define SYS_memfd_create __NR_memfd_create -SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages __NR_migrate_pages -SYS_mincore bits/syscall.h d #define SYS_mincore __NR_mincore -SYS_mkdirat bits/syscall.h d #define SYS_mkdirat __NR_mkdirat -SYS_mknodat bits/syscall.h d #define SYS_mknodat __NR_mknodat -SYS_mlock bits/syscall.h d #define SYS_mlock __NR_mlock -SYS_mlock2 bits/syscall.h d #define SYS_mlock2 __NR_mlock2 -SYS_mlockall bits/syscall.h d #define SYS_mlockall __NR_mlockall -SYS_mmap bits/syscall.h d #define SYS_mmap __NR_mmap -SYS_mount bits/syscall.h d #define SYS_mount __NR_mount -SYS_move_pages bits/syscall.h d #define SYS_move_pages __NR_move_pages -SYS_mprotect bits/syscall.h d #define SYS_mprotect __NR_mprotect -SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr __NR_mq_getsetattr -SYS_mq_notify bits/syscall.h d #define SYS_mq_notify __NR_mq_notify -SYS_mq_open bits/syscall.h d #define SYS_mq_open __NR_mq_open -SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive __NR_mq_timedreceive -SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend __NR_mq_timedsend -SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink __NR_mq_unlink -SYS_mremap bits/syscall.h d #define SYS_mremap __NR_mremap -SYS_msgctl bits/syscall.h d #define SYS_msgctl __NR_msgctl -SYS_msgget bits/syscall.h d #define SYS_msgget __NR_msgget -SYS_msgrcv bits/syscall.h d #define SYS_msgrcv __NR_msgrcv -SYS_msgsnd bits/syscall.h d #define SYS_msgsnd __NR_msgsnd -SYS_msync bits/syscall.h d #define SYS_msync __NR_msync -SYS_munlock bits/syscall.h d #define SYS_munlock __NR_munlock -SYS_munlockall bits/syscall.h d #define SYS_munlockall __NR_munlockall -SYS_munmap bits/syscall.h d #define SYS_munmap __NR_munmap -SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at __NR_name_to_handle_at -SYS_nanosleep bits/syscall.h d #define SYS_nanosleep __NR_nanosleep -SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl __NR_nfsservctl -SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at __NR_open_by_handle_at -SYS_openat bits/syscall.h d #define SYS_openat __NR_openat -SYS_or1k_atomic bits/syscall.h d #define SYS_or1k_atomic __NR_or1k_atomic -SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open __NR_perf_event_open -SYS_personality bits/syscall.h d #define SYS_personality __NR_personality -SYS_pipe2 bits/syscall.h d #define SYS_pipe2 __NR_pipe2 -SYS_pivot_root bits/syscall.h d #define SYS_pivot_root __NR_pivot_root -SYS_ppoll bits/syscall.h d #define SYS_ppoll __NR_ppoll -SYS_prctl bits/syscall.h d #define SYS_prctl __NR_prctl -SYS_pread64 bits/syscall.h d #define SYS_pread64 __NR_pread64 -SYS_preadv bits/syscall.h d #define SYS_preadv __NR_preadv -SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 __NR_prlimit64 -SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv __NR_process_vm_readv -SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev __NR_process_vm_writev -SYS_pselect6 bits/syscall.h d #define SYS_pselect6 __NR_pselect6 -SYS_ptrace bits/syscall.h d #define SYS_ptrace __NR_ptrace -SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 __NR_pwrite64 -SYS_pwritev bits/syscall.h d #define SYS_pwritev __NR_pwritev -SYS_quotactl bits/syscall.h d #define SYS_quotactl __NR_quotactl -SYS_read bits/syscall.h d #define SYS_read __NR_read -SYS_readahead bits/syscall.h d #define SYS_readahead __NR_readahead -SYS_readlinkat bits/syscall.h d #define SYS_readlinkat __NR_readlinkat -SYS_readv bits/syscall.h d #define SYS_readv __NR_readv -SYS_reboot bits/syscall.h d #define SYS_reboot __NR_reboot -SYS_recvfrom bits/syscall.h d #define SYS_recvfrom __NR_recvfrom -SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg __NR_recvmmsg -SYS_recvmsg bits/syscall.h d #define SYS_recvmsg __NR_recvmsg -SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages __NR_remap_file_pages -SYS_removexattr bits/syscall.h d #define SYS_removexattr __NR_removexattr -SYS_renameat bits/syscall.h d #define SYS_renameat __NR_renameat -SYS_renameat2 bits/syscall.h d #define SYS_renameat2 __NR_renameat2 -SYS_request_key bits/syscall.h d #define SYS_request_key __NR_request_key -SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall __NR_restart_syscall -SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction __NR_rt_sigaction -SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending __NR_rt_sigpending -SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask __NR_rt_sigprocmask -SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo -SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn __NR_rt_sigreturn -SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend __NR_rt_sigsuspend -SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait -SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo -SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max __NR_sched_get_priority_max -SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min __NR_sched_get_priority_min -SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity __NR_sched_getaffinity -SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr __NR_sched_getattr -SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam __NR_sched_getparam -SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler __NR_sched_getscheduler -SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval -SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity __NR_sched_setaffinity -SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr __NR_sched_setattr -SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam __NR_sched_setparam -SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler __NR_sched_setscheduler -SYS_sched_yield bits/syscall.h d #define SYS_sched_yield __NR_sched_yield -SYS_seccomp bits/syscall.h d #define SYS_seccomp __NR_seccomp -SYS_semctl bits/syscall.h d #define SYS_semctl __NR_semctl -SYS_semget bits/syscall.h d #define SYS_semget __NR_semget -SYS_semop bits/syscall.h d #define SYS_semop __NR_semop -SYS_semtimedop bits/syscall.h d #define SYS_semtimedop __NR_semtimedop -SYS_sendfile bits/syscall.h d #define SYS_sendfile __NR_sendfile -SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg __NR_sendmmsg -SYS_sendmsg bits/syscall.h d #define SYS_sendmsg __NR_sendmsg -SYS_sendto bits/syscall.h d #define SYS_sendto __NR_sendto -SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy __NR_set_mempolicy -SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list __NR_set_robust_list -SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address __NR_set_tid_address -SYS_setdomainname bits/syscall.h d #define SYS_setdomainname __NR_setdomainname -SYS_setfsgid bits/syscall.h d #define SYS_setfsgid __NR_setfsgid -SYS_setfsuid bits/syscall.h d #define SYS_setfsuid __NR_setfsuid -SYS_setgid bits/syscall.h d #define SYS_setgid __NR_setgid -SYS_setgroups bits/syscall.h d #define SYS_setgroups __NR_setgroups -SYS_sethostname bits/syscall.h d #define SYS_sethostname __NR_sethostname -SYS_setitimer bits/syscall.h d #define SYS_setitimer __NR_setitimer -SYS_setns bits/syscall.h d #define SYS_setns __NR_setns -SYS_setpgid bits/syscall.h d #define SYS_setpgid __NR_setpgid -SYS_setpriority bits/syscall.h d #define SYS_setpriority __NR_setpriority -SYS_setregid bits/syscall.h d #define SYS_setregid __NR_setregid -SYS_setresgid bits/syscall.h d #define SYS_setresgid __NR_setresgid -SYS_setresuid bits/syscall.h d #define SYS_setresuid __NR_setresuid -SYS_setreuid bits/syscall.h d #define SYS_setreuid __NR_setreuid -SYS_setrlimit bits/syscall.h d #define SYS_setrlimit __NR_setrlimit -SYS_setsid bits/syscall.h d #define SYS_setsid __NR_setsid -SYS_setsockopt bits/syscall.h d #define SYS_setsockopt __NR_setsockopt -SYS_settimeofday bits/syscall.h d #define SYS_settimeofday __NR_settimeofday -SYS_setuid bits/syscall.h d #define SYS_setuid __NR_setuid -SYS_setxattr bits/syscall.h d #define SYS_setxattr __NR_setxattr -SYS_shmat bits/syscall.h d #define SYS_shmat __NR_shmat -SYS_shmctl bits/syscall.h d #define SYS_shmctl __NR_shmctl -SYS_shmdt bits/syscall.h d #define SYS_shmdt __NR_shmdt -SYS_shmget bits/syscall.h d #define SYS_shmget __NR_shmget -SYS_shutdown bits/syscall.h d #define SYS_shutdown __NR_shutdown -SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack __NR_sigaltstack -SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 __NR_signalfd4 -SYS_socket bits/syscall.h d #define SYS_socket __NR_socket -SYS_socketpair bits/syscall.h d #define SYS_socketpair __NR_socketpair -SYS_splice bits/syscall.h d #define SYS_splice __NR_splice -SYS_statfs bits/syscall.h d #define SYS_statfs __NR_statfs -SYS_swapoff bits/syscall.h d #define SYS_swapoff __NR_swapoff -SYS_swapon bits/syscall.h d #define SYS_swapon __NR_swapon -SYS_symlinkat bits/syscall.h d #define SYS_symlinkat __NR_symlinkat -SYS_sync bits/syscall.h d #define SYS_sync __NR_sync -SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range __NR_sync_file_range -SYS_syncfs bits/syscall.h d #define SYS_syncfs __NR_syncfs -SYS_sysinfo bits/syscall.h d #define SYS_sysinfo __NR_sysinfo -SYS_syslog bits/syscall.h d #define SYS_syslog __NR_syslog -SYS_tee bits/syscall.h d #define SYS_tee __NR_tee -SYS_tgkill bits/syscall.h d #define SYS_tgkill __NR_tgkill -SYS_timer_create bits/syscall.h d #define SYS_timer_create __NR_timer_create -SYS_timer_delete bits/syscall.h d #define SYS_timer_delete __NR_timer_delete -SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun __NR_timer_getoverrun -SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime __NR_timer_gettime -SYS_timer_settime bits/syscall.h d #define SYS_timer_settime __NR_timer_settime -SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create __NR_timerfd_create -SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime __NR_timerfd_gettime -SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime __NR_timerfd_settime -SYS_times bits/syscall.h d #define SYS_times __NR_times -SYS_tkill bits/syscall.h d #define SYS_tkill __NR_tkill -SYS_truncate bits/syscall.h d #define SYS_truncate __NR_truncate -SYS_umask bits/syscall.h d #define SYS_umask __NR_umask -SYS_umount2 bits/syscall.h d #define SYS_umount2 __NR_umount2 -SYS_uname bits/syscall.h d #define SYS_uname __NR_uname -SYS_unlinkat bits/syscall.h d #define SYS_unlinkat __NR_unlinkat -SYS_unshare bits/syscall.h d #define SYS_unshare __NR_unshare -SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd __NR_userfaultfd -SYS_utimensat bits/syscall.h d #define SYS_utimensat __NR_utimensat -SYS_vhangup bits/syscall.h d #define SYS_vhangup __NR_vhangup -SYS_vmsplice bits/syscall.h d #define SYS_vmsplice __NR_vmsplice -SYS_wait4 bits/syscall.h d #define SYS_wait4 __NR_wait4 -SYS_waitid bits/syscall.h d #define SYS_waitid __NR_waitid -SYS_write bits/syscall.h d #define SYS_write __NR_write -SYS_writev bits/syscall.h d #define SYS_writev __NR_writev +SYS_accept bits/syscall.h d #define SYS_accept 202 +SYS_accept4 bits/syscall.h d #define SYS_accept4 242 +SYS_acct bits/syscall.h d #define SYS_acct 89 +SYS_add_key bits/syscall.h d #define SYS_add_key 217 +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex 171 +SYS_bind bits/syscall.h d #define SYS_bind 200 +SYS_bpf bits/syscall.h d #define SYS_bpf 280 +SYS_brk bits/syscall.h d #define SYS_brk 214 +SYS_capget bits/syscall.h d #define SYS_capget 90 +SYS_capset bits/syscall.h d #define SYS_capset 91 +SYS_chdir bits/syscall.h d #define SYS_chdir 49 +SYS_chroot bits/syscall.h d #define SYS_chroot 51 +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 266 +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres 114 +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime 113 +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep 115 +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 112 +SYS_clone bits/syscall.h d #define SYS_clone 220 +SYS_close bits/syscall.h d #define SYS_close 57 +SYS_connect bits/syscall.h d #define SYS_connect 203 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 285 +SYS_delete_module bits/syscall.h d #define SYS_delete_module 106 +SYS_dup bits/syscall.h d #define SYS_dup 23 +SYS_dup3 bits/syscall.h d #define SYS_dup3 24 +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 20 +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl 21 +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait 22 +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 19 +SYS_execve bits/syscall.h d #define SYS_execve 221 +SYS_execveat bits/syscall.h d #define SYS_execveat 281 +SYS_exit bits/syscall.h d #define SYS_exit 93 +SYS_exit_group bits/syscall.h d #define SYS_exit_group 94 +SYS_faccessat bits/syscall.h d #define SYS_faccessat 48 +SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 223 +SYS_fallocate bits/syscall.h d #define SYS_fallocate 47 +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init 262 +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark 263 +SYS_fchdir bits/syscall.h d #define SYS_fchdir 50 +SYS_fchmod bits/syscall.h d #define SYS_fchmod 52 +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat 53 +SYS_fchown bits/syscall.h d #define SYS_fchown 55 +SYS_fchownat bits/syscall.h d #define SYS_fchownat 54 +SYS_fcntl bits/syscall.h d #define SYS_fcntl 25 +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync 83 +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr 10 +SYS_finit_module bits/syscall.h d #define SYS_finit_module 273 +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr 13 +SYS_flock bits/syscall.h d #define SYS_flock 32 +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr 16 +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr 7 +SYS_fstat bits/syscall.h d #define SYS_fstat 80 +SYS_fstatat bits/syscall.h d #define SYS_fstatat 79 +SYS_fstatfs bits/syscall.h d #define SYS_fstatfs 44 +SYS_fsync bits/syscall.h d #define SYS_fsync 82 +SYS_ftruncate bits/syscall.h d #define SYS_ftruncate 46 +SYS_futex bits/syscall.h d #define SYS_futex 98 +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy 236 +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list 100 +SYS_getcpu bits/syscall.h d #define SYS_getcpu 168 +SYS_getcwd bits/syscall.h d #define SYS_getcwd 17 +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 61 +SYS_getegid bits/syscall.h d #define SYS_getegid 177 +SYS_geteuid bits/syscall.h d #define SYS_geteuid 175 +SYS_getgid bits/syscall.h d #define SYS_getgid 176 +SYS_getgroups bits/syscall.h d #define SYS_getgroups 158 +SYS_getitimer bits/syscall.h d #define SYS_getitimer 102 +SYS_getpeername bits/syscall.h d #define SYS_getpeername 205 +SYS_getpgid bits/syscall.h d #define SYS_getpgid 155 +SYS_getpid bits/syscall.h d #define SYS_getpid 172 +SYS_getppid bits/syscall.h d #define SYS_getppid 173 +SYS_getpriority bits/syscall.h d #define SYS_getpriority 141 +SYS_getrandom bits/syscall.h d #define SYS_getrandom 278 +SYS_getresgid bits/syscall.h d #define SYS_getresgid 150 +SYS_getresuid bits/syscall.h d #define SYS_getresuid 148 +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit 163 +SYS_getrusage bits/syscall.h d #define SYS_getrusage 165 +SYS_getsid bits/syscall.h d #define SYS_getsid 156 +SYS_getsockname bits/syscall.h d #define SYS_getsockname 204 +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt 209 +SYS_gettid bits/syscall.h d #define SYS_gettid 178 +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday 169 +SYS_getuid bits/syscall.h d #define SYS_getuid 174 +SYS_getxattr bits/syscall.h d #define SYS_getxattr 8 +SYS_init_module bits/syscall.h d #define SYS_init_module 105 +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch 27 +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 26 +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch 28 +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel 3 +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy 1 +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents 4 +SYS_io_setup bits/syscall.h d #define SYS_io_setup 0 +SYS_io_submit bits/syscall.h d #define SYS_io_submit 2 +SYS_ioctl bits/syscall.h d #define SYS_ioctl 29 +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get 31 +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set 30 +SYS_kcmp bits/syscall.h d #define SYS_kcmp 272 +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load 104 +SYS_keyctl bits/syscall.h d #define SYS_keyctl 219 +SYS_kill bits/syscall.h d #define SYS_kill 129 +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr 9 +SYS_linkat bits/syscall.h d #define SYS_linkat 37 +SYS_listen bits/syscall.h d #define SYS_listen 201 +SYS_listxattr bits/syscall.h d #define SYS_listxattr 11 +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr 12 +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie 18 +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr 15 +SYS_lseek bits/syscall.h d #define SYS_lseek 62 +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr 6 +SYS_madvise bits/syscall.h d #define SYS_madvise 233 +SYS_mbind bits/syscall.h d #define SYS_mbind 235 +SYS_membarrier bits/syscall.h d #define SYS_membarrier 283 +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create 279 +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages 238 +SYS_mincore bits/syscall.h d #define SYS_mincore 232 +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat 34 +SYS_mknodat bits/syscall.h d #define SYS_mknodat 33 +SYS_mlock bits/syscall.h d #define SYS_mlock 228 +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 284 +SYS_mlockall bits/syscall.h d #define SYS_mlockall 230 +SYS_mmap bits/syscall.h d #define SYS_mmap 222 +SYS_mount bits/syscall.h d #define SYS_mount 40 +SYS_move_pages bits/syscall.h d #define SYS_move_pages 239 +SYS_mprotect bits/syscall.h d #define SYS_mprotect 226 +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr 185 +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify 184 +SYS_mq_open bits/syscall.h d #define SYS_mq_open 180 +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive 183 +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend 182 +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink 181 +SYS_mremap bits/syscall.h d #define SYS_mremap 216 +SYS_msgctl bits/syscall.h d #define SYS_msgctl 187 +SYS_msgget bits/syscall.h d #define SYS_msgget 186 +SYS_msgrcv bits/syscall.h d #define SYS_msgrcv 188 +SYS_msgsnd bits/syscall.h d #define SYS_msgsnd 189 +SYS_msync bits/syscall.h d #define SYS_msync 227 +SYS_munlock bits/syscall.h d #define SYS_munlock 229 +SYS_munlockall bits/syscall.h d #define SYS_munlockall 231 +SYS_munmap bits/syscall.h d #define SYS_munmap 215 +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at 264 +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep 101 +SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl 42 +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at 265 +SYS_openat bits/syscall.h d #define SYS_openat 56 +SYS_or1k_atomic bits/syscall.h d #define SYS_or1k_atomic 244 +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open 241 +SYS_personality bits/syscall.h d #define SYS_personality 92 +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 59 +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root 41 +SYS_ppoll bits/syscall.h d #define SYS_ppoll 73 +SYS_prctl bits/syscall.h d #define SYS_prctl 167 +SYS_pread64 bits/syscall.h d #define SYS_pread64 67 +SYS_preadv bits/syscall.h d #define SYS_preadv 69 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 286 +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 261 +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 270 +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 271 +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 72 +SYS_ptrace bits/syscall.h d #define SYS_ptrace 117 +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 68 +SYS_pwritev bits/syscall.h d #define SYS_pwritev 70 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 287 +SYS_quotactl bits/syscall.h d #define SYS_quotactl 60 +SYS_read bits/syscall.h d #define SYS_read 63 +SYS_readahead bits/syscall.h d #define SYS_readahead 213 +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat 78 +SYS_readv bits/syscall.h d #define SYS_readv 65 +SYS_reboot bits/syscall.h d #define SYS_reboot 142 +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom 207 +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg 243 +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg 212 +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages 234 +SYS_removexattr bits/syscall.h d #define SYS_removexattr 14 +SYS_renameat bits/syscall.h d #define SYS_renameat 38 +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 276 +SYS_request_key bits/syscall.h d #define SYS_request_key 218 +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall 128 +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction 134 +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending 136 +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask 135 +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo 138 +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn 139 +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend 133 +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait 137 +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo 240 +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max 125 +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min 126 +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity 123 +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr 275 +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam 121 +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler 120 +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval 127 +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity 122 +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr 274 +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam 118 +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler 119 +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield 124 +SYS_seccomp bits/syscall.h d #define SYS_seccomp 277 +SYS_semctl bits/syscall.h d #define SYS_semctl 191 +SYS_semget bits/syscall.h d #define SYS_semget 190 +SYS_semop bits/syscall.h d #define SYS_semop 193 +SYS_semtimedop bits/syscall.h d #define SYS_semtimedop 192 +SYS_sendfile bits/syscall.h d #define SYS_sendfile 71 +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg 269 +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg 211 +SYS_sendto bits/syscall.h d #define SYS_sendto 206 +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy 237 +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list 99 +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address 96 +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname 162 +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid 152 +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid 151 +SYS_setgid bits/syscall.h d #define SYS_setgid 144 +SYS_setgroups bits/syscall.h d #define SYS_setgroups 159 +SYS_sethostname bits/syscall.h d #define SYS_sethostname 161 +SYS_setitimer bits/syscall.h d #define SYS_setitimer 103 +SYS_setns bits/syscall.h d #define SYS_setns 268 +SYS_setpgid bits/syscall.h d #define SYS_setpgid 154 +SYS_setpriority bits/syscall.h d #define SYS_setpriority 140 +SYS_setregid bits/syscall.h d #define SYS_setregid 143 +SYS_setresgid bits/syscall.h d #define SYS_setresgid 149 +SYS_setresuid bits/syscall.h d #define SYS_setresuid 147 +SYS_setreuid bits/syscall.h d #define SYS_setreuid 145 +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit 164 +SYS_setsid bits/syscall.h d #define SYS_setsid 157 +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt 208 +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday 170 +SYS_setuid bits/syscall.h d #define SYS_setuid 146 +SYS_setxattr bits/syscall.h d #define SYS_setxattr 5 +SYS_shmat bits/syscall.h d #define SYS_shmat 196 +SYS_shmctl bits/syscall.h d #define SYS_shmctl 195 +SYS_shmdt bits/syscall.h d #define SYS_shmdt 197 +SYS_shmget bits/syscall.h d #define SYS_shmget 194 +SYS_shutdown bits/syscall.h d #define SYS_shutdown 210 +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack 132 +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 74 +SYS_socket bits/syscall.h d #define SYS_socket 198 +SYS_socketpair bits/syscall.h d #define SYS_socketpair 199 +SYS_splice bits/syscall.h d #define SYS_splice 76 +SYS_statfs bits/syscall.h d #define SYS_statfs 43 +SYS_swapoff bits/syscall.h d #define SYS_swapoff 225 +SYS_swapon bits/syscall.h d #define SYS_swapon 224 +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat 36 +SYS_sync bits/syscall.h d #define SYS_sync 81 +SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range 84 +SYS_syncfs bits/syscall.h d #define SYS_syncfs 267 +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo 179 +SYS_syslog bits/syscall.h d #define SYS_syslog 116 +SYS_tee bits/syscall.h d #define SYS_tee 77 +SYS_tgkill bits/syscall.h d #define SYS_tgkill 131 +SYS_timer_create bits/syscall.h d #define SYS_timer_create 107 +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete 111 +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun 109 +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime 108 +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime 110 +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 85 +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 87 +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 86 +SYS_times bits/syscall.h d #define SYS_times 153 +SYS_tkill bits/syscall.h d #define SYS_tkill 130 +SYS_truncate bits/syscall.h d #define SYS_truncate 45 +SYS_umask bits/syscall.h d #define SYS_umask 166 +SYS_umount2 bits/syscall.h d #define SYS_umount2 39 +SYS_uname bits/syscall.h d #define SYS_uname 160 +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat 35 +SYS_unshare bits/syscall.h d #define SYS_unshare 97 +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd 282 +SYS_utimensat bits/syscall.h d #define SYS_utimensat 88 +SYS_vhangup bits/syscall.h d #define SYS_vhangup 58 +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice 75 +SYS_wait4 bits/syscall.h d #define SYS_wait4 260 +SYS_waitid bits/syscall.h d #define SYS_waitid 95 +SYS_write bits/syscall.h d #define SYS_write 64 +SYS_writev bits/syscall.h d #define SYS_writev 66 TAB0 bits/termios.h d #define TAB0 0000000 TAB1 bits/termios.h d #define TAB1 0004000 TAB2 bits/termios.h d #define TAB2 0010000 @@ -792,7 +740,7 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C -TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T', 0x32, unsigned int) +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D @@ -800,7 +748,7 @@ TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 -TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T', 0x30, unsigned int) +TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 @@ -820,7 +768,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -854,13 +801,12 @@ TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 -TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T', 0x31, int) +TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT64_MAX @@ -886,6 +832,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr long _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -997,6 +944,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 112 __NR_clone bits/syscall.h d #define __NR_clone 220 __NR_close bits/syscall.h d #define __NR_close 57 __NR_connect bits/syscall.h d #define __NR_connect 203 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 285 __NR_delete_module bits/syscall.h d #define __NR_delete_module 106 __NR_dup bits/syscall.h d #define __NR_dup 23 __NR_dup3 bits/syscall.h d #define __NR_dup3 24 @@ -1128,6 +1076,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 73 __NR_prctl bits/syscall.h d #define __NR_prctl 167 __NR_pread64 bits/syscall.h d #define __NR_pread64 67 __NR_preadv bits/syscall.h d #define __NR_preadv 69 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 286 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 261 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 270 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 271 @@ -1135,6 +1084,7 @@ __NR_pselect6 bits/syscall.h d #define __NR_pselect6 72 __NR_ptrace bits/syscall.h d #define __NR_ptrace 117 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 68 __NR_pwritev bits/syscall.h d #define __NR_pwritev 70 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 287 __NR_quotactl bits/syscall.h d #define __NR_quotactl 60 __NR_read bits/syscall.h d #define __NR_read 63 __NR_readahead bits/syscall.h d #define __NR_readahead 213 diff --git a/data/musl.arm.decls b/data/musl.arm.decls index 12f609e..5f1ac31 100644 --- a/data/musl.arm.decls +++ b/data/musl.arm.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -192,6 +194,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 31 @@ -217,6 +221,7 @@ FIONBIO bits/ioctl.h d #define FIONBIO 0x5421 FIONCLEX bits/ioctl.h d #define FIONCLEX 0x5450 FIONREAD bits/ioctl.h d #define FIONREAD 0x541B FIOQSIZE bits/ioctl.h d #define FIOQSIZE 0x5460 +FIOQSIZE bits/ioctl_fix.h d #define FIOQSIZE 0x545e FIOSETOWN bits/ioctl.h d #define FIOSETOWN 0x8901 FLT_EVAL_METHOD bits/float.h d #define FLT_EVAL_METHOD 0 FLUSHO bits/termios.h d #define FLUSHO 0010000 @@ -272,46 +277,7 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 @@ -364,17 +330,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 @@ -471,6 +426,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -507,6 +463,7 @@ SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 262 SYS_clone bits/syscall.h d #define SYS_clone 120 SYS_close bits/syscall.h d #define SYS_close 6 SYS_connect bits/syscall.h d #define SYS_connect 283 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 391 SYS_creat bits/syscall.h d #define SYS_creat 8 SYS_delete_module bits/syscall.h d #define SYS_delete_module 129 SYS_dup bits/syscall.h d #define SYS_dup 41 @@ -672,6 +629,7 @@ SYS_ppoll bits/syscall.h d #define SYS_ppoll 336 SYS_prctl bits/syscall.h d #define SYS_prctl 172 SYS_pread64 bits/syscall.h d #define SYS_pread64 180 SYS_preadv bits/syscall.h d #define SYS_preadv 361 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 392 SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 369 SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 376 SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 377 @@ -679,6 +637,7 @@ SYS_pselect6 bits/syscall.h d #define SYS_pselect6 335 SYS_ptrace bits/syscall.h d #define SYS_ptrace 26 SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 181 SYS_pwritev bits/syscall.h d #define SYS_pwritev 362 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 393 SYS_quotactl bits/syscall.h d #define SYS_quotactl 131 SYS_read bits/syscall.h d #define SYS_read 3 SYS_readahead bits/syscall.h d #define SYS_readahead 225 @@ -859,12 +818,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -883,7 +846,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -914,15 +876,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -947,6 +910,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -1068,6 +1032,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 262 __NR_clone bits/syscall.h d #define __NR_clone 120 __NR_close bits/syscall.h d #define __NR_close 6 __NR_connect bits/syscall.h d #define __NR_connect 283 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 391 __NR_creat bits/syscall.h d #define __NR_creat 8 __NR_delete_module bits/syscall.h d #define __NR_delete_module 129 __NR_dup bits/syscall.h d #define __NR_dup 41 @@ -1233,6 +1198,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 336 __NR_prctl bits/syscall.h d #define __NR_prctl 172 __NR_pread64 bits/syscall.h d #define __NR_pread64 180 __NR_preadv bits/syscall.h d #define __NR_preadv 361 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 392 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 369 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 376 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 377 @@ -1240,6 +1206,7 @@ __NR_pselect6 bits/syscall.h d #define __NR_pselect6 335 __NR_ptrace bits/syscall.h d #define __NR_ptrace 26 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 181 __NR_pwritev bits/syscall.h d #define __NR_pwritev 362 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 393 __NR_quotactl bits/syscall.h d #define __NR_quotactl 131 __NR_read bits/syscall.h d #define __NR_read 3 __NR_readahead bits/syscall.h d #define __NR_readahead 225 diff --git a/data/musl.generic.decls b/data/musl.generic.decls index 1fc46ae..657c0b4 100644 --- a/data/musl.generic.decls +++ b/data/musl.generic.decls @@ -66,6 +66,7 @@ AF_IPX sys/socket.h d #define AF_IPX PF_IPX AF_IRDA sys/socket.h d #define AF_IRDA PF_IRDA AF_ISDN sys/socket.h d #define AF_ISDN PF_ISDN AF_IUCV sys/socket.h d #define AF_IUCV PF_IUCV +AF_KCM sys/socket.h d #define AF_KCM PF_KCM AF_KEY sys/socket.h d #define AF_KEY PF_KEY AF_LLC sys/socket.h d #define AF_LLC PF_LLC AF_LOCAL sys/socket.h d #define AF_LOCAL PF_LOCAL @@ -339,6 +340,7 @@ CLONE_DETACHED sched.h d #define CLONE_DETACHED 0x00400000 CLONE_FILES sched.h d #define CLONE_FILES 0x00000400 CLONE_FS sched.h d #define CLONE_FS 0x00000200 CLONE_IO sched.h d #define CLONE_IO 0x80000000 +CLONE_NEWCGROUP sched.h d #define CLONE_NEWCGROUP 0x02000000 CLONE_NEWIPC sched.h d #define CLONE_NEWIPC 0x08000000 CLONE_NEWNET sched.h d #define CLONE_NEWNET 0x40000000 CLONE_NEWNS sched.h d #define CLONE_NEWNS 0x00020000 @@ -363,7 +365,7 @@ CMSG_ALIGN sys/socket.h d #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) CMSG_DATA sys/socket.h d #define CMSG_DATA(cmsg) ((unsigned char *) (((struct cmsghdr *)(cmsg)) + 1)) CMSG_FIRSTHDR sys/socket.h d #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) CMSG_LEN sys/socket.h d #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) -CMSG_NXTHDR sys/socket.h d #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) ? (struct cmsghdr *)0 : (__CMSG_NEXT(cmsg) + sizeof (struct cmsghdr) >= __MHDR_END(mhdr) ? (struct cmsghdr *)0 : ((struct cmsghdr *)__CMSG_NEXT(cmsg)))) +CMSG_NXTHDR sys/socket.h d #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || __CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) ? 0 : (struct cmsghdr *)__CMSG_NEXT(cmsg)) CMSG_SPACE sys/socket.h d #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) CODE syslog.h t } CODE; CODESET langinfo.h d #define CODESET 14 @@ -594,13 +596,14 @@ DT_MIPS_LOCALPAGE_GOTIDX elf.h d #define DT_MIPS_LOCALPAGE_GOTIDX 0x70000025 DT_MIPS_LOCAL_GOTIDX elf.h d #define DT_MIPS_LOCAL_GOTIDX 0x70000026 DT_MIPS_LOCAL_GOTNO elf.h d #define DT_MIPS_LOCAL_GOTNO 0x7000000a DT_MIPS_MSYM elf.h d #define DT_MIPS_MSYM 0x70000007 -DT_MIPS_NUM elf.h d #define DT_MIPS_NUM 0x35 +DT_MIPS_NUM elf.h d #define DT_MIPS_NUM 0x36 DT_MIPS_OPTIONS elf.h d #define DT_MIPS_OPTIONS 0x70000029 DT_MIPS_PERF_SUFFIX elf.h d #define DT_MIPS_PERF_SUFFIX 0x7000002e DT_MIPS_PIXIE_INIT elf.h d #define DT_MIPS_PIXIE_INIT 0x70000023 DT_MIPS_PLTGOT elf.h d #define DT_MIPS_PLTGOT 0x70000032 DT_MIPS_PROTECTED_GOTIDX elf.h d #define DT_MIPS_PROTECTED_GOTIDX 0x70000028 DT_MIPS_RLD_MAP elf.h d #define DT_MIPS_RLD_MAP 0x70000016 +DT_MIPS_RLD_MAP_REL elf.h d #define DT_MIPS_RLD_MAP_REL 0x70000035 DT_MIPS_RLD_TEXT_RESOLVE_ADDR elf.h d #define DT_MIPS_RLD_TEXT_RESOLVE_ADDR 0x7000002d DT_MIPS_RLD_VERSION elf.h d #define DT_MIPS_RLD_VERSION 0x70000001 DT_MIPS_RWPLT elf.h d #define DT_MIPS_RWPLT 0x70000034 @@ -612,6 +615,7 @@ DT_MOVEENT elf.h d #define DT_MOVEENT 0x6ffffdfa DT_MOVESZ elf.h d #define DT_MOVESZ 0x6ffffdfb DT_MOVETAB elf.h d #define DT_MOVETAB 0x6ffffefe DT_NEEDED elf.h d #define DT_NEEDED 1 +DT_NIOS2_GP elf.h d #define DT_NIOS2_GP 0x70000002 DT_NULL elf.h d #define DT_NULL 0 DT_NUM elf.h d #define DT_NUM 34 DT_PLTGOT elf.h d #define DT_PLTGOT 3 @@ -621,11 +625,13 @@ DT_PLTREL elf.h d #define DT_PLTREL 20 DT_PLTRELSZ elf.h d #define DT_PLTRELSZ 2 DT_POSFLAG_1 elf.h d #define DT_POSFLAG_1 0x6ffffdfd DT_PPC64_GLINK elf.h d #define DT_PPC64_GLINK (DT_LOPROC + 0) -DT_PPC64_NUM elf.h d #define DT_PPC64_NUM 3 +DT_PPC64_NUM elf.h d #define DT_PPC64_NUM 4 DT_PPC64_OPD elf.h d #define DT_PPC64_OPD (DT_LOPROC + 1) DT_PPC64_OPDSZ elf.h d #define DT_PPC64_OPDSZ (DT_LOPROC + 2) +DT_PPC64_OPT elf.h d #define DT_PPC64_OPT (DT_LOPROC + 3) DT_PPC_GOT elf.h d #define DT_PPC_GOT (DT_LOPROC + 0) -DT_PPC_NUM elf.h d #define DT_PPC_NUM 1 +DT_PPC_NUM elf.h d #define DT_PPC_NUM 2 +DT_PPC_OPT elf.h d #define DT_PPC_OPT (DT_LOPROC + 1) DT_PREINIT_ARRAY elf.h d #define DT_PREINIT_ARRAY 32 DT_PREINIT_ARRAYSZ elf.h d #define DT_PREINIT_ARRAYSZ 33 DT_PROCNUM elf.h d #define DT_PROCNUM DT_MIPS_NUM @@ -747,6 +753,7 @@ EF_MIPS_ARCH_5 elf.h d #define EF_MIPS_ARCH_5 0x40000000 EF_MIPS_ARCH_64 elf.h d #define EF_MIPS_ARCH_64 0x60000000 EF_MIPS_ARCH_64R2 elf.h d #define EF_MIPS_ARCH_64R2 0x80000000 EF_MIPS_CPIC elf.h d #define EF_MIPS_CPIC 4 +EF_MIPS_FP64 elf.h d #define EF_MIPS_FP64 512 EF_MIPS_NAN2008 elf.h d #define EF_MIPS_NAN2008 1024 EF_MIPS_NOREORDER elf.h d #define EF_MIPS_NOREORDER 1 EF_MIPS_PIC elf.h d #define EF_MIPS_PIC 2 @@ -758,9 +765,32 @@ EF_PARISC_LSB elf.h d #define EF_PARISC_LSB 0x00040000 EF_PARISC_NO_KABP elf.h d #define EF_PARISC_NO_KABP 0x00100000 EF_PARISC_TRAPNIL elf.h d #define EF_PARISC_TRAPNIL 0x00010000 EF_PARISC_WIDE elf.h d #define EF_PARISC_WIDE 0x00080000 +EF_PPC64_ABI elf.h d #define EF_PPC64_ABI 3 EF_PPC_EMB elf.h d #define EF_PPC_EMB 0x80000000 EF_PPC_RELOCATABLE elf.h d #define EF_PPC_RELOCATABLE 0x00010000 EF_PPC_RELOCATABLE_LIB elf.h d #define EF_PPC_RELOCATABLE_LIB 0x00008000 +EF_SH1 elf.h d #define EF_SH1 0x1 +EF_SH2 elf.h d #define EF_SH2 0x2 +EF_SH2A elf.h d #define EF_SH2A 0xd +EF_SH2A_NOFPU elf.h d #define EF_SH2A_NOFPU 0x13 +EF_SH2A_SH3E elf.h d #define EF_SH2A_SH3E 0x18 +EF_SH2A_SH3_NOFPU elf.h d #define EF_SH2A_SH3_NOFPU 0x16 +EF_SH2A_SH4 elf.h d #define EF_SH2A_SH4 0x17 +EF_SH2A_SH4_NOFPU elf.h d #define EF_SH2A_SH4_NOFPU 0x15 +EF_SH2E elf.h d #define EF_SH2E 0xb +EF_SH3 elf.h d #define EF_SH3 0x3 +EF_SH3E elf.h d #define EF_SH3E 0x8 +EF_SH3_DSP elf.h d #define EF_SH3_DSP 0x5 +EF_SH3_NOMMU elf.h d #define EF_SH3_NOMMU 0x14 +EF_SH4 elf.h d #define EF_SH4 0x9 +EF_SH4A elf.h d #define EF_SH4A 0xc +EF_SH4AL_DSP elf.h d #define EF_SH4AL_DSP 0x6 +EF_SH4A_NOFPU elf.h d #define EF_SH4A_NOFPU 0x11 +EF_SH4_NOFPU elf.h d #define EF_SH4_NOFPU 0x10 +EF_SH4_NOMMU_NOFPU elf.h d #define EF_SH4_NOMMU_NOFPU 0x12 +EF_SH_DSP elf.h d #define EF_SH_DSP 0x4 +EF_SH_MACH_MASK elf.h d #define EF_SH_MACH_MASK 0x1f +EF_SH_UNKNOWN elf.h d #define EF_SH_UNKNOWN 0x0 EF_SPARCV9_MM elf.h d #define EF_SPARCV9_MM 3 EF_SPARCV9_PSO elf.h d #define EF_SPARCV9_PSO 1 EF_SPARCV9_RMO elf.h d #define EF_SPARCV9_RMO 2 @@ -807,6 +837,11 @@ ELFCLASS32 elf.h d #define ELFCLASS32 1 ELFCLASS64 elf.h d #define ELFCLASS64 2 ELFCLASSNONE elf.h d #define ELFCLASSNONE 0 ELFCLASSNUM elf.h d #define ELFCLASSNUM 3 +ELFCOMPRESS_HIOS elf.h d #define ELFCOMPRESS_HIOS 0x6fffffff +ELFCOMPRESS_HIPROC elf.h d #define ELFCOMPRESS_HIPROC 0x7fffffff +ELFCOMPRESS_LOOS elf.h d #define ELFCOMPRESS_LOOS 0x60000000 +ELFCOMPRESS_LOPROC elf.h d #define ELFCOMPRESS_LOPROC 0x70000000 +ELFCOMPRESS_ZLIB elf.h d #define ELFCOMPRESS_ZLIB 1 ELFDATA2LSB elf.h d #define ELFDATA2LSB 1 ELFDATA2MSB elf.h d #define ELFDATA2MSB 2 ELFDATANONE elf.h d #define ELFDATANONE 0 @@ -853,6 +888,7 @@ EM_88K elf.h d #define EM_88K 5 EM_960 elf.h d #define EM_960 19 EM_AARCH64 elf.h d #define EM_AARCH64 183 EM_ALPHA elf.h d #define EM_ALPHA 0x9026 +EM_ALTERA_NIOS2 elf.h d #define EM_ALTERA_NIOS2 113 EM_ARC elf.h d #define EM_ARC 45 EM_ARC_A5 elf.h d #define EM_ARC_A5 93 EM_ARM elf.h d #define EM_ARM 40 @@ -888,6 +924,7 @@ EM_NCPU elf.h d #define EM_NCPU 56 EM_NDR1 elf.h d #define EM_NDR1 57 EM_NONE elf.h d #define EM_NONE 0 EM_NUM elf.h d #define EM_NUM 192 +EM_OPENRISC elf.h d #define EM_OPENRISC 92 EM_OR1K elf.h d #define EM_OR1K 92 EM_PARISC elf.h d #define EM_PARISC 15 EM_PCP elf.h d #define EM_PCP 55 @@ -950,6 +987,7 @@ EOF stdio.h d #define EOF (-1) EOR arpa/telnet.h d #define EOR 239 EPOLLERR sys/epoll.h d #define EPOLLERR 0x008 EPOLLET sys/epoll.h d #define EPOLLET (1U<<31) +EPOLLEXCLUSIVE sys/epoll.h d #define EPOLLEXCLUSIVE (1U<<28) EPOLLHUP sys/epoll.h d #define EPOLLHUP 0x010 EPOLLIN sys/epoll.h d #define EPOLLIN 0x001 EPOLLMSG sys/epoll.h d #define EPOLLMSG 0x400 @@ -1052,6 +1090,7 @@ ETH_P_LINK_CTL netinet/if_ether.h d #define ETH_P_LINK_CTL 0x886c ETH_P_LOCALTALK netinet/if_ether.h d #define ETH_P_LOCALTALK 0x0009 ETH_P_LOOP netinet/if_ether.h d #define ETH_P_LOOP 0x0060 ETH_P_LOOPBACK netinet/if_ether.h d #define ETH_P_LOOPBACK 0x9000 +ETH_P_MACSEC netinet/if_ether.h d #define ETH_P_MACSEC 0x88E5 ETH_P_MOBITEX netinet/if_ether.h d #define ETH_P_MOBITEX 0x0015 ETH_P_MPLS_MC netinet/if_ether.h d #define ETH_P_MPLS_MC 0x8848 ETH_P_MPLS_UC netinet/if_ether.h d #define ETH_P_MPLS_UC 0x8847 @@ -1130,6 +1169,7 @@ E_MIPS_ARCH_4 elf.h d #define E_MIPS_ARCH_4 0x30000000 E_MIPS_ARCH_5 elf.h d #define E_MIPS_ARCH_5 0x40000000 E_MIPS_ARCH_64 elf.h d #define E_MIPS_ARCH_64 0x60000000 Elf32_Addr elf.h t typedef uint32_t Elf32_Addr; +Elf32_Chdr elf.h t } Elf32_Chdr; Elf32_Conflict elf.h t typedef Elf32_Addr Elf32_Conflict; Elf32_Dyn elf.h t } Elf32_Dyn; Elf32_Ehdr elf.h t } Elf32_Ehdr; @@ -1158,6 +1198,7 @@ Elf32_Xword elf.h t typedef uint64_t Elf32_Xword; Elf32_auxv_t elf.h t } Elf32_auxv_t; Elf32_gptab elf.h t } Elf32_gptab; Elf64_Addr elf.h t typedef uint64_t Elf64_Addr; +Elf64_Chdr elf.h t } Elf64_Chdr; Elf64_Dyn elf.h t } Elf64_Dyn; Elf64_Ehdr elf.h t } Elf64_Ehdr; Elf64_Half elf.h t typedef uint16_t Elf64_Half; @@ -1191,6 +1232,7 @@ ElfW link.h p ElfW(Addr) r_ldbase; ElfW link.h p ElfW(Dyn) *l_ld; ElfW link.h p ElfW(Half) dlpi_phnum; ElfW link.h p const ElfW(Phdr) *dlpi_phdr; +Elf_MIPS_ABIFlags_v0 elf.h t } Elf_MIPS_ABIFlags_v0; Elf_Options elf.h t } Elf_Options; Elf_Options_Hw elf.h t } Elf_Options_Hw; Elf_Symndx link.h t typedef uint32_t Elf_Symndx; @@ -1879,6 +1921,7 @@ IPV6_CHECKSUM netinet/in.h d #define IPV6_CHECKSUM 7 IPV6_DONTFRAG netinet/in.h d #define IPV6_DONTFRAG 62 IPV6_DROP_MEMBERSHIP netinet/in.h d #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP IPV6_DSTOPTS netinet/in.h d #define IPV6_DSTOPTS 59 +IPV6_HDRINCL netinet/in.h d #define IPV6_HDRINCL 36 IPV6_HOPLIMIT netinet/in.h d #define IPV6_HOPLIMIT 52 IPV6_HOPOPTS netinet/in.h d #define IPV6_HOPOPTS 54 IPV6_IPSEC_POLICY netinet/in.h d #define IPV6_IPSEC_POLICY 34 @@ -2133,7 +2176,41 @@ L_XTND unistd.h d #define L_XTND 2 L_ctermid stdio.h d #define L_ctermid 20 L_cuserid stdio.h d #define L_cuserid 20 L_tmpnam stdio.h d #define L_tmpnam 20 +MADV_DODUMP sys/mman.h d #define MADV_DODUMP 17 +MADV_DOFORK sys/mman.h d #define MADV_DOFORK 11 +MADV_DONTDUMP sys/mman.h d #define MADV_DONTDUMP 16 +MADV_DONTFORK sys/mman.h d #define MADV_DONTFORK 10 +MADV_DONTNEED sys/mman.h d #define MADV_DONTNEED 4 +MADV_FREE sys/mman.h d #define MADV_FREE 8 +MADV_HUGEPAGE sys/mman.h d #define MADV_HUGEPAGE 14 +MADV_HWPOISON sys/mman.h d #define MADV_HWPOISON 100 +MADV_MERGEABLE sys/mman.h d #define MADV_MERGEABLE 12 +MADV_NOHUGEPAGE sys/mman.h d #define MADV_NOHUGEPAGE 15 +MADV_NORMAL sys/mman.h d #define MADV_NORMAL 0 +MADV_RANDOM sys/mman.h d #define MADV_RANDOM 1 +MADV_REMOVE sys/mman.h d #define MADV_REMOVE 9 +MADV_SEQUENTIAL sys/mman.h d #define MADV_SEQUENTIAL 2 +MADV_SOFT_OFFLINE sys/mman.h d #define MADV_SOFT_OFFLINE 101 +MADV_UNMERGEABLE sys/mman.h d #define MADV_UNMERGEABLE 13 +MADV_WILLNEED sys/mman.h d #define MADV_WILLNEED 3 MAGIC cpio.h d #define MAGIC "070707" +MAP_ANON sys/mman.h d #define MAP_ANON 0x20 +MAP_ANONYMOUS sys/mman.h d #define MAP_ANONYMOUS MAP_ANON +MAP_DENYWRITE sys/mman.h d #define MAP_DENYWRITE 0x0800 +MAP_EXECUTABLE sys/mman.h d #define MAP_EXECUTABLE 0x1000 +MAP_FAILED sys/mman.h d #define MAP_FAILED ((void *) -1) +MAP_FILE sys/mman.h d #define MAP_FILE 0 +MAP_FIXED sys/mman.h d #define MAP_FIXED 0x10 +MAP_GROWSDOWN sys/mman.h d #define MAP_GROWSDOWN 0x0100 +MAP_HUGETLB sys/mman.h d #define MAP_HUGETLB 0x40000 +MAP_LOCKED sys/mman.h d #define MAP_LOCKED 0x2000 +MAP_NONBLOCK sys/mman.h d #define MAP_NONBLOCK 0x10000 +MAP_NORESERVE sys/mman.h d #define MAP_NORESERVE 0x4000 +MAP_POPULATE sys/mman.h d #define MAP_POPULATE 0x8000 +MAP_PRIVATE sys/mman.h d #define MAP_PRIVATE 0x02 +MAP_SHARED sys/mman.h d #define MAP_SHARED 0x01 +MAP_STACK sys/mman.h d #define MAP_STACK 0x20000 +MAP_TYPE sys/mman.h d #define MAP_TYPE 0x0f MATH_ERREXCEPT math.h d #define MATH_ERREXCEPT 2 MATH_ERRNO math.h d #define MATH_ERRNO 1 MAX sys/param.h d #define MAX(a,b) (((a)>(b))?(a):(b)) @@ -2172,6 +2249,9 @@ MCAST_LEAVE_GROUP netinet/in.h d #define MCAST_LEAVE_GROUP 45 MCAST_LEAVE_SOURCE_GROUP netinet/in.h d #define MCAST_LEAVE_SOURCE_GROUP 47 MCAST_MSFILTER netinet/in.h d #define MCAST_MSFILTER 48 MCAST_UNBLOCK_SOURCE netinet/in.h d #define MCAST_UNBLOCK_SOURCE 44 +MCL_CURRENT sys/mman.h d #define MCL_CURRENT 1 +MCL_FUTURE sys/mman.h d #define MCL_FUTURE 2 +MCL_ONFAULT sys/mman.h d #define MCL_ONFAULT 4 MEDIUM_ERROR scsi/scsi.h d #define MEDIUM_ERROR 0x03 MEDIUM_SCAN scsi/scsi.h d #define MEDIUM_SCAN 0x38 MESSAGE_REJECT scsi/scsi.h d #define MESSAGE_REJECT 0x07 @@ -2181,6 +2261,43 @@ MINFLOAT values.h d #define MINFLOAT FLT_MIN MININT values.h d #define MININT INT_MIN MINLONG values.h d #define MINLONG LONG_MIN MINSHORT values.h d #define MINSHORT SHRT_MIN +MIPS_AFL_ASE_DSP elf.h d #define MIPS_AFL_ASE_DSP 0x00000001 +MIPS_AFL_ASE_DSPR2 elf.h d #define MIPS_AFL_ASE_DSPR2 0x00000002 +MIPS_AFL_ASE_EVA elf.h d #define MIPS_AFL_ASE_EVA 0x00000004 +MIPS_AFL_ASE_MASK elf.h d #define MIPS_AFL_ASE_MASK 0x00001fff +MIPS_AFL_ASE_MCU elf.h d #define MIPS_AFL_ASE_MCU 0x00000008 +MIPS_AFL_ASE_MDMX elf.h d #define MIPS_AFL_ASE_MDMX 0x00000010 +MIPS_AFL_ASE_MICROMIPS elf.h d #define MIPS_AFL_ASE_MICROMIPS 0x00000800 +MIPS_AFL_ASE_MIPS16 elf.h d #define MIPS_AFL_ASE_MIPS16 0x00000400 +MIPS_AFL_ASE_MIPS3D elf.h d #define MIPS_AFL_ASE_MIPS3D 0x00000020 +MIPS_AFL_ASE_MSA elf.h d #define MIPS_AFL_ASE_MSA 0x00000200 +MIPS_AFL_ASE_MT elf.h d #define MIPS_AFL_ASE_MT 0x00000040 +MIPS_AFL_ASE_SMARTMIPS elf.h d #define MIPS_AFL_ASE_SMARTMIPS 0x00000080 +MIPS_AFL_ASE_VIRT elf.h d #define MIPS_AFL_ASE_VIRT 0x00000100 +MIPS_AFL_ASE_XPA elf.h d #define MIPS_AFL_ASE_XPA 0x00001000 +MIPS_AFL_EXT_10000 elf.h d #define MIPS_AFL_EXT_10000 11 +MIPS_AFL_EXT_3900 elf.h d #define MIPS_AFL_EXT_3900 10 +MIPS_AFL_EXT_4010 elf.h d #define MIPS_AFL_EXT_4010 8 +MIPS_AFL_EXT_4100 elf.h d #define MIPS_AFL_EXT_4100 9 +MIPS_AFL_EXT_4111 elf.h d #define MIPS_AFL_EXT_4111 13 +MIPS_AFL_EXT_4120 elf.h d #define MIPS_AFL_EXT_4120 14 +MIPS_AFL_EXT_4650 elf.h d #define MIPS_AFL_EXT_4650 7 +MIPS_AFL_EXT_5400 elf.h d #define MIPS_AFL_EXT_5400 15 +MIPS_AFL_EXT_5500 elf.h d #define MIPS_AFL_EXT_5500 16 +MIPS_AFL_EXT_5900 elf.h d #define MIPS_AFL_EXT_5900 6 +MIPS_AFL_EXT_LOONGSON_2E elf.h d #define MIPS_AFL_EXT_LOONGSON_2E 17 +MIPS_AFL_EXT_LOONGSON_2F elf.h d #define MIPS_AFL_EXT_LOONGSON_2F 18 +MIPS_AFL_EXT_LOONGSON_3A elf.h d #define MIPS_AFL_EXT_LOONGSON_3A 4 +MIPS_AFL_EXT_OCTEON elf.h d #define MIPS_AFL_EXT_OCTEON 5 +MIPS_AFL_EXT_OCTEON2 elf.h d #define MIPS_AFL_EXT_OCTEON2 2 +MIPS_AFL_EXT_OCTEONP elf.h d #define MIPS_AFL_EXT_OCTEONP 3 +MIPS_AFL_EXT_SB1 elf.h d #define MIPS_AFL_EXT_SB1 12 +MIPS_AFL_EXT_XLR elf.h d #define MIPS_AFL_EXT_XLR 1 +MIPS_AFL_FLAGS1_ODDSPREG elf.h d #define MIPS_AFL_FLAGS1_ODDSPREG 1 +MIPS_AFL_REG_128 elf.h d #define MIPS_AFL_REG_128 0x03 +MIPS_AFL_REG_32 elf.h d #define MIPS_AFL_REG_32 0x01 +MIPS_AFL_REG_64 elf.h d #define MIPS_AFL_REG_64 0x02 +MIPS_AFL_REG_NONE elf.h d #define MIPS_AFL_REG_NONE 0x00 MISCOMPARE scsi/scsi.h d #define MISCOMPARE 0x0e MLD_LISTENER_QUERY netinet/icmp6.h d #define MLD_LISTENER_QUERY 130 MLD_LISTENER_REDUCTION netinet/icmp6.h d #define MLD_LISTENER_REDUCTION 132 @@ -2274,6 +2391,7 @@ MREMAP_FIXED sys/mman.h d #define MREMAP_FIXED 2 MREMAP_MAYMOVE sys/mman.h d #define MREMAP_MAYMOVE 1 MSG_ANY stropts.h d #define MSG_ANY 0x02 MSG_BAND stropts.h d #define MSG_BAND 0x04 +MSG_BATCH sys/socket.h d #define MSG_BATCH 0x40000 MSG_CMSG_CLOEXEC sys/socket.h d #define MSG_CMSG_CLOEXEC 0x40000000 MSG_CONFIRM sys/socket.h d #define MSG_CONFIRM 0x0800 MSG_CTRUNC sys/socket.h d #define MSG_CTRUNC 0x0008 @@ -2300,9 +2418,11 @@ MSG_TRUNC sys/socket.h d #define MSG_TRUNC 0x0020 MSG_WAITALL sys/socket.h d #define MSG_WAITALL 0x0100 MSG_WAITFORONE sys/socket.h d #define MSG_WAITFORONE 0x10000 MS_ACTIVE sys/mount.h d #define MS_ACTIVE (1<<30) +MS_ASYNC sys/mman.h d #define MS_ASYNC 1 MS_BIND sys/mount.h d #define MS_BIND 4096 MS_BORN sys/mount.h d #define MS_BORN (1<<29) MS_DIRSYNC sys/mount.h d #define MS_DIRSYNC 128 +MS_INVALIDATE sys/mman.h d #define MS_INVALIDATE 2 MS_I_VERSION sys/mount.h d #define MS_I_VERSION (1<<23) MS_KERNMOUNT sys/mount.h d #define MS_KERNMOUNT (1<<22) MS_LAZYTIME sys/mount.h d #define MS_LAZYTIME (1<<25) @@ -2328,6 +2448,7 @@ MS_SHARED sys/mount.h d #define MS_SHARED (1<<20) MS_SILENT sys/mount.h d #define MS_SILENT 32768 MS_SLAVE sys/mount.h d #define MS_SLAVE (1<<19) MS_STRICTATIME sys/mount.h d #define MS_STRICTATIME (1<<24) +MS_SYNC sys/mman.h d #define MS_SYNC 4 MS_SYNCHRONOUS sys/mount.h d #define MS_SYNCHRONOUS 16 MS_UNBINDABLE sys/mount.h d #define MS_UNBINDABLE (1<<17) MTBSF sys/mtio.h d #define MTBSF 2 @@ -2597,6 +2718,7 @@ NT_386_IOPERM elf.h d #define NT_386_IOPERM 0x201 NT_386_TLS elf.h d #define NT_386_TLS 0x200 NT_ARM_HW_BREAK elf.h d #define NT_ARM_HW_BREAK 0x402 NT_ARM_HW_WATCH elf.h d #define NT_ARM_HW_WATCH 0x403 +NT_ARM_SYSTEM_CALL elf.h d #define NT_ARM_SYSTEM_CALL 0x404 NT_ARM_TLS elf.h d #define NT_ARM_TLS 0x401 NT_ARM_VFP elf.h d #define NT_ARM_VFP 0x400 NT_ASRS elf.h d #define NT_ASRS 8 @@ -2790,12 +2912,13 @@ PF_IPX sys/socket.h d #define PF_IPX 4 PF_IRDA sys/socket.h d #define PF_IRDA 23 PF_ISDN sys/socket.h d #define PF_ISDN 34 PF_IUCV sys/socket.h d #define PF_IUCV 32 +PF_KCM sys/socket.h d #define PF_KCM 41 PF_KEY sys/socket.h d #define PF_KEY 15 PF_LLC sys/socket.h d #define PF_LLC 26 PF_LOCAL sys/socket.h d #define PF_LOCAL 1 PF_MASKOS elf.h d #define PF_MASKOS 0x0ff00000 PF_MASKPROC elf.h d #define PF_MASKPROC 0xf0000000 -PF_MAX sys/socket.h d #define PF_MAX 41 +PF_MAX sys/socket.h d #define PF_MAX 42 PF_MIPS_LOCAL elf.h d #define PF_MIPS_LOCAL 0x10000000 PF_MPLS sys/socket.h d #define PF_MPLS 28 PF_NETBEUI sys/socket.h d #define PF_NETBEUI 13 @@ -2849,12 +2972,21 @@ POSIX_FADV_NORMAL fcntl.h d #define POSIX_FADV_NORMAL 0 POSIX_FADV_RANDOM fcntl.h d #define POSIX_FADV_RANDOM 1 POSIX_FADV_SEQUENTIAL fcntl.h d #define POSIX_FADV_SEQUENTIAL 2 POSIX_FADV_WILLNEED fcntl.h d #define POSIX_FADV_WILLNEED 3 +POSIX_MADV_DONTNEED sys/mman.h d #define POSIX_MADV_DONTNEED 4 +POSIX_MADV_NORMAL sys/mman.h d #define POSIX_MADV_NORMAL 0 +POSIX_MADV_RANDOM sys/mman.h d #define POSIX_MADV_RANDOM 1 +POSIX_MADV_SEQUENTIAL sys/mman.h d #define POSIX_MADV_SEQUENTIAL 2 +POSIX_MADV_WILLNEED sys/mman.h d #define POSIX_MADV_WILLNEED 3 POSIX_SPAWN_RESETIDS spawn.h d #define POSIX_SPAWN_RESETIDS 1 POSIX_SPAWN_SETPGROUP spawn.h d #define POSIX_SPAWN_SETPGROUP 2 POSIX_SPAWN_SETSCHEDPARAM spawn.h d #define POSIX_SPAWN_SETSCHEDPARAM 16 POSIX_SPAWN_SETSCHEDULER spawn.h d #define POSIX_SPAWN_SETSCHEDULER 32 POSIX_SPAWN_SETSIGDEF spawn.h d #define POSIX_SPAWN_SETSIGDEF 4 POSIX_SPAWN_SETSIGMASK spawn.h d #define POSIX_SPAWN_SETSIGMASK 8 +PPC64_LOCAL_ENTRY_OFFSET elf.h d #define PPC64_LOCAL_ENTRY_OFFSET(x) (1 << (((x)&0xe0)>>5) & 0xfc) +PPC64_OPT_MULTI_TOC elf.h d #define PPC64_OPT_MULTI_TOC 2 +PPC64_OPT_TLS elf.h d #define PPC64_OPT_TLS 1 +PPC_OPT_TLS elf.h d #define PPC_OPT_TLS 1 PRELIM arpa/ftp.h d #define PRELIM 1 PRE_FETCH scsi/scsi.h d #define PRE_FETCH 0x34 PRIO_MAX sys/resource.h d #define PRIO_MAX 20 @@ -2946,6 +3078,12 @@ PRIxLEAST64 inttypes.h d #define PRIxLEAST64 __PRI64 "x" PRIxLEAST8 inttypes.h d #define PRIxLEAST8 "x" PRIxMAX inttypes.h d #define PRIxMAX __PRI64 "x" PRIxPTR inttypes.h d #define PRIxPTR __PRIPTR "x" +PROT_EXEC sys/mman.h d #define PROT_EXEC 4 +PROT_GROWSDOWN sys/mman.h d #define PROT_GROWSDOWN 0x01000000 +PROT_GROWSUP sys/mman.h d #define PROT_GROWSUP 0x02000000 +PROT_NONE sys/mman.h d #define PROT_NONE 0 +PROT_READ sys/mman.h d #define PROT_READ 1 +PROT_WRITE sys/mman.h d #define PROT_WRITE 2 PR_CAPBSET_DROP sys/prctl.h d #define PR_CAPBSET_DROP 24 PR_CAPBSET_READ sys/prctl.h d #define PR_CAPBSET_READ 23 PR_CAP_AMBIENT sys/prctl.h d #define PR_CAP_AMBIENT 47 @@ -3165,6 +3303,7 @@ PT_LOAD elf.h d #define PT_LOAD 1 PT_LOOS elf.h d #define PT_LOOS 0x60000000 PT_LOPROC elf.h d #define PT_LOPROC 0x70000000 PT_LOSUNW elf.h d #define PT_LOSUNW 0x6ffffffa +PT_MIPS_ABIFLAGS elf.h d #define PT_MIPS_ABIFLAGS 0x70000003 PT_MIPS_OPTIONS elf.h d #define PT_MIPS_OPTIONS 0x70000002 PT_MIPS_REGINFO elf.h d #define PT_MIPS_REGINFO 0x70000000 PT_MIPS_RTPROC elf.h d #define PT_MIPS_RTPROC 0x70000001 @@ -3457,8 +3596,9 @@ RT_DELETE link.h e RT_LOCALADDR net/route.h d #define RT_LOCALADDR(flags) ((flags & RTF_ADDRCLASSMASK) == (RTF_LOCAL|RTF_INTERFACE)) RT_TOS net/route.h d #define RT_TOS(tos) ((tos) & IPTOS_TOS_MASK) RUN_LVL utmpx.h d #define RUN_LVL 1 -RUSAGE_CHILDREN sys/resource.h d #define RUSAGE_CHILDREN 1 +RUSAGE_CHILDREN sys/resource.h d #define RUSAGE_CHILDREN (-1) RUSAGE_SELF sys/resource.h d #define RUSAGE_SELF 0 +RUSAGE_THREAD sys/resource.h d #define RUSAGE_THREAD 1 R_386_16 elf.h d #define R_386_16 20 R_386_32 elf.h d #define R_386_32 1 R_386_32PLT elf.h d #define R_386_32PLT 11 @@ -3466,12 +3606,13 @@ R_386_8 elf.h d #define R_386_8 22 R_386_COPY elf.h d #define R_386_COPY 5 R_386_GLOB_DAT elf.h d #define R_386_GLOB_DAT 6 R_386_GOT32 elf.h d #define R_386_GOT32 3 +R_386_GOT32X elf.h d #define R_386_GOT32X 43 R_386_GOTOFF elf.h d #define R_386_GOTOFF 9 R_386_GOTPC elf.h d #define R_386_GOTPC 10 R_386_IRELATIVE elf.h d #define R_386_IRELATIVE 42 R_386_JMP_SLOT elf.h d #define R_386_JMP_SLOT 7 R_386_NONE elf.h d #define R_386_NONE 0 -R_386_NUM elf.h d #define R_386_NUM 43 +R_386_NUM elf.h d #define R_386_NUM 44 R_386_PC16 elf.h d #define R_386_PC16 21 R_386_PC32 elf.h d #define R_386_PC32 2 R_386_PC8 elf.h d #define R_386_PC8 23 @@ -3638,6 +3779,16 @@ R_AARCH64_MOVW_UABS_G2 elf.h d #define R_AARCH64_MOVW_UABS_G2 267 R_AARCH64_MOVW_UABS_G2_NC elf.h d #define R_AARCH64_MOVW_UABS_G2_NC 268 R_AARCH64_MOVW_UABS_G3 elf.h d #define R_AARCH64_MOVW_UABS_G3 269 R_AARCH64_NONE elf.h d #define R_AARCH64_NONE 0 +R_AARCH64_P32_ABS32 elf.h d #define R_AARCH64_P32_ABS32 1 +R_AARCH64_P32_COPY elf.h d #define R_AARCH64_P32_COPY 180 +R_AARCH64_P32_GLOB_DAT elf.h d #define R_AARCH64_P32_GLOB_DAT 181 +R_AARCH64_P32_IRELATIVE elf.h d #define R_AARCH64_P32_IRELATIVE 188 +R_AARCH64_P32_JUMP_SLOT elf.h d #define R_AARCH64_P32_JUMP_SLOT 182 +R_AARCH64_P32_RELATIVE elf.h d #define R_AARCH64_P32_RELATIVE 183 +R_AARCH64_P32_TLSDESC elf.h d #define R_AARCH64_P32_TLSDESC 187 +R_AARCH64_P32_TLS_DTPMOD elf.h d #define R_AARCH64_P32_TLS_DTPMOD 184 +R_AARCH64_P32_TLS_DTPREL elf.h d #define R_AARCH64_P32_TLS_DTPREL 185 +R_AARCH64_P32_TLS_TPREL elf.h d #define R_AARCH64_P32_TLS_TPREL 186 R_AARCH64_PREL16 elf.h d #define R_AARCH64_PREL16 262 R_AARCH64_PREL32 elf.h d #define R_AARCH64_PREL32 261 R_AARCH64_PREL64 elf.h d #define R_AARCH64_PREL64 260 @@ -3705,8 +3856,11 @@ R_AARCH64_TLSLE_MOVW_TPREL_G0_NC elf.h d #define R_AARCH64_TLSLE_MOVW_TPREL_G0_N R_AARCH64_TLSLE_MOVW_TPREL_G1 elf.h d #define R_AARCH64_TLSLE_MOVW_TPREL_G1 545 R_AARCH64_TLSLE_MOVW_TPREL_G1_NC elf.h d #define R_AARCH64_TLSLE_MOVW_TPREL_G1_NC 546 R_AARCH64_TLSLE_MOVW_TPREL_G2 elf.h d #define R_AARCH64_TLSLE_MOVW_TPREL_G2 544 +R_AARCH64_TLS_DTPMOD elf.h d #define R_AARCH64_TLS_DTPMOD 1028 R_AARCH64_TLS_DTPMOD64 elf.h d #define R_AARCH64_TLS_DTPMOD64 1028 +R_AARCH64_TLS_DTPREL elf.h d #define R_AARCH64_TLS_DTPREL 1029 R_AARCH64_TLS_DTPREL64 elf.h d #define R_AARCH64_TLS_DTPREL64 1029 +R_AARCH64_TLS_TPREL elf.h d #define R_AARCH64_TLS_TPREL 1030 R_AARCH64_TLS_TPREL64 elf.h d #define R_AARCH64_TLS_TPREL64 1030 R_AARCH64_TSTBR14 elf.h d #define R_AARCH64_TSTBR14 279 R_ALPHA_BRADDR elf.h d #define R_ALPHA_BRADDR 7 @@ -4122,6 +4276,52 @@ R_MN10300_PCREL8 elf.h d #define R_MN10300_PCREL8 6 R_MN10300_PLT16 elf.h d #define R_MN10300_PLT16 16 R_MN10300_PLT32 elf.h d #define R_MN10300_PLT32 15 R_MN10300_RELATIVE elf.h d #define R_MN10300_RELATIVE 23 +R_NIOS2_ALIGN elf.h d #define R_NIOS2_ALIGN 21 +R_NIOS2_BFD_RELOC_16 elf.h d #define R_NIOS2_BFD_RELOC_16 13 +R_NIOS2_BFD_RELOC_32 elf.h d #define R_NIOS2_BFD_RELOC_32 12 +R_NIOS2_BFD_RELOC_8 elf.h d #define R_NIOS2_BFD_RELOC_8 14 +R_NIOS2_CACHE_OPX elf.h d #define R_NIOS2_CACHE_OPX 6 +R_NIOS2_CALL16 elf.h d #define R_NIOS2_CALL16 23 +R_NIOS2_CALL26 elf.h d #define R_NIOS2_CALL26 4 +R_NIOS2_CALL26_NOAT elf.h d #define R_NIOS2_CALL26_NOAT 41 +R_NIOS2_CALLR elf.h d #define R_NIOS2_CALLR 20 +R_NIOS2_CALL_HA elf.h d #define R_NIOS2_CALL_HA 45 +R_NIOS2_CALL_LO elf.h d #define R_NIOS2_CALL_LO 44 +R_NIOS2_CJMP elf.h d #define R_NIOS2_CJMP 19 +R_NIOS2_COPY elf.h d #define R_NIOS2_COPY 36 +R_NIOS2_GLOB_DAT elf.h d #define R_NIOS2_GLOB_DAT 37 +R_NIOS2_GNU_VTENTRY elf.h d #define R_NIOS2_GNU_VTENTRY 17 +R_NIOS2_GNU_VTINHERIT elf.h d #define R_NIOS2_GNU_VTINHERIT 16 +R_NIOS2_GOT16 elf.h d #define R_NIOS2_GOT16 22 +R_NIOS2_GOTOFF elf.h d #define R_NIOS2_GOTOFF 40 +R_NIOS2_GOTOFF_HA elf.h d #define R_NIOS2_GOTOFF_HA 25 +R_NIOS2_GOTOFF_LO elf.h d #define R_NIOS2_GOTOFF_LO 24 +R_NIOS2_GOT_HA elf.h d #define R_NIOS2_GOT_HA 43 +R_NIOS2_GOT_LO elf.h d #define R_NIOS2_GOT_LO 42 +R_NIOS2_GPREL elf.h d #define R_NIOS2_GPREL 15 +R_NIOS2_HI16 elf.h d #define R_NIOS2_HI16 9 +R_NIOS2_HIADJ16 elf.h d #define R_NIOS2_HIADJ16 11 +R_NIOS2_IMM5 elf.h d #define R_NIOS2_IMM5 5 +R_NIOS2_IMM6 elf.h d #define R_NIOS2_IMM6 7 +R_NIOS2_IMM8 elf.h d #define R_NIOS2_IMM8 8 +R_NIOS2_JUMP_SLOT elf.h d #define R_NIOS2_JUMP_SLOT 38 +R_NIOS2_LO16 elf.h d #define R_NIOS2_LO16 10 +R_NIOS2_NONE elf.h d #define R_NIOS2_NONE 0 +R_NIOS2_PCREL16 elf.h d #define R_NIOS2_PCREL16 3 +R_NIOS2_PCREL_HA elf.h d #define R_NIOS2_PCREL_HA 27 +R_NIOS2_PCREL_LO elf.h d #define R_NIOS2_PCREL_LO 26 +R_NIOS2_RELATIVE elf.h d #define R_NIOS2_RELATIVE 39 +R_NIOS2_S16 elf.h d #define R_NIOS2_S16 1 +R_NIOS2_TLS_DTPMOD elf.h d #define R_NIOS2_TLS_DTPMOD 33 +R_NIOS2_TLS_DTPREL elf.h d #define R_NIOS2_TLS_DTPREL 34 +R_NIOS2_TLS_GD16 elf.h d #define R_NIOS2_TLS_GD16 28 +R_NIOS2_TLS_IE16 elf.h d #define R_NIOS2_TLS_IE16 31 +R_NIOS2_TLS_LDM16 elf.h d #define R_NIOS2_TLS_LDM16 29 +R_NIOS2_TLS_LDO16 elf.h d #define R_NIOS2_TLS_LDO16 30 +R_NIOS2_TLS_LE16 elf.h d #define R_NIOS2_TLS_LE16 32 +R_NIOS2_TLS_TPREL elf.h d #define R_NIOS2_TLS_TPREL 35 +R_NIOS2_U16 elf.h d #define R_NIOS2_U16 2 +R_NIOS2_UJMP elf.h d #define R_NIOS2_UJMP 18 R_OK fcntl.h d #define R_OK 4 R_OK unistd.h d #define R_OK 4 R_OR1K_16 elf.h d #define R_OR1K_16 2 @@ -4276,6 +4476,8 @@ R_PPC64_ADDR16 elf.h d #define R_PPC64_ADDR16 R_PPC_ADDR16 R_PPC64_ADDR16_DS elf.h d #define R_PPC64_ADDR16_DS 56 R_PPC64_ADDR16_HA elf.h d #define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA R_PPC64_ADDR16_HI elf.h d #define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI +R_PPC64_ADDR16_HIGH elf.h d #define R_PPC64_ADDR16_HIGH 110 +R_PPC64_ADDR16_HIGHA elf.h d #define R_PPC64_ADDR16_HIGHA 111 R_PPC64_ADDR16_HIGHER elf.h d #define R_PPC64_ADDR16_HIGHER 39 R_PPC64_ADDR16_HIGHERA elf.h d #define R_PPC64_ADDR16_HIGHERA 40 R_PPC64_ADDR16_HIGHEST elf.h d #define R_PPC64_ADDR16_HIGHEST 41 @@ -4292,6 +4494,8 @@ R_PPC64_DTPREL16 elf.h d #define R_PPC64_DTPREL16 74 R_PPC64_DTPREL16_DS elf.h d #define R_PPC64_DTPREL16_DS 101 R_PPC64_DTPREL16_HA elf.h d #define R_PPC64_DTPREL16_HA 77 R_PPC64_DTPREL16_HI elf.h d #define R_PPC64_DTPREL16_HI 76 +R_PPC64_DTPREL16_HIGH elf.h d #define R_PPC64_DTPREL16_HIGH 114 +R_PPC64_DTPREL16_HIGHA elf.h d #define R_PPC64_DTPREL16_HIGHA 115 R_PPC64_DTPREL16_HIGHER elf.h d #define R_PPC64_DTPREL16_HIGHER 103 R_PPC64_DTPREL16_HIGHERA elf.h d #define R_PPC64_DTPREL16_HIGHERA 104 R_PPC64_DTPREL16_HIGHEST elf.h d #define R_PPC64_DTPREL16_HIGHEST 105 @@ -4358,6 +4562,8 @@ R_PPC64_SECTOFF_HI elf.h d #define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI R_PPC64_SECTOFF_LO elf.h d #define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO R_PPC64_SECTOFF_LO_DS elf.h d #define R_PPC64_SECTOFF_LO_DS 62 R_PPC64_TLS elf.h d #define R_PPC64_TLS 67 +R_PPC64_TLSGD elf.h d #define R_PPC64_TLSGD 107 +R_PPC64_TLSLD elf.h d #define R_PPC64_TLSLD 108 R_PPC64_TOC elf.h d #define R_PPC64_TOC 51 R_PPC64_TOC16 elf.h d #define R_PPC64_TOC16 47 R_PPC64_TOC16_DS elf.h d #define R_PPC64_TOC16_DS 63 @@ -4365,10 +4571,13 @@ R_PPC64_TOC16_HA elf.h d #define R_PPC64_TOC16_HA 50 R_PPC64_TOC16_HI elf.h d #define R_PPC64_TOC16_HI 49 R_PPC64_TOC16_LO elf.h d #define R_PPC64_TOC16_LO 48 R_PPC64_TOC16_LO_DS elf.h d #define R_PPC64_TOC16_LO_DS 64 +R_PPC64_TOCSAVE elf.h d #define R_PPC64_TOCSAVE 109 R_PPC64_TPREL16 elf.h d #define R_PPC64_TPREL16 69 R_PPC64_TPREL16_DS elf.h d #define R_PPC64_TPREL16_DS 95 R_PPC64_TPREL16_HA elf.h d #define R_PPC64_TPREL16_HA 72 R_PPC64_TPREL16_HI elf.h d #define R_PPC64_TPREL16_HI 71 +R_PPC64_TPREL16_HIGH elf.h d #define R_PPC64_TPREL16_HIGH 112 +R_PPC64_TPREL16_HIGHA elf.h d #define R_PPC64_TPREL16_HIGHA 113 R_PPC64_TPREL16_HIGHER elf.h d #define R_PPC64_TPREL16_HIGHER 97 R_PPC64_TPREL16_HIGHERA elf.h d #define R_PPC64_TPREL16_HIGHERA 98 R_PPC64_TPREL16_HIGHEST elf.h d #define R_PPC64_TPREL16_HIGHEST 99 @@ -4464,6 +4673,8 @@ R_PPC_SECTOFF_HA elf.h d #define R_PPC_SECTOFF_HA 36 R_PPC_SECTOFF_HI elf.h d #define R_PPC_SECTOFF_HI 35 R_PPC_SECTOFF_LO elf.h d #define R_PPC_SECTOFF_LO 34 R_PPC_TLS elf.h d #define R_PPC_TLS 67 +R_PPC_TLSGD elf.h d #define R_PPC_TLSGD 95 +R_PPC_TLSLD elf.h d #define R_PPC_TLSLD 96 R_PPC_TOC16 elf.h d #define R_PPC_TOC16 255 R_PPC_TPREL16 elf.h d #define R_PPC_TPREL16 69 R_PPC_TPREL16_HA elf.h d #define R_PPC_TPREL16_HA 72 @@ -4628,12 +4839,13 @@ R_X86_64_GOTPC32_TLSDESC elf.h d #define R_X86_64_GOTPC32_TLSDESC 34 R_X86_64_GOTPC64 elf.h d #define R_X86_64_GOTPC64 29 R_X86_64_GOTPCREL elf.h d #define R_X86_64_GOTPCREL 9 R_X86_64_GOTPCREL64 elf.h d #define R_X86_64_GOTPCREL64 28 +R_X86_64_GOTPCRELX elf.h d #define R_X86_64_GOTPCRELX 41 R_X86_64_GOTPLT64 elf.h d #define R_X86_64_GOTPLT64 30 R_X86_64_GOTTPOFF elf.h d #define R_X86_64_GOTTPOFF 22 R_X86_64_IRELATIVE elf.h d #define R_X86_64_IRELATIVE 37 R_X86_64_JUMP_SLOT elf.h d #define R_X86_64_JUMP_SLOT 7 R_X86_64_NONE elf.h d #define R_X86_64_NONE 0 -R_X86_64_NUM elf.h d #define R_X86_64_NUM 39 +R_X86_64_NUM elf.h d #define R_X86_64_NUM 43 R_X86_64_PC16 elf.h d #define R_X86_64_PC16 13 R_X86_64_PC32 elf.h d #define R_X86_64_PC32 2 R_X86_64_PC64 elf.h d #define R_X86_64_PC64 24 @@ -4642,6 +4854,7 @@ R_X86_64_PLT32 elf.h d #define R_X86_64_PLT32 4 R_X86_64_PLTOFF64 elf.h d #define R_X86_64_PLTOFF64 31 R_X86_64_RELATIVE elf.h d #define R_X86_64_RELATIVE 8 R_X86_64_RELATIVE64 elf.h d #define R_X86_64_RELATIVE64 38 +R_X86_64_REX_GOTPCRELX elf.h d #define R_X86_64_REX_GOTPCRELX 42 R_X86_64_SIZE32 elf.h d #define R_X86_64_SIZE32 32 R_X86_64_SIZE64 elf.h d #define R_X86_64_SIZE64 33 R_X86_64_TLSDESC elf.h d #define R_X86_64_TLSDESC 36 @@ -4775,6 +4988,7 @@ SEGSIZE arpa/tftp.h d #define SEGSIZE 512 SEGV_ACCERR signal.h d #define SEGV_ACCERR 2 SEGV_BNDERR signal.h d #define SEGV_BNDERR 3 SEGV_MAPERR signal.h d #define SEGV_MAPERR 1 +SEGV_PKUERR signal.h d #define SEGV_PKUERR 4 SELFMAG elf.h d #define SELFMAG 4 SEM_FAILED semaphore.h d #define SEM_FAILED ((sem_t *)0) SEM_INFO sys/sem.h d #define SEM_INFO 19 @@ -4850,6 +5064,7 @@ SHF_ALLOC elf.h d #define SHF_ALLOC (1 << 1) SHF_ALPHA_GPREL elf.h d #define SHF_ALPHA_GPREL 0x10000000 SHF_ARM_COMDEF elf.h d #define SHF_ARM_COMDEF 0x80000000 SHF_ARM_ENTRYSECT elf.h d #define SHF_ARM_ENTRYSECT 0x10000000 +SHF_COMPRESSED elf.h d #define SHF_COMPRESSED (1 << 11) SHF_EXCLUDE elf.h d #define SHF_EXCLUDE (1U << 31) SHF_EXECINSTR elf.h d #define SHF_EXECINSTR (1 << 2) SHF_GROUP elf.h d #define SHF_GROUP (1 << 9) @@ -5071,27 +5286,45 @@ SOCK_RDM sys/socket.h d #define SOCK_RDM 4 SOCK_SEQPACKET sys/socket.h d #define SOCK_SEQPACKET 5 SOCK_STREAM sys/socket.h d #define SOCK_STREAM 1 SOL_AAL sys/socket.h d #define SOL_AAL 265 +SOL_ALG sys/socket.h d #define SOL_ALG 279 SOL_ATM sys/socket.h d #define SOL_ATM 264 +SOL_BLUETOOTH sys/socket.h d #define SOL_BLUETOOTH 274 +SOL_CAIF sys/socket.h d #define SOL_CAIF 278 +SOL_DCCP sys/socket.h d #define SOL_DCCP 269 SOL_DECNET sys/socket.h d #define SOL_DECNET 261 SOL_ICMPV6 sys/socket.h d #define SOL_ICMPV6 58 SOL_IP sys/socket.h d #define SOL_IP 0 SOL_IPV6 sys/socket.h d #define SOL_IPV6 41 SOL_IRDA sys/socket.h d #define SOL_IRDA 266 +SOL_IUCV sys/socket.h d #define SOL_IUCV 277 +SOL_KCM sys/socket.h d #define SOL_KCM 281 +SOL_LLC sys/socket.h d #define SOL_LLC 268 +SOL_NETBEUI sys/socket.h d #define SOL_NETBEUI 267 +SOL_NETLINK sys/socket.h d #define SOL_NETLINK 270 +SOL_NFC sys/socket.h d #define SOL_NFC 280 SOL_PACKET sys/socket.h d #define SOL_PACKET 263 +SOL_PNPIPE sys/socket.h d #define SOL_PNPIPE 275 +SOL_PPPOL2TP sys/socket.h d #define SOL_PPPOL2TP 273 SOL_RAW sys/socket.h d #define SOL_RAW 255 +SOL_RDS sys/socket.h d #define SOL_RDS 276 +SOL_RXRPC sys/socket.h d #define SOL_RXRPC 272 SOL_SOCKET sys/socket.h d #define SOL_SOCKET 1 SOL_TCP netinet/tcp.h d #define SOL_TCP 6 +SOL_TIPC sys/socket.h d #define SOL_TIPC 271 SOL_UDP netinet/udp.h d #define SOL_UDP 17 SOL_X25 sys/socket.h d #define SOL_X25 262 SOMAXCONN sys/socket.h d #define SOMAXCONN 128 SO_ACCEPTCONN sys/socket.h d #define SO_ACCEPTCONN 30 SO_ATTACH_BPF sys/socket.h d #define SO_ATTACH_BPF 50 SO_ATTACH_FILTER sys/socket.h d #define SO_ATTACH_FILTER 26 +SO_ATTACH_REUSEPORT_CBPF sys/socket.h d #define SO_ATTACH_REUSEPORT_CBPF 51 +SO_ATTACH_REUSEPORT_EBPF sys/socket.h d #define SO_ATTACH_REUSEPORT_EBPF 52 SO_BINDTODEVICE sys/socket.h d #define SO_BINDTODEVICE 25 SO_BPF_EXTENSIONS sys/socket.h d #define SO_BPF_EXTENSIONS 48 SO_BROADCAST sys/socket.h d #define SO_BROADCAST 6 SO_BSDCOMPAT sys/socket.h d #define SO_BSDCOMPAT 14 SO_BUSY_POLL sys/socket.h d #define SO_BUSY_POLL 46 +SO_CNX_ADVICE sys/socket.h d #define SO_CNX_ADVICE 53 SO_DEBUG sys/socket.h d #define SO_DEBUG 1 SO_DETACH_BPF sys/socket.h d #define SO_DETACH_BPF SO_DETACH_FILTER SO_DETACH_FILTER sys/socket.h d #define SO_DETACH_FILTER 27 @@ -5187,6 +5420,8 @@ STO_MIPS_INTERNAL elf.h d #define STO_MIPS_INTERNAL 0x1 STO_MIPS_PLT elf.h d #define STO_MIPS_PLT 0x8 STO_MIPS_PROTECTED elf.h d #define STO_MIPS_PROTECTED 0x3 STO_MIPS_SC_ALIGN_UNUSED elf.h d #define STO_MIPS_SC_ALIGN_UNUSED 0xff +STO_PPC64_LOCAL_BIT elf.h d #define STO_PPC64_LOCAL_BIT 5 +STO_PPC64_LOCAL_MASK elf.h d #define STO_PPC64_LOCAL_MASK 0xe0 STRU_F arpa/ftp.h d #define STRU_F 1 STRU_P arpa/ftp.h d #define STRU_P 3 STRU_R arpa/ftp.h d #define STRU_R 2 @@ -5604,6 +5839,15 @@ VER_NEED_NONE elf.h d #define VER_NEED_NONE 0 VER_NEED_NUM elf.h d #define VER_NEED_NUM 2 VISIT search.h t typedef enum { preorder, postorder, endorder, leaf } VISIT; VOLUME_OVERFLOW scsi/scsi.h d #define VOLUME_OVERFLOW 0x0d +Val_GNU_MIPS_ABI_FP_64 elf.h e +Val_GNU_MIPS_ABI_FP_64A elf.h e +Val_GNU_MIPS_ABI_FP_ANY elf.h e +Val_GNU_MIPS_ABI_FP_DOUBLE elf.h e +Val_GNU_MIPS_ABI_FP_MAX elf.h e +Val_GNU_MIPS_ABI_FP_OLD_64 elf.h e +Val_GNU_MIPS_ABI_FP_SINGLE elf.h e +Val_GNU_MIPS_ABI_FP_SOFT elf.h e +Val_GNU_MIPS_ABI_FP_XX elf.h e WCHAR_MAX stdint.h d #define WCHAR_MAX (0x7fffffff+L'\0') WCHAR_MAX stdint.h d #define WCHAR_MAX (0xffffffffu+L'\0') WCHAR_MAX wchar.h d #define WCHAR_MAX (0x7fffffff+L'\0') @@ -6101,6 +6345,7 @@ _SPAWN_H spawn.h d #define _SPAWN_H _STDALIGN_H stdalign.h d #define _STDALIGN_H _STDARG_H stdarg.h d #define _STDARG_H _STDBOOL_H stdbool.h d #define _STDBOOL_H +_STDC_PREDEF_H stdc-predef.h d #define _STDC_PREDEF_H _STDDEF_H stddef.h d #define _STDDEF_H _STDINT_H stdint.h d #define _STDINT_H _STDIO_EXT_H stdio_ext.h d #define _STDIO_EXT_H @@ -6490,6 +6735,8 @@ __RETCAST_CX tgmath.h d #define __RETCAST_CX(x) (__typeof__(__RETCAST(x)0+I)) __RETCAST_REAL tgmath.h d #define __RETCAST_REAL(x) __RETCAST_REAL tgmath.h d #define __RETCAST_REAL(x) ( __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, __type2(sizeof((x)+1.0+I) == sizeof(double complex), double, long double))) __SID stropts.h d #define __SID ('S' << 8) +__STDC_IEC_559__ stdc-predef.h d #define __STDC_IEC_559__ 1 +__STDC_ISO_10646__ stdc-predef.h d #define __STDC_ISO_10646__ 201206L __USE_GNU_GETTEXT libintl.h d #define __USE_GNU_GETTEXT 1 __WALL sys/wait.h d #define __WALL 0x40000000 __WCLONE sys/wait.h d #define __WCLONE 0x80000000 @@ -8095,6 +8342,8 @@ pthread_spin_lock pthread.h p int pthread_spin_lock(pthread_spinlock_t *); pthread_spin_trylock pthread.h p int pthread_spin_trylock(pthread_spinlock_t *); pthread_spin_unlock pthread.h p int pthread_spin_unlock(pthread_spinlock_t *); pthread_testcancel pthread.h p void pthread_testcancel(void); +pthread_timedjoin_np pthread.h p int pthread_timedjoin_np(pthread_t, void **, const struct timespec *); +pthread_tryjoin_np pthread.h p int pthread_tryjoin_np(pthread_t, void **); ptrace sys/ptrace.h p long ptrace(int, ...); ptsname stdlib.h p char *ptsname(int); ptsname_r stdlib.h p int ptsname_r(int, char *, size_t); @@ -8212,6 +8461,7 @@ scanf stdio.h p int scanf(const char *__restrict, ...); sched_get_priority_max sched.h p int sched_get_priority_max(int); sched_get_priority_min sched.h p int sched_get_priority_min(int); sched_getaffinity sched.h p int sched_getaffinity(pid_t, size_t, cpu_set_t *); +sched_getcpu sched.h p int sched_getcpu(void); sched_getparam sched.h p int sched_getparam(pid_t, struct sched_param *); sched_getscheduler sched.h p int sched_getscheduler(pid_t); sched_rr_get_interval sched.h p int sched_rr_get_interval(pid_t, struct timespec *); @@ -8311,16 +8561,17 @@ si_band signal.h d #define si_band __si_fields.__sigpoll.si_band si_call_addr signal.h d #define si_call_addr __si_fields.__sigsys.si_call_addr si_fd signal.h d #define si_fd __si_fields.__sigpoll.si_fd si_int signal.h d #define si_int si_value.sival_int -si_lower signal.h d #define si_lower __si_fields.__sigfault.__addr_bnd.si_lower +si_lower signal.h d #define si_lower __si_fields.__sigfault.__first.__addr_bnd.si_lower si_overrun signal.h d #define si_overrun __si_fields.__si_common.__first.__timer.si_overrun si_pid signal.h d #define si_pid __si_fields.__si_common.__first.__piduid.si_pid +si_pkey signal.h d #define si_pkey __si_fields.__sigfault.__first.si_pkey si_ptr signal.h d #define si_ptr si_value.sival_ptr si_status signal.h d #define si_status __si_fields.__si_common.__second.__sigchld.si_status si_stime signal.h d #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime si_syscall signal.h d #define si_syscall __si_fields.__sigsys.si_syscall si_timerid signal.h d #define si_timerid __si_fields.__si_common.__first.__timer.si_timerid si_uid signal.h d #define si_uid __si_fields.__si_common.__first.__piduid.si_uid -si_upper signal.h d #define si_upper __si_fields.__sigfault.__addr_bnd.si_upper +si_upper signal.h d #define si_upper __si_fields.__sigfault.__first.__addr_bnd.si_upper si_utime signal.h d #define si_utime __si_fields.__si_common.__second.__sigchld.si_utime si_value signal.h d #define si_value __si_fields.__si_common.__second.si_value sig_atomic_t signal.h t typedef int sig_atomic_t; diff --git a/data/musl.i386.decls b/data/musl.i386.decls index ce4b70c..8f8d096 100644 --- a/data/musl.i386.decls +++ b/data/musl.i386.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -204,6 +206,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 63 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -287,47 +291,8 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 MAP_32BIT bits/mman.h d #define MAP_32BIT 0x40 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NBPG bits/user.h d #define NBPG PAGE_SIZE NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 @@ -383,17 +348,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN REG_CS bits/signal.h d #define REG_CS 15 @@ -509,6 +463,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -541,13 +496,14 @@ SYS_chown bits/syscall.h d #define SYS_chown 182 SYS_chown32 bits/syscall.h d #define SYS_chown32 212 SYS_chroot bits/syscall.h d #define SYS_chroot 61 SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 343 -SYS_clock_getres bits/syscall.h d #define SYS_clock_getres (SYS_timer_create+7) -SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime (SYS_timer_create+6) -SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep (SYS_timer_create+8) -SYS_clock_settime bits/syscall.h d #define SYS_clock_settime (SYS_timer_create+5) +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres (__NR_timer_create+7) +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime (__NR_timer_create+6) +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep (__NR_timer_create+8) +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime (__NR_timer_create+5) SYS_clone bits/syscall.h d #define SYS_clone 120 SYS_close bits/syscall.h d #define SYS_close 6 SYS_connect bits/syscall.h d #define SYS_connect 362 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 377 SYS_creat bits/syscall.h d #define SYS_creat 8 SYS_create_module bits/syscall.h d #define SYS_create_module 127 SYS_delete_module bits/syscall.h d #define SYS_delete_module 129 @@ -695,12 +651,12 @@ SYS_mount bits/syscall.h d #define SYS_mount 21 SYS_move_pages bits/syscall.h d #define SYS_move_pages 317 SYS_mprotect bits/syscall.h d #define SYS_mprotect 125 SYS_mpx bits/syscall.h d #define SYS_mpx 56 -SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr (SYS_mq_open+5) -SYS_mq_notify bits/syscall.h d #define SYS_mq_notify (SYS_mq_open+4) +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr (__NR_mq_open+5) +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify (__NR_mq_open+4) SYS_mq_open bits/syscall.h d #define SYS_mq_open 277 -SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive (SYS_mq_open+3) -SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend (SYS_mq_open+2) -SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink (SYS_mq_open+1) +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive (__NR_mq_open+3) +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend (__NR_mq_open+2) +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink (__NR_mq_open+1) SYS_mremap bits/syscall.h d #define SYS_mremap 163 SYS_msync bits/syscall.h d #define SYS_msync 144 SYS_munlock bits/syscall.h d #define SYS_munlock 151 @@ -729,6 +685,7 @@ SYS_ppoll bits/syscall.h d #define SYS_ppoll 309 SYS_prctl bits/syscall.h d #define SYS_prctl 172 SYS_pread64 bits/syscall.h d #define SYS_pread64 180 SYS_preadv bits/syscall.h d #define SYS_preadv 333 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 378 SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 340 SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 347 SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 348 @@ -739,6 +696,7 @@ SYS_ptrace bits/syscall.h d #define SYS_ptrace 26 SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 189 SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 181 SYS_pwritev bits/syscall.h d #define SYS_pwritev 334 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 379 SYS_query_module bits/syscall.h d #define SYS_query_module 167 SYS_quotactl bits/syscall.h d #define SYS_quotactl 131 SYS_read bits/syscall.h d #define SYS_read 3 @@ -855,10 +813,10 @@ SYS_tee bits/syscall.h d #define SYS_tee 315 SYS_tgkill bits/syscall.h d #define SYS_tgkill 270 SYS_time bits/syscall.h d #define SYS_time 13 SYS_timer_create bits/syscall.h d #define SYS_timer_create 259 -SYS_timer_delete bits/syscall.h d #define SYS_timer_delete (SYS_timer_create+4) -SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun (SYS_timer_create+3) -SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime (SYS_timer_create+2) -SYS_timer_settime bits/syscall.h d #define SYS_timer_settime (SYS_timer_create+1) +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete (__NR_timer_create+4) +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun (__NR_timer_create+3) +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime (__NR_timer_create+2) +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime (__NR_timer_create+1) SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 322 SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 326 SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 325 @@ -926,12 +884,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -950,7 +912,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -981,15 +942,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UESP bits/reg.h d #define UESP 15 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX @@ -1016,6 +978,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -1141,6 +1104,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime (__NR_timer_creat __NR_clone bits/syscall.h d #define __NR_clone 120 __NR_close bits/syscall.h d #define __NR_close 6 __NR_connect bits/syscall.h d #define __NR_connect 362 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 377 __NR_creat bits/syscall.h d #define __NR_creat 8 __NR_create_module bits/syscall.h d #define __NR_create_module 127 __NR_delete_module bits/syscall.h d #define __NR_delete_module 129 @@ -1322,6 +1286,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 309 __NR_prctl bits/syscall.h d #define __NR_prctl 172 __NR_pread64 bits/syscall.h d #define __NR_pread64 180 __NR_preadv bits/syscall.h d #define __NR_preadv 333 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 378 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 340 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 347 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 348 @@ -1332,6 +1297,7 @@ __NR_ptrace bits/syscall.h d #define __NR_ptrace 26 __NR_putpmsg bits/syscall.h d #define __NR_putpmsg 189 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 181 __NR_pwritev bits/syscall.h d #define __NR_pwritev 334 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 379 __NR_query_module bits/syscall.h d #define __NR_query_module 167 __NR_quotactl bits/syscall.h d #define __NR_quotactl 131 __NR_read bits/syscall.h d #define __NR_read 3 diff --git a/data/musl.microblaze.decls b/data/musl.microblaze.decls index 3cb6658..48f5914 100644 --- a/data/musl.microblaze.decls +++ b/data/musl.microblaze.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -191,6 +193,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -261,46 +265,7 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 @@ -352,17 +317,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 @@ -459,6 +413,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -467,7 +422,6 @@ SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT32_MAX -SYS_SYSCALL_BASE bits/syscall.h d #define SYS_SYSCALL_BASE 0 SYS__llseek bits/syscall.h d #define SYS__llseek 140 SYS__newselect bits/syscall.h d #define SYS__newselect 142 SYS__sysctl bits/syscall.h d #define SYS__sysctl 149 @@ -887,12 +841,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -911,7 +869,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -942,15 +899,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -975,6 +933,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) diff --git a/data/musl.mips.decls b/data/musl.mips.decls index e14dfd9..bb6da6c 100644 --- a/data/musl.mips.decls +++ b/data/musl.mips.decls @@ -29,7 +29,6 @@ B600 bits/termios.h d #define B600 0000010 B75 bits/termios.h d #define B75 0000002 B921600 bits/termios.h d #define B921600 0010007 B9600 bits/termios.h d #define B9600 0000015 -BOTHER bits/termios.h d #define BOTHER 0010000 BRKINT bits/termios.h d #define BRKINT 0000002 BS0 bits/termios.h d #define BS0 0000000 BS1 bits/termios.h d #define BS1 0020000 @@ -282,7 +281,6 @@ F_SETOWN bits/fcntl.h d #define F_SETOWN 24 F_SETOWN_EX bits/fcntl.h d #define F_SETOWN_EX 15 F_SETSIG bits/fcntl.h d #define F_SETSIG 10 HUPCL bits/termios.h d #define HUPCL 0002000 -IBSHIFT bits/termios.h d #define IBSHIFT 16 ICANON bits/termios.h d #define ICANON 0000002 ICRNL bits/termios.h d #define ICRNL 0000400 IEXTEN bits/termios.h d #define IEXTEN 0000400 @@ -320,45 +318,17 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 MAP_ANON bits/mman.h d #define MAP_ANON 0x800 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x2000 MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x4000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x1000 MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x80000 MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x8000 MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x20000 MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x0400 MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x10000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 MAP_STACK bits/mman.h d #define MAP_STACK 0x40000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 @@ -412,17 +382,6 @@ PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 POLLWRBAND bits/poll.h d #define POLLWRBAND 0x100 POLLWRNORM bits/poll.h d #define POLLWRNORM POLLOUT -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN RLIMIT_AS bits/resource.h d #define RLIMIT_AS 6 @@ -527,6 +486,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -600,6 +560,7 @@ SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 4262 SYS_clone bits/syscall.h d #define SYS_clone 4120 SYS_close bits/syscall.h d #define SYS_close 4006 SYS_connect bits/syscall.h d #define SYS_connect 4170 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 4360 SYS_creat bits/syscall.h d #define SYS_creat 4008 SYS_create_module bits/syscall.h d #define SYS_create_module 4127 SYS_delete_module bits/syscall.h d #define SYS_delete_module 4129 @@ -764,6 +725,7 @@ SYS_ppoll bits/syscall.h d #define SYS_ppoll 4302 SYS_prctl bits/syscall.h d #define SYS_prctl 4192 SYS_pread bits/syscall.h d #define SYS_pread 4200 SYS_preadv bits/syscall.h d #define SYS_preadv 4330 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 4361 SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 4338 SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 4345 SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 4346 @@ -774,6 +736,7 @@ SYS_ptrace bits/syscall.h d #define SYS_ptrace 4026 SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 4209 SYS_pwrite bits/syscall.h d #define SYS_pwrite 4201 SYS_pwritev bits/syscall.h d #define SYS_pwritev 4331 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 4362 SYS_query_module bits/syscall.h d #define SYS_query_module 4187 SYS_quotactl bits/syscall.h d #define SYS_quotactl 4131 SYS_read bits/syscall.h d #define SYS_read 4003 @@ -936,7 +899,6 @@ TABDLY bits/termios.h d #define TABDLY 0014000 TCFLSH bits/ioctl.h d #define TCFLSH 0x5407 TCGETA bits/ioctl.h d #define TCGETA 0x5401 TCGETS bits/ioctl.h d #define TCGETS 0x540D -TCGETX bits/ioctl.h d #define TCGETX 0x5432 // RICH: Not sure about these. TCIFLUSH bits/termios.h d #define TCIFLUSH 0 TCIOFF bits/termios.h d #define TCIOFF 2 TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 @@ -944,9 +906,9 @@ TCION bits/termios.h d #define TCION 3 TCOFLUSH bits/termios.h d #define TCOFLUSH 1 TCOOFF bits/termios.h d #define TCOOFF 0 TCOON bits/termios.h d #define TCOON 1 -TCSADRAIN bits/termios.h d #define TCSADRAIN 1 -TCSAFLUSH bits/termios.h d #define TCSAFLUSH 2 -TCSANOW bits/termios.h d #define TCSANOW 0 +TCSADRAIN bits/termios.h d #define TCSADRAIN 0x540f +TCSAFLUSH bits/termios.h d #define TCSAFLUSH 0x5410 +TCSANOW bits/termios.h d #define TCSANOW 0x540e TCSBRK bits/ioctl.h d #define TCSBRK 0x5405 TCSBRKP bits/ioctl.h d #define TCSBRKP 0x5486 TCSETA bits/ioctl.h d #define TCSETA 0x5402 @@ -955,21 +917,22 @@ TCSETAW bits/ioctl.h d #define TCSETAW 0x5403 TCSETS bits/ioctl.h d #define TCSETS 0x540E TCSETSF bits/ioctl.h d #define TCSETSF 0x5410 TCSETSW bits/ioctl.h d #define TCSETSW 0x540F -TCSETX bits/ioctl.h d #define TCSETX 0x5433 // RICH: Not sure about these. -TCSETXF bits/ioctl.h d #define TCSETXF 0x5434 // RICH: Not sure about these. -TCSETXW bits/ioctl.h d #define TCSETXW 0x5435 // RICH: Not sure about these. TCXONC bits/ioctl.h d #define TCXONC 0x5406 TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS _IOW('t', 120, int) TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x740D +TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T', 0x32, unsigned int) TIOCGETD bits/ioctl.h d #define TIOCGETD 0x7400 TIOCGETP bits/ioctl.h d #define TIOCGETP 0x7408 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x5493 +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL _IOR('T', 0x40, int) TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x5492 TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x548B TIOCGLTC bits/ioctl.h d #define TIOCGLTC 0x7474 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) +TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 0x38, int) +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 0x39, int) TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T', 0x30, unsigned int) +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 _IOR('T', 0x2E, char[32]) TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x5484 TIOCGSID bits/ioctl.h d #define TIOCGSID 0x7416 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5481 @@ -980,22 +943,21 @@ TIOCMBIC bits/ioctl.h d #define TIOCMBIC 0x741C TIOCMBIS bits/ioctl.h d #define TIOCMBIS 0x741B TIOCMGET bits/ioctl.h d #define TIOCMGET 0x741D TIOCMIWAIT bits/ioctl.h d #define TIOCMIWAIT 0x5491 -TIOCMSET bits/ioctl.h d #define TIOCMSET 0x741D -TIOCM_CAR bits/ioctl.h d #define TIOCM_CAR 0x040 +TIOCMSET bits/ioctl.h d #define TIOCMSET 0x741A +TIOCM_CAR bits/ioctl.h d #define TIOCM_CAR 0x100 TIOCM_CD bits/ioctl.h d #define TIOCM_CD TIOCM_CAR -TIOCM_CTS bits/ioctl.h d #define TIOCM_CTS 0x020 -TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 +TIOCM_CTS bits/ioctl.h d #define TIOCM_CTS 0x040 +TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x400 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG -TIOCM_RNG bits/ioctl.h d #define TIOCM_RNG 0x080 +TIOCM_RNG bits/ioctl.h d #define TIOCM_RNG 0x200 TIOCM_RTS bits/ioctl.h d #define TIOCM_RTS 0x004 -TIOCM_SR bits/ioctl.h d #define TIOCM_SR 0x010 -TIOCM_ST bits/ioctl.h d #define TIOCM_ST 0x008 +TIOCM_SR bits/ioctl.h d #define TIOCM_SR 0x020 +TIOCM_ST bits/ioctl.h d #define TIOCM_ST 0x010 TIOCNOTTY bits/ioctl.h d #define TIOCNOTTY 0x5471 TIOCNXCL bits/ioctl.h d #define TIOCNXCL 0x740E TIOCOUTQ bits/ioctl.h d #define TIOCOUTQ 0x7472 @@ -1022,16 +984,17 @@ TIOCSER_TEMT bits/termios.h d #define TIOCSER_TEMT 1 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x7401 TIOCSETN bits/ioctl.h d #define TIOCSETN 0x740A TIOCSETP bits/ioctl.h d #define TIOCSETP 0x7409 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x5494 +TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T', 0x36, int) TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x548C TIOCSLTC bits/ioctl.h d #define TIOCSLTC 0x7475 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP _IOW('t', 118, int) TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T', 0x31, int) +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 _IOWR('T', 0x2F, char[32]) TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x5485 TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x5482 TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5472 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ _IOW('t', 103, struct winsize) -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 // RICH: Not sure about these. +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0100000 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -1177,6 +1140,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 4262 __NR_clone bits/syscall.h d #define __NR_clone 4120 __NR_close bits/syscall.h d #define __NR_close 4006 __NR_connect bits/syscall.h d #define __NR_connect 4170 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 4360 __NR_creat bits/syscall.h d #define __NR_creat 4008 __NR_create_module bits/syscall.h d #define __NR_create_module 4127 __NR_delete_module bits/syscall.h d #define __NR_delete_module 4129 @@ -1341,6 +1305,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 4302 __NR_prctl bits/syscall.h d #define __NR_prctl 4192 __NR_pread bits/syscall.h d #define __NR_pread 4200 __NR_preadv bits/syscall.h d #define __NR_preadv 4330 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 4361 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 4338 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 4345 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 4346 @@ -1351,6 +1316,7 @@ __NR_ptrace bits/syscall.h d #define __NR_ptrace 4026 __NR_putpmsg bits/syscall.h d #define __NR_putpmsg 4209 __NR_pwrite bits/syscall.h d #define __NR_pwrite 4201 __NR_pwritev bits/syscall.h d #define __NR_pwritev 4331 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 4362 __NR_query_module bits/syscall.h d #define __NR_query_module 4187 __NR_quotactl bits/syscall.h d #define __NR_quotactl 4131 __NR_read bits/syscall.h d #define __NR_read 4003 diff --git a/data/musl.mips64.decls b/data/musl.mips64.decls index c688b5c..faa8ebf 100644 --- a/data/musl.mips64.decls +++ b/data/musl.mips64.decls @@ -1,1503 +1,1506 @@ -B0 bits/termios.h d 77 #define B0 0000000 -B1000000 bits/termios.h d 104 #define B1000000 0010010 -B110 bits/termios.h d 80 #define B110 0000003 -B115200 bits/termios.h d 98 #define B115200 0010002 -B1152000 bits/termios.h d 105 #define B1152000 0010011 -B1200 bits/termios.h d 86 #define B1200 0000011 -B134 bits/termios.h d 81 #define B134 0000004 -B150 bits/termios.h d 82 #define B150 0000005 -B1500000 bits/termios.h d 106 #define B1500000 0010012 -B1800 bits/termios.h d 87 #define B1800 0000012 -B19200 bits/termios.h d 91 #define B19200 0000016 -B200 bits/termios.h d 83 #define B200 0000006 -B2000000 bits/termios.h d 107 #define B2000000 0010013 -B230400 bits/termios.h d 99 #define B230400 0010003 -B2400 bits/termios.h d 88 #define B2400 0000013 -B2500000 bits/termios.h d 108 #define B2500000 0010014 -B300 bits/termios.h d 84 #define B300 0000007 -B3000000 bits/termios.h d 109 #define B3000000 0010015 -B3500000 bits/termios.h d 110 #define B3500000 0010016 -B38400 bits/termios.h d 92 #define B38400 0000017 -B4000000 bits/termios.h d 111 #define B4000000 0010017 -B460800 bits/termios.h d 100 #define B460800 0010004 -B4800 bits/termios.h d 89 #define B4800 0000014 -B50 bits/termios.h d 78 #define B50 0000001 -B500000 bits/termios.h d 101 #define B500000 0010005 -B57600 bits/termios.h d 97 #define B57600 0010001 -B576000 bits/termios.h d 102 #define B576000 0010006 -B600 bits/termios.h d 85 #define B600 0000010 -B75 bits/termios.h d 79 #define B75 0000002 -B921600 bits/termios.h d 103 #define B921600 0010007 -B9600 bits/termios.h d 90 #define B9600 0000015 -BOTHER bits/termios.h d 96 #define BOTHER 0010000 -BRKINT bits/termios.h d 30 #define BRKINT 0000002 -BS0 bits/termios.h d 67 #define BS0 0000000 -BS1 bits/termios.h d 68 #define BS1 0020000 -BSDLY bits/termios.h d 66 #define BSDLY 0020000 -CBAUD bits/termios.h d 113 #define CBAUD 0010017 -CBAUDEX bits/termios.h d 158 #define CBAUDEX 0010000 -CIBAUD bits/termios.h d 159 #define CIBAUD 002003600000 -CLOCAL bits/termios.h d 125 #define CLOCAL 0004000 -CMSPAR bits/termios.h d 161 #define CMSPAR 010000000000 -CR0 bits/termios.h d 57 #define CR0 0000000 -CR1 bits/termios.h d 58 #define CR1 0001000 -CR2 bits/termios.h d 59 #define CR2 0002000 -CR3 bits/termios.h d 60 #define CR3 0003000 -CRDLY bits/termios.h d 56 #define CRDLY 0003000 -CREAD bits/termios.h d 121 #define CREAD 0000200 -CRTSCTS bits/termios.h d 162 #define CRTSCTS 020000000000 -CS5 bits/termios.h d 116 #define CS5 0000000 -CS6 bits/termios.h d 117 #define CS6 0000020 -CS7 bits/termios.h d 118 #define CS7 0000040 -CS8 bits/termios.h d 119 #define CS8 0000060 -CSIZE bits/termios.h d 115 #define CSIZE 0000060 -CSTOPB bits/termios.h d 120 #define CSTOPB 0000100 -DECIMAL_DIG bits/float.h d 16 #define DECIMAL_DIG 36 -E2BIG bits/errno.h d 7 #define E2BIG 7 -EACCES bits/errno.h d 13 #define EACCES 13 -EADDRINUSE bits/errno.h d 98 #define EADDRINUSE 125 -EADDRNOTAVAIL bits/errno.h d 99 #define EADDRNOTAVAIL 126 -EADV bits/errno.h d 63 #define EADV 68 -EAFNOSUPPORT bits/errno.h d 97 #define EAFNOSUPPORT 124 -EAGAIN bits/errno.h d 11 #define EAGAIN 11 -EALREADY bits/errno.h d 120 #define EALREADY 149 -EBADE bits/errno.h d 47 #define EBADE 50 -EBADF bits/errno.h d 9 #define EBADF 9 -EBADFD bits/errno.h d 73 #define EBADFD 81 -EBADMSG bits/errno.h d 69 #define EBADMSG 77 -EBADR bits/errno.h d 48 #define EBADR 51 -EBADRQC bits/errno.h d 51 #define EBADRQC 54 -EBADSLT bits/errno.h d 52 #define EBADSLT 55 -EBFONT bits/errno.h d 54 #define EBFONT 59 -EBUSY bits/errno.h d 16 #define EBUSY 16 -ECANCELED bits/errno.h d 123 #define ECANCELED 158 -ECHILD bits/errno.h d 10 #define ECHILD 10 -ECHO bits/termios.h d 130 #define ECHO 0000010 -ECHOCTL bits/termios.h d 136 #define ECHOCTL 0001000 -ECHOE bits/termios.h d 131 #define ECHOE 0000020 -ECHOK bits/termios.h d 132 #define ECHOK 0000040 -ECHOKE bits/termios.h d 138 #define ECHOKE 0004000 -ECHONL bits/termios.h d 133 #define ECHONL 0000100 -ECHOPRT bits/termios.h d 137 #define ECHOPRT 0002000 -ECHRNG bits/errno.h d 37 #define ECHRNG 37 -ECOMM bits/errno.h d 65 #define ECOMM 70 -ECONNABORTED bits/errno.h d 103 #define ECONNABORTED 130 -ECONNREFUSED bits/errno.h d 116 #define ECONNREFUSED 146 -ECONNRESET bits/errno.h d 104 #define ECONNRESET 131 -EDEADLK bits/errno.h d 45 #define EDEADLK 45 -EDEADLOCK bits/errno.h d 53 #define EDEADLOCK 56 -EDESTADDRREQ bits/errno.h d 88 #define EDESTADDRREQ 96 -EDOM bits/errno.h d 33 #define EDOM 33 -EDOTDOT bits/errno.h d 67 #define EDOTDOT 73 -EDQUOT bits/errno.h d 134 #define EDQUOT 1133 -EEXIST bits/errno.h d 17 #define EEXIST 17 -EFAULT bits/errno.h d 14 #define EFAULT 14 -EFBIG bits/errno.h d 27 #define EFBIG 27 -EF_CP0_BADVADDR bits/reg.h d 42 #define EF_CP0_BADVADDR 35 -EF_CP0_CAUSE bits/reg.h d 44 #define EF_CP0_CAUSE 37 -EF_CP0_EPC bits/reg.h d 41 #define EF_CP0_EPC 34 -EF_CP0_STATUS bits/reg.h d 43 #define EF_CP0_STATUS 36 -EF_HI bits/reg.h d 39 #define EF_HI 33 -EF_LO bits/reg.h d 38 #define EF_LO 32 -EF_R0 bits/reg.h d 4 #define EF_R0 0 -EF_R1 bits/reg.h d 5 #define EF_R1 1 -EF_R10 bits/reg.h d 14 #define EF_R10 10 -EF_R11 bits/reg.h d 15 #define EF_R11 11 -EF_R12 bits/reg.h d 16 #define EF_R12 12 -EF_R13 bits/reg.h d 17 #define EF_R13 13 -EF_R14 bits/reg.h d 18 #define EF_R14 14 -EF_R15 bits/reg.h d 19 #define EF_R15 15 -EF_R16 bits/reg.h d 20 #define EF_R16 16 -EF_R17 bits/reg.h d 21 #define EF_R17 17 -EF_R18 bits/reg.h d 22 #define EF_R18 18 -EF_R19 bits/reg.h d 23 #define EF_R19 19 -EF_R2 bits/reg.h d 6 #define EF_R2 2 -EF_R20 bits/reg.h d 24 #define EF_R20 20 -EF_R21 bits/reg.h d 25 #define EF_R21 21 -EF_R22 bits/reg.h d 26 #define EF_R22 22 -EF_R23 bits/reg.h d 27 #define EF_R23 23 -EF_R24 bits/reg.h d 28 #define EF_R24 24 -EF_R25 bits/reg.h d 29 #define EF_R25 25 -EF_R26 bits/reg.h d 31 #define EF_R26 26 -EF_R27 bits/reg.h d 32 #define EF_R27 27 -EF_R28 bits/reg.h d 33 #define EF_R28 28 -EF_R29 bits/reg.h d 34 #define EF_R29 29 -EF_R3 bits/reg.h d 7 #define EF_R3 3 -EF_R30 bits/reg.h d 35 #define EF_R30 30 -EF_R31 bits/reg.h d 36 #define EF_R31 31 -EF_R4 bits/reg.h d 8 #define EF_R4 4 -EF_R5 bits/reg.h d 9 #define EF_R5 5 -EF_R6 bits/reg.h d 10 #define EF_R6 6 -EF_R7 bits/reg.h d 11 #define EF_R7 7 -EF_R8 bits/reg.h d 12 #define EF_R8 8 -EF_R9 bits/reg.h d 13 #define EF_R9 9 -EF_SIZE bits/reg.h d 47 #define EF_SIZE 304 -EF_UNUSED0 bits/reg.h d 45 #define EF_UNUSED0 38 -EHOSTDOWN bits/errno.h d 117 #define EHOSTDOWN 147 -EHOSTUNREACH bits/errno.h d 118 #define EHOSTUNREACH 148 -EHWPOISON bits/errno.h d 133 #define EHWPOISON 168 -EIDRM bits/errno.h d 36 #define EIDRM 36 -EILSEQ bits/errno.h d 80 #define EILSEQ 88 -EINPROGRESS bits/errno.h d 121 #define EINPROGRESS 150 -EINTR bits/errno.h d 4 #define EINTR 4 -EINVAL bits/errno.h d 22 #define EINVAL 22 -EIO bits/errno.h d 5 #define EIO 5 -EISCONN bits/errno.h d 106 #define EISCONN 133 -EISDIR bits/errno.h d 21 #define EISDIR 21 -EISNAM bits/errno.h d 111 #define EISNAM 139 -EKEYEXPIRED bits/errno.h d 127 #define EKEYEXPIRED 162 -EKEYREJECTED bits/errno.h d 129 #define EKEYREJECTED 164 -EKEYREVOKED bits/errno.h d 128 #define EKEYREVOKED 163 -EL2HLT bits/errno.h d 44 #define EL2HLT 44 -EL2NSYNC bits/errno.h d 38 #define EL2NSYNC 38 -EL3HLT bits/errno.h d 39 #define EL3HLT 39 -EL3RST bits/errno.h d 40 #define EL3RST 40 -ELF_NFPREG bits/user.h d 12 #define ELF_NFPREG 33 -ELF_NGREG bits/user.h d 11 #define ELF_NGREG 45 -ELIBACC bits/errno.h d 75 #define ELIBACC 83 -ELIBBAD bits/errno.h d 76 #define ELIBBAD 84 -ELIBEXEC bits/errno.h d 79 #define ELIBEXEC 87 -ELIBMAX bits/errno.h d 78 #define ELIBMAX 86 -ELIBSCN bits/errno.h d 77 #define ELIBSCN 85 -ELNRNG bits/errno.h d 41 #define ELNRNG 41 -ELOOP bits/errno.h d 82 #define ELOOP 90 -EMEDIUMTYPE bits/errno.h d 125 #define EMEDIUMTYPE 160 -EMFILE bits/errno.h d 24 #define EMFILE 24 -EMLINK bits/errno.h d 31 #define EMLINK 31 -EMSGSIZE bits/errno.h d 89 #define EMSGSIZE 97 -EMULTIHOP bits/errno.h d 68 #define EMULTIHOP 74 -ENAMETOOLONG bits/errno.h d 70 #define ENAMETOOLONG 78 -ENAVAIL bits/errno.h d 110 #define ENAVAIL 138 -ENETDOWN bits/errno.h d 100 #define ENETDOWN 127 -ENETRESET bits/errno.h d 102 #define ENETRESET 129 -ENETUNREACH bits/errno.h d 101 #define ENETUNREACH 128 -ENFILE bits/errno.h d 23 #define ENFILE 23 -ENOANO bits/errno.h d 50 #define ENOANO 53 -ENOBUFS bits/errno.h d 105 #define ENOBUFS 132 -ENOCSI bits/errno.h d 43 #define ENOCSI 43 -ENODATA bits/errno.h d 56 #define ENODATA 61 -ENODEV bits/errno.h d 19 #define ENODEV 19 -ENOENT bits/errno.h d 2 #define ENOENT 2 -ENOEXEC bits/errno.h d 8 #define ENOEXEC 8 -ENOKEY bits/errno.h d 126 #define ENOKEY 161 -ENOLCK bits/errno.h d 46 #define ENOLCK 46 -ENOLINK bits/errno.h d 62 #define ENOLINK 67 -ENOMEDIUM bits/errno.h d 124 #define ENOMEDIUM 159 -ENOMEM bits/errno.h d 12 #define ENOMEM 12 -ENOMSG bits/errno.h d 35 #define ENOMSG 35 -ENONET bits/errno.h d 59 #define ENONET 64 -ENOPKG bits/errno.h d 60 #define ENOPKG 65 -ENOPROTOOPT bits/errno.h d 91 #define ENOPROTOOPT 99 -ENOSPC bits/errno.h d 28 #define ENOSPC 28 -ENOSR bits/errno.h d 58 #define ENOSR 63 -ENOSTR bits/errno.h d 55 #define ENOSTR 60 -ENOSYS bits/errno.h d 81 #define ENOSYS 89 -ENOTBLK bits/errno.h d 15 #define ENOTBLK 15 -ENOTCONN bits/errno.h d 107 #define ENOTCONN 134 -ENOTDIR bits/errno.h d 20 #define ENOTDIR 20 -ENOTEMPTY bits/errno.h d 85 #define ENOTEMPTY 93 -ENOTNAM bits/errno.h d 109 #define ENOTNAM 137 -ENOTRECOVERABLE bits/errno.h d 131 #define ENOTRECOVERABLE 166 -ENOTSOCK bits/errno.h d 87 #define ENOTSOCK 95 -ENOTSUP bits/errno.h d 95 #define ENOTSUP EOPNOTSUPP -ENOTTY bits/errno.h d 25 #define ENOTTY 25 -ENOTUNIQ bits/errno.h d 72 #define ENOTUNIQ 80 -ENXIO bits/errno.h d 6 #define ENXIO 6 -EOPNOTSUPP bits/errno.h d 94 #define EOPNOTSUPP 122 -EOVERFLOW bits/errno.h d 71 #define EOVERFLOW 79 -EOWNERDEAD bits/errno.h d 130 #define EOWNERDEAD 165 -EPERM bits/errno.h d 1 #define EPERM 1 -EPFNOSUPPORT bits/errno.h d 96 #define EPFNOSUPPORT 123 -EPIPE bits/errno.h d 32 #define EPIPE 32 -EPROTO bits/errno.h d 66 #define EPROTO 71 -EPROTONOSUPPORT bits/errno.h d 92 #define EPROTONOSUPPORT 120 -EPROTOTYPE bits/errno.h d 90 #define EPROTOTYPE 98 -ERANGE bits/errno.h d 34 #define ERANGE 34 -EREMCHG bits/errno.h d 74 #define EREMCHG 82 -EREMOTE bits/errno.h d 61 #define EREMOTE 66 -EREMOTEIO bits/errno.h d 112 #define EREMOTEIO 140 -ERESTART bits/errno.h d 83 #define ERESTART 91 -ERFKILL bits/errno.h d 132 #define ERFKILL 167 -EROFS bits/errno.h d 30 #define EROFS 30 -ESHUTDOWN bits/errno.h d 113 #define ESHUTDOWN 143 -ESOCKTNOSUPPORT bits/errno.h d 93 #define ESOCKTNOSUPPORT 121 -ESPIPE bits/errno.h d 29 #define ESPIPE 29 -ESRCH bits/errno.h d 3 #define ESRCH 3 -ESRMNT bits/errno.h d 64 #define ESRMNT 69 -ESTALE bits/errno.h d 122 #define ESTALE 151 -ESTRPIPE bits/errno.h d 84 #define ESTRPIPE 92 -ETIME bits/errno.h d 57 #define ETIME 62 -ETIMEDOUT bits/errno.h d 115 #define ETIMEDOUT 145 -ETOOMANYREFS bits/errno.h d 114 #define ETOOMANYREFS 144 -ETXTBSY bits/errno.h d 26 #define ETXTBSY 26 -EUCLEAN bits/errno.h d 108 #define EUCLEAN 135 -EUNATCH bits/errno.h d 42 #define EUNATCH 42 -EUSERS bits/errno.h d 86 #define EUSERS 94 -EWOULDBLOCK bits/errno.h d 119 #define EWOULDBLOCK EAGAIN -EXDEV bits/errno.h d 18 #define EXDEV 18 -EXFULL bits/errno.h d 49 #define EXFULL 52 -EXTA bits/termios.h d 93 #define EXTA 0000016 -EXTB bits/termios.h d 94 #define EXTB 0000017 -EXTPROC bits/termios.h d 163 #define EXTPROC 0200000 -FE_ALL_EXCEPT bits/fenv.h d 11 #define FE_ALL_EXCEPT 124 -FE_ALL_EXCEPT bits/fenv.h d 2 #define FE_ALL_EXCEPT 0 -FE_DFL_ENV bits/fenv.h d 25 #define FE_DFL_ENV ((const fenv_t *) -1) -FE_DIVBYZERO bits/fenv.h d 8 #define FE_DIVBYZERO 32 -FE_DOWNWARD bits/fenv.h d 16 #define FE_DOWNWARD 3 -FE_INEXACT bits/fenv.h d 5 #define FE_INEXACT 4 -FE_INVALID bits/fenv.h d 9 #define FE_INVALID 64 -FE_OVERFLOW bits/fenv.h d 7 #define FE_OVERFLOW 16 -FE_TONEAREST bits/fenv.h d 13 #define FE_TONEAREST 0 -FE_TONEAREST bits/fenv.h d 3 #define FE_TONEAREST 0 -FE_TOWARDZERO bits/fenv.h d 14 #define FE_TOWARDZERO 1 -FE_UNDERFLOW bits/fenv.h d 6 #define FE_UNDERFLOW 8 -FE_UPWARD bits/fenv.h d 15 #define FE_UPWARD 2 -FF0 bits/termios.h d 70 #define FF0 0000000 -FF1 bits/termios.h d 71 #define FF1 0100000 -FFDLY bits/termios.h d 69 #define FFDLY 0100000 -FILE bits/alltypes.h T 349 typedef struct _IO_FILE FILE; -FIOASYNC bits/ioctl.h d 41 #define FIOASYNC 0x667D -FIOCLEX bits/ioctl.h d 39 #define FIOCLEX 0x6601 -FIOGETOWN bits/ioctl.h d 145 #define FIOGETOWN 0x8903 -FIONBIO bits/ioctl.h d 42 #define FIONBIO 0x667E -FIONCLEX bits/ioctl.h d 40 #define FIONCLEX 0x6602 -FIONREAD bits/ioctl.h d 51 #define FIONREAD 0x467F -FIOQSIZE bits/ioctl.h d 43 #define FIOQSIZE 0x667F -FIOSETOWN bits/ioctl.h d 143 #define FIOSETOWN 0x8901 -FLT_EVAL_METHOD bits/float.h d 1 #define FLT_EVAL_METHOD 0 -FLUSHO bits/termios.h d 139 #define FLUSHO 0020000 -F_DUPFD bits/fcntl.h d 22 #define F_DUPFD 0 -F_GETFD bits/fcntl.h d 23 #define F_GETFD 1 -F_GETFL bits/fcntl.h d 25 #define F_GETFL 3 -F_GETLK bits/fcntl.h d 33 #define F_GETLK 14 -F_GETOWN bits/fcntl.h d 29 #define F_GETOWN 23 -F_GETOWNER_UIDS bits/fcntl.h d 40 #define F_GETOWNER_UIDS 17 -F_GETOWN_EX bits/fcntl.h d 38 #define F_GETOWN_EX 16 -F_GETSIG bits/fcntl.h d 31 #define F_GETSIG 11 -F_SETFD bits/fcntl.h d 24 #define F_SETFD 2 -F_SETFL bits/fcntl.h d 26 #define F_SETFL 4 -F_SETLK bits/fcntl.h d 34 #define F_SETLK 6 -F_SETLKW bits/fcntl.h d 35 #define F_SETLKW 7 -F_SETOWN bits/fcntl.h d 28 #define F_SETOWN 24 -F_SETOWN_EX bits/fcntl.h d 37 #define F_SETOWN_EX 15 -F_SETSIG bits/fcntl.h d 30 #define F_SETSIG 10 -HUPCL bits/termios.h d 124 #define HUPCL 0002000 -IBSHIFT bits/termios.h d 160 #define IBSHIFT 16 -ICANON bits/termios.h d 128 #define ICANON 0000002 -ICRNL bits/termios.h d 37 #define ICRNL 0000400 -IEXTEN bits/termios.h d 135 #define IEXTEN 0000400 -IGNBRK bits/termios.h d 29 #define IGNBRK 0000001 -IGNCR bits/termios.h d 36 #define IGNCR 0000200 -IGNPAR bits/termios.h d 31 #define IGNPAR 0000004 -IMAXBEL bits/termios.h d 42 #define IMAXBEL 0020000 -INLCR bits/termios.h d 35 #define INLCR 0000100 -INPCK bits/termios.h d 33 #define INPCK 0000020 -INTPTR_MAX bits/stdint.h d 16 #define INTPTR_MAX INT64_MAX -INTPTR_MIN bits/stdint.h d 15 #define INTPTR_MIN INT64_MIN -INT_FAST16_MAX bits/stdint.h d 9 #define INT_FAST16_MAX INT32_MAX -INT_FAST16_MIN bits/stdint.h d 6 #define INT_FAST16_MIN INT32_MIN -INT_FAST32_MAX bits/stdint.h d 10 #define INT_FAST32_MAX INT32_MAX -INT_FAST32_MIN bits/stdint.h d 7 #define INT_FAST32_MIN INT32_MIN -IPC_64 bits/ipc.h d 14 #define IPC_64 0x100 -ISIG bits/termios.h d 127 #define ISIG 0000001 -ISTRIP bits/termios.h d 34 #define ISTRIP 0000040 -ITOSTOP bits/termios.h d 142 #define ITOSTOP 0100000 -IUCLC bits/termios.h d 38 #define IUCLC 0001000 -IUTF8 bits/termios.h d 43 #define IUTF8 0040000 -IXANY bits/termios.h d 40 #define IXANY 0004000 -IXOFF bits/termios.h d 41 #define IXOFF 0010000 -IXON bits/termios.h d 39 #define IXON 0002000 -LDBL_DIG bits/float.h d 12 #define LDBL_DIG 33 -LDBL_EPSILON bits/float.h d 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L -LDBL_MANT_DIG bits/float.h d 8 #define LDBL_MANT_DIG 113 -LDBL_MAX bits/float.h d 5 #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L -LDBL_MAX_10_EXP bits/float.h d 14 #define LDBL_MAX_10_EXP 4932 -LDBL_MAX_EXP bits/float.h d 10 #define LDBL_MAX_EXP 16384 -LDBL_MIN bits/float.h d 4 #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L -LDBL_MIN_10_EXP bits/float.h d 13 #define LDBL_MIN_10_EXP (-4931) -LDBL_MIN_EXP bits/float.h d 9 #define LDBL_MIN_EXP (-16381) -LDBL_TRUE_MIN bits/float.h d 3 #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L -LLONG_MAX bits/limits.h d 7 #define LLONG_MAX 0x7fffffffffffffffLL -LONG_BIT bits/limits.h d 3 #define LONG_BIT 64 -LONG_MAX bits/limits.h d 6 #define LONG_MAX 0x7fffffffffffffffL -MAP_ANON bits/mman.h d 2 #define MAP_ANON 0x800 -MAP_DENYWRITE bits/mman.h d 8 #define MAP_DENYWRITE 0x2000 -MAP_EXECUTABLE bits/mman.h d 10 #define MAP_EXECUTABLE 0x4000 -MAP_GROWSDOWN bits/mman.h d 6 #define MAP_GROWSDOWN 0x1000 -MAP_HUGETLB bits/mman.h d 20 #define MAP_HUGETLB 0x80000 -MAP_LOCKED bits/mman.h d 12 #define MAP_LOCKED 0x8000 -MAP_NONBLOCK bits/mman.h d 16 #define MAP_NONBLOCK 0x20000 -MAP_NORESERVE bits/mman.h d 4 #define MAP_NORESERVE 0x0400 -MAP_POPULATE bits/mman.h d 14 #define MAP_POPULATE 0x10000 -MAP_STACK bits/mman.h d 18 #define MAP_STACK 0x40000 -MINSIGSTKSZ bits/signal.h d 5 #define MINSIGSTKSZ 2048 -NL0 bits/termios.h d 54 #define NL0 0000000 -NL1 bits/termios.h d 55 #define NL1 0000400 -NLDLY bits/termios.h d 53 #define NLDLY 0000400 -NOFLSH bits/termios.h d 134 #define NOFLSH 0000200 -N_6PACK bits/ioctl.h d 133 #define N_6PACK 7 -N_AX25 bits/ioctl.h d 131 #define N_AX25 5 -N_HCI bits/ioctl.h d 141 #define N_HCI 15 -N_HDLC bits/ioctl.h d 139 #define N_HDLC 13 -N_IRDA bits/ioctl.h d 137 #define N_IRDA 11 -N_MASC bits/ioctl.h d 134 #define N_MASC 8 -N_MOUSE bits/ioctl.h d 128 #define N_MOUSE 2 -N_PPP bits/ioctl.h d 129 #define N_PPP 3 -N_PROFIBUS_FDL bits/ioctl.h d 136 #define N_PROFIBUS_FDL 10 -N_R3964 bits/ioctl.h d 135 #define N_R3964 9 -N_SLIP bits/ioctl.h d 127 #define N_SLIP 1 -N_SMSBLOCK bits/ioctl.h d 138 #define N_SMSBLOCK 12 -N_STRIP bits/ioctl.h d 130 #define N_STRIP 4 -N_SYNC_PPP bits/ioctl.h d 140 #define N_SYNC_PPP 14 -N_TTY bits/ioctl.h d 126 #define N_TTY 0 -N_X25 bits/ioctl.h d 132 #define N_X25 6 -OCRNL bits/termios.h d 48 #define OCRNL 0000010 -OFDEL bits/termios.h d 52 #define OFDEL 0000200 -OFILL bits/termios.h d 51 #define OFILL 0000100 -OLCUC bits/termios.h d 46 #define OLCUC 0000002 -ONLCR bits/termios.h d 47 #define ONLCR 0000004 -ONLRET bits/termios.h d 50 #define ONLRET 0000040 -ONOCR bits/termios.h d 49 #define ONOCR 0000020 -OPOST bits/termios.h d 45 #define OPOST 0000001 -O_APPEND bits/fcntl.h d 5 #define O_APPEND 0010 -O_ASYNC bits/fcntl.h d 14 #define O_ASYNC 010000 -O_CLOEXEC bits/fcntl.h d 12 #define O_CLOEXEC 02000000 -O_CREAT bits/fcntl.h d 1 #define O_CREAT 0400 -O_DIRECT bits/fcntl.h d 15 #define O_DIRECT 0100000 -O_DIRECTORY bits/fcntl.h d 10 #define O_DIRECTORY 0200000 -O_DSYNC bits/fcntl.h d 7 #define O_DSYNC 0020 -O_EXCL bits/fcntl.h d 2 #define O_EXCL 02000 -O_LARGEFILE bits/fcntl.h d 16 #define O_LARGEFILE 0 -O_NDELAY bits/fcntl.h d 20 #define O_NDELAY O_NONBLOCK -O_NOATIME bits/fcntl.h d 17 #define O_NOATIME 01000000 -O_NOCTTY bits/fcntl.h d 3 #define O_NOCTTY 04000 -O_NOFOLLOW bits/fcntl.h d 11 #define O_NOFOLLOW 0400000 -O_NONBLOCK bits/fcntl.h d 6 #define O_NONBLOCK 0200 -O_PATH bits/fcntl.h d 18 #define O_PATH 010000000 -O_RSYNC bits/fcntl.h d 9 #define O_RSYNC 040020 -O_SYNC bits/fcntl.h d 8 #define O_SYNC 040020 -O_TMPFILE bits/fcntl.h d 19 #define O_TMPFILE 020200000 -O_TRUNC bits/fcntl.h d 4 #define O_TRUNC 01000 -PARENB bits/termios.h d 122 #define PARENB 0000400 -PARMRK bits/termios.h d 32 #define PARMRK 0000010 -PARODD bits/termios.h d 123 #define PARODD 0001000 -PENDIN bits/termios.h d 140 #define PENDIN 0040000 -POLLWRBAND bits/poll.h d 2 #define POLLWRBAND 0x100 -POLLWRNORM bits/poll.h d 1 #define POLLWRNORM POLLOUT -PTRDIFF_MAX bits/stdint.h d 19 #define PTRDIFF_MAX INT64_MAX -PTRDIFF_MIN bits/stdint.h d 18 #define PTRDIFF_MIN INT64_MIN -RLIMIT_AS bits/resource.h d 2 #define RLIMIT_AS 6 -RLIMIT_MEMLOCK bits/resource.h d 5 #define RLIMIT_MEMLOCK 9 -RLIMIT_NOFILE bits/resource.h d 1 #define RLIMIT_NOFILE 5 -RLIMIT_NPROC bits/resource.h d 4 #define RLIMIT_NPROC 8 -RLIMIT_RSS bits/resource.h d 3 #define RLIMIT_RSS 7 -SA_NOCLDSTOP bits/signal.h d 81 #define SA_NOCLDSTOP 1 -SA_NOCLDWAIT bits/signal.h d 82 #define SA_NOCLDWAIT 0x10000 -SA_NODEFER bits/signal.h d 86 #define SA_NODEFER 0x40000000 -SA_ONSTACK bits/signal.h d 84 #define SA_ONSTACK 0x08000000 -SA_RESETHAND bits/signal.h d 87 #define SA_RESETHAND 0x80000000 -SA_RESTART bits/signal.h d 85 #define SA_RESTART 0x10000000 -SA_RESTORER bits/signal.h d 88 #define SA_RESTORER 0x04000000 -SA_SIGINFO bits/signal.h d 83 #define SA_SIGINFO 8 -SHMLBA bits/shm.h d 1 #define SHMLBA 4096 -SIGABRT bits/signal.h d 113 #define SIGABRT 6 -SIGALRM bits/signal.h d 122 #define SIGALRM 14 -SIGBUS bits/signal.h d 118 #define SIGBUS 10 -SIGCHLD bits/signal.h d 126 #define SIGCHLD 18 -SIGCONT bits/signal.h d 134 #define SIGCONT 25 -SIGFPE bits/signal.h d 116 #define SIGFPE 8 -SIGHUP bits/signal.h d 108 #define SIGHUP 1 -SIGILL bits/signal.h d 111 #define SIGILL 4 -SIGINT bits/signal.h d 109 #define SIGINT 2 -SIGIO bits/signal.h d 130 #define SIGIO 22 -SIGIOT bits/signal.h d 114 #define SIGIOT SIGABRT -SIGKILL bits/signal.h d 117 #define SIGKILL 9 -SIGPIPE bits/signal.h d 121 #define SIGPIPE 13 -SIGPOLL bits/signal.h d 131 #define SIGPOLL SIGIO -SIGPROF bits/signal.h d 138 #define SIGPROF 29 -SIGPWR bits/signal.h d 127 #define SIGPWR 19 -SIGQUIT bits/signal.h d 110 #define SIGQUIT 3 -SIGSEGV bits/signal.h d 119 #define SIGSEGV 11 -SIGSTKFLT bits/signal.h d 115 #define SIGSTKFLT 7 -SIGSTKSZ bits/signal.h d 6 #define SIGSTKSZ 8192 -SIGSTOP bits/signal.h d 132 #define SIGSTOP 23 -SIGSYS bits/signal.h d 120 #define SIGSYS 12 -SIGTERM bits/signal.h d 123 #define SIGTERM 15 -SIGTRAP bits/signal.h d 112 #define SIGTRAP 5 -SIGTSTP bits/signal.h d 133 #define SIGTSTP 24 -SIGTTIN bits/signal.h d 135 #define SIGTTIN 26 -SIGTTOU bits/signal.h d 136 #define SIGTTOU 27 -SIGUNUSED bits/signal.h d 141 #define SIGUNUSED SIGSYS -SIGURG bits/signal.h d 129 #define SIGURG 21 -SIGUSR1 bits/signal.h d 124 #define SIGUSR1 16 -SIGUSR2 bits/signal.h d 125 #define SIGUSR2 17 -SIGVTALRM bits/signal.h d 137 #define SIGVTALRM 28 -SIGWINCH bits/signal.h d 128 #define SIGWINCH 20 -SIGXCPU bits/signal.h d 139 #define SIGXCPU 30 -SIGXFSZ bits/signal.h d 140 #define SIGXFSZ 31 -SIG_BLOCK bits/signal.h d 93 #define SIG_BLOCK 1 -SIG_SETMASK bits/signal.h d 95 #define SIG_SETMASK 3 -SIG_UNBLOCK bits/signal.h d 94 #define SIG_UNBLOCK 2 -SIOCADDDLCI bits/ioctl.h d 206 #define SIOCADDDLCI 0x8980 -SIOCADDMULTI bits/ioctl.h d 179 #define SIOCADDMULTI 0x8931 -SIOCADDRT bits/ioctl.h d 150 #define SIOCADDRT 0x890B -SIOCATMARK bits/ioctl.h d 147 #define SIOCATMARK 0x8905 -SIOCDARP bits/ioctl.h d 195 #define SIOCDARP 0x8953 -SIOCDELDLCI bits/ioctl.h d 207 #define SIOCDELDLCI 0x8981 -SIOCDELMULTI bits/ioctl.h d 180 #define SIOCDELMULTI 0x8932 -SIOCDELRT bits/ioctl.h d 151 #define SIOCDELRT 0x890C -SIOCDEVPRIVATE bits/ioctl.h d 209 #define SIOCDEVPRIVATE 0x89F0 -SIOCDIFADDR bits/ioctl.h d 185 #define SIOCDIFADDR 0x8936 -SIOCDRARP bits/ioctl.h d 199 #define SIOCDRARP 0x8960 -SIOCGARP bits/ioctl.h d 196 #define SIOCGARP 0x8954 -SIOCGIFADDR bits/ioctl.h d 159 #define SIOCGIFADDR 0x8915 -SIOCGIFBR bits/ioctl.h d 189 #define SIOCGIFBR 0x8940 -SIOCGIFBRDADDR bits/ioctl.h d 163 #define SIOCGIFBRDADDR 0x8919 -SIOCGIFCONF bits/ioctl.h d 156 #define SIOCGIFCONF 0x8912 -SIOCGIFCOUNT bits/ioctl.h d 187 #define SIOCGIFCOUNT 0x8938 -SIOCGIFDSTADDR bits/ioctl.h d 161 #define SIOCGIFDSTADDR 0x8917 -SIOCGIFENCAP bits/ioctl.h d 174 #define SIOCGIFENCAP 0x8925 -SIOCGIFFLAGS bits/ioctl.h d 157 #define SIOCGIFFLAGS 0x8913 -SIOCGIFHWADDR bits/ioctl.h d 176 #define SIOCGIFHWADDR 0x8927 -SIOCGIFINDEX bits/ioctl.h d 181 #define SIOCGIFINDEX 0x8933 -SIOCGIFMAP bits/ioctl.h d 203 #define SIOCGIFMAP 0x8970 -SIOCGIFMEM bits/ioctl.h d 169 #define SIOCGIFMEM 0x891f -SIOCGIFMETRIC bits/ioctl.h d 167 #define SIOCGIFMETRIC 0x891d -SIOCGIFMTU bits/ioctl.h d 171 #define SIOCGIFMTU 0x8921 -SIOCGIFNAME bits/ioctl.h d 154 #define SIOCGIFNAME 0x8910 -SIOCGIFNETMASK bits/ioctl.h d 165 #define SIOCGIFNETMASK 0x891b -SIOCGIFPFLAGS bits/ioctl.h d 184 #define SIOCGIFPFLAGS 0x8935 -SIOCGIFSLAVE bits/ioctl.h d 177 #define SIOCGIFSLAVE 0x8929 -SIOCGIFTXQLEN bits/ioctl.h d 192 #define SIOCGIFTXQLEN 0x8942 -SIOCGPGRP bits/ioctl.h d 146 #define SIOCGPGRP 0x8904 -SIOCGRARP bits/ioctl.h d 200 #define SIOCGRARP 0x8961 -SIOCGSTAMP bits/ioctl.h d 148 #define SIOCGSTAMP 0x8906 -SIOCPROTOPRIVATE bits/ioctl.h d 210 #define SIOCPROTOPRIVATE 0x89E0 -SIOCRTMSG bits/ioctl.h d 152 #define SIOCRTMSG 0x890D -SIOCSARP bits/ioctl.h d 197 #define SIOCSARP 0x8955 -SIOCSIFADDR bits/ioctl.h d 160 #define SIOCSIFADDR 0x8916 -SIOCSIFBR bits/ioctl.h d 190 #define SIOCSIFBR 0x8941 -SIOCSIFBRDADDR bits/ioctl.h d 164 #define SIOCSIFBRDADDR 0x891a -SIOCSIFDSTADDR bits/ioctl.h d 162 #define SIOCSIFDSTADDR 0x8918 -SIOCSIFENCAP bits/ioctl.h d 175 #define SIOCSIFENCAP 0x8926 -SIOCSIFFLAGS bits/ioctl.h d 158 #define SIOCSIFFLAGS 0x8914 -SIOCSIFHWADDR bits/ioctl.h d 173 #define SIOCSIFHWADDR 0x8924 -SIOCSIFHWBROADCAST bits/ioctl.h d 186 #define SIOCSIFHWBROADCAST 0x8937 -SIOCSIFLINK bits/ioctl.h d 155 #define SIOCSIFLINK 0x8911 -SIOCSIFMAP bits/ioctl.h d 204 #define SIOCSIFMAP 0x8971 -SIOCSIFMEM bits/ioctl.h d 170 #define SIOCSIFMEM 0x8920 -SIOCSIFMETRIC bits/ioctl.h d 168 #define SIOCSIFMETRIC 0x891e -SIOCSIFMTU bits/ioctl.h d 172 #define SIOCSIFMTU 0x8922 -SIOCSIFNETMASK bits/ioctl.h d 166 #define SIOCSIFNETMASK 0x891c -SIOCSIFPFLAGS bits/ioctl.h d 183 #define SIOCSIFPFLAGS 0x8934 -SIOCSIFSLAVE bits/ioctl.h d 178 #define SIOCSIFSLAVE 0x8930 -SIOCSIFTXQLEN bits/ioctl.h d 193 #define SIOCSIFTXQLEN 0x8943 -SIOCSPGRP bits/ioctl.h d 144 #define SIOCSPGRP 0x8902 -SIOCSRARP bits/ioctl.h d 201 #define SIOCSRARP 0x8962 -SIOGIFINDEX bits/ioctl.h d 182 #define SIOGIFINDEX SIOCGIFINDEX -SIZE_MAX bits/stdint.h d 20 #define SIZE_MAX UINT64_MAX -SI_ASYNCIO bits/signal.h d 100 #define SI_ASYNCIO (-2) -SI_MESGQ bits/signal.h d 101 #define SI_MESGQ (-4) -SI_TIMER bits/signal.h d 102 #define SI_TIMER (-3) -SOCK_CLOEXEC bits/socket.h d 68 #define SOCK_CLOEXEC 02000000 -SOCK_DGRAM bits/socket.h d 36 #define SOCK_DGRAM 1 -SOCK_NONBLOCK bits/socket.h d 67 #define SOCK_NONBLOCK 0200 -SOCK_STREAM bits/socket.h d 35 #define SOCK_STREAM 2 -SOL_SOCKET bits/socket.h d 37 #define SOL_SOCKET 65535 -SO_ACCEPTCONN bits/socket.h d 55 #define SO_ACCEPTCONN 0x1009 -SO_BROADCAST bits/socket.h d 43 #define SO_BROADCAST 0x0020 -SO_BSDCOMPAT bits/socket.h d 61 #define SO_BSDCOMPAT 14 -SO_DEBUG bits/socket.h d 38 #define SO_DEBUG 1 -SO_DOMAIN bits/socket.h d 57 #define SO_DOMAIN 0x1029 -SO_DONTROUTE bits/socket.h d 42 #define SO_DONTROUTE 0x0010 -SO_ERROR bits/socket.h d 53 #define SO_ERROR 0x1007 -SO_KEEPALIVE bits/socket.h d 41 #define SO_KEEPALIVE 0x0008 -SO_LINGER bits/socket.h d 44 #define SO_LINGER 0x0080 -SO_NO_CHECK bits/socket.h d 59 #define SO_NO_CHECK 11 -SO_OOBINLINE bits/socket.h d 45 #define SO_OOBINLINE 0x0100 -SO_PASSCRED bits/socket.h d 62 #define SO_PASSCRED 17 -SO_PEERCRED bits/socket.h d 63 #define SO_PEERCRED 18 -SO_PRIORITY bits/socket.h d 60 #define SO_PRIORITY 12 -SO_PROTOCOL bits/socket.h d 56 #define SO_PROTOCOL 0x1028 -SO_RCVBUF bits/socket.h d 48 #define SO_RCVBUF 0x1002 -SO_RCVBUFFORCE bits/socket.h d 65 #define SO_RCVBUFFORCE 33 -SO_RCVLOWAT bits/socket.h d 50 #define SO_RCVLOWAT 0x1004 -SO_RCVTIMEO bits/socket.h d 51 #define SO_RCVTIMEO 0x1006 -SO_REUSEADDR bits/socket.h d 40 #define SO_REUSEADDR 0x0004 -SO_REUSEPORT bits/socket.h d 46 #define SO_REUSEPORT 0x0200 -SO_SNDBUF bits/socket.h d 47 #define SO_SNDBUF 0x1001 -SO_SNDBUFFORCE bits/socket.h d 64 #define SO_SNDBUFFORCE 31 -SO_SNDLOWAT bits/socket.h d 49 #define SO_SNDLOWAT 0x1003 -SO_SNDTIMEO bits/socket.h d 52 #define SO_SNDTIMEO 0x1005 -SO_TYPE bits/socket.h d 54 #define SO_TYPE 0x1008 -SYS__newselect bits/syscall.h d 344 #define SYS__newselect 5022 -SYS__sysctl bits/syscall.h d 474 #define SYS__sysctl 5152 -SYS_accept bits/syscall.h d 364 #define SYS_accept 5042 -SYS_accept4 bits/syscall.h d 614 #define SYS_accept4 5293 -SYS_access bits/syscall.h d 342 #define SYS_access 5020 -SYS_acct bits/syscall.h d 480 #define SYS_acct 5158 -SYS_add_key bits/syscall.h d 560 #define SYS_add_key 5239 -SYS_adjtimex bits/syscall.h d 476 #define SYS_adjtimex 5154 -SYS_afs_syscall bits/syscall.h d 498 #define SYS_afs_syscall 5176 -SYS_alarm bits/syscall.h d 359 #define SYS_alarm 5037 -SYS_bind bits/syscall.h d 370 #define SYS_bind 5048 -SYS_bpf bits/syscall.h d 636 #define SYS_bpf 5315 -SYS_brk bits/syscall.h d 334 #define SYS_brk 5012 -SYS_cachectl bits/syscall.h d 520 #define SYS_cachectl 5198 -SYS_cacheflush bits/syscall.h d 519 #define SYS_cacheflush 5197 -SYS_capget bits/syscall.h d 445 #define SYS_capget 5123 -SYS_capset bits/syscall.h d 446 #define SYS_capset 5124 -SYS_chdir bits/syscall.h d 400 #define SYS_chdir 5078 -SYS_chmod bits/syscall.h d 410 #define SYS_chmod 5088 -SYS_chown bits/syscall.h d 412 #define SYS_chown 5090 -SYS_chroot bits/syscall.h d 478 #define SYS_chroot 5156 -SYS_clock_adjtime bits/syscall.h d 621 #define SYS_clock_adjtime 5300 -SYS_clock_getres bits/syscall.h d 545 #define SYS_clock_getres 5223 -SYS_clock_gettime bits/syscall.h d 544 #define SYS_clock_gettime 5222 -SYS_clock_nanosleep bits/syscall.h d 546 #define SYS_clock_nanosleep 5224 -SYS_clock_settime bits/syscall.h d 543 #define SYS_clock_settime 5221 -SYS_clone bits/syscall.h d 377 #define SYS_clone 5055 -SYS_close bits/syscall.h d 325 #define SYS_close 5003 -SYS_connect bits/syscall.h d 363 #define SYS_connect 5041 -SYS_copy_file_range bits/syscall.h d 641 #define SYS_copy_file_range 5320 -SYS_creat bits/syscall.h d 405 #define SYS_creat 5083 -SYS_create_module bits/syscall.h d 489 #define SYS_create_module 5167 -SYS_delete_module bits/syscall.h d 491 #define SYS_delete_module 5169 -SYS_dup bits/syscall.h d 353 #define SYS_dup 5031 -SYS_dup2 bits/syscall.h d 354 #define SYS_dup2 5032 -SYS_dup3 bits/syscall.h d 607 #define SYS_dup3 5286 -SYS_epoll_create bits/syscall.h d 529 #define SYS_epoll_create 5207 -SYS_epoll_create1 bits/syscall.h d 606 #define SYS_epoll_create1 5285 -SYS_epoll_ctl bits/syscall.h d 530 #define SYS_epoll_ctl 5208 -SYS_epoll_pwait bits/syscall.h d 593 #define SYS_epoll_pwait 5272 -SYS_epoll_wait bits/syscall.h d 531 #define SYS_epoll_wait 5209 -SYS_eventfd bits/syscall.h d 599 #define SYS_eventfd 5278 -SYS_eventfd2 bits/syscall.h d 605 #define SYS_eventfd2 5284 -SYS_execve bits/syscall.h d 379 #define SYS_execve 5057 -SYS_execveat bits/syscall.h d 637 #define SYS_execveat 5316 -SYS_exit bits/syscall.h d 380 #define SYS_exit 5058 -SYS_exit_group bits/syscall.h d 527 #define SYS_exit_group 5205 -SYS_faccessat bits/syscall.h d 580 #define SYS_faccessat 5259 -SYS_fadvise64 bits/syscall.h d 537 #define SYS_fadvise64 5215 -SYS_fallocate bits/syscall.h d 600 #define SYS_fallocate 5279 -SYS_fanotify_init bits/syscall.h d 616 #define SYS_fanotify_init 5295 -SYS_fanotify_mark bits/syscall.h d 617 #define SYS_fanotify_mark 5296 -SYS_fchdir bits/syscall.h d 401 #define SYS_fchdir 5079 -SYS_fchmod bits/syscall.h d 411 #define SYS_fchmod 5089 -SYS_fchmodat bits/syscall.h d 579 #define SYS_fchmodat 5258 -SYS_fchown bits/syscall.h d 413 #define SYS_fchown 5091 -SYS_fchownat bits/syscall.h d 571 #define SYS_fchownat 5250 -SYS_fcntl bits/syscall.h d 392 #define SYS_fcntl 5070 -SYS_fdatasync bits/syscall.h d 395 #define SYS_fdatasync 5073 -SYS_fgetxattr bits/syscall.h d 507 #define SYS_fgetxattr 5185 -SYS_finit_module bits/syscall.h d 628 #define SYS_finit_module 5307 -SYS_flistxattr bits/syscall.h d 510 #define SYS_flistxattr 5188 -SYS_flock bits/syscall.h d 393 #define SYS_flock 5071 -SYS_fork bits/syscall.h d 378 #define SYS_fork 5056 -SYS_fremovexattr bits/syscall.h d 513 #define SYS_fremovexattr 5191 -SYS_fsetxattr bits/syscall.h d 504 #define SYS_fsetxattr 5182 -SYS_fstat bits/syscall.h d 327 #define SYS_fstat 5005 -SYS_fstatfs bits/syscall.h d 457 #define SYS_fstatfs 5135 -SYS_fsync bits/syscall.h d 394 #define SYS_fsync 5072 -SYS_ftruncate bits/syscall.h d 397 #define SYS_ftruncate 5075 -SYS_futex bits/syscall.h d 516 #define SYS_futex 5194 -SYS_futimesat bits/syscall.h d 572 #define SYS_futimesat 5251 -SYS_get_kernel_syms bits/syscall.h d 492 #define SYS_get_kernel_syms 5170 -SYS_get_mempolicy bits/syscall.h d 550 #define SYS_get_mempolicy 5228 -SYS_get_robust_list bits/syscall.h d 590 #define SYS_get_robust_list 5269 -SYS_getcpu bits/syscall.h d 592 #define SYS_getcpu 5271 -SYS_getcwd bits/syscall.h d 399 #define SYS_getcwd 5077 -SYS_getdents bits/syscall.h d 398 #define SYS_getdents 5076 -SYS_getdents64 bits/syscall.h d 629 #define SYS_getdents64 5308 -SYS_getegid bits/syscall.h d 428 #define SYS_getegid 5106 -SYS_geteuid bits/syscall.h d 427 #define SYS_geteuid 5105 -SYS_getgid bits/syscall.h d 424 #define SYS_getgid 5102 -SYS_getgroups bits/syscall.h d 435 #define SYS_getgroups 5113 -SYS_getitimer bits/syscall.h d 357 #define SYS_getitimer 5035 -SYS_getpeername bits/syscall.h d 373 #define SYS_getpeername 5051 -SYS_getpgid bits/syscall.h d 441 #define SYS_getpgid 5119 -SYS_getpgrp bits/syscall.h d 431 #define SYS_getpgrp 5109 -SYS_getpid bits/syscall.h d 360 #define SYS_getpid 5038 -SYS_getpmsg bits/syscall.h d 496 #define SYS_getpmsg 5174 -SYS_getppid bits/syscall.h d 430 #define SYS_getppid 5108 -SYS_getpriority bits/syscall.h d 459 #define SYS_getpriority 5137 -SYS_getrandom bits/syscall.h d 634 #define SYS_getrandom 5313 -SYS_getresgid bits/syscall.h d 440 #define SYS_getresgid 5118 -SYS_getresuid bits/syscall.h d 438 #define SYS_getresuid 5116 -SYS_getrlimit bits/syscall.h d 417 #define SYS_getrlimit 5095 -SYS_getrusage bits/syscall.h d 418 #define SYS_getrusage 5096 -SYS_getsid bits/syscall.h d 444 #define SYS_getsid 5122 -SYS_getsockname bits/syscall.h d 372 #define SYS_getsockname 5050 -SYS_getsockopt bits/syscall.h d 376 #define SYS_getsockopt 5054 -SYS_gettid bits/syscall.h d 500 #define SYS_gettid 5178 -SYS_gettimeofday bits/syscall.h d 416 #define SYS_gettimeofday 5094 -SYS_getuid bits/syscall.h d 422 #define SYS_getuid 5100 -SYS_getxattr bits/syscall.h d 505 #define SYS_getxattr 5183 -SYS_init_module bits/syscall.h d 490 #define SYS_init_module 5168 -SYS_inotify_add_watch bits/syscall.h d 565 #define SYS_inotify_add_watch 5244 -SYS_inotify_init bits/syscall.h d 564 #define SYS_inotify_init 5243 -SYS_inotify_init1 bits/syscall.h d 609 #define SYS_inotify_init1 5288 -SYS_inotify_rm_watch bits/syscall.h d 566 #define SYS_inotify_rm_watch 5245 -SYS_io_cancel bits/syscall.h d 526 #define SYS_io_cancel 5204 -SYS_io_destroy bits/syscall.h d 523 #define SYS_io_destroy 5201 -SYS_io_getevents bits/syscall.h d 524 #define SYS_io_getevents 5202 -SYS_io_setup bits/syscall.h d 522 #define SYS_io_setup 5200 -SYS_io_submit bits/syscall.h d 525 #define SYS_io_submit 5203 -SYS_ioctl bits/syscall.h d 337 #define SYS_ioctl 5015 -SYS_ioprio_get bits/syscall.h d 595 #define SYS_ioprio_get 5274 -SYS_ioprio_set bits/syscall.h d 594 #define SYS_ioprio_set 5273 -SYS_kcmp bits/syscall.h d 627 #define SYS_kcmp 5306 -SYS_kexec_load bits/syscall.h d 591 #define SYS_kexec_load 5270 -SYS_keyctl bits/syscall.h d 562 #define SYS_keyctl 5241 -SYS_kill bits/syscall.h d 382 #define SYS_kill 5060 -SYS_lchown bits/syscall.h d 414 #define SYS_lchown 5092 -SYS_lgetxattr bits/syscall.h d 506 #define SYS_lgetxattr 5184 -SYS_link bits/syscall.h d 406 #define SYS_link 5084 -SYS_linkat bits/syscall.h d 576 #define SYS_linkat 5255 -SYS_listen bits/syscall.h d 371 #define SYS_listen 5049 -SYS_listxattr bits/syscall.h d 508 #define SYS_listxattr 5186 -SYS_llistxattr bits/syscall.h d 509 #define SYS_llistxattr 5187 -SYS_lookup_dcookie bits/syscall.h d 528 #define SYS_lookup_dcookie 5206 -SYS_lremovexattr bits/syscall.h d 512 #define SYS_lremovexattr 5190 -SYS_lseek bits/syscall.h d 330 #define SYS_lseek 5008 -SYS_lsetxattr bits/syscall.h d 503 #define SYS_lsetxattr 5181 -SYS_lstat bits/syscall.h d 328 #define SYS_lstat 5006 -SYS_madvise bits/syscall.h d 349 #define SYS_madvise 5027 -SYS_mbind bits/syscall.h d 549 #define SYS_mbind 5227 -SYS_membarrier bits/syscall.h d 639 #define SYS_membarrier 5318 -SYS_memfd_create bits/syscall.h d 635 #define SYS_memfd_create 5314 -SYS_migrate_pages bits/syscall.h d 567 #define SYS_migrate_pages 5246 -SYS_mincore bits/syscall.h d 348 #define SYS_mincore 5026 -SYS_mkdir bits/syscall.h d 403 #define SYS_mkdir 5081 -SYS_mkdirat bits/syscall.h d 569 #define SYS_mkdirat 5248 -SYS_mknod bits/syscall.h d 453 #define SYS_mknod 5131 -SYS_mknodat bits/syscall.h d 570 #define SYS_mknodat 5249 -SYS_mlock bits/syscall.h d 468 #define SYS_mlock 5146 -SYS_mlock2 bits/syscall.h d 640 #define SYS_mlock2 5319 -SYS_mlockall bits/syscall.h d 470 #define SYS_mlockall 5148 -SYS_mmap bits/syscall.h d 331 #define SYS_mmap 5009 -SYS_mount bits/syscall.h d 482 #define SYS_mount 5160 -SYS_move_pages bits/syscall.h d 588 #define SYS_move_pages 5267 -SYS_mprotect bits/syscall.h d 332 #define SYS_mprotect 5010 -SYS_mq_getsetattr bits/syscall.h d 557 #define SYS_mq_getsetattr 5235 -SYS_mq_notify bits/syscall.h d 556 #define SYS_mq_notify 5234 -SYS_mq_open bits/syscall.h d 552 #define SYS_mq_open 5230 -SYS_mq_timedreceive bits/syscall.h d 555 #define SYS_mq_timedreceive 5233 -SYS_mq_timedsend bits/syscall.h d 554 #define SYS_mq_timedsend 5232 -SYS_mq_unlink bits/syscall.h d 553 #define SYS_mq_unlink 5231 -SYS_mremap bits/syscall.h d 346 #define SYS_mremap 5024 -SYS_msgctl bits/syscall.h d 391 #define SYS_msgctl 5069 -SYS_msgget bits/syscall.h d 388 #define SYS_msgget 5066 -SYS_msgrcv bits/syscall.h d 390 #define SYS_msgrcv 5068 -SYS_msgsnd bits/syscall.h d 389 #define SYS_msgsnd 5067 -SYS_msync bits/syscall.h d 347 #define SYS_msync 5025 -SYS_munlock bits/syscall.h d 469 #define SYS_munlock 5147 -SYS_munlockall bits/syscall.h d 471 #define SYS_munlockall 5149 -SYS_munmap bits/syscall.h d 333 #define SYS_munmap 5011 -SYS_name_to_handle_at bits/syscall.h d 619 #define SYS_name_to_handle_at 5298 -SYS_nanosleep bits/syscall.h d 356 #define SYS_nanosleep 5034 -SYS_newfstatat bits/syscall.h d 573 #define SYS_newfstatat 5252 -SYS_nfsservctl bits/syscall.h d 495 #define SYS_nfsservctl 5173 -SYS_open bits/syscall.h d 324 #define SYS_open 5002 -SYS_open_by_handle_at bits/syscall.h d 620 #define SYS_open_by_handle_at 5299 -SYS_openat bits/syscall.h d 568 #define SYS_openat 5247 -SYS_pause bits/syscall.h d 355 #define SYS_pause 5033 -SYS_perf_event_open bits/syscall.h d 613 #define SYS_perf_event_open 5292 -SYS_personality bits/syscall.h d 454 #define SYS_personality 5132 -SYS_pipe bits/syscall.h d 343 #define SYS_pipe 5021 -SYS_pipe2 bits/syscall.h d 608 #define SYS_pipe2 5287 -SYS_pivot_root bits/syscall.h d 473 #define SYS_pivot_root 5151 -SYS_poll bits/syscall.h d 329 #define SYS_poll 5007 -SYS_ppoll bits/syscall.h d 582 #define SYS_ppoll 5261 -SYS_prctl bits/syscall.h d 475 #define SYS_prctl 5153 -SYS_pread64 bits/syscall.h d 338 #define SYS_pread64 5016 -SYS_preadv bits/syscall.h d 610 #define SYS_preadv 5289 -SYS_prlimit64 bits/syscall.h d 618 #define SYS_prlimit64 5297 -SYS_process_vm_readv bits/syscall.h d 625 #define SYS_process_vm_readv 5304 -SYS_process_vm_writev bits/syscall.h d 626 #define SYS_process_vm_writev 5305 -SYS_pselect6 bits/syscall.h d 581 #define SYS_pselect6 5260 -SYS_ptrace bits/syscall.h d 421 #define SYS_ptrace 5099 -SYS_putpmsg bits/syscall.h d 497 #define SYS_putpmsg 5175 -SYS_pwrite64 bits/syscall.h d 339 #define SYS_pwrite64 5017 -SYS_pwritev bits/syscall.h d 611 #define SYS_pwritev 5290 -SYS_query_module bits/syscall.h d 493 #define SYS_query_module 5171 -SYS_quotactl bits/syscall.h d 494 #define SYS_quotactl 5172 -SYS_read bits/syscall.h d 322 #define SYS_read 5000 -SYS_readahead bits/syscall.h d 501 #define SYS_readahead 5179 -SYS_readlink bits/syscall.h d 409 #define SYS_readlink 5087 -SYS_readlinkat bits/syscall.h d 578 #define SYS_readlinkat 5257 -SYS_readv bits/syscall.h d 340 #define SYS_readv 5018 -SYS_reboot bits/syscall.h d 486 #define SYS_reboot 5164 -SYS_recvfrom bits/syscall.h d 366 #define SYS_recvfrom 5044 -SYS_recvmmsg bits/syscall.h d 615 #define SYS_recvmmsg 5294 -SYS_recvmsg bits/syscall.h d 368 #define SYS_recvmsg 5046 -SYS_remap_file_pages bits/syscall.h d 532 #define SYS_remap_file_pages 5210 -SYS_removexattr bits/syscall.h d 511 #define SYS_removexattr 5189 -SYS_rename bits/syscall.h d 402 #define SYS_rename 5080 -SYS_renameat bits/syscall.h d 575 #define SYS_renameat 5254 -SYS_renameat2 bits/syscall.h d 632 #define SYS_renameat2 5311 -SYS_request_key bits/syscall.h d 561 #define SYS_request_key 5240 -SYS_reserved177 bits/syscall.h d 499 #define SYS_reserved177 5177 -SYS_reserved193 bits/syscall.h d 515 #define SYS_reserved193 5193 -SYS_restart_syscall bits/syscall.h d 535 #define SYS_restart_syscall 5213 -SYS_rmdir bits/syscall.h d 404 #define SYS_rmdir 5082 -SYS_rt_sigaction bits/syscall.h d 335 #define SYS_rt_sigaction 5013 -SYS_rt_sigpending bits/syscall.h d 447 #define SYS_rt_sigpending 5125 -SYS_rt_sigprocmask bits/syscall.h d 336 #define SYS_rt_sigprocmask 5014 -SYS_rt_sigqueueinfo bits/syscall.h d 449 #define SYS_rt_sigqueueinfo 5127 -SYS_rt_sigreturn bits/syscall.h d 533 #define SYS_rt_sigreturn 5211 -SYS_rt_sigsuspend bits/syscall.h d 450 #define SYS_rt_sigsuspend 5128 -SYS_rt_sigtimedwait bits/syscall.h d 448 #define SYS_rt_sigtimedwait 5126 -SYS_rt_tgsigqueueinfo bits/syscall.h d 612 #define SYS_rt_tgsigqueueinfo 5291 -SYS_sched_get_priority_max bits/syscall.h d 465 #define SYS_sched_get_priority_max 5143 -SYS_sched_get_priority_min bits/syscall.h d 466 #define SYS_sched_get_priority_min 5144 -SYS_sched_getaffinity bits/syscall.h d 518 #define SYS_sched_getaffinity 5196 -SYS_sched_getattr bits/syscall.h d 631 #define SYS_sched_getattr 5310 -SYS_sched_getparam bits/syscall.h d 462 #define SYS_sched_getparam 5140 -SYS_sched_getscheduler bits/syscall.h d 464 #define SYS_sched_getscheduler 5142 -SYS_sched_rr_get_interval bits/syscall.h d 467 #define SYS_sched_rr_get_interval 5145 -SYS_sched_setaffinity bits/syscall.h d 517 #define SYS_sched_setaffinity 5195 -SYS_sched_setattr bits/syscall.h d 630 #define SYS_sched_setattr 5309 -SYS_sched_setparam bits/syscall.h d 461 #define SYS_sched_setparam 5139 -SYS_sched_setscheduler bits/syscall.h d 463 #define SYS_sched_setscheduler 5141 -SYS_sched_yield bits/syscall.h d 345 #define SYS_sched_yield 5023 -SYS_seccomp bits/syscall.h d 633 #define SYS_seccomp 5312 -SYS_semctl bits/syscall.h d 386 #define SYS_semctl 5064 -SYS_semget bits/syscall.h d 384 #define SYS_semget 5062 -SYS_semop bits/syscall.h d 385 #define SYS_semop 5063 -SYS_semtimedop bits/syscall.h d 536 #define SYS_semtimedop 5214 -SYS_sendfile bits/syscall.h d 361 #define SYS_sendfile 5039 -SYS_sendmmsg bits/syscall.h d 623 #define SYS_sendmmsg 5302 -SYS_sendmsg bits/syscall.h d 367 #define SYS_sendmsg 5045 -SYS_sendto bits/syscall.h d 365 #define SYS_sendto 5043 -SYS_set_mempolicy bits/syscall.h d 551 #define SYS_set_mempolicy 5229 -SYS_set_robust_list bits/syscall.h d 589 #define SYS_set_robust_list 5268 -SYS_set_thread_area bits/syscall.h d 563 #define SYS_set_thread_area 5242 -SYS_set_tid_address bits/syscall.h d 534 #define SYS_set_tid_address 5212 -SYS_setdomainname bits/syscall.h d 488 #define SYS_setdomainname 5166 -SYS_setfsgid bits/syscall.h d 443 #define SYS_setfsgid 5121 -SYS_setfsuid bits/syscall.h d 442 #define SYS_setfsuid 5120 -SYS_setgid bits/syscall.h d 426 #define SYS_setgid 5104 -SYS_setgroups bits/syscall.h d 436 #define SYS_setgroups 5114 -SYS_sethostname bits/syscall.h d 487 #define SYS_sethostname 5165 -SYS_setitimer bits/syscall.h d 358 #define SYS_setitimer 5036 -SYS_setns bits/syscall.h d 624 #define SYS_setns 5303 -SYS_setpgid bits/syscall.h d 429 #define SYS_setpgid 5107 -SYS_setpriority bits/syscall.h d 460 #define SYS_setpriority 5138 -SYS_setregid bits/syscall.h d 434 #define SYS_setregid 5112 -SYS_setresgid bits/syscall.h d 439 #define SYS_setresgid 5117 -SYS_setresuid bits/syscall.h d 437 #define SYS_setresuid 5115 -SYS_setreuid bits/syscall.h d 433 #define SYS_setreuid 5111 -SYS_setrlimit bits/syscall.h d 477 #define SYS_setrlimit 5155 -SYS_setsid bits/syscall.h d 432 #define SYS_setsid 5110 -SYS_setsockopt bits/syscall.h d 375 #define SYS_setsockopt 5053 -SYS_settimeofday bits/syscall.h d 481 #define SYS_settimeofday 5159 -SYS_setuid bits/syscall.h d 425 #define SYS_setuid 5103 -SYS_setxattr bits/syscall.h d 502 #define SYS_setxattr 5180 -SYS_shmat bits/syscall.h d 351 #define SYS_shmat 5029 -SYS_shmctl bits/syscall.h d 352 #define SYS_shmctl 5030 -SYS_shmdt bits/syscall.h d 387 #define SYS_shmdt 5065 -SYS_shmget bits/syscall.h d 350 #define SYS_shmget 5028 -SYS_shutdown bits/syscall.h d 369 #define SYS_shutdown 5047 -SYS_sigaltstack bits/syscall.h d 451 #define SYS_sigaltstack 5129 -SYS_signalfd bits/syscall.h d 597 #define SYS_signalfd 5276 -SYS_signalfd4 bits/syscall.h d 604 #define SYS_signalfd4 5283 -SYS_socket bits/syscall.h d 362 #define SYS_socket 5040 -SYS_socketpair bits/syscall.h d 374 #define SYS_socketpair 5052 -SYS_splice bits/syscall.h d 584 #define SYS_splice 5263 -SYS_stat bits/syscall.h d 326 #define SYS_stat 5004 -SYS_statfs bits/syscall.h d 456 #define SYS_statfs 5134 -SYS_swapoff bits/syscall.h d 485 #define SYS_swapoff 5163 -SYS_swapon bits/syscall.h d 484 #define SYS_swapon 5162 -SYS_symlink bits/syscall.h d 408 #define SYS_symlink 5086 -SYS_symlinkat bits/syscall.h d 577 #define SYS_symlinkat 5256 -SYS_sync bits/syscall.h d 479 #define SYS_sync 5157 -SYS_sync_file_range bits/syscall.h d 585 #define SYS_sync_file_range 5264 -SYS_syncfs bits/syscall.h d 622 #define SYS_syncfs 5301 -SYS_sysfs bits/syscall.h d 458 #define SYS_sysfs 5136 -SYS_sysinfo bits/syscall.h d 419 #define SYS_sysinfo 5097 -SYS_syslog bits/syscall.h d 423 #define SYS_syslog 5101 -SYS_sysmips bits/syscall.h d 521 #define SYS_sysmips 5199 -SYS_tee bits/syscall.h d 586 #define SYS_tee 5265 -SYS_tgkill bits/syscall.h d 547 #define SYS_tgkill 5225 -SYS_timer_create bits/syscall.h d 538 #define SYS_timer_create 5216 -SYS_timer_delete bits/syscall.h d 542 #define SYS_timer_delete 5220 -SYS_timer_getoverrun bits/syscall.h d 541 #define SYS_timer_getoverrun 5219 -SYS_timer_gettime bits/syscall.h d 540 #define SYS_timer_gettime 5218 -SYS_timer_settime bits/syscall.h d 539 #define SYS_timer_settime 5217 -SYS_timerfd bits/syscall.h d 598 #define SYS_timerfd 5277 -SYS_timerfd_create bits/syscall.h d 601 #define SYS_timerfd_create 5280 -SYS_timerfd_gettime bits/syscall.h d 602 #define SYS_timerfd_gettime 5281 -SYS_timerfd_settime bits/syscall.h d 603 #define SYS_timerfd_settime 5282 -SYS_times bits/syscall.h d 420 #define SYS_times 5098 -SYS_tkill bits/syscall.h d 514 #define SYS_tkill 5192 -SYS_truncate bits/syscall.h d 396 #define SYS_truncate 5074 -SYS_umask bits/syscall.h d 415 #define SYS_umask 5093 -SYS_umount2 bits/syscall.h d 483 #define SYS_umount2 5161 -SYS_uname bits/syscall.h d 383 #define SYS_uname 5061 -SYS_unlink bits/syscall.h d 407 #define SYS_unlink 5085 -SYS_unlinkat bits/syscall.h d 574 #define SYS_unlinkat 5253 -SYS_unshare bits/syscall.h d 583 #define SYS_unshare 5262 -SYS_userfaultfd bits/syscall.h d 638 #define SYS_userfaultfd 5317 -SYS_ustat bits/syscall.h d 455 #define SYS_ustat 5133 -SYS_utime bits/syscall.h d 452 #define SYS_utime 5130 -SYS_utimensat bits/syscall.h d 596 #define SYS_utimensat 5275 -SYS_utimes bits/syscall.h d 548 #define SYS_utimes 5226 -SYS_vhangup bits/syscall.h d 472 #define SYS_vhangup 5150 -SYS_vmsplice bits/syscall.h d 587 #define SYS_vmsplice 5266 -SYS_vserver bits/syscall.h d 558 #define SYS_vserver 5236 -SYS_wait4 bits/syscall.h d 381 #define SYS_wait4 5059 -SYS_waitid bits/syscall.h d 559 #define SYS_waitid 5237 -SYS_write bits/syscall.h d 323 #define SYS_write 5001 -SYS_writev bits/syscall.h d 341 #define SYS_writev 5019 -TAB0 bits/termios.h d 62 #define TAB0 0000000 -TAB1 bits/termios.h d 63 #define TAB1 0004000 -TAB2 bits/termios.h d 64 #define TAB2 0010000 -TAB3 bits/termios.h d 65 #define TAB3 0014000 -TABDLY bits/termios.h d 61 #define TABDLY 0014000 -TCFLSH bits/ioctl.h d 17 #define TCFLSH 0x5407 -TCGETA bits/ioctl.h d 11 #define TCGETA 0x5401 -TCGETS bits/ioctl.h d 18 #define TCGETS 0x540D -TCGETX bits/ioctl.h d 87 #define TCGETX 0x5432 -TCIFLUSH bits/termios.h d 149 #define TCIFLUSH 0 -TCIOFF bits/termios.h d 146 #define TCIOFF 2 -TCIOFLUSH bits/termios.h d 151 #define TCIOFLUSH 2 -TCION bits/termios.h d 147 #define TCION 3 -TCOFLUSH bits/termios.h d 150 #define TCOFLUSH 1 -TCOOFF bits/termios.h d 144 #define TCOOFF 0 -TCOON bits/termios.h d 145 #define TCOON 1 -TCSADRAIN bits/termios.h d 154 #define TCSADRAIN 1 -TCSAFLUSH bits/termios.h d 155 #define TCSAFLUSH 2 -TCSANOW bits/termios.h d 153 #define TCSANOW 0 -TCSBRK bits/ioctl.h d 15 #define TCSBRK 0x5405 -TCSBRKP bits/ioctl.h d 70 #define TCSBRKP 0x5486 -TCSETA bits/ioctl.h d 12 #define TCSETA 0x5402 -TCSETAF bits/ioctl.h d 14 #define TCSETAF 0x5404 -TCSETAW bits/ioctl.h d 13 #define TCSETAW 0x5403 -TCSETS bits/ioctl.h d 19 #define TCSETS 0x540E -TCSETSF bits/ioctl.h d 21 #define TCSETSF 0x5410 -TCSETSW bits/ioctl.h d 20 #define TCSETSW 0x540F -TCSETX bits/ioctl.h d 88 #define TCSETX 0x5433 -TCSETXF bits/ioctl.h d 89 #define TCSETXF 0x5434 -TCSETXW bits/ioctl.h d 90 #define TCSETXW 0x5435 -TCXONC bits/ioctl.h d 16 #define TCXONC 0x5406 -TIOCCBRK bits/ioctl.h d 59 #define TIOCCBRK 0x5428 -TIOCCONS bits/ioctl.h d 49 #define TIOCCONS _IOW('t', 120, int) -TIOCEXCL bits/ioctl.h d 23 #define TIOCEXCL 0x740D -TIOCGETD bits/ioctl.h d 37 #define TIOCGETD 0x7400 -TIOCGETP bits/ioctl.h d 54 #define TIOCGETP 0x7408 -TIOCGHAYESESP bits/ioctl.h d 83 #define TIOCGHAYESESP 0x5493 -TIOCGICOUNT bits/ioctl.h d 82 #define TIOCGICOUNT 0x5492 -TIOCGLCKTRMIOS bits/ioctl.h d 75 #define TIOCGLCKTRMIOS 0x548B -TIOCGLTC bits/ioctl.h d 45 #define TIOCGLTC 0x7474 -TIOCGPGRP bits/ioctl.h d 48 #define TIOCGPGRP _IOR('t', 119, int) -TIOCGPTN bits/ioctl.h d 61 #define TIOCGPTN _IOR('T', 0x30, unsigned int) -TIOCGSERIAL bits/ioctl.h d 68 #define TIOCGSERIAL 0x5484 -TIOCGSID bits/ioctl.h d 60 #define TIOCGSID 0x7416 -TIOCGSOFTCAR bits/ioctl.h d 65 #define TIOCGSOFTCAR 0x5481 -TIOCGWINSZ bits/ioctl.h d 34 #define TIOCGWINSZ _IOR('t', 104, struct winsize) -TIOCINQ bits/ioctl.h d 52 #define TIOCINQ FIONREAD -TIOCLINUX bits/ioctl.h d 67 #define TIOCLINUX 0x5483 -TIOCMBIC bits/ioctl.h d 29 #define TIOCMBIC 0x741C -TIOCMBIS bits/ioctl.h d 28 #define TIOCMBIS 0x741B -TIOCMGET bits/ioctl.h d 27 #define TIOCMGET 0x741D -TIOCMIWAIT bits/ioctl.h d 81 #define TIOCMIWAIT 0x5491 -TIOCMSET bits/ioctl.h d 30 #define TIOCMSET 0x741D -TIOCM_CAR bits/ioctl.h d 116 #define TIOCM_CAR 0x040 -TIOCM_CD bits/ioctl.h d 119 #define TIOCM_CD TIOCM_CAR -TIOCM_CTS bits/ioctl.h d 115 #define TIOCM_CTS 0x020 -TIOCM_DSR bits/ioctl.h d 118 #define TIOCM_DSR 0x100 -TIOCM_DTR bits/ioctl.h d 111 #define TIOCM_DTR 0x002 -TIOCM_LE bits/ioctl.h d 110 #define TIOCM_LE 0x001 -TIOCM_LOOP bits/ioctl.h d 123 #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d 124 #define TIOCM_MODEM_BITS TIOCM_OUT2 -TIOCM_OUT1 bits/ioctl.h d 121 #define TIOCM_OUT1 0x2000 -TIOCM_OUT2 bits/ioctl.h d 122 #define TIOCM_OUT2 0x4000 -TIOCM_RI bits/ioctl.h d 120 #define TIOCM_RI TIOCM_RNG -TIOCM_RNG bits/ioctl.h d 117 #define TIOCM_RNG 0x080 -TIOCM_RTS bits/ioctl.h d 112 #define TIOCM_RTS 0x004 -TIOCM_SR bits/ioctl.h d 114 #define TIOCM_SR 0x010 -TIOCM_ST bits/ioctl.h d 113 #define TIOCM_ST 0x008 -TIOCNOTTY bits/ioctl.h d 35 #define TIOCNOTTY 0x5471 -TIOCNXCL bits/ioctl.h d 24 #define TIOCNXCL 0x740E -TIOCOUTQ bits/ioctl.h d 25 #define TIOCOUTQ 0x7472 -TIOCPKT bits/ioctl.h d 32 #define TIOCPKT 0x5470 -TIOCPKT_DATA bits/ioctl.h d 92 #define TIOCPKT_DATA 0 -TIOCPKT_DOSTOP bits/ioctl.h d 98 #define TIOCPKT_DOSTOP 32 -TIOCPKT_FLUSHREAD bits/ioctl.h d 93 #define TIOCPKT_FLUSHREAD 1 -TIOCPKT_FLUSHWRITE bits/ioctl.h d 94 #define TIOCPKT_FLUSHWRITE 2 -TIOCPKT_IOCTL bits/ioctl.h d 99 #define TIOCPKT_IOCTL 64 -TIOCPKT_NOSTOP bits/ioctl.h d 97 #define TIOCPKT_NOSTOP 16 -TIOCPKT_START bits/ioctl.h d 96 #define TIOCPKT_START 8 -TIOCPKT_STOP bits/ioctl.h d 95 #define TIOCPKT_STOP 4 -TIOCSBRK bits/ioctl.h d 58 #define TIOCSBRK 0x5427 -TIOCSCTTY bits/ioctl.h d 64 #define TIOCSCTTY 0x5480 -TIOCSERCONFIG bits/ioctl.h d 72 #define TIOCSERCONFIG 0x5488 -TIOCSERGETLSR bits/ioctl.h d 78 #define TIOCSERGETLSR 0x548E -TIOCSERGETMULTI bits/ioctl.h d 79 #define TIOCSERGETMULTI 0x548F -TIOCSERGSTRUCT bits/ioctl.h d 77 #define TIOCSERGSTRUCT 0x548D -TIOCSERGWILD bits/ioctl.h d 73 #define TIOCSERGWILD 0x5489 -TIOCSERSETMULTI bits/ioctl.h d 80 #define TIOCSERSETMULTI 0x5490 -TIOCSERSWILD bits/ioctl.h d 74 #define TIOCSERSWILD 0x548A -TIOCSER_TEMT bits/ioctl.h d 101 #define TIOCSER_TEMT 0x01 -TIOCSER_TEMT bits/termios.h d 165 #define TIOCSER_TEMT 1 -TIOCSETD bits/ioctl.h d 36 #define TIOCSETD 0x7401 -TIOCSETN bits/ioctl.h d 56 #define TIOCSETN 0x740A -TIOCSETP bits/ioctl.h d 55 #define TIOCSETP 0x7409 -TIOCSHAYESESP bits/ioctl.h d 84 #define TIOCSHAYESESP 0x5494 -TIOCSLCKTRMIOS bits/ioctl.h d 76 #define TIOCSLCKTRMIOS 0x548C -TIOCSLTC bits/ioctl.h d 46 #define TIOCSLTC 0x7475 -TIOCSPGRP bits/ioctl.h d 47 #define TIOCSPGRP _IOW('t', 118, int) -TIOCSPTLCK bits/ioctl.h d 62 #define TIOCSPTLCK _IOW('T', 0x31, int) -TIOCSSERIAL bits/ioctl.h d 69 #define TIOCSSERIAL 0x5485 -TIOCSSOFTCAR bits/ioctl.h d 66 #define TIOCSSOFTCAR 0x5482 -TIOCSTI bits/ioctl.h d 26 #define TIOCSTI 0x5472 -TIOCSWINSZ bits/ioctl.h d 33 #define TIOCSWINSZ _IOW('t', 103, struct winsize) -TIOCTTYGSTRUCT bits/ioctl.h d 86 #define TIOCTTYGSTRUCT 0x5426 -TOSTOP bits/termios.h d 141 #define TOSTOP 0100000 -UINTPTR_MAX bits/stdint.h d 17 #define UINTPTR_MAX UINT64_MAX -UINT_FAST16_MAX bits/stdint.h d 12 #define UINT_FAST16_MAX UINT32_MAX -UINT_FAST32_MAX bits/stdint.h d 13 #define UINT_FAST32_MAX UINT32_MAX -VDISCARD bits/termios.h d 23 #define VDISCARD 13 -VEOF bits/termios.h d 26 #define VEOF 16 -VEOL bits/termios.h d 27 #define VEOL 17 -VEOL2 bits/termios.h d 16 #define VEOL2 6 -VERASE bits/termios.h d 12 #define VERASE 2 -VINTR bits/termios.h d 10 #define VINTR 0 -VKILL bits/termios.h d 13 #define VKILL 3 -VLNEXT bits/termios.h d 25 #define VLNEXT 15 -VMIN bits/termios.h d 14 #define VMIN 4 -VQUIT bits/termios.h d 11 #define VQUIT 1 -VREPRINT bits/termios.h d 22 #define VREPRINT 12 -VSTART bits/termios.h d 19 #define VSTART 8 -VSTOP bits/termios.h d 20 #define VSTOP 9 -VSUSP bits/termios.h d 21 #define VSUSP 10 -VSWTC bits/termios.h d 17 #define VSWTC 7 -VSWTCH bits/termios.h d 18 #define VSWTCH 7 -VT0 bits/termios.h d 74 #define VT0 0000000 -VT1 bits/termios.h d 75 #define VT1 0040000 -VTDLY bits/termios.h d 73 #define VTDLY 0040000 -VTIME bits/termios.h d 15 #define VTIME 5 -VWERASE bits/termios.h d 24 #define VWERASE 14 -XCASE bits/termios.h d 129 #define XCASE 0000004 -XTABS bits/termios.h d 164 #define XTABS 0014000 -_Addr bits/alltypes.h d 1 #define _Addr long -_IO bits/ioctl.h d 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) -_IOC bits/ioctl.h d 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) -_IOC_NONE bits/ioctl.h d 2 #define _IOC_NONE 1U -_IOC_READ bits/ioctl.h d 3 #define _IOC_READ 2U -_IOC_WRITE bits/ioctl.h d 4 #define _IOC_WRITE 4U -_IOR bits/ioctl.h d 8 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) -_IOW bits/ioctl.h d 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) -_IOWR bits/ioctl.h d 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) -_Int64 bits/alltypes.h d 2 #define _Int64 long -_NSIG bits/signal.h d 143 #define _NSIG 128 -_POSIX_V6_LP64_OFFBIG bits/posix.h d 1 #define _POSIX_V6_LP64_OFFBIG 1 -_POSIX_V7_LP64_OFFBIG bits/posix.h d 2 #define _POSIX_V7_LP64_OFFBIG 1 -_Reg bits/alltypes.h d 3 #define _Reg long -__BYTE_ORDER bits/endian.h d 2 #define __BYTE_ORDER __LITTLE_ENDIAN -__BYTE_ORDER bits/endian.h d 4 #define __BYTE_ORDER __BIG_ENDIAN -__DEFINED_FILE bits/alltypes.h d 350 #define __DEFINED_FILE -__DEFINED___isoc_va_list bits/alltypes.h d 12 #define __DEFINED___isoc_va_list -__DEFINED_blkcnt_t bits/alltypes.h d 217 #define __DEFINED_blkcnt_t -__DEFINED_blksize_t bits/alltypes.h d 212 #define __DEFINED_blksize_t -__DEFINED_clock_t bits/alltypes.h d 254 #define __DEFINED_clock_t -__DEFINED_clockid_t bits/alltypes.h d 249 #define __DEFINED_clockid_t -__DEFINED_cnd_t bits/alltypes.h d 80 #define __DEFINED_cnd_t -__DEFINED_dev_t bits/alltypes.h d 207 #define __DEFINED_dev_t -__DEFINED_double_t bits/alltypes.h d 31 #define __DEFINED_double_t -__DEFINED_float_t bits/alltypes.h d 26 #define __DEFINED_float_t -__DEFINED_fsblkcnt_t bits/alltypes.h d 222 #define __DEFINED_fsblkcnt_t -__DEFINED_fsfilcnt_t bits/alltypes.h d 227 #define __DEFINED_fsfilcnt_t -__DEFINED_gid_t bits/alltypes.h d 285 #define __DEFINED_gid_t -__DEFINED_id_t bits/alltypes.h d 275 #define __DEFINED_id_t -__DEFINED_ino_t bits/alltypes.h d 202 #define __DEFINED_ino_t -__DEFINED_int16_t bits/alltypes.h d 136 #define __DEFINED_int16_t -__DEFINED_int32_t bits/alltypes.h d 141 #define __DEFINED_int32_t -__DEFINED_int64_t bits/alltypes.h d 146 #define __DEFINED_int64_t -__DEFINED_int8_t bits/alltypes.h d 131 #define __DEFINED_int8_t -__DEFINED_intmax_t bits/alltypes.h d 151 #define __DEFINED_intmax_t -__DEFINED_intptr_t bits/alltypes.h d 115 #define __DEFINED_intptr_t -__DEFINED_key_t bits/alltypes.h d 290 #define __DEFINED_key_t -__DEFINED_locale_t bits/alltypes.h d 362 #define __DEFINED_locale_t -__DEFINED_max_align_t bits/alltypes.h d 37 #define __DEFINED_max_align_t -__DEFINED_mbstate_t bits/alltypes.h d 356 #define __DEFINED_mbstate_t -__DEFINED_mode_t bits/alltypes.h d 187 #define __DEFINED_mode_t -__DEFINED_mtx_t bits/alltypes.h d 70 #define __DEFINED_mtx_t -__DEFINED_nlink_t bits/alltypes.h d 192 #define __DEFINED_nlink_t -__DEFINED_nlink_t bits/alltypes.h d 54 #define __DEFINED_nlink_t -__DEFINED_off_t bits/alltypes.h d 197 #define __DEFINED_off_t -__DEFINED_pid_t bits/alltypes.h d 270 #define __DEFINED_pid_t -__DEFINED_pthread_attr_t bits/alltypes.h d 60 #define __DEFINED_pthread_attr_t -__DEFINED_pthread_barrier_t bits/alltypes.h d 90 #define __DEFINED_pthread_barrier_t -__DEFINED_pthread_barrierattr_t bits/alltypes.h d 339 #define __DEFINED_pthread_barrierattr_t -__DEFINED_pthread_cond_t bits/alltypes.h d 75 #define __DEFINED_pthread_cond_t -__DEFINED_pthread_condattr_t bits/alltypes.h d 334 #define __DEFINED_pthread_condattr_t -__DEFINED_pthread_key_t bits/alltypes.h d 319 #define __DEFINED_pthread_key_t -__DEFINED_pthread_mutex_t bits/alltypes.h d 65 #define __DEFINED_pthread_mutex_t -__DEFINED_pthread_mutexattr_t bits/alltypes.h d 329 #define __DEFINED_pthread_mutexattr_t -__DEFINED_pthread_once_t bits/alltypes.h d 314 #define __DEFINED_pthread_once_t -__DEFINED_pthread_rwlock_t bits/alltypes.h d 85 #define __DEFINED_pthread_rwlock_t -__DEFINED_pthread_rwlockattr_t bits/alltypes.h d 344 #define __DEFINED_pthread_rwlockattr_t -__DEFINED_pthread_spinlock_t bits/alltypes.h d 324 #define __DEFINED_pthread_spinlock_t -__DEFINED_pthread_t bits/alltypes.h d 302 #define __DEFINED_pthread_t -__DEFINED_pthread_t bits/alltypes.h d 308 #define __DEFINED_pthread_t -__DEFINED_ptrdiff_t bits/alltypes.h d 105 #define __DEFINED_ptrdiff_t -__DEFINED_register_t bits/alltypes.h d 125 #define __DEFINED_register_t -__DEFINED_regoff_t bits/alltypes.h d 120 #define __DEFINED_regoff_t -__DEFINED_sa_family_t bits/alltypes.h d 385 #define __DEFINED_sa_family_t -__DEFINED_sigset_t bits/alltypes.h d 368 #define __DEFINED_sigset_t -__DEFINED_size_t bits/alltypes.h d 95 #define __DEFINED_size_t -__DEFINED_socklen_t bits/alltypes.h d 380 #define __DEFINED_socklen_t -__DEFINED_ssize_t bits/alltypes.h d 110 #define __DEFINED_ssize_t -__DEFINED_struct_iovec bits/alltypes.h d 374 #define __DEFINED_struct_iovec -__DEFINED_struct_timespec bits/alltypes.h d 264 #define __DEFINED_struct_timespec -__DEFINED_struct_timeval bits/alltypes.h d 259 #define __DEFINED_struct_timeval -__DEFINED_suseconds_t bits/alltypes.h d 48 #define __DEFINED_suseconds_t -__DEFINED_time_t bits/alltypes.h d 43 #define __DEFINED_time_t -__DEFINED_timer_t bits/alltypes.h d 244 #define __DEFINED_timer_t -__DEFINED_u_int64_t bits/alltypes.h d 176 #define __DEFINED_u_int64_t -__DEFINED_uid_t bits/alltypes.h d 280 #define __DEFINED_uid_t -__DEFINED_uint16_t bits/alltypes.h d 161 #define __DEFINED_uint16_t -__DEFINED_uint32_t bits/alltypes.h d 166 #define __DEFINED_uint32_t -__DEFINED_uint64_t bits/alltypes.h d 171 #define __DEFINED_uint64_t -__DEFINED_uint8_t bits/alltypes.h d 156 #define __DEFINED_uint8_t -__DEFINED_uintmax_t bits/alltypes.h d 181 #define __DEFINED_uintmax_t -__DEFINED_uintptr_t bits/alltypes.h d 100 #define __DEFINED_uintptr_t -__DEFINED_useconds_t bits/alltypes.h d 295 #define __DEFINED_useconds_t -__DEFINED_va_list bits/alltypes.h d 7 #define __DEFINED_va_list -__DEFINED_wchar_t bits/alltypes.h d 19 #define __DEFINED_wchar_t -__DEFINED_wctype_t bits/alltypes.h d 238 #define __DEFINED_wctype_t -__DEFINED_wint_t bits/alltypes.h d 233 #define __DEFINED_wint_t -__NR__newselect bits/syscall.h d 23 #define __NR__newselect 5022 -__NR__sysctl bits/syscall.h d 153 #define __NR__sysctl 5152 -__NR_accept bits/syscall.h d 43 #define __NR_accept 5042 -__NR_accept4 bits/syscall.h d 293 #define __NR_accept4 5293 -__NR_access bits/syscall.h d 21 #define __NR_access 5020 -__NR_acct bits/syscall.h d 159 #define __NR_acct 5158 -__NR_add_key bits/syscall.h d 239 #define __NR_add_key 5239 -__NR_adjtimex bits/syscall.h d 155 #define __NR_adjtimex 5154 -__NR_afs_syscall bits/syscall.h d 177 #define __NR_afs_syscall 5176 -__NR_alarm bits/syscall.h d 38 #define __NR_alarm 5037 -__NR_bind bits/syscall.h d 49 #define __NR_bind 5048 -__NR_bpf bits/syscall.h d 315 #define __NR_bpf 5315 -__NR_brk bits/syscall.h d 13 #define __NR_brk 5012 -__NR_cachectl bits/syscall.h d 199 #define __NR_cachectl 5198 -__NR_cacheflush bits/syscall.h d 198 #define __NR_cacheflush 5197 -__NR_capget bits/syscall.h d 124 #define __NR_capget 5123 -__NR_capset bits/syscall.h d 125 #define __NR_capset 5124 -__NR_chdir bits/syscall.h d 79 #define __NR_chdir 5078 -__NR_chmod bits/syscall.h d 89 #define __NR_chmod 5088 -__NR_chown bits/syscall.h d 91 #define __NR_chown 5090 -__NR_chroot bits/syscall.h d 157 #define __NR_chroot 5156 -__NR_clock_adjtime bits/syscall.h d 300 #define __NR_clock_adjtime 5300 -__NR_clock_getres bits/syscall.h d 224 #define __NR_clock_getres 5223 -__NR_clock_gettime bits/syscall.h d 223 #define __NR_clock_gettime 5222 -__NR_clock_nanosleep bits/syscall.h d 225 #define __NR_clock_nanosleep 5224 -__NR_clock_settime bits/syscall.h d 222 #define __NR_clock_settime 5221 -__NR_clone bits/syscall.h d 56 #define __NR_clone 5055 -__NR_close bits/syscall.h d 4 #define __NR_close 5003 -__NR_connect bits/syscall.h d 42 #define __NR_connect 5041 -__NR_copy_file_range bits/syscall.h d 320 #define __NR_copy_file_range 5320 -__NR_creat bits/syscall.h d 84 #define __NR_creat 5083 -__NR_create_module bits/syscall.h d 168 #define __NR_create_module 5167 -__NR_delete_module bits/syscall.h d 170 #define __NR_delete_module 5169 -__NR_dup bits/syscall.h d 32 #define __NR_dup 5031 -__NR_dup2 bits/syscall.h d 33 #define __NR_dup2 5032 -__NR_dup3 bits/syscall.h d 286 #define __NR_dup3 5286 -__NR_epoll_create bits/syscall.h d 208 #define __NR_epoll_create 5207 -__NR_epoll_create1 bits/syscall.h d 285 #define __NR_epoll_create1 5285 -__NR_epoll_ctl bits/syscall.h d 209 #define __NR_epoll_ctl 5208 -__NR_epoll_pwait bits/syscall.h d 272 #define __NR_epoll_pwait 5272 -__NR_epoll_wait bits/syscall.h d 210 #define __NR_epoll_wait 5209 -__NR_eventfd bits/syscall.h d 278 #define __NR_eventfd 5278 -__NR_eventfd2 bits/syscall.h d 284 #define __NR_eventfd2 5284 -__NR_execve bits/syscall.h d 58 #define __NR_execve 5057 -__NR_execveat bits/syscall.h d 316 #define __NR_execveat 5316 -__NR_exit bits/syscall.h d 59 #define __NR_exit 5058 -__NR_exit_group bits/syscall.h d 206 #define __NR_exit_group 5205 -__NR_faccessat bits/syscall.h d 259 #define __NR_faccessat 5259 -__NR_fadvise64 bits/syscall.h d 216 #define __NR_fadvise64 5215 -__NR_fallocate bits/syscall.h d 279 #define __NR_fallocate 5279 -__NR_fanotify_init bits/syscall.h d 295 #define __NR_fanotify_init 5295 -__NR_fanotify_mark bits/syscall.h d 296 #define __NR_fanotify_mark 5296 -__NR_fchdir bits/syscall.h d 80 #define __NR_fchdir 5079 -__NR_fchmod bits/syscall.h d 90 #define __NR_fchmod 5089 -__NR_fchmodat bits/syscall.h d 258 #define __NR_fchmodat 5258 -__NR_fchown bits/syscall.h d 92 #define __NR_fchown 5091 -__NR_fchownat bits/syscall.h d 250 #define __NR_fchownat 5250 -__NR_fcntl bits/syscall.h d 71 #define __NR_fcntl 5070 -__NR_fdatasync bits/syscall.h d 74 #define __NR_fdatasync 5073 -__NR_fgetxattr bits/syscall.h d 186 #define __NR_fgetxattr 5185 -__NR_finit_module bits/syscall.h d 307 #define __NR_finit_module 5307 -__NR_flistxattr bits/syscall.h d 189 #define __NR_flistxattr 5188 -__NR_flock bits/syscall.h d 72 #define __NR_flock 5071 -__NR_fork bits/syscall.h d 57 #define __NR_fork 5056 -__NR_fremovexattr bits/syscall.h d 192 #define __NR_fremovexattr 5191 -__NR_fsetxattr bits/syscall.h d 183 #define __NR_fsetxattr 5182 -__NR_fstat bits/syscall.h d 6 #define __NR_fstat 5005 -__NR_fstatfs bits/syscall.h d 136 #define __NR_fstatfs 5135 -__NR_fsync bits/syscall.h d 73 #define __NR_fsync 5072 -__NR_ftruncate bits/syscall.h d 76 #define __NR_ftruncate 5075 -__NR_futex bits/syscall.h d 195 #define __NR_futex 5194 -__NR_futimesat bits/syscall.h d 251 #define __NR_futimesat 5251 -__NR_get_kernel_syms bits/syscall.h d 171 #define __NR_get_kernel_syms 5170 -__NR_get_mempolicy bits/syscall.h d 229 #define __NR_get_mempolicy 5228 -__NR_get_robust_list bits/syscall.h d 269 #define __NR_get_robust_list 5269 -__NR_getcpu bits/syscall.h d 271 #define __NR_getcpu 5271 -__NR_getcwd bits/syscall.h d 78 #define __NR_getcwd 5077 -__NR_getdents bits/syscall.h d 77 #define __NR_getdents 5076 -__NR_getdents64 bits/syscall.h d 308 #define __NR_getdents64 5308 -__NR_getegid bits/syscall.h d 107 #define __NR_getegid 5106 -__NR_geteuid bits/syscall.h d 106 #define __NR_geteuid 5105 -__NR_getgid bits/syscall.h d 103 #define __NR_getgid 5102 -__NR_getgroups bits/syscall.h d 114 #define __NR_getgroups 5113 -__NR_getitimer bits/syscall.h d 36 #define __NR_getitimer 5035 -__NR_getpeername bits/syscall.h d 52 #define __NR_getpeername 5051 -__NR_getpgid bits/syscall.h d 120 #define __NR_getpgid 5119 -__NR_getpgrp bits/syscall.h d 110 #define __NR_getpgrp 5109 -__NR_getpid bits/syscall.h d 39 #define __NR_getpid 5038 -__NR_getpmsg bits/syscall.h d 175 #define __NR_getpmsg 5174 -__NR_getppid bits/syscall.h d 109 #define __NR_getppid 5108 -__NR_getpriority bits/syscall.h d 138 #define __NR_getpriority 5137 -__NR_getrandom bits/syscall.h d 313 #define __NR_getrandom 5313 -__NR_getresgid bits/syscall.h d 119 #define __NR_getresgid 5118 -__NR_getresuid bits/syscall.h d 117 #define __NR_getresuid 5116 -__NR_getrlimit bits/syscall.h d 96 #define __NR_getrlimit 5095 -__NR_getrusage bits/syscall.h d 97 #define __NR_getrusage 5096 -__NR_getsid bits/syscall.h d 123 #define __NR_getsid 5122 -__NR_getsockname bits/syscall.h d 51 #define __NR_getsockname 5050 -__NR_getsockopt bits/syscall.h d 55 #define __NR_getsockopt 5054 -__NR_gettid bits/syscall.h d 179 #define __NR_gettid 5178 -__NR_gettimeofday bits/syscall.h d 95 #define __NR_gettimeofday 5094 -__NR_getuid bits/syscall.h d 101 #define __NR_getuid 5100 -__NR_getxattr bits/syscall.h d 184 #define __NR_getxattr 5183 -__NR_init_module bits/syscall.h d 169 #define __NR_init_module 5168 -__NR_inotify_add_watch bits/syscall.h d 244 #define __NR_inotify_add_watch 5244 -__NR_inotify_init bits/syscall.h d 243 #define __NR_inotify_init 5243 -__NR_inotify_init1 bits/syscall.h d 288 #define __NR_inotify_init1 5288 -__NR_inotify_rm_watch bits/syscall.h d 245 #define __NR_inotify_rm_watch 5245 -__NR_io_cancel bits/syscall.h d 205 #define __NR_io_cancel 5204 -__NR_io_destroy bits/syscall.h d 202 #define __NR_io_destroy 5201 -__NR_io_getevents bits/syscall.h d 203 #define __NR_io_getevents 5202 -__NR_io_setup bits/syscall.h d 201 #define __NR_io_setup 5200 -__NR_io_submit bits/syscall.h d 204 #define __NR_io_submit 5203 -__NR_ioctl bits/syscall.h d 16 #define __NR_ioctl 5015 -__NR_ioprio_get bits/syscall.h d 274 #define __NR_ioprio_get 5274 -__NR_ioprio_set bits/syscall.h d 273 #define __NR_ioprio_set 5273 -__NR_kcmp bits/syscall.h d 306 #define __NR_kcmp 5306 -__NR_kexec_load bits/syscall.h d 270 #define __NR_kexec_load 5270 -__NR_keyctl bits/syscall.h d 241 #define __NR_keyctl 5241 -__NR_kill bits/syscall.h d 61 #define __NR_kill 5060 -__NR_lchown bits/syscall.h d 93 #define __NR_lchown 5092 -__NR_lgetxattr bits/syscall.h d 185 #define __NR_lgetxattr 5184 -__NR_link bits/syscall.h d 85 #define __NR_link 5084 -__NR_linkat bits/syscall.h d 255 #define __NR_linkat 5255 -__NR_listen bits/syscall.h d 50 #define __NR_listen 5049 -__NR_listxattr bits/syscall.h d 187 #define __NR_listxattr 5186 -__NR_llistxattr bits/syscall.h d 188 #define __NR_llistxattr 5187 -__NR_lookup_dcookie bits/syscall.h d 207 #define __NR_lookup_dcookie 5206 -__NR_lremovexattr bits/syscall.h d 191 #define __NR_lremovexattr 5190 -__NR_lseek bits/syscall.h d 9 #define __NR_lseek 5008 -__NR_lsetxattr bits/syscall.h d 182 #define __NR_lsetxattr 5181 -__NR_lstat bits/syscall.h d 7 #define __NR_lstat 5006 -__NR_madvise bits/syscall.h d 28 #define __NR_madvise 5027 -__NR_mbind bits/syscall.h d 228 #define __NR_mbind 5227 -__NR_membarrier bits/syscall.h d 318 #define __NR_membarrier 5318 -__NR_memfd_create bits/syscall.h d 314 #define __NR_memfd_create 5314 -__NR_migrate_pages bits/syscall.h d 246 #define __NR_migrate_pages 5246 -__NR_mincore bits/syscall.h d 27 #define __NR_mincore 5026 -__NR_mkdir bits/syscall.h d 82 #define __NR_mkdir 5081 -__NR_mkdirat bits/syscall.h d 248 #define __NR_mkdirat 5248 -__NR_mknod bits/syscall.h d 132 #define __NR_mknod 5131 -__NR_mknodat bits/syscall.h d 249 #define __NR_mknodat 5249 -__NR_mlock bits/syscall.h d 147 #define __NR_mlock 5146 -__NR_mlock2 bits/syscall.h d 319 #define __NR_mlock2 5319 -__NR_mlockall bits/syscall.h d 149 #define __NR_mlockall 5148 -__NR_mmap bits/syscall.h d 10 #define __NR_mmap 5009 -__NR_mount bits/syscall.h d 161 #define __NR_mount 5160 -__NR_move_pages bits/syscall.h d 267 #define __NR_move_pages 5267 -__NR_mprotect bits/syscall.h d 11 #define __NR_mprotect 5010 -__NR_mq_getsetattr bits/syscall.h d 236 #define __NR_mq_getsetattr 5235 -__NR_mq_notify bits/syscall.h d 235 #define __NR_mq_notify 5234 -__NR_mq_open bits/syscall.h d 231 #define __NR_mq_open 5230 -__NR_mq_timedreceive bits/syscall.h d 234 #define __NR_mq_timedreceive 5233 -__NR_mq_timedsend bits/syscall.h d 233 #define __NR_mq_timedsend 5232 -__NR_mq_unlink bits/syscall.h d 232 #define __NR_mq_unlink 5231 -__NR_mremap bits/syscall.h d 25 #define __NR_mremap 5024 -__NR_msgctl bits/syscall.h d 70 #define __NR_msgctl 5069 -__NR_msgget bits/syscall.h d 67 #define __NR_msgget 5066 -__NR_msgrcv bits/syscall.h d 69 #define __NR_msgrcv 5068 -__NR_msgsnd bits/syscall.h d 68 #define __NR_msgsnd 5067 -__NR_msync bits/syscall.h d 26 #define __NR_msync 5025 -__NR_munlock bits/syscall.h d 148 #define __NR_munlock 5147 -__NR_munlockall bits/syscall.h d 150 #define __NR_munlockall 5149 -__NR_munmap bits/syscall.h d 12 #define __NR_munmap 5011 -__NR_name_to_handle_at bits/syscall.h d 298 #define __NR_name_to_handle_at 5298 -__NR_nanosleep bits/syscall.h d 35 #define __NR_nanosleep 5034 -__NR_newfstatat bits/syscall.h d 252 #define __NR_newfstatat 5252 -__NR_nfsservctl bits/syscall.h d 174 #define __NR_nfsservctl 5173 -__NR_open bits/syscall.h d 3 #define __NR_open 5002 -__NR_open_by_handle_at bits/syscall.h d 299 #define __NR_open_by_handle_at 5299 -__NR_openat bits/syscall.h d 247 #define __NR_openat 5247 -__NR_pause bits/syscall.h d 34 #define __NR_pause 5033 -__NR_perf_event_open bits/syscall.h d 292 #define __NR_perf_event_open 5292 -__NR_personality bits/syscall.h d 133 #define __NR_personality 5132 -__NR_pipe bits/syscall.h d 22 #define __NR_pipe 5021 -__NR_pipe2 bits/syscall.h d 287 #define __NR_pipe2 5287 -__NR_pivot_root bits/syscall.h d 152 #define __NR_pivot_root 5151 -__NR_poll bits/syscall.h d 8 #define __NR_poll 5007 -__NR_ppoll bits/syscall.h d 261 #define __NR_ppoll 5261 -__NR_prctl bits/syscall.h d 154 #define __NR_prctl 5153 -__NR_pread64 bits/syscall.h d 17 #define __NR_pread64 5016 -__NR_preadv bits/syscall.h d 289 #define __NR_preadv 5289 -__NR_prlimit64 bits/syscall.h d 297 #define __NR_prlimit64 5297 -__NR_process_vm_readv bits/syscall.h d 304 #define __NR_process_vm_readv 5304 -__NR_process_vm_writev bits/syscall.h d 305 #define __NR_process_vm_writev 5305 -__NR_pselect6 bits/syscall.h d 260 #define __NR_pselect6 5260 -__NR_ptrace bits/syscall.h d 100 #define __NR_ptrace 5099 -__NR_putpmsg bits/syscall.h d 176 #define __NR_putpmsg 5175 -__NR_pwrite64 bits/syscall.h d 18 #define __NR_pwrite64 5017 -__NR_pwritev bits/syscall.h d 290 #define __NR_pwritev 5290 -__NR_query_module bits/syscall.h d 172 #define __NR_query_module 5171 -__NR_quotactl bits/syscall.h d 173 #define __NR_quotactl 5172 -__NR_read bits/syscall.h d 1 #define __NR_read 5000 -__NR_readahead bits/syscall.h d 180 #define __NR_readahead 5179 -__NR_readlink bits/syscall.h d 88 #define __NR_readlink 5087 -__NR_readlinkat bits/syscall.h d 257 #define __NR_readlinkat 5257 -__NR_readv bits/syscall.h d 19 #define __NR_readv 5018 -__NR_reboot bits/syscall.h d 165 #define __NR_reboot 5164 -__NR_recvfrom bits/syscall.h d 45 #define __NR_recvfrom 5044 -__NR_recvmmsg bits/syscall.h d 294 #define __NR_recvmmsg 5294 -__NR_recvmsg bits/syscall.h d 47 #define __NR_recvmsg 5046 -__NR_remap_file_pages bits/syscall.h d 211 #define __NR_remap_file_pages 5210 -__NR_removexattr bits/syscall.h d 190 #define __NR_removexattr 5189 -__NR_rename bits/syscall.h d 81 #define __NR_rename 5080 -__NR_renameat bits/syscall.h d 254 #define __NR_renameat 5254 -__NR_renameat2 bits/syscall.h d 311 #define __NR_renameat2 5311 -__NR_request_key bits/syscall.h d 240 #define __NR_request_key 5240 -__NR_reserved177 bits/syscall.h d 178 #define __NR_reserved177 5177 -__NR_reserved193 bits/syscall.h d 194 #define __NR_reserved193 5193 -__NR_restart_syscall bits/syscall.h d 214 #define __NR_restart_syscall 5213 -__NR_rmdir bits/syscall.h d 83 #define __NR_rmdir 5082 -__NR_rt_sigaction bits/syscall.h d 14 #define __NR_rt_sigaction 5013 -__NR_rt_sigpending bits/syscall.h d 126 #define __NR_rt_sigpending 5125 -__NR_rt_sigprocmask bits/syscall.h d 15 #define __NR_rt_sigprocmask 5014 -__NR_rt_sigqueueinfo bits/syscall.h d 128 #define __NR_rt_sigqueueinfo 5127 -__NR_rt_sigreturn bits/syscall.h d 212 #define __NR_rt_sigreturn 5211 -__NR_rt_sigsuspend bits/syscall.h d 129 #define __NR_rt_sigsuspend 5128 -__NR_rt_sigtimedwait bits/syscall.h d 127 #define __NR_rt_sigtimedwait 5126 -__NR_rt_tgsigqueueinfo bits/syscall.h d 291 #define __NR_rt_tgsigqueueinfo 5291 -__NR_sched_get_priority_max bits/syscall.h d 144 #define __NR_sched_get_priority_max 5143 -__NR_sched_get_priority_min bits/syscall.h d 145 #define __NR_sched_get_priority_min 5144 -__NR_sched_getaffinity bits/syscall.h d 197 #define __NR_sched_getaffinity 5196 -__NR_sched_getattr bits/syscall.h d 310 #define __NR_sched_getattr 5310 -__NR_sched_getparam bits/syscall.h d 141 #define __NR_sched_getparam 5140 -__NR_sched_getscheduler bits/syscall.h d 143 #define __NR_sched_getscheduler 5142 -__NR_sched_rr_get_interval bits/syscall.h d 146 #define __NR_sched_rr_get_interval 5145 -__NR_sched_setaffinity bits/syscall.h d 196 #define __NR_sched_setaffinity 5195 -__NR_sched_setattr bits/syscall.h d 309 #define __NR_sched_setattr 5309 -__NR_sched_setparam bits/syscall.h d 140 #define __NR_sched_setparam 5139 -__NR_sched_setscheduler bits/syscall.h d 142 #define __NR_sched_setscheduler 5141 -__NR_sched_yield bits/syscall.h d 24 #define __NR_sched_yield 5023 -__NR_seccomp bits/syscall.h d 312 #define __NR_seccomp 5312 -__NR_semctl bits/syscall.h d 65 #define __NR_semctl 5064 -__NR_semget bits/syscall.h d 63 #define __NR_semget 5062 -__NR_semop bits/syscall.h d 64 #define __NR_semop 5063 -__NR_semtimedop bits/syscall.h d 215 #define __NR_semtimedop 5214 -__NR_sendfile bits/syscall.h d 40 #define __NR_sendfile 5039 -__NR_sendmmsg bits/syscall.h d 302 #define __NR_sendmmsg 5302 -__NR_sendmsg bits/syscall.h d 46 #define __NR_sendmsg 5045 -__NR_sendto bits/syscall.h d 44 #define __NR_sendto 5043 -__NR_set_mempolicy bits/syscall.h d 230 #define __NR_set_mempolicy 5229 -__NR_set_robust_list bits/syscall.h d 268 #define __NR_set_robust_list 5268 -__NR_set_thread_area bits/syscall.h d 242 #define __NR_set_thread_area 5242 -__NR_set_tid_address bits/syscall.h d 213 #define __NR_set_tid_address 5212 -__NR_setdomainname bits/syscall.h d 167 #define __NR_setdomainname 5166 -__NR_setfsgid bits/syscall.h d 122 #define __NR_setfsgid 5121 -__NR_setfsuid bits/syscall.h d 121 #define __NR_setfsuid 5120 -__NR_setgid bits/syscall.h d 105 #define __NR_setgid 5104 -__NR_setgroups bits/syscall.h d 115 #define __NR_setgroups 5114 -__NR_sethostname bits/syscall.h d 166 #define __NR_sethostname 5165 -__NR_setitimer bits/syscall.h d 37 #define __NR_setitimer 5036 -__NR_setns bits/syscall.h d 303 #define __NR_setns 5303 -__NR_setpgid bits/syscall.h d 108 #define __NR_setpgid 5107 -__NR_setpriority bits/syscall.h d 139 #define __NR_setpriority 5138 -__NR_setregid bits/syscall.h d 113 #define __NR_setregid 5112 -__NR_setresgid bits/syscall.h d 118 #define __NR_setresgid 5117 -__NR_setresuid bits/syscall.h d 116 #define __NR_setresuid 5115 -__NR_setreuid bits/syscall.h d 112 #define __NR_setreuid 5111 -__NR_setrlimit bits/syscall.h d 156 #define __NR_setrlimit 5155 -__NR_setsid bits/syscall.h d 111 #define __NR_setsid 5110 -__NR_setsockopt bits/syscall.h d 54 #define __NR_setsockopt 5053 -__NR_settimeofday bits/syscall.h d 160 #define __NR_settimeofday 5159 -__NR_setuid bits/syscall.h d 104 #define __NR_setuid 5103 -__NR_setxattr bits/syscall.h d 181 #define __NR_setxattr 5180 -__NR_shmat bits/syscall.h d 30 #define __NR_shmat 5029 -__NR_shmctl bits/syscall.h d 31 #define __NR_shmctl 5030 -__NR_shmdt bits/syscall.h d 66 #define __NR_shmdt 5065 -__NR_shmget bits/syscall.h d 29 #define __NR_shmget 5028 -__NR_shutdown bits/syscall.h d 48 #define __NR_shutdown 5047 -__NR_sigaltstack bits/syscall.h d 130 #define __NR_sigaltstack 5129 -__NR_signalfd bits/syscall.h d 276 #define __NR_signalfd 5276 -__NR_signalfd4 bits/syscall.h d 283 #define __NR_signalfd4 5283 -__NR_socket bits/syscall.h d 41 #define __NR_socket 5040 -__NR_socketpair bits/syscall.h d 53 #define __NR_socketpair 5052 -__NR_splice bits/syscall.h d 263 #define __NR_splice 5263 -__NR_stat bits/syscall.h d 5 #define __NR_stat 5004 -__NR_statfs bits/syscall.h d 135 #define __NR_statfs 5134 -__NR_swapoff bits/syscall.h d 164 #define __NR_swapoff 5163 -__NR_swapon bits/syscall.h d 163 #define __NR_swapon 5162 -__NR_symlink bits/syscall.h d 87 #define __NR_symlink 5086 -__NR_symlinkat bits/syscall.h d 256 #define __NR_symlinkat 5256 -__NR_sync bits/syscall.h d 158 #define __NR_sync 5157 -__NR_sync_file_range bits/syscall.h d 264 #define __NR_sync_file_range 5264 -__NR_syncfs bits/syscall.h d 301 #define __NR_syncfs 5301 -__NR_sysfs bits/syscall.h d 137 #define __NR_sysfs 5136 -__NR_sysinfo bits/syscall.h d 98 #define __NR_sysinfo 5097 -__NR_syslog bits/syscall.h d 102 #define __NR_syslog 5101 -__NR_sysmips bits/syscall.h d 200 #define __NR_sysmips 5199 -__NR_tee bits/syscall.h d 265 #define __NR_tee 5265 -__NR_tgkill bits/syscall.h d 226 #define __NR_tgkill 5225 -__NR_timer_create bits/syscall.h d 217 #define __NR_timer_create 5216 -__NR_timer_delete bits/syscall.h d 221 #define __NR_timer_delete 5220 -__NR_timer_getoverrun bits/syscall.h d 220 #define __NR_timer_getoverrun 5219 -__NR_timer_gettime bits/syscall.h d 219 #define __NR_timer_gettime 5218 -__NR_timer_settime bits/syscall.h d 218 #define __NR_timer_settime 5217 -__NR_timerfd bits/syscall.h d 277 #define __NR_timerfd 5277 -__NR_timerfd_create bits/syscall.h d 280 #define __NR_timerfd_create 5280 -__NR_timerfd_gettime bits/syscall.h d 281 #define __NR_timerfd_gettime 5281 -__NR_timerfd_settime bits/syscall.h d 282 #define __NR_timerfd_settime 5282 -__NR_times bits/syscall.h d 99 #define __NR_times 5098 -__NR_tkill bits/syscall.h d 193 #define __NR_tkill 5192 -__NR_truncate bits/syscall.h d 75 #define __NR_truncate 5074 -__NR_umask bits/syscall.h d 94 #define __NR_umask 5093 -__NR_umount2 bits/syscall.h d 162 #define __NR_umount2 5161 -__NR_uname bits/syscall.h d 62 #define __NR_uname 5061 -__NR_unlink bits/syscall.h d 86 #define __NR_unlink 5085 -__NR_unlinkat bits/syscall.h d 253 #define __NR_unlinkat 5253 -__NR_unshare bits/syscall.h d 262 #define __NR_unshare 5262 -__NR_userfaultfd bits/syscall.h d 317 #define __NR_userfaultfd 5317 -__NR_ustat bits/syscall.h d 134 #define __NR_ustat 5133 -__NR_utime bits/syscall.h d 131 #define __NR_utime 5130 -__NR_utimensat bits/syscall.h d 275 #define __NR_utimensat 5275 -__NR_utimes bits/syscall.h d 227 #define __NR_utimes 5226 -__NR_vhangup bits/syscall.h d 151 #define __NR_vhangup 5150 -__NR_vmsplice bits/syscall.h d 266 #define __NR_vmsplice 5266 -__NR_vserver bits/syscall.h d 237 #define __NR_vserver 5236 -__NR_wait4 bits/syscall.h d 60 #define __NR_wait4 5059 -__NR_waitid bits/syscall.h d 238 #define __NR_waitid 5237 -__NR_write bits/syscall.h d 2 #define __NR_write 5001 -__NR_writev bits/syscall.h d 20 #define __NR_writev 5019 -__SI_SWAP_ERRNO_CODE bits/signal.h d 104 #define __SI_SWAP_ERRNO_CODE -__WORDSIZE bits/reg.h d 2 #define __WORDSIZE 64 -__isoc_va_list bits/alltypes.h t 11 typedef __builtin_va_list __isoc_va_list; -__jmp_buf bits/setjmp.h t 1 typedef unsigned long long __jmp_buf[23]; -blkcnt_t bits/alltypes.h t 216 typedef _Int64 blkcnt_t; -blksize_t bits/alltypes.h t 211 typedef long blksize_t; -clock_t bits/alltypes.h t 253 typedef long clock_t; -clockid_t bits/alltypes.h t 248 typedef int clockid_t; -cnd_t bits/alltypes.h t 79 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t; -dev_t bits/alltypes.h t 206 typedef unsigned _Int64 dev_t; -double_t bits/alltypes.h t 30 typedef double double_t; -elf_fpreg_t bits/user.h t 15 typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; -elf_fpregset_t bits/user.h t 15 typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; -elf_greg_t bits/user.h t 14 typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; -elf_gregset_t bits/user.h t 14 typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; -fenv_t bits/fenv.h t 23 } fenv_t; -fexcept_t bits/fenv.h t 19 typedef unsigned short fexcept_t; -float_t bits/alltypes.h t 25 typedef float float_t; -fpregset_t bits/signal.h t 20 } fpregset_t; -fsblkcnt_t bits/alltypes.h t 221 typedef unsigned _Int64 fsblkcnt_t; -fsfilcnt_t bits/alltypes.h t 226 typedef unsigned _Int64 fsfilcnt_t; -gid_t bits/alltypes.h t 284 typedef unsigned gid_t; -greg_t bits/signal.h t 10 typedef unsigned long long greg_t, gregset_t[32]; -gregset_t bits/signal.h t 10 typedef unsigned long long greg_t, gregset_t[32]; -id_t bits/alltypes.h t 274 typedef unsigned id_t; -ino_t bits/alltypes.h t 201 typedef unsigned _Int64 ino_t; -int16_t bits/alltypes.h t 135 typedef short int16_t; -int32_t bits/alltypes.h t 140 typedef int int32_t; -int64_t bits/alltypes.h t 145 typedef _Int64 int64_t; -int8_t bits/alltypes.h t 130 typedef signed char int8_t; -int_fast16_t bits/stdint.h t 1 typedef int32_t int_fast16_t; -int_fast32_t bits/stdint.h t 2 typedef int32_t int_fast32_t; -intmax_t bits/alltypes.h t 150 typedef _Int64 intmax_t; -intptr_t bits/alltypes.h t 114 typedef _Addr intptr_t; -key_t bits/alltypes.h t 289 typedef int key_t; -locale_t bits/alltypes.h t 361 typedef struct __locale_struct * locale_t; -max_align_t bits/alltypes.h t 36 typedef struct { long long __ll; long double __ld; } max_align_t; -mbstate_t bits/alltypes.h t 355 typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; -mcontext_t bits/signal.h t 56 } mcontext_t; -mcontext_t bits/signal.h t 64 } mcontext_t; -mode_t bits/alltypes.h t 186 typedef unsigned mode_t; -mtx_t bits/alltypes.h t 69 typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t; -nlink_t bits/alltypes.h t 191 typedef unsigned _Reg nlink_t; -nlink_t bits/alltypes.h t 53 typedef unsigned nlink_t; -off_t bits/alltypes.h t 196 typedef _Int64 off_t; -pid_t bits/alltypes.h t 269 typedef int pid_t; -pthread_attr_t bits/alltypes.h t 59 typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t; -pthread_barrier_t bits/alltypes.h t 89 typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t; -pthread_barrierattr_t bits/alltypes.h t 338 typedef struct { unsigned __attr; } pthread_barrierattr_t; -pthread_cond_t bits/alltypes.h t 74 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t; -pthread_condattr_t bits/alltypes.h t 333 typedef struct { unsigned __attr; } pthread_condattr_t; -pthread_key_t bits/alltypes.h t 318 typedef unsigned pthread_key_t; -pthread_mutex_t bits/alltypes.h t 64 typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t; -pthread_mutexattr_t bits/alltypes.h t 328 typedef struct { unsigned __attr; } pthread_mutexattr_t; -pthread_once_t bits/alltypes.h t 313 typedef int pthread_once_t; -pthread_rwlock_t bits/alltypes.h t 84 typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t; -pthread_rwlockattr_t bits/alltypes.h t 343 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; -pthread_spinlock_t bits/alltypes.h t 323 typedef int pthread_spinlock_t; -pthread_t bits/alltypes.h t 301 typedef unsigned long pthread_t; -pthread_t bits/alltypes.h t 307 typedef struct __pthread * pthread_t; -ptrdiff_t bits/alltypes.h t 104 typedef _Addr ptrdiff_t; -register_t bits/alltypes.h t 124 typedef _Reg register_t; -regoff_t bits/alltypes.h t 119 typedef _Addr regoff_t; -sa_family_t bits/alltypes.h t 384 typedef unsigned short sa_family_t; -sigset_t bits/alltypes.h t 367 typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; -size_t bits/alltypes.h t 94 typedef unsigned _Addr size_t; -socklen_t bits/alltypes.h t 379 typedef unsigned socklen_t; -ssize_t bits/alltypes.h t 109 typedef _Addr ssize_t; -struct __mbstate_t bits/alltypes.h s 355 -struct __sigset_t bits/alltypes.h s 367 -struct __ucontext bits/signal.h s 73 -struct cmsghdr bits/socket.h s 23 -struct iovec bits/alltypes.h s 373 -struct ipc_perm bits/ipc.h s 1 -struct msghdr bits/socket.h s 3 -struct msqid_ds bits/msg.h s 1 -struct semid_ds bits/sem.h s 1 -struct shm_info bits/shm.h s 20 -struct shmid_ds bits/shm.h s 3 -struct shminfo bits/shm.h s 16 -struct sigaltstack bits/signal.h s 67 -struct sigcontext bits/signal.h s 22 -struct stat bits/stat.h s 4 -struct statfs bits/statfs.h s 1 -struct termios bits/termios.h s 1 -struct timespec bits/alltypes.h s 263 -struct timeval bits/alltypes.h s 258 -struct user bits/user.h s 1 -struct winsize bits/ioctl.h s 103 -suseconds_t bits/alltypes.h t 47 typedef long suseconds_t; -time_t bits/alltypes.h t 42 typedef long time_t; -timer_t bits/alltypes.h t 243 typedef void * timer_t; -u_int64_t bits/alltypes.h t 175 typedef unsigned _Int64 u_int64_t; -ucontext_t bits/signal.h t 79 } ucontext_t; -uid_t bits/alltypes.h t 279 typedef unsigned uid_t; -uint16_t bits/alltypes.h t 160 typedef unsigned short uint16_t; -uint32_t bits/alltypes.h t 165 typedef unsigned int uint32_t; -uint64_t bits/alltypes.h t 170 typedef unsigned _Int64 uint64_t; -uint8_t bits/alltypes.h t 155 typedef unsigned char uint8_t; -uint_fast16_t bits/stdint.h t 3 typedef uint32_t uint_fast16_t; -uint_fast32_t bits/stdint.h t 4 typedef uint32_t uint_fast32_t; -uintmax_t bits/alltypes.h t 180 typedef unsigned _Int64 uintmax_t; -uintptr_t bits/alltypes.h t 99 typedef unsigned _Addr uintptr_t; -useconds_t bits/alltypes.h t 294 typedef unsigned useconds_t; -va_arg bits/stdarg.h d 3 #define va_arg(v,l) __builtin_va_arg(v,l) -va_copy bits/stdarg.h d 4 #define va_copy(d,s) __builtin_va_copy(d,s) -va_end bits/stdarg.h d 2 #define va_end(v) __builtin_va_end(v) -va_list bits/alltypes.h t 6 typedef __builtin_va_list va_list; -va_start bits/stdarg.h d 1 #define va_start(v,l) __builtin_va_start(v,l) -wchar_t bits/alltypes.h t 18 typedef int wchar_t; -wctype_t bits/alltypes.h t 237 typedef unsigned long wctype_t; -wint_t bits/alltypes.h t 232 typedef unsigned wint_t; +B0 bits/termios.h d #define B0 0000000 +B1000000 bits/termios.h d #define B1000000 0010010 +B110 bits/termios.h d #define B110 0000003 +B115200 bits/termios.h d #define B115200 0010002 +B1152000 bits/termios.h d #define B1152000 0010011 +B1200 bits/termios.h d #define B1200 0000011 +B134 bits/termios.h d #define B134 0000004 +B150 bits/termios.h d #define B150 0000005 +B1500000 bits/termios.h d #define B1500000 0010012 +B1800 bits/termios.h d #define B1800 0000012 +B19200 bits/termios.h d #define B19200 0000016 +B200 bits/termios.h d #define B200 0000006 +B2000000 bits/termios.h d #define B2000000 0010013 +B230400 bits/termios.h d #define B230400 0010003 +B2400 bits/termios.h d #define B2400 0000013 +B2500000 bits/termios.h d #define B2500000 0010014 +B300 bits/termios.h d #define B300 0000007 +B3000000 bits/termios.h d #define B3000000 0010015 +B3500000 bits/termios.h d #define B3500000 0010016 +B38400 bits/termios.h d #define B38400 0000017 +B4000000 bits/termios.h d #define B4000000 0010017 +B460800 bits/termios.h d #define B460800 0010004 +B4800 bits/termios.h d #define B4800 0000014 +B50 bits/termios.h d #define B50 0000001 +B500000 bits/termios.h d #define B500000 0010005 +B57600 bits/termios.h d #define B57600 0010001 +B576000 bits/termios.h d #define B576000 0010006 +B600 bits/termios.h d #define B600 0000010 +B75 bits/termios.h d #define B75 0000002 +B921600 bits/termios.h d #define B921600 0010007 +B9600 bits/termios.h d #define B9600 0000015 +BRKINT bits/termios.h d #define BRKINT 0000002 +BS0 bits/termios.h d #define BS0 0000000 +BS1 bits/termios.h d #define BS1 0020000 +BSDLY bits/termios.h d #define BSDLY 0020000 +CBAUD bits/termios.h d #define CBAUD 0010017 +CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 +CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 +CR0 bits/termios.h d #define CR0 0000000 +CR1 bits/termios.h d #define CR1 0001000 +CR2 bits/termios.h d #define CR2 0002000 +CR3 bits/termios.h d #define CR3 0003000 +CRDLY bits/termios.h d #define CRDLY 0003000 +CREAD bits/termios.h d #define CREAD 0000200 +CRTSCTS bits/termios.h d #define CRTSCTS 020000000000 +CS5 bits/termios.h d #define CS5 0000000 +CS6 bits/termios.h d #define CS6 0000020 +CS7 bits/termios.h d #define CS7 0000040 +CS8 bits/termios.h d #define CS8 0000060 +CSIZE bits/termios.h d #define CSIZE 0000060 +CSTOPB bits/termios.h d #define CSTOPB 0000100 +DECIMAL_DIG bits/float.h d #define DECIMAL_DIG 36 +E2BIG bits/errno.h d #define E2BIG 7 +EACCES bits/errno.h d #define EACCES 13 +EADDRINUSE bits/errno.h d #define EADDRINUSE 125 +EADDRNOTAVAIL bits/errno.h d #define EADDRNOTAVAIL 126 +EADV bits/errno.h d #define EADV 68 +EAFNOSUPPORT bits/errno.h d #define EAFNOSUPPORT 124 +EAGAIN bits/errno.h d #define EAGAIN 11 +EALREADY bits/errno.h d #define EALREADY 149 +EBADE bits/errno.h d #define EBADE 50 +EBADF bits/errno.h d #define EBADF 9 +EBADFD bits/errno.h d #define EBADFD 81 +EBADMSG bits/errno.h d #define EBADMSG 77 +EBADR bits/errno.h d #define EBADR 51 +EBADRQC bits/errno.h d #define EBADRQC 54 +EBADSLT bits/errno.h d #define EBADSLT 55 +EBFONT bits/errno.h d #define EBFONT 59 +EBUSY bits/errno.h d #define EBUSY 16 +ECANCELED bits/errno.h d #define ECANCELED 158 +ECHILD bits/errno.h d #define ECHILD 10 +ECHO bits/termios.h d #define ECHO 0000010 +ECHOCTL bits/termios.h d #define ECHOCTL 0001000 +ECHOE bits/termios.h d #define ECHOE 0000020 +ECHOK bits/termios.h d #define ECHOK 0000040 +ECHOKE bits/termios.h d #define ECHOKE 0004000 +ECHONL bits/termios.h d #define ECHONL 0000100 +ECHOPRT bits/termios.h d #define ECHOPRT 0002000 +ECHRNG bits/errno.h d #define ECHRNG 37 +ECOMM bits/errno.h d #define ECOMM 70 +ECONNABORTED bits/errno.h d #define ECONNABORTED 130 +ECONNREFUSED bits/errno.h d #define ECONNREFUSED 146 +ECONNRESET bits/errno.h d #define ECONNRESET 131 +EDEADLK bits/errno.h d #define EDEADLK 45 +EDEADLOCK bits/errno.h d #define EDEADLOCK 56 +EDESTADDRREQ bits/errno.h d #define EDESTADDRREQ 96 +EDOM bits/errno.h d #define EDOM 33 +EDOTDOT bits/errno.h d #define EDOTDOT 73 +EDQUOT bits/errno.h d #define EDQUOT 1133 +EEXIST bits/errno.h d #define EEXIST 17 +EFAULT bits/errno.h d #define EFAULT 14 +EFBIG bits/errno.h d #define EFBIG 27 +EF_CP0_BADVADDR bits/reg.h d #define EF_CP0_BADVADDR 35 +EF_CP0_CAUSE bits/reg.h d #define EF_CP0_CAUSE 37 +EF_CP0_EPC bits/reg.h d #define EF_CP0_EPC 34 +EF_CP0_STATUS bits/reg.h d #define EF_CP0_STATUS 36 +EF_HI bits/reg.h d #define EF_HI 33 +EF_LO bits/reg.h d #define EF_LO 32 +EF_R0 bits/reg.h d #define EF_R0 0 +EF_R1 bits/reg.h d #define EF_R1 1 +EF_R10 bits/reg.h d #define EF_R10 10 +EF_R11 bits/reg.h d #define EF_R11 11 +EF_R12 bits/reg.h d #define EF_R12 12 +EF_R13 bits/reg.h d #define EF_R13 13 +EF_R14 bits/reg.h d #define EF_R14 14 +EF_R15 bits/reg.h d #define EF_R15 15 +EF_R16 bits/reg.h d #define EF_R16 16 +EF_R17 bits/reg.h d #define EF_R17 17 +EF_R18 bits/reg.h d #define EF_R18 18 +EF_R19 bits/reg.h d #define EF_R19 19 +EF_R2 bits/reg.h d #define EF_R2 2 +EF_R20 bits/reg.h d #define EF_R20 20 +EF_R21 bits/reg.h d #define EF_R21 21 +EF_R22 bits/reg.h d #define EF_R22 22 +EF_R23 bits/reg.h d #define EF_R23 23 +EF_R24 bits/reg.h d #define EF_R24 24 +EF_R25 bits/reg.h d #define EF_R25 25 +EF_R26 bits/reg.h d #define EF_R26 26 +EF_R27 bits/reg.h d #define EF_R27 27 +EF_R28 bits/reg.h d #define EF_R28 28 +EF_R29 bits/reg.h d #define EF_R29 29 +EF_R3 bits/reg.h d #define EF_R3 3 +EF_R30 bits/reg.h d #define EF_R30 30 +EF_R31 bits/reg.h d #define EF_R31 31 +EF_R4 bits/reg.h d #define EF_R4 4 +EF_R5 bits/reg.h d #define EF_R5 5 +EF_R6 bits/reg.h d #define EF_R6 6 +EF_R7 bits/reg.h d #define EF_R7 7 +EF_R8 bits/reg.h d #define EF_R8 8 +EF_R9 bits/reg.h d #define EF_R9 9 +EF_SIZE bits/reg.h d #define EF_SIZE 304 +EF_UNUSED0 bits/reg.h d #define EF_UNUSED0 38 +EHOSTDOWN bits/errno.h d #define EHOSTDOWN 147 +EHOSTUNREACH bits/errno.h d #define EHOSTUNREACH 148 +EHWPOISON bits/errno.h d #define EHWPOISON 168 +EIDRM bits/errno.h d #define EIDRM 36 +EILSEQ bits/errno.h d #define EILSEQ 88 +EINPROGRESS bits/errno.h d #define EINPROGRESS 150 +EINTR bits/errno.h d #define EINTR 4 +EINVAL bits/errno.h d #define EINVAL 22 +EIO bits/errno.h d #define EIO 5 +EISCONN bits/errno.h d #define EISCONN 133 +EISDIR bits/errno.h d #define EISDIR 21 +EISNAM bits/errno.h d #define EISNAM 139 +EKEYEXPIRED bits/errno.h d #define EKEYEXPIRED 162 +EKEYREJECTED bits/errno.h d #define EKEYREJECTED 164 +EKEYREVOKED bits/errno.h d #define EKEYREVOKED 163 +EL2HLT bits/errno.h d #define EL2HLT 44 +EL2NSYNC bits/errno.h d #define EL2NSYNC 38 +EL3HLT bits/errno.h d #define EL3HLT 39 +EL3RST bits/errno.h d #define EL3RST 40 +ELF_NFPREG bits/user.h d #define ELF_NFPREG 33 +ELF_NGREG bits/user.h d #define ELF_NGREG 45 +ELIBACC bits/errno.h d #define ELIBACC 83 +ELIBBAD bits/errno.h d #define ELIBBAD 84 +ELIBEXEC bits/errno.h d #define ELIBEXEC 87 +ELIBMAX bits/errno.h d #define ELIBMAX 86 +ELIBSCN bits/errno.h d #define ELIBSCN 85 +ELNRNG bits/errno.h d #define ELNRNG 41 +ELOOP bits/errno.h d #define ELOOP 90 +EMEDIUMTYPE bits/errno.h d #define EMEDIUMTYPE 160 +EMFILE bits/errno.h d #define EMFILE 24 +EMLINK bits/errno.h d #define EMLINK 31 +EMSGSIZE bits/errno.h d #define EMSGSIZE 97 +EMULTIHOP bits/errno.h d #define EMULTIHOP 74 +ENAMETOOLONG bits/errno.h d #define ENAMETOOLONG 78 +ENAVAIL bits/errno.h d #define ENAVAIL 138 +ENETDOWN bits/errno.h d #define ENETDOWN 127 +ENETRESET bits/errno.h d #define ENETRESET 129 +ENETUNREACH bits/errno.h d #define ENETUNREACH 128 +ENFILE bits/errno.h d #define ENFILE 23 +ENOANO bits/errno.h d #define ENOANO 53 +ENOBUFS bits/errno.h d #define ENOBUFS 132 +ENOCSI bits/errno.h d #define ENOCSI 43 +ENODATA bits/errno.h d #define ENODATA 61 +ENODEV bits/errno.h d #define ENODEV 19 +ENOENT bits/errno.h d #define ENOENT 2 +ENOEXEC bits/errno.h d #define ENOEXEC 8 +ENOKEY bits/errno.h d #define ENOKEY 161 +ENOLCK bits/errno.h d #define ENOLCK 46 +ENOLINK bits/errno.h d #define ENOLINK 67 +ENOMEDIUM bits/errno.h d #define ENOMEDIUM 159 +ENOMEM bits/errno.h d #define ENOMEM 12 +ENOMSG bits/errno.h d #define ENOMSG 35 +ENONET bits/errno.h d #define ENONET 64 +ENOPKG bits/errno.h d #define ENOPKG 65 +ENOPROTOOPT bits/errno.h d #define ENOPROTOOPT 99 +ENOSPC bits/errno.h d #define ENOSPC 28 +ENOSR bits/errno.h d #define ENOSR 63 +ENOSTR bits/errno.h d #define ENOSTR 60 +ENOSYS bits/errno.h d #define ENOSYS 89 +ENOTBLK bits/errno.h d #define ENOTBLK 15 +ENOTCONN bits/errno.h d #define ENOTCONN 134 +ENOTDIR bits/errno.h d #define ENOTDIR 20 +ENOTEMPTY bits/errno.h d #define ENOTEMPTY 93 +ENOTNAM bits/errno.h d #define ENOTNAM 137 +ENOTRECOVERABLE bits/errno.h d #define ENOTRECOVERABLE 166 +ENOTSOCK bits/errno.h d #define ENOTSOCK 95 +ENOTSUP bits/errno.h d #define ENOTSUP EOPNOTSUPP +ENOTTY bits/errno.h d #define ENOTTY 25 +ENOTUNIQ bits/errno.h d #define ENOTUNIQ 80 +ENXIO bits/errno.h d #define ENXIO 6 +EOPNOTSUPP bits/errno.h d #define EOPNOTSUPP 122 +EOVERFLOW bits/errno.h d #define EOVERFLOW 79 +EOWNERDEAD bits/errno.h d #define EOWNERDEAD 165 +EPERM bits/errno.h d #define EPERM 1 +EPFNOSUPPORT bits/errno.h d #define EPFNOSUPPORT 123 +EPIPE bits/errno.h d #define EPIPE 32 +EPROTO bits/errno.h d #define EPROTO 71 +EPROTONOSUPPORT bits/errno.h d #define EPROTONOSUPPORT 120 +EPROTOTYPE bits/errno.h d #define EPROTOTYPE 98 +ERANGE bits/errno.h d #define ERANGE 34 +EREMCHG bits/errno.h d #define EREMCHG 82 +EREMOTE bits/errno.h d #define EREMOTE 66 +EREMOTEIO bits/errno.h d #define EREMOTEIO 140 +ERESTART bits/errno.h d #define ERESTART 91 +ERFKILL bits/errno.h d #define ERFKILL 167 +EROFS bits/errno.h d #define EROFS 30 +ESHUTDOWN bits/errno.h d #define ESHUTDOWN 143 +ESOCKTNOSUPPORT bits/errno.h d #define ESOCKTNOSUPPORT 121 +ESPIPE bits/errno.h d #define ESPIPE 29 +ESRCH bits/errno.h d #define ESRCH 3 +ESRMNT bits/errno.h d #define ESRMNT 69 +ESTALE bits/errno.h d #define ESTALE 151 +ESTRPIPE bits/errno.h d #define ESTRPIPE 92 +ETIME bits/errno.h d #define ETIME 62 +ETIMEDOUT bits/errno.h d #define ETIMEDOUT 145 +ETOOMANYREFS bits/errno.h d #define ETOOMANYREFS 144 +ETXTBSY bits/errno.h d #define ETXTBSY 26 +EUCLEAN bits/errno.h d #define EUCLEAN 135 +EUNATCH bits/errno.h d #define EUNATCH 42 +EUSERS bits/errno.h d #define EUSERS 94 +EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN +EXDEV bits/errno.h d #define EXDEV 18 +EXFULL bits/errno.h d #define EXFULL 52 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 +EXTPROC bits/termios.h d #define EXTPROC 0200000 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 124 +FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) +FE_DIVBYZERO bits/fenv.h d #define FE_DIVBYZERO 32 +FE_DOWNWARD bits/fenv.h d #define FE_DOWNWARD 3 +FE_INEXACT bits/fenv.h d #define FE_INEXACT 4 +FE_INVALID bits/fenv.h d #define FE_INVALID 64 +FE_OVERFLOW bits/fenv.h d #define FE_OVERFLOW 16 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TOWARDZERO bits/fenv.h d #define FE_TOWARDZERO 1 +FE_UNDERFLOW bits/fenv.h d #define FE_UNDERFLOW 8 +FE_UPWARD bits/fenv.h d #define FE_UPWARD 2 +FF0 bits/termios.h d #define FF0 0000000 +FF1 bits/termios.h d #define FF1 0100000 +FFDLY bits/termios.h d #define FFDLY 0100000 +FILE bits/alltypes.h T typedef struct _IO_FILE FILE; +FIOASYNC bits/ioctl.h d #define FIOASYNC 0x667D +FIOCLEX bits/ioctl.h d #define FIOCLEX 0x6601 +FIOGETOWN bits/ioctl.h d #define FIOGETOWN 0x8903 +FIONBIO bits/ioctl.h d #define FIONBIO 0x667E +FIONCLEX bits/ioctl.h d #define FIONCLEX 0x6602 +FIONREAD bits/ioctl.h d #define FIONREAD 0x467F +FIOQSIZE bits/ioctl.h d #define FIOQSIZE 0x667F +FIOSETOWN bits/ioctl.h d #define FIOSETOWN 0x8901 +FLT_EVAL_METHOD bits/float.h d #define FLT_EVAL_METHOD 0 +FLUSHO bits/termios.h d #define FLUSHO 0020000 +F_DUPFD bits/fcntl.h d #define F_DUPFD 0 +F_GETFD bits/fcntl.h d #define F_GETFD 1 +F_GETFL bits/fcntl.h d #define F_GETFL 3 +F_GETLK bits/fcntl.h d #define F_GETLK 14 +F_GETOWN bits/fcntl.h d #define F_GETOWN 23 +F_GETOWNER_UIDS bits/fcntl.h d #define F_GETOWNER_UIDS 17 +F_GETOWN_EX bits/fcntl.h d #define F_GETOWN_EX 16 +F_GETSIG bits/fcntl.h d #define F_GETSIG 11 +F_SETFD bits/fcntl.h d #define F_SETFD 2 +F_SETFL bits/fcntl.h d #define F_SETFL 4 +F_SETLK bits/fcntl.h d #define F_SETLK 6 +F_SETLKW bits/fcntl.h d #define F_SETLKW 7 +F_SETOWN bits/fcntl.h d #define F_SETOWN 24 +F_SETOWN_EX bits/fcntl.h d #define F_SETOWN_EX 15 +F_SETSIG bits/fcntl.h d #define F_SETSIG 10 +HUPCL bits/termios.h d #define HUPCL 0002000 +ICANON bits/termios.h d #define ICANON 0000002 +ICRNL bits/termios.h d #define ICRNL 0000400 +IEXTEN bits/termios.h d #define IEXTEN 0000400 +IGNBRK bits/termios.h d #define IGNBRK 0000001 +IGNCR bits/termios.h d #define IGNCR 0000200 +IGNPAR bits/termios.h d #define IGNPAR 0000004 +IMAXBEL bits/termios.h d #define IMAXBEL 0020000 +INLCR bits/termios.h d #define INLCR 0000100 +INPCK bits/termios.h d #define INPCK 0000020 +INTPTR_MAX bits/stdint.h d #define INTPTR_MAX INT64_MAX +INTPTR_MIN bits/stdint.h d #define INTPTR_MIN INT64_MIN +INT_FAST16_MAX bits/stdint.h d #define INT_FAST16_MAX INT32_MAX +INT_FAST16_MIN bits/stdint.h d #define INT_FAST16_MIN INT32_MIN +INT_FAST32_MAX bits/stdint.h d #define INT_FAST32_MAX INT32_MAX +INT_FAST32_MIN bits/stdint.h d #define INT_FAST32_MIN INT32_MIN +IPC_64 bits/ipc.h d #define IPC_64 0x100 +ISIG bits/termios.h d #define ISIG 0000001 +ISTRIP bits/termios.h d #define ISTRIP 0000040 +ITOSTOP bits/termios.h d #define ITOSTOP 0100000 +IUCLC bits/termios.h d #define IUCLC 0001000 +IUTF8 bits/termios.h d #define IUTF8 0040000 +IXANY bits/termios.h d #define IXANY 0004000 +IXOFF bits/termios.h d #define IXOFF 0010000 +IXON bits/termios.h d #define IXON 0002000 +LDBL_DIG bits/float.h d #define LDBL_DIG 33 +LDBL_EPSILON bits/float.h d #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L +LDBL_MANT_DIG bits/float.h d #define LDBL_MANT_DIG 113 +LDBL_MAX bits/float.h d #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L +LDBL_MAX_10_EXP bits/float.h d #define LDBL_MAX_10_EXP 4932 +LDBL_MAX_EXP bits/float.h d #define LDBL_MAX_EXP 16384 +LDBL_MIN bits/float.h d #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L +LDBL_MIN_10_EXP bits/float.h d #define LDBL_MIN_10_EXP (-4931) +LDBL_MIN_EXP bits/float.h d #define LDBL_MIN_EXP (-16381) +LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L +LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL +LONG_BIT bits/limits.h d #define LONG_BIT 64 +LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffffffffffL +MAP_ANON bits/mman.h d #define MAP_ANON 0x800 +MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x2000 +MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x4000 +MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x1000 +MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x80000 +MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x8000 +MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x20000 +MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x0400 +MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x10000 +MAP_STACK bits/mman.h d #define MAP_STACK 0x40000 +MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 +NL0 bits/termios.h d #define NL0 0000000 +NL1 bits/termios.h d #define NL1 0000400 +NLDLY bits/termios.h d #define NLDLY 0000400 +NOFLSH bits/termios.h d #define NOFLSH 0000200 +N_6PACK bits/ioctl.h d #define N_6PACK 7 +N_AX25 bits/ioctl.h d #define N_AX25 5 +N_HCI bits/ioctl.h d #define N_HCI 15 +N_HDLC bits/ioctl.h d #define N_HDLC 13 +N_IRDA bits/ioctl.h d #define N_IRDA 11 +N_MASC bits/ioctl.h d #define N_MASC 8 +N_MOUSE bits/ioctl.h d #define N_MOUSE 2 +N_PPP bits/ioctl.h d #define N_PPP 3 +N_PROFIBUS_FDL bits/ioctl.h d #define N_PROFIBUS_FDL 10 +N_R3964 bits/ioctl.h d #define N_R3964 9 +N_SLIP bits/ioctl.h d #define N_SLIP 1 +N_SMSBLOCK bits/ioctl.h d #define N_SMSBLOCK 12 +N_STRIP bits/ioctl.h d #define N_STRIP 4 +N_SYNC_PPP bits/ioctl.h d #define N_SYNC_PPP 14 +N_TTY bits/ioctl.h d #define N_TTY 0 +N_X25 bits/ioctl.h d #define N_X25 6 +OCRNL bits/termios.h d #define OCRNL 0000010 +OFDEL bits/termios.h d #define OFDEL 0000200 +OFILL bits/termios.h d #define OFILL 0000100 +OLCUC bits/termios.h d #define OLCUC 0000002 +ONLCR bits/termios.h d #define ONLCR 0000004 +ONLRET bits/termios.h d #define ONLRET 0000040 +ONOCR bits/termios.h d #define ONOCR 0000020 +OPOST bits/termios.h d #define OPOST 0000001 +O_APPEND bits/fcntl.h d #define O_APPEND 0010 +O_ASYNC bits/fcntl.h d #define O_ASYNC 010000 +O_CLOEXEC bits/fcntl.h d #define O_CLOEXEC 02000000 +O_CREAT bits/fcntl.h d #define O_CREAT 0400 +O_DIRECT bits/fcntl.h d #define O_DIRECT 0100000 +O_DIRECTORY bits/fcntl.h d #define O_DIRECTORY 0200000 +O_DSYNC bits/fcntl.h d #define O_DSYNC 0020 +O_EXCL bits/fcntl.h d #define O_EXCL 02000 +O_LARGEFILE bits/fcntl.h d #define O_LARGEFILE 0 +O_NDELAY bits/fcntl.h d #define O_NDELAY O_NONBLOCK +O_NOATIME bits/fcntl.h d #define O_NOATIME 01000000 +O_NOCTTY bits/fcntl.h d #define O_NOCTTY 04000 +O_NOFOLLOW bits/fcntl.h d #define O_NOFOLLOW 0400000 +O_NONBLOCK bits/fcntl.h d #define O_NONBLOCK 0200 +O_PATH bits/fcntl.h d #define O_PATH 010000000 +O_RSYNC bits/fcntl.h d #define O_RSYNC 040020 +O_SYNC bits/fcntl.h d #define O_SYNC 040020 +O_TMPFILE bits/fcntl.h d #define O_TMPFILE 020200000 +O_TRUNC bits/fcntl.h d #define O_TRUNC 01000 +PARENB bits/termios.h d #define PARENB 0000400 +PARMRK bits/termios.h d #define PARMRK 0000010 +PARODD bits/termios.h d #define PARODD 0001000 +PENDIN bits/termios.h d #define PENDIN 0040000 +POLLWRBAND bits/poll.h d #define POLLWRBAND 0x100 +POLLWRNORM bits/poll.h d #define POLLWRNORM POLLOUT +PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT64_MAX +PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT64_MIN +RLIMIT_AS bits/resource.h d #define RLIMIT_AS 6 +RLIMIT_MEMLOCK bits/resource.h d #define RLIMIT_MEMLOCK 9 +RLIMIT_NOFILE bits/resource.h d #define RLIMIT_NOFILE 5 +RLIMIT_NPROC bits/resource.h d #define RLIMIT_NPROC 8 +RLIMIT_RSS bits/resource.h d #define RLIMIT_RSS 7 +SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 +SA_NOCLDWAIT bits/signal.h d #define SA_NOCLDWAIT 0x10000 +SA_NODEFER bits/signal.h d #define SA_NODEFER 0x40000000 +SA_ONSTACK bits/signal.h d #define SA_ONSTACK 0x08000000 +SA_RESETHAND bits/signal.h d #define SA_RESETHAND 0x80000000 +SA_RESTART bits/signal.h d #define SA_RESTART 0x10000000 +SA_RESTORER bits/signal.h d #define SA_RESTORER 0x04000000 +SA_SIGINFO bits/signal.h d #define SA_SIGINFO 8 +SHMLBA bits/shm.h d #define SHMLBA 4096 +SIGABRT bits/signal.h d #define SIGABRT 6 +SIGALRM bits/signal.h d #define SIGALRM 14 +SIGBUS bits/signal.h d #define SIGBUS 10 +SIGCHLD bits/signal.h d #define SIGCHLD 18 +SIGCONT bits/signal.h d #define SIGCONT 25 +SIGFPE bits/signal.h d #define SIGFPE 8 +SIGHUP bits/signal.h d #define SIGHUP 1 +SIGILL bits/signal.h d #define SIGILL 4 +SIGINT bits/signal.h d #define SIGINT 2 +SIGIO bits/signal.h d #define SIGIO 22 +SIGIOT bits/signal.h d #define SIGIOT SIGABRT +SIGKILL bits/signal.h d #define SIGKILL 9 +SIGPIPE bits/signal.h d #define SIGPIPE 13 +SIGPOLL bits/signal.h d #define SIGPOLL SIGIO +SIGPROF bits/signal.h d #define SIGPROF 29 +SIGPWR bits/signal.h d #define SIGPWR 19 +SIGQUIT bits/signal.h d #define SIGQUIT 3 +SIGSEGV bits/signal.h d #define SIGSEGV 11 +SIGSTKFLT bits/signal.h d #define SIGSTKFLT 7 +SIGSTKSZ bits/signal.h d #define SIGSTKSZ 8192 +SIGSTOP bits/signal.h d #define SIGSTOP 23 +SIGSYS bits/signal.h d #define SIGSYS 12 +SIGTERM bits/signal.h d #define SIGTERM 15 +SIGTRAP bits/signal.h d #define SIGTRAP 5 +SIGTSTP bits/signal.h d #define SIGTSTP 24 +SIGTTIN bits/signal.h d #define SIGTTIN 26 +SIGTTOU bits/signal.h d #define SIGTTOU 27 +SIGUNUSED bits/signal.h d #define SIGUNUSED SIGSYS +SIGURG bits/signal.h d #define SIGURG 21 +SIGUSR1 bits/signal.h d #define SIGUSR1 16 +SIGUSR2 bits/signal.h d #define SIGUSR2 17 +SIGVTALRM bits/signal.h d #define SIGVTALRM 28 +SIGWINCH bits/signal.h d #define SIGWINCH 20 +SIGXCPU bits/signal.h d #define SIGXCPU 30 +SIGXFSZ bits/signal.h d #define SIGXFSZ 31 +SIG_BLOCK bits/signal.h d #define SIG_BLOCK 1 +SIG_SETMASK bits/signal.h d #define SIG_SETMASK 3 +SIG_UNBLOCK bits/signal.h d #define SIG_UNBLOCK 2 +SIOCADDDLCI bits/ioctl.h d #define SIOCADDDLCI 0x8980 +SIOCADDMULTI bits/ioctl.h d #define SIOCADDMULTI 0x8931 +SIOCADDRT bits/ioctl.h d #define SIOCADDRT 0x890B +SIOCATMARK bits/ioctl.h d #define SIOCATMARK 0x8905 +SIOCDARP bits/ioctl.h d #define SIOCDARP 0x8953 +SIOCDELDLCI bits/ioctl.h d #define SIOCDELDLCI 0x8981 +SIOCDELMULTI bits/ioctl.h d #define SIOCDELMULTI 0x8932 +SIOCDELRT bits/ioctl.h d #define SIOCDELRT 0x890C +SIOCDEVPRIVATE bits/ioctl.h d #define SIOCDEVPRIVATE 0x89F0 +SIOCDIFADDR bits/ioctl.h d #define SIOCDIFADDR 0x8936 +SIOCDRARP bits/ioctl.h d #define SIOCDRARP 0x8960 +SIOCGARP bits/ioctl.h d #define SIOCGARP 0x8954 +SIOCGIFADDR bits/ioctl.h d #define SIOCGIFADDR 0x8915 +SIOCGIFBR bits/ioctl.h d #define SIOCGIFBR 0x8940 +SIOCGIFBRDADDR bits/ioctl.h d #define SIOCGIFBRDADDR 0x8919 +SIOCGIFCONF bits/ioctl.h d #define SIOCGIFCONF 0x8912 +SIOCGIFCOUNT bits/ioctl.h d #define SIOCGIFCOUNT 0x8938 +SIOCGIFDSTADDR bits/ioctl.h d #define SIOCGIFDSTADDR 0x8917 +SIOCGIFENCAP bits/ioctl.h d #define SIOCGIFENCAP 0x8925 +SIOCGIFFLAGS bits/ioctl.h d #define SIOCGIFFLAGS 0x8913 +SIOCGIFHWADDR bits/ioctl.h d #define SIOCGIFHWADDR 0x8927 +SIOCGIFINDEX bits/ioctl.h d #define SIOCGIFINDEX 0x8933 +SIOCGIFMAP bits/ioctl.h d #define SIOCGIFMAP 0x8970 +SIOCGIFMEM bits/ioctl.h d #define SIOCGIFMEM 0x891f +SIOCGIFMETRIC bits/ioctl.h d #define SIOCGIFMETRIC 0x891d +SIOCGIFMTU bits/ioctl.h d #define SIOCGIFMTU 0x8921 +SIOCGIFNAME bits/ioctl.h d #define SIOCGIFNAME 0x8910 +SIOCGIFNETMASK bits/ioctl.h d #define SIOCGIFNETMASK 0x891b +SIOCGIFPFLAGS bits/ioctl.h d #define SIOCGIFPFLAGS 0x8935 +SIOCGIFSLAVE bits/ioctl.h d #define SIOCGIFSLAVE 0x8929 +SIOCGIFTXQLEN bits/ioctl.h d #define SIOCGIFTXQLEN 0x8942 +SIOCGPGRP bits/ioctl.h d #define SIOCGPGRP 0x8904 +SIOCGRARP bits/ioctl.h d #define SIOCGRARP 0x8961 +SIOCGSTAMP bits/ioctl.h d #define SIOCGSTAMP 0x8906 +SIOCPROTOPRIVATE bits/ioctl.h d #define SIOCPROTOPRIVATE 0x89E0 +SIOCRTMSG bits/ioctl.h d #define SIOCRTMSG 0x890D +SIOCSARP bits/ioctl.h d #define SIOCSARP 0x8955 +SIOCSIFADDR bits/ioctl.h d #define SIOCSIFADDR 0x8916 +SIOCSIFBR bits/ioctl.h d #define SIOCSIFBR 0x8941 +SIOCSIFBRDADDR bits/ioctl.h d #define SIOCSIFBRDADDR 0x891a +SIOCSIFDSTADDR bits/ioctl.h d #define SIOCSIFDSTADDR 0x8918 +SIOCSIFENCAP bits/ioctl.h d #define SIOCSIFENCAP 0x8926 +SIOCSIFFLAGS bits/ioctl.h d #define SIOCSIFFLAGS 0x8914 +SIOCSIFHWADDR bits/ioctl.h d #define SIOCSIFHWADDR 0x8924 +SIOCSIFHWBROADCAST bits/ioctl.h d #define SIOCSIFHWBROADCAST 0x8937 +SIOCSIFLINK bits/ioctl.h d #define SIOCSIFLINK 0x8911 +SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 +SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 +SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e +SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 +SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c +SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 +SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 +SIOCSIFTXQLEN bits/ioctl.h d #define SIOCSIFTXQLEN 0x8943 +SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 +SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 +SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX +SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT64_MAX +SI_ASYNCIO bits/signal.h d #define SI_ASYNCIO (-2) +SI_MESGQ bits/signal.h d #define SI_MESGQ (-4) +SI_TIMER bits/signal.h d #define SI_TIMER (-3) +SOCK_CLOEXEC bits/socket.h d #define SOCK_CLOEXEC 02000000 +SOCK_DGRAM bits/socket.h d #define SOCK_DGRAM 1 +SOCK_NONBLOCK bits/socket.h d #define SOCK_NONBLOCK 0200 +SOCK_STREAM bits/socket.h d #define SOCK_STREAM 2 +SOL_SOCKET bits/socket.h d #define SOL_SOCKET 65535 +SO_ACCEPTCONN bits/socket.h d #define SO_ACCEPTCONN 0x1009 +SO_BROADCAST bits/socket.h d #define SO_BROADCAST 0x0020 +SO_BSDCOMPAT bits/socket.h d #define SO_BSDCOMPAT 14 +SO_DEBUG bits/socket.h d #define SO_DEBUG 1 +SO_DOMAIN bits/socket.h d #define SO_DOMAIN 0x1029 +SO_DONTROUTE bits/socket.h d #define SO_DONTROUTE 0x0010 +SO_ERROR bits/socket.h d #define SO_ERROR 0x1007 +SO_KEEPALIVE bits/socket.h d #define SO_KEEPALIVE 0x0008 +SO_LINGER bits/socket.h d #define SO_LINGER 0x0080 +SO_NO_CHECK bits/socket.h d #define SO_NO_CHECK 11 +SO_OOBINLINE bits/socket.h d #define SO_OOBINLINE 0x0100 +SO_PASSCRED bits/socket.h d #define SO_PASSCRED 17 +SO_PEERCRED bits/socket.h d #define SO_PEERCRED 18 +SO_PRIORITY bits/socket.h d #define SO_PRIORITY 12 +SO_PROTOCOL bits/socket.h d #define SO_PROTOCOL 0x1028 +SO_RCVBUF bits/socket.h d #define SO_RCVBUF 0x1002 +SO_RCVBUFFORCE bits/socket.h d #define SO_RCVBUFFORCE 33 +SO_RCVLOWAT bits/socket.h d #define SO_RCVLOWAT 0x1004 +SO_RCVTIMEO bits/socket.h d #define SO_RCVTIMEO 0x1006 +SO_REUSEADDR bits/socket.h d #define SO_REUSEADDR 0x0004 +SO_REUSEPORT bits/socket.h d #define SO_REUSEPORT 0x0200 +SO_SNDBUF bits/socket.h d #define SO_SNDBUF 0x1001 +SO_SNDBUFFORCE bits/socket.h d #define SO_SNDBUFFORCE 31 +SO_SNDLOWAT bits/socket.h d #define SO_SNDLOWAT 0x1003 +SO_SNDTIMEO bits/socket.h d #define SO_SNDTIMEO 0x1005 +SO_TYPE bits/socket.h d #define SO_TYPE 0x1008 +SYS__newselect bits/syscall.h d #define SYS__newselect 5022 +SYS__sysctl bits/syscall.h d #define SYS__sysctl 5152 +SYS_accept bits/syscall.h d #define SYS_accept 5042 +SYS_accept4 bits/syscall.h d #define SYS_accept4 5293 +SYS_access bits/syscall.h d #define SYS_access 5020 +SYS_acct bits/syscall.h d #define SYS_acct 5158 +SYS_add_key bits/syscall.h d #define SYS_add_key 5239 +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex 5154 +SYS_afs_syscall bits/syscall.h d #define SYS_afs_syscall 5176 +SYS_alarm bits/syscall.h d #define SYS_alarm 5037 +SYS_bind bits/syscall.h d #define SYS_bind 5048 +SYS_bpf bits/syscall.h d #define SYS_bpf 5315 +SYS_brk bits/syscall.h d #define SYS_brk 5012 +SYS_cachectl bits/syscall.h d #define SYS_cachectl 5198 +SYS_cacheflush bits/syscall.h d #define SYS_cacheflush 5197 +SYS_capget bits/syscall.h d #define SYS_capget 5123 +SYS_capset bits/syscall.h d #define SYS_capset 5124 +SYS_chdir bits/syscall.h d #define SYS_chdir 5078 +SYS_chmod bits/syscall.h d #define SYS_chmod 5088 +SYS_chown bits/syscall.h d #define SYS_chown 5090 +SYS_chroot bits/syscall.h d #define SYS_chroot 5156 +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 5300 +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres 5223 +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime 5222 +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep 5224 +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 5221 +SYS_clone bits/syscall.h d #define SYS_clone 5055 +SYS_close bits/syscall.h d #define SYS_close 5003 +SYS_connect bits/syscall.h d #define SYS_connect 5041 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 5320 +SYS_creat bits/syscall.h d #define SYS_creat 5083 +SYS_create_module bits/syscall.h d #define SYS_create_module 5167 +SYS_delete_module bits/syscall.h d #define SYS_delete_module 5169 +SYS_dup bits/syscall.h d #define SYS_dup 5031 +SYS_dup2 bits/syscall.h d #define SYS_dup2 5032 +SYS_dup3 bits/syscall.h d #define SYS_dup3 5286 +SYS_epoll_create bits/syscall.h d #define SYS_epoll_create 5207 +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 5285 +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl 5208 +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait 5272 +SYS_epoll_wait bits/syscall.h d #define SYS_epoll_wait 5209 +SYS_eventfd bits/syscall.h d #define SYS_eventfd 5278 +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 5284 +SYS_execve bits/syscall.h d #define SYS_execve 5057 +SYS_execveat bits/syscall.h d #define SYS_execveat 5316 +SYS_exit bits/syscall.h d #define SYS_exit 5058 +SYS_exit_group bits/syscall.h d #define SYS_exit_group 5205 +SYS_faccessat bits/syscall.h d #define SYS_faccessat 5259 +SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 5215 +SYS_fallocate bits/syscall.h d #define SYS_fallocate 5279 +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init 5295 +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark 5296 +SYS_fchdir bits/syscall.h d #define SYS_fchdir 5079 +SYS_fchmod bits/syscall.h d #define SYS_fchmod 5089 +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat 5258 +SYS_fchown bits/syscall.h d #define SYS_fchown 5091 +SYS_fchownat bits/syscall.h d #define SYS_fchownat 5250 +SYS_fcntl bits/syscall.h d #define SYS_fcntl 5070 +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync 5073 +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr 5185 +SYS_finit_module bits/syscall.h d #define SYS_finit_module 5307 +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr 5188 +SYS_flock bits/syscall.h d #define SYS_flock 5071 +SYS_fork bits/syscall.h d #define SYS_fork 5056 +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr 5191 +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr 5182 +SYS_fstat bits/syscall.h d #define SYS_fstat 5005 +SYS_fstatfs bits/syscall.h d #define SYS_fstatfs 5135 +SYS_fsync bits/syscall.h d #define SYS_fsync 5072 +SYS_ftruncate bits/syscall.h d #define SYS_ftruncate 5075 +SYS_futex bits/syscall.h d #define SYS_futex 5194 +SYS_futimesat bits/syscall.h d #define SYS_futimesat 5251 +SYS_get_kernel_syms bits/syscall.h d #define SYS_get_kernel_syms 5170 +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy 5228 +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list 5269 +SYS_getcpu bits/syscall.h d #define SYS_getcpu 5271 +SYS_getcwd bits/syscall.h d #define SYS_getcwd 5077 +SYS_getdents bits/syscall.h d #define SYS_getdents 5076 +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 5308 +SYS_getegid bits/syscall.h d #define SYS_getegid 5106 +SYS_geteuid bits/syscall.h d #define SYS_geteuid 5105 +SYS_getgid bits/syscall.h d #define SYS_getgid 5102 +SYS_getgroups bits/syscall.h d #define SYS_getgroups 5113 +SYS_getitimer bits/syscall.h d #define SYS_getitimer 5035 +SYS_getpeername bits/syscall.h d #define SYS_getpeername 5051 +SYS_getpgid bits/syscall.h d #define SYS_getpgid 5119 +SYS_getpgrp bits/syscall.h d #define SYS_getpgrp 5109 +SYS_getpid bits/syscall.h d #define SYS_getpid 5038 +SYS_getpmsg bits/syscall.h d #define SYS_getpmsg 5174 +SYS_getppid bits/syscall.h d #define SYS_getppid 5108 +SYS_getpriority bits/syscall.h d #define SYS_getpriority 5137 +SYS_getrandom bits/syscall.h d #define SYS_getrandom 5313 +SYS_getresgid bits/syscall.h d #define SYS_getresgid 5118 +SYS_getresuid bits/syscall.h d #define SYS_getresuid 5116 +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit 5095 +SYS_getrusage bits/syscall.h d #define SYS_getrusage 5096 +SYS_getsid bits/syscall.h d #define SYS_getsid 5122 +SYS_getsockname bits/syscall.h d #define SYS_getsockname 5050 +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt 5054 +SYS_gettid bits/syscall.h d #define SYS_gettid 5178 +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday 5094 +SYS_getuid bits/syscall.h d #define SYS_getuid 5100 +SYS_getxattr bits/syscall.h d #define SYS_getxattr 5183 +SYS_init_module bits/syscall.h d #define SYS_init_module 5168 +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch 5244 +SYS_inotify_init bits/syscall.h d #define SYS_inotify_init 5243 +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 5288 +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch 5245 +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel 5204 +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy 5201 +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents 5202 +SYS_io_setup bits/syscall.h d #define SYS_io_setup 5200 +SYS_io_submit bits/syscall.h d #define SYS_io_submit 5203 +SYS_ioctl bits/syscall.h d #define SYS_ioctl 5015 +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get 5274 +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set 5273 +SYS_kcmp bits/syscall.h d #define SYS_kcmp 5306 +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load 5270 +SYS_keyctl bits/syscall.h d #define SYS_keyctl 5241 +SYS_kill bits/syscall.h d #define SYS_kill 5060 +SYS_lchown bits/syscall.h d #define SYS_lchown 5092 +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr 5184 +SYS_link bits/syscall.h d #define SYS_link 5084 +SYS_linkat bits/syscall.h d #define SYS_linkat 5255 +SYS_listen bits/syscall.h d #define SYS_listen 5049 +SYS_listxattr bits/syscall.h d #define SYS_listxattr 5186 +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr 5187 +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie 5206 +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr 5190 +SYS_lseek bits/syscall.h d #define SYS_lseek 5008 +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr 5181 +SYS_lstat bits/syscall.h d #define SYS_lstat 5006 +SYS_madvise bits/syscall.h d #define SYS_madvise 5027 +SYS_mbind bits/syscall.h d #define SYS_mbind 5227 +SYS_membarrier bits/syscall.h d #define SYS_membarrier 5318 +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create 5314 +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages 5246 +SYS_mincore bits/syscall.h d #define SYS_mincore 5026 +SYS_mkdir bits/syscall.h d #define SYS_mkdir 5081 +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat 5248 +SYS_mknod bits/syscall.h d #define SYS_mknod 5131 +SYS_mknodat bits/syscall.h d #define SYS_mknodat 5249 +SYS_mlock bits/syscall.h d #define SYS_mlock 5146 +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 5319 +SYS_mlockall bits/syscall.h d #define SYS_mlockall 5148 +SYS_mmap bits/syscall.h d #define SYS_mmap 5009 +SYS_mount bits/syscall.h d #define SYS_mount 5160 +SYS_move_pages bits/syscall.h d #define SYS_move_pages 5267 +SYS_mprotect bits/syscall.h d #define SYS_mprotect 5010 +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr 5235 +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify 5234 +SYS_mq_open bits/syscall.h d #define SYS_mq_open 5230 +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive 5233 +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend 5232 +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink 5231 +SYS_mremap bits/syscall.h d #define SYS_mremap 5024 +SYS_msgctl bits/syscall.h d #define SYS_msgctl 5069 +SYS_msgget bits/syscall.h d #define SYS_msgget 5066 +SYS_msgrcv bits/syscall.h d #define SYS_msgrcv 5068 +SYS_msgsnd bits/syscall.h d #define SYS_msgsnd 5067 +SYS_msync bits/syscall.h d #define SYS_msync 5025 +SYS_munlock bits/syscall.h d #define SYS_munlock 5147 +SYS_munlockall bits/syscall.h d #define SYS_munlockall 5149 +SYS_munmap bits/syscall.h d #define SYS_munmap 5011 +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at 5298 +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep 5034 +SYS_newfstatat bits/syscall.h d #define SYS_newfstatat 5252 +SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl 5173 +SYS_open bits/syscall.h d #define SYS_open 5002 +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at 5299 +SYS_openat bits/syscall.h d #define SYS_openat 5247 +SYS_pause bits/syscall.h d #define SYS_pause 5033 +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open 5292 +SYS_personality bits/syscall.h d #define SYS_personality 5132 +SYS_pipe bits/syscall.h d #define SYS_pipe 5021 +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 5287 +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root 5151 +SYS_poll bits/syscall.h d #define SYS_poll 5007 +SYS_ppoll bits/syscall.h d #define SYS_ppoll 5261 +SYS_prctl bits/syscall.h d #define SYS_prctl 5153 +SYS_pread64 bits/syscall.h d #define SYS_pread64 5016 +SYS_preadv bits/syscall.h d #define SYS_preadv 5289 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 5321 +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 5297 +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 5304 +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 5305 +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 5260 +SYS_ptrace bits/syscall.h d #define SYS_ptrace 5099 +SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 5175 +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 5017 +SYS_pwritev bits/syscall.h d #define SYS_pwritev 5290 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 5322 +SYS_query_module bits/syscall.h d #define SYS_query_module 5171 +SYS_quotactl bits/syscall.h d #define SYS_quotactl 5172 +SYS_read bits/syscall.h d #define SYS_read 5000 +SYS_readahead bits/syscall.h d #define SYS_readahead 5179 +SYS_readlink bits/syscall.h d #define SYS_readlink 5087 +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat 5257 +SYS_readv bits/syscall.h d #define SYS_readv 5018 +SYS_reboot bits/syscall.h d #define SYS_reboot 5164 +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom 5044 +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg 5294 +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg 5046 +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages 5210 +SYS_removexattr bits/syscall.h d #define SYS_removexattr 5189 +SYS_rename bits/syscall.h d #define SYS_rename 5080 +SYS_renameat bits/syscall.h d #define SYS_renameat 5254 +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 5311 +SYS_request_key bits/syscall.h d #define SYS_request_key 5240 +SYS_reserved177 bits/syscall.h d #define SYS_reserved177 5177 +SYS_reserved193 bits/syscall.h d #define SYS_reserved193 5193 +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall 5213 +SYS_rmdir bits/syscall.h d #define SYS_rmdir 5082 +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction 5013 +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending 5125 +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask 5014 +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo 5127 +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn 5211 +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend 5128 +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait 5126 +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo 5291 +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max 5143 +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min 5144 +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity 5196 +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr 5310 +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam 5140 +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler 5142 +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval 5145 +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity 5195 +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr 5309 +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam 5139 +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler 5141 +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield 5023 +SYS_seccomp bits/syscall.h d #define SYS_seccomp 5312 +SYS_semctl bits/syscall.h d #define SYS_semctl 5064 +SYS_semget bits/syscall.h d #define SYS_semget 5062 +SYS_semop bits/syscall.h d #define SYS_semop 5063 +SYS_semtimedop bits/syscall.h d #define SYS_semtimedop 5214 +SYS_sendfile bits/syscall.h d #define SYS_sendfile 5039 +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg 5302 +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg 5045 +SYS_sendto bits/syscall.h d #define SYS_sendto 5043 +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy 5229 +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list 5268 +SYS_set_thread_area bits/syscall.h d #define SYS_set_thread_area 5242 +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address 5212 +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname 5166 +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid 5121 +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid 5120 +SYS_setgid bits/syscall.h d #define SYS_setgid 5104 +SYS_setgroups bits/syscall.h d #define SYS_setgroups 5114 +SYS_sethostname bits/syscall.h d #define SYS_sethostname 5165 +SYS_setitimer bits/syscall.h d #define SYS_setitimer 5036 +SYS_setns bits/syscall.h d #define SYS_setns 5303 +SYS_setpgid bits/syscall.h d #define SYS_setpgid 5107 +SYS_setpriority bits/syscall.h d #define SYS_setpriority 5138 +SYS_setregid bits/syscall.h d #define SYS_setregid 5112 +SYS_setresgid bits/syscall.h d #define SYS_setresgid 5117 +SYS_setresuid bits/syscall.h d #define SYS_setresuid 5115 +SYS_setreuid bits/syscall.h d #define SYS_setreuid 5111 +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit 5155 +SYS_setsid bits/syscall.h d #define SYS_setsid 5110 +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt 5053 +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday 5159 +SYS_setuid bits/syscall.h d #define SYS_setuid 5103 +SYS_setxattr bits/syscall.h d #define SYS_setxattr 5180 +SYS_shmat bits/syscall.h d #define SYS_shmat 5029 +SYS_shmctl bits/syscall.h d #define SYS_shmctl 5030 +SYS_shmdt bits/syscall.h d #define SYS_shmdt 5065 +SYS_shmget bits/syscall.h d #define SYS_shmget 5028 +SYS_shutdown bits/syscall.h d #define SYS_shutdown 5047 +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack 5129 +SYS_signalfd bits/syscall.h d #define SYS_signalfd 5276 +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 5283 +SYS_socket bits/syscall.h d #define SYS_socket 5040 +SYS_socketpair bits/syscall.h d #define SYS_socketpair 5052 +SYS_splice bits/syscall.h d #define SYS_splice 5263 +SYS_stat bits/syscall.h d #define SYS_stat 5004 +SYS_statfs bits/syscall.h d #define SYS_statfs 5134 +SYS_swapoff bits/syscall.h d #define SYS_swapoff 5163 +SYS_swapon bits/syscall.h d #define SYS_swapon 5162 +SYS_symlink bits/syscall.h d #define SYS_symlink 5086 +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat 5256 +SYS_sync bits/syscall.h d #define SYS_sync 5157 +SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range 5264 +SYS_syncfs bits/syscall.h d #define SYS_syncfs 5301 +SYS_sysfs bits/syscall.h d #define SYS_sysfs 5136 +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo 5097 +SYS_syslog bits/syscall.h d #define SYS_syslog 5101 +SYS_sysmips bits/syscall.h d #define SYS_sysmips 5199 +SYS_tee bits/syscall.h d #define SYS_tee 5265 +SYS_tgkill bits/syscall.h d #define SYS_tgkill 5225 +SYS_timer_create bits/syscall.h d #define SYS_timer_create 5216 +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete 5220 +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun 5219 +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime 5218 +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime 5217 +SYS_timerfd bits/syscall.h d #define SYS_timerfd 5277 +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 5280 +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 5281 +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 5282 +SYS_times bits/syscall.h d #define SYS_times 5098 +SYS_tkill bits/syscall.h d #define SYS_tkill 5192 +SYS_truncate bits/syscall.h d #define SYS_truncate 5074 +SYS_umask bits/syscall.h d #define SYS_umask 5093 +SYS_umount2 bits/syscall.h d #define SYS_umount2 5161 +SYS_uname bits/syscall.h d #define SYS_uname 5061 +SYS_unlink bits/syscall.h d #define SYS_unlink 5085 +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat 5253 +SYS_unshare bits/syscall.h d #define SYS_unshare 5262 +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd 5317 +SYS_ustat bits/syscall.h d #define SYS_ustat 5133 +SYS_utime bits/syscall.h d #define SYS_utime 5130 +SYS_utimensat bits/syscall.h d #define SYS_utimensat 5275 +SYS_utimes bits/syscall.h d #define SYS_utimes 5226 +SYS_vhangup bits/syscall.h d #define SYS_vhangup 5150 +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice 5266 +SYS_vserver bits/syscall.h d #define SYS_vserver 5236 +SYS_wait4 bits/syscall.h d #define SYS_wait4 5059 +SYS_waitid bits/syscall.h d #define SYS_waitid 5237 +SYS_write bits/syscall.h d #define SYS_write 5001 +SYS_writev bits/syscall.h d #define SYS_writev 5019 +TAB0 bits/termios.h d #define TAB0 0000000 +TAB1 bits/termios.h d #define TAB1 0004000 +TAB2 bits/termios.h d #define TAB2 0010000 +TAB3 bits/termios.h d #define TAB3 0014000 +TABDLY bits/termios.h d #define TABDLY 0014000 +TCFLSH bits/ioctl.h d #define TCFLSH 0x5407 +TCGETA bits/ioctl.h d #define TCGETA 0x5401 +TCGETS bits/ioctl.h d #define TCGETS 0x540D +TCIFLUSH bits/termios.h d #define TCIFLUSH 0 +TCIOFF bits/termios.h d #define TCIOFF 2 +TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 +TCION bits/termios.h d #define TCION 3 +TCOFLUSH bits/termios.h d #define TCOFLUSH 1 +TCOOFF bits/termios.h d #define TCOOFF 0 +TCOON bits/termios.h d #define TCOON 1 +TCSADRAIN bits/termios.h d #define TCSADRAIN 0x540f +TCSAFLUSH bits/termios.h d #define TCSAFLUSH 0x5410 +TCSANOW bits/termios.h d #define TCSANOW 0x540e +TCSBRK bits/ioctl.h d #define TCSBRK 0x5405 +TCSBRKP bits/ioctl.h d #define TCSBRKP 0x5486 +TCSETA bits/ioctl.h d #define TCSETA 0x5402 +TCSETAF bits/ioctl.h d #define TCSETAF 0x5404 +TCSETAW bits/ioctl.h d #define TCSETAW 0x5403 +TCSETS bits/ioctl.h d #define TCSETS 0x540E +TCSETSF bits/ioctl.h d #define TCSETSF 0x5410 +TCSETSW bits/ioctl.h d #define TCSETSW 0x540F +TCXONC bits/ioctl.h d #define TCXONC 0x5406 +TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 +TIOCCONS bits/ioctl.h d #define TIOCCONS _IOW('t', 120, int) +TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x740D +TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T', 0x32, unsigned int) +TIOCGETD bits/ioctl.h d #define TIOCGETD 0x7400 +TIOCGETP bits/ioctl.h d #define TIOCGETP 0x7408 +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL _IOR('T', 0x40, int) +TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x5492 +TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x548B +TIOCGLTC bits/ioctl.h d #define TIOCGLTC 0x7474 +TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) +TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 0x38, int) +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 0x39, int) +TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T', 0x30, unsigned int) +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 _IOR('T', 0x2E, char[32]) +TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x5484 +TIOCGSID bits/ioctl.h d #define TIOCGSID 0x7416 +TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5481 +TIOCGWINSZ bits/ioctl.h d #define TIOCGWINSZ _IOR('t', 104, struct winsize) +TIOCINQ bits/ioctl.h d #define TIOCINQ FIONREAD +TIOCLINUX bits/ioctl.h d #define TIOCLINUX 0x5483 +TIOCMBIC bits/ioctl.h d #define TIOCMBIC 0x741C +TIOCMBIS bits/ioctl.h d #define TIOCMBIS 0x741B +TIOCMGET bits/ioctl.h d #define TIOCMGET 0x741D +TIOCMIWAIT bits/ioctl.h d #define TIOCMIWAIT 0x5491 +TIOCMSET bits/ioctl.h d #define TIOCMSET 0x741A +TIOCM_CAR bits/ioctl.h d #define TIOCM_CAR 0x100 +TIOCM_CD bits/ioctl.h d #define TIOCM_CD TIOCM_CAR +TIOCM_CTS bits/ioctl.h d #define TIOCM_CTS 0x040 +TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x400 +TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 +TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 +TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 +TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 +TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 +TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG +TIOCM_RNG bits/ioctl.h d #define TIOCM_RNG 0x200 +TIOCM_RTS bits/ioctl.h d #define TIOCM_RTS 0x004 +TIOCM_SR bits/ioctl.h d #define TIOCM_SR 0x020 +TIOCM_ST bits/ioctl.h d #define TIOCM_ST 0x010 +TIOCNOTTY bits/ioctl.h d #define TIOCNOTTY 0x5471 +TIOCNXCL bits/ioctl.h d #define TIOCNXCL 0x740E +TIOCOUTQ bits/ioctl.h d #define TIOCOUTQ 0x7472 +TIOCPKT bits/ioctl.h d #define TIOCPKT 0x5470 +TIOCPKT_DATA bits/ioctl.h d #define TIOCPKT_DATA 0 +TIOCPKT_DOSTOP bits/ioctl.h d #define TIOCPKT_DOSTOP 32 +TIOCPKT_FLUSHREAD bits/ioctl.h d #define TIOCPKT_FLUSHREAD 1 +TIOCPKT_FLUSHWRITE bits/ioctl.h d #define TIOCPKT_FLUSHWRITE 2 +TIOCPKT_IOCTL bits/ioctl.h d #define TIOCPKT_IOCTL 64 +TIOCPKT_NOSTOP bits/ioctl.h d #define TIOCPKT_NOSTOP 16 +TIOCPKT_START bits/ioctl.h d #define TIOCPKT_START 8 +TIOCPKT_STOP bits/ioctl.h d #define TIOCPKT_STOP 4 +TIOCSBRK bits/ioctl.h d #define TIOCSBRK 0x5427 +TIOCSCTTY bits/ioctl.h d #define TIOCSCTTY 0x5480 +TIOCSERCONFIG bits/ioctl.h d #define TIOCSERCONFIG 0x5488 +TIOCSERGETLSR bits/ioctl.h d #define TIOCSERGETLSR 0x548E +TIOCSERGETMULTI bits/ioctl.h d #define TIOCSERGETMULTI 0x548F +TIOCSERGSTRUCT bits/ioctl.h d #define TIOCSERGSTRUCT 0x548D +TIOCSERGWILD bits/ioctl.h d #define TIOCSERGWILD 0x5489 +TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x5490 +TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x548A +TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 +TIOCSER_TEMT bits/termios.h d #define TIOCSER_TEMT 1 +TIOCSETD bits/ioctl.h d #define TIOCSETD 0x7401 +TIOCSETN bits/ioctl.h d #define TIOCSETN 0x740A +TIOCSETP bits/ioctl.h d #define TIOCSETP 0x7409 +TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T', 0x36, int) +TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x548C +TIOCSLTC bits/ioctl.h d #define TIOCSLTC 0x7475 +TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP _IOW('t', 118, int) +TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T', 0x31, int) +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 _IOWR('T', 0x2F, char[32]) +TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x5485 +TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x5482 +TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5472 +TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ _IOW('t', 103, struct winsize) +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 +TOSTOP bits/termios.h d #define TOSTOP 0100000 +UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT64_MAX +UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX +UINT_FAST32_MAX bits/stdint.h d #define UINT_FAST32_MAX UINT32_MAX +VDISCARD bits/termios.h d #define VDISCARD 13 +VEOF bits/termios.h d #define VEOF 16 +VEOL bits/termios.h d #define VEOL 17 +VEOL2 bits/termios.h d #define VEOL2 6 +VERASE bits/termios.h d #define VERASE 2 +VINTR bits/termios.h d #define VINTR 0 +VKILL bits/termios.h d #define VKILL 3 +VLNEXT bits/termios.h d #define VLNEXT 15 +VMIN bits/termios.h d #define VMIN 4 +VQUIT bits/termios.h d #define VQUIT 1 +VREPRINT bits/termios.h d #define VREPRINT 12 +VSTART bits/termios.h d #define VSTART 8 +VSTOP bits/termios.h d #define VSTOP 9 +VSUSP bits/termios.h d #define VSUSP 10 +VSWTC bits/termios.h d #define VSWTC 7 +VSWTCH bits/termios.h d #define VSWTCH 7 +VT0 bits/termios.h d #define VT0 0000000 +VT1 bits/termios.h d #define VT1 0040000 +VTDLY bits/termios.h d #define VTDLY 0040000 +VTIME bits/termios.h d #define VTIME 5 +VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 +XTABS bits/termios.h d #define XTABS 0014000 +_Addr bits/alltypes.h d #define _Addr long +_IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) +_IOC bits/ioctl.h d #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) +_IOC_NONE bits/ioctl.h d #define _IOC_NONE 1U +_IOC_READ bits/ioctl.h d #define _IOC_READ 2U +_IOC_WRITE bits/ioctl.h d #define _IOC_WRITE 4U +_IOR bits/ioctl.h d #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) +_IOW bits/ioctl.h d #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) +_IOWR bits/ioctl.h d #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) +_Int64 bits/alltypes.h d #define _Int64 long +_NSIG bits/signal.h d #define _NSIG 128 +_POSIX_V6_LP64_OFFBIG bits/posix.h d #define _POSIX_V6_LP64_OFFBIG 1 +_POSIX_V7_LP64_OFFBIG bits/posix.h d #define _POSIX_V7_LP64_OFFBIG 1 +_Reg bits/alltypes.h d #define _Reg long +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __BIG_ENDIAN +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __LITTLE_ENDIAN +__DEFINED_FILE bits/alltypes.h d #define __DEFINED_FILE +__DEFINED___isoc_va_list bits/alltypes.h d #define __DEFINED___isoc_va_list +__DEFINED_blkcnt_t bits/alltypes.h d #define __DEFINED_blkcnt_t +__DEFINED_blksize_t bits/alltypes.h d #define __DEFINED_blksize_t +__DEFINED_clock_t bits/alltypes.h d #define __DEFINED_clock_t +__DEFINED_clockid_t bits/alltypes.h d #define __DEFINED_clockid_t +__DEFINED_cnd_t bits/alltypes.h d #define __DEFINED_cnd_t +__DEFINED_dev_t bits/alltypes.h d #define __DEFINED_dev_t +__DEFINED_double_t bits/alltypes.h d #define __DEFINED_double_t +__DEFINED_float_t bits/alltypes.h d #define __DEFINED_float_t +__DEFINED_fsblkcnt_t bits/alltypes.h d #define __DEFINED_fsblkcnt_t +__DEFINED_fsfilcnt_t bits/alltypes.h d #define __DEFINED_fsfilcnt_t +__DEFINED_gid_t bits/alltypes.h d #define __DEFINED_gid_t +__DEFINED_id_t bits/alltypes.h d #define __DEFINED_id_t +__DEFINED_ino_t bits/alltypes.h d #define __DEFINED_ino_t +__DEFINED_int16_t bits/alltypes.h d #define __DEFINED_int16_t +__DEFINED_int32_t bits/alltypes.h d #define __DEFINED_int32_t +__DEFINED_int64_t bits/alltypes.h d #define __DEFINED_int64_t +__DEFINED_int8_t bits/alltypes.h d #define __DEFINED_int8_t +__DEFINED_intmax_t bits/alltypes.h d #define __DEFINED_intmax_t +__DEFINED_intptr_t bits/alltypes.h d #define __DEFINED_intptr_t +__DEFINED_key_t bits/alltypes.h d #define __DEFINED_key_t +__DEFINED_locale_t bits/alltypes.h d #define __DEFINED_locale_t +__DEFINED_max_align_t bits/alltypes.h d #define __DEFINED_max_align_t +__DEFINED_mbstate_t bits/alltypes.h d #define __DEFINED_mbstate_t +__DEFINED_mode_t bits/alltypes.h d #define __DEFINED_mode_t +__DEFINED_mtx_t bits/alltypes.h d #define __DEFINED_mtx_t +__DEFINED_nlink_t bits/alltypes.h d #define __DEFINED_nlink_t +__DEFINED_nlink_t bits/alltypes.h d #define __DEFINED_nlink_t +__DEFINED_off_t bits/alltypes.h d #define __DEFINED_off_t +__DEFINED_pid_t bits/alltypes.h d #define __DEFINED_pid_t +__DEFINED_pthread_attr_t bits/alltypes.h d #define __DEFINED_pthread_attr_t +__DEFINED_pthread_barrier_t bits/alltypes.h d #define __DEFINED_pthread_barrier_t +__DEFINED_pthread_barrierattr_t bits/alltypes.h d #define __DEFINED_pthread_barrierattr_t +__DEFINED_pthread_cond_t bits/alltypes.h d #define __DEFINED_pthread_cond_t +__DEFINED_pthread_condattr_t bits/alltypes.h d #define __DEFINED_pthread_condattr_t +__DEFINED_pthread_key_t bits/alltypes.h d #define __DEFINED_pthread_key_t +__DEFINED_pthread_mutex_t bits/alltypes.h d #define __DEFINED_pthread_mutex_t +__DEFINED_pthread_mutexattr_t bits/alltypes.h d #define __DEFINED_pthread_mutexattr_t +__DEFINED_pthread_once_t bits/alltypes.h d #define __DEFINED_pthread_once_t +__DEFINED_pthread_rwlock_t bits/alltypes.h d #define __DEFINED_pthread_rwlock_t +__DEFINED_pthread_rwlockattr_t bits/alltypes.h d #define __DEFINED_pthread_rwlockattr_t +__DEFINED_pthread_spinlock_t bits/alltypes.h d #define __DEFINED_pthread_spinlock_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_ptrdiff_t bits/alltypes.h d #define __DEFINED_ptrdiff_t +__DEFINED_register_t bits/alltypes.h d #define __DEFINED_register_t +__DEFINED_regoff_t bits/alltypes.h d #define __DEFINED_regoff_t +__DEFINED_sa_family_t bits/alltypes.h d #define __DEFINED_sa_family_t +__DEFINED_sigset_t bits/alltypes.h d #define __DEFINED_sigset_t +__DEFINED_size_t bits/alltypes.h d #define __DEFINED_size_t +__DEFINED_socklen_t bits/alltypes.h d #define __DEFINED_socklen_t +__DEFINED_ssize_t bits/alltypes.h d #define __DEFINED_ssize_t +__DEFINED_struct_iovec bits/alltypes.h d #define __DEFINED_struct_iovec +__DEFINED_struct_timespec bits/alltypes.h d #define __DEFINED_struct_timespec +__DEFINED_struct_timeval bits/alltypes.h d #define __DEFINED_struct_timeval +__DEFINED_suseconds_t bits/alltypes.h d #define __DEFINED_suseconds_t +__DEFINED_time_t bits/alltypes.h d #define __DEFINED_time_t +__DEFINED_timer_t bits/alltypes.h d #define __DEFINED_timer_t +__DEFINED_u_int64_t bits/alltypes.h d #define __DEFINED_u_int64_t +__DEFINED_uid_t bits/alltypes.h d #define __DEFINED_uid_t +__DEFINED_uint16_t bits/alltypes.h d #define __DEFINED_uint16_t +__DEFINED_uint32_t bits/alltypes.h d #define __DEFINED_uint32_t +__DEFINED_uint64_t bits/alltypes.h d #define __DEFINED_uint64_t +__DEFINED_uint8_t bits/alltypes.h d #define __DEFINED_uint8_t +__DEFINED_uintmax_t bits/alltypes.h d #define __DEFINED_uintmax_t +__DEFINED_uintptr_t bits/alltypes.h d #define __DEFINED_uintptr_t +__DEFINED_useconds_t bits/alltypes.h d #define __DEFINED_useconds_t +__DEFINED_va_list bits/alltypes.h d #define __DEFINED_va_list +__DEFINED_wchar_t bits/alltypes.h d #define __DEFINED_wchar_t +__DEFINED_wctype_t bits/alltypes.h d #define __DEFINED_wctype_t +__DEFINED_wint_t bits/alltypes.h d #define __DEFINED_wint_t +__NR__newselect bits/syscall.h d #define __NR__newselect 5022 +__NR__sysctl bits/syscall.h d #define __NR__sysctl 5152 +__NR_accept bits/syscall.h d #define __NR_accept 5042 +__NR_accept4 bits/syscall.h d #define __NR_accept4 5293 +__NR_access bits/syscall.h d #define __NR_access 5020 +__NR_acct bits/syscall.h d #define __NR_acct 5158 +__NR_add_key bits/syscall.h d #define __NR_add_key 5239 +__NR_adjtimex bits/syscall.h d #define __NR_adjtimex 5154 +__NR_afs_syscall bits/syscall.h d #define __NR_afs_syscall 5176 +__NR_alarm bits/syscall.h d #define __NR_alarm 5037 +__NR_bind bits/syscall.h d #define __NR_bind 5048 +__NR_bpf bits/syscall.h d #define __NR_bpf 5315 +__NR_brk bits/syscall.h d #define __NR_brk 5012 +__NR_cachectl bits/syscall.h d #define __NR_cachectl 5198 +__NR_cacheflush bits/syscall.h d #define __NR_cacheflush 5197 +__NR_capget bits/syscall.h d #define __NR_capget 5123 +__NR_capset bits/syscall.h d #define __NR_capset 5124 +__NR_chdir bits/syscall.h d #define __NR_chdir 5078 +__NR_chmod bits/syscall.h d #define __NR_chmod 5088 +__NR_chown bits/syscall.h d #define __NR_chown 5090 +__NR_chroot bits/syscall.h d #define __NR_chroot 5156 +__NR_clock_adjtime bits/syscall.h d #define __NR_clock_adjtime 5300 +__NR_clock_getres bits/syscall.h d #define __NR_clock_getres 5223 +__NR_clock_gettime bits/syscall.h d #define __NR_clock_gettime 5222 +__NR_clock_nanosleep bits/syscall.h d #define __NR_clock_nanosleep 5224 +__NR_clock_settime bits/syscall.h d #define __NR_clock_settime 5221 +__NR_clone bits/syscall.h d #define __NR_clone 5055 +__NR_close bits/syscall.h d #define __NR_close 5003 +__NR_connect bits/syscall.h d #define __NR_connect 5041 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 5320 +__NR_creat bits/syscall.h d #define __NR_creat 5083 +__NR_create_module bits/syscall.h d #define __NR_create_module 5167 +__NR_delete_module bits/syscall.h d #define __NR_delete_module 5169 +__NR_dup bits/syscall.h d #define __NR_dup 5031 +__NR_dup2 bits/syscall.h d #define __NR_dup2 5032 +__NR_dup3 bits/syscall.h d #define __NR_dup3 5286 +__NR_epoll_create bits/syscall.h d #define __NR_epoll_create 5207 +__NR_epoll_create1 bits/syscall.h d #define __NR_epoll_create1 5285 +__NR_epoll_ctl bits/syscall.h d #define __NR_epoll_ctl 5208 +__NR_epoll_pwait bits/syscall.h d #define __NR_epoll_pwait 5272 +__NR_epoll_wait bits/syscall.h d #define __NR_epoll_wait 5209 +__NR_eventfd bits/syscall.h d #define __NR_eventfd 5278 +__NR_eventfd2 bits/syscall.h d #define __NR_eventfd2 5284 +__NR_execve bits/syscall.h d #define __NR_execve 5057 +__NR_execveat bits/syscall.h d #define __NR_execveat 5316 +__NR_exit bits/syscall.h d #define __NR_exit 5058 +__NR_exit_group bits/syscall.h d #define __NR_exit_group 5205 +__NR_faccessat bits/syscall.h d #define __NR_faccessat 5259 +__NR_fadvise64 bits/syscall.h d #define __NR_fadvise64 5215 +__NR_fallocate bits/syscall.h d #define __NR_fallocate 5279 +__NR_fanotify_init bits/syscall.h d #define __NR_fanotify_init 5295 +__NR_fanotify_mark bits/syscall.h d #define __NR_fanotify_mark 5296 +__NR_fchdir bits/syscall.h d #define __NR_fchdir 5079 +__NR_fchmod bits/syscall.h d #define __NR_fchmod 5089 +__NR_fchmodat bits/syscall.h d #define __NR_fchmodat 5258 +__NR_fchown bits/syscall.h d #define __NR_fchown 5091 +__NR_fchownat bits/syscall.h d #define __NR_fchownat 5250 +__NR_fcntl bits/syscall.h d #define __NR_fcntl 5070 +__NR_fdatasync bits/syscall.h d #define __NR_fdatasync 5073 +__NR_fgetxattr bits/syscall.h d #define __NR_fgetxattr 5185 +__NR_finit_module bits/syscall.h d #define __NR_finit_module 5307 +__NR_flistxattr bits/syscall.h d #define __NR_flistxattr 5188 +__NR_flock bits/syscall.h d #define __NR_flock 5071 +__NR_fork bits/syscall.h d #define __NR_fork 5056 +__NR_fremovexattr bits/syscall.h d #define __NR_fremovexattr 5191 +__NR_fsetxattr bits/syscall.h d #define __NR_fsetxattr 5182 +__NR_fstat bits/syscall.h d #define __NR_fstat 5005 +__NR_fstatfs bits/syscall.h d #define __NR_fstatfs 5135 +__NR_fsync bits/syscall.h d #define __NR_fsync 5072 +__NR_ftruncate bits/syscall.h d #define __NR_ftruncate 5075 +__NR_futex bits/syscall.h d #define __NR_futex 5194 +__NR_futimesat bits/syscall.h d #define __NR_futimesat 5251 +__NR_get_kernel_syms bits/syscall.h d #define __NR_get_kernel_syms 5170 +__NR_get_mempolicy bits/syscall.h d #define __NR_get_mempolicy 5228 +__NR_get_robust_list bits/syscall.h d #define __NR_get_robust_list 5269 +__NR_getcpu bits/syscall.h d #define __NR_getcpu 5271 +__NR_getcwd bits/syscall.h d #define __NR_getcwd 5077 +__NR_getdents bits/syscall.h d #define __NR_getdents 5076 +__NR_getdents64 bits/syscall.h d #define __NR_getdents64 5308 +__NR_getegid bits/syscall.h d #define __NR_getegid 5106 +__NR_geteuid bits/syscall.h d #define __NR_geteuid 5105 +__NR_getgid bits/syscall.h d #define __NR_getgid 5102 +__NR_getgroups bits/syscall.h d #define __NR_getgroups 5113 +__NR_getitimer bits/syscall.h d #define __NR_getitimer 5035 +__NR_getpeername bits/syscall.h d #define __NR_getpeername 5051 +__NR_getpgid bits/syscall.h d #define __NR_getpgid 5119 +__NR_getpgrp bits/syscall.h d #define __NR_getpgrp 5109 +__NR_getpid bits/syscall.h d #define __NR_getpid 5038 +__NR_getpmsg bits/syscall.h d #define __NR_getpmsg 5174 +__NR_getppid bits/syscall.h d #define __NR_getppid 5108 +__NR_getpriority bits/syscall.h d #define __NR_getpriority 5137 +__NR_getrandom bits/syscall.h d #define __NR_getrandom 5313 +__NR_getresgid bits/syscall.h d #define __NR_getresgid 5118 +__NR_getresuid bits/syscall.h d #define __NR_getresuid 5116 +__NR_getrlimit bits/syscall.h d #define __NR_getrlimit 5095 +__NR_getrusage bits/syscall.h d #define __NR_getrusage 5096 +__NR_getsid bits/syscall.h d #define __NR_getsid 5122 +__NR_getsockname bits/syscall.h d #define __NR_getsockname 5050 +__NR_getsockopt bits/syscall.h d #define __NR_getsockopt 5054 +__NR_gettid bits/syscall.h d #define __NR_gettid 5178 +__NR_gettimeofday bits/syscall.h d #define __NR_gettimeofday 5094 +__NR_getuid bits/syscall.h d #define __NR_getuid 5100 +__NR_getxattr bits/syscall.h d #define __NR_getxattr 5183 +__NR_init_module bits/syscall.h d #define __NR_init_module 5168 +__NR_inotify_add_watch bits/syscall.h d #define __NR_inotify_add_watch 5244 +__NR_inotify_init bits/syscall.h d #define __NR_inotify_init 5243 +__NR_inotify_init1 bits/syscall.h d #define __NR_inotify_init1 5288 +__NR_inotify_rm_watch bits/syscall.h d #define __NR_inotify_rm_watch 5245 +__NR_io_cancel bits/syscall.h d #define __NR_io_cancel 5204 +__NR_io_destroy bits/syscall.h d #define __NR_io_destroy 5201 +__NR_io_getevents bits/syscall.h d #define __NR_io_getevents 5202 +__NR_io_setup bits/syscall.h d #define __NR_io_setup 5200 +__NR_io_submit bits/syscall.h d #define __NR_io_submit 5203 +__NR_ioctl bits/syscall.h d #define __NR_ioctl 5015 +__NR_ioprio_get bits/syscall.h d #define __NR_ioprio_get 5274 +__NR_ioprio_set bits/syscall.h d #define __NR_ioprio_set 5273 +__NR_kcmp bits/syscall.h d #define __NR_kcmp 5306 +__NR_kexec_load bits/syscall.h d #define __NR_kexec_load 5270 +__NR_keyctl bits/syscall.h d #define __NR_keyctl 5241 +__NR_kill bits/syscall.h d #define __NR_kill 5060 +__NR_lchown bits/syscall.h d #define __NR_lchown 5092 +__NR_lgetxattr bits/syscall.h d #define __NR_lgetxattr 5184 +__NR_link bits/syscall.h d #define __NR_link 5084 +__NR_linkat bits/syscall.h d #define __NR_linkat 5255 +__NR_listen bits/syscall.h d #define __NR_listen 5049 +__NR_listxattr bits/syscall.h d #define __NR_listxattr 5186 +__NR_llistxattr bits/syscall.h d #define __NR_llistxattr 5187 +__NR_lookup_dcookie bits/syscall.h d #define __NR_lookup_dcookie 5206 +__NR_lremovexattr bits/syscall.h d #define __NR_lremovexattr 5190 +__NR_lseek bits/syscall.h d #define __NR_lseek 5008 +__NR_lsetxattr bits/syscall.h d #define __NR_lsetxattr 5181 +__NR_lstat bits/syscall.h d #define __NR_lstat 5006 +__NR_madvise bits/syscall.h d #define __NR_madvise 5027 +__NR_mbind bits/syscall.h d #define __NR_mbind 5227 +__NR_membarrier bits/syscall.h d #define __NR_membarrier 5318 +__NR_memfd_create bits/syscall.h d #define __NR_memfd_create 5314 +__NR_migrate_pages bits/syscall.h d #define __NR_migrate_pages 5246 +__NR_mincore bits/syscall.h d #define __NR_mincore 5026 +__NR_mkdir bits/syscall.h d #define __NR_mkdir 5081 +__NR_mkdirat bits/syscall.h d #define __NR_mkdirat 5248 +__NR_mknod bits/syscall.h d #define __NR_mknod 5131 +__NR_mknodat bits/syscall.h d #define __NR_mknodat 5249 +__NR_mlock bits/syscall.h d #define __NR_mlock 5146 +__NR_mlock2 bits/syscall.h d #define __NR_mlock2 5319 +__NR_mlockall bits/syscall.h d #define __NR_mlockall 5148 +__NR_mmap bits/syscall.h d #define __NR_mmap 5009 +__NR_mount bits/syscall.h d #define __NR_mount 5160 +__NR_move_pages bits/syscall.h d #define __NR_move_pages 5267 +__NR_mprotect bits/syscall.h d #define __NR_mprotect 5010 +__NR_mq_getsetattr bits/syscall.h d #define __NR_mq_getsetattr 5235 +__NR_mq_notify bits/syscall.h d #define __NR_mq_notify 5234 +__NR_mq_open bits/syscall.h d #define __NR_mq_open 5230 +__NR_mq_timedreceive bits/syscall.h d #define __NR_mq_timedreceive 5233 +__NR_mq_timedsend bits/syscall.h d #define __NR_mq_timedsend 5232 +__NR_mq_unlink bits/syscall.h d #define __NR_mq_unlink 5231 +__NR_mremap bits/syscall.h d #define __NR_mremap 5024 +__NR_msgctl bits/syscall.h d #define __NR_msgctl 5069 +__NR_msgget bits/syscall.h d #define __NR_msgget 5066 +__NR_msgrcv bits/syscall.h d #define __NR_msgrcv 5068 +__NR_msgsnd bits/syscall.h d #define __NR_msgsnd 5067 +__NR_msync bits/syscall.h d #define __NR_msync 5025 +__NR_munlock bits/syscall.h d #define __NR_munlock 5147 +__NR_munlockall bits/syscall.h d #define __NR_munlockall 5149 +__NR_munmap bits/syscall.h d #define __NR_munmap 5011 +__NR_name_to_handle_at bits/syscall.h d #define __NR_name_to_handle_at 5298 +__NR_nanosleep bits/syscall.h d #define __NR_nanosleep 5034 +__NR_newfstatat bits/syscall.h d #define __NR_newfstatat 5252 +__NR_nfsservctl bits/syscall.h d #define __NR_nfsservctl 5173 +__NR_open bits/syscall.h d #define __NR_open 5002 +__NR_open_by_handle_at bits/syscall.h d #define __NR_open_by_handle_at 5299 +__NR_openat bits/syscall.h d #define __NR_openat 5247 +__NR_pause bits/syscall.h d #define __NR_pause 5033 +__NR_perf_event_open bits/syscall.h d #define __NR_perf_event_open 5292 +__NR_personality bits/syscall.h d #define __NR_personality 5132 +__NR_pipe bits/syscall.h d #define __NR_pipe 5021 +__NR_pipe2 bits/syscall.h d #define __NR_pipe2 5287 +__NR_pivot_root bits/syscall.h d #define __NR_pivot_root 5151 +__NR_poll bits/syscall.h d #define __NR_poll 5007 +__NR_ppoll bits/syscall.h d #define __NR_ppoll 5261 +__NR_prctl bits/syscall.h d #define __NR_prctl 5153 +__NR_pread64 bits/syscall.h d #define __NR_pread64 5016 +__NR_preadv bits/syscall.h d #define __NR_preadv 5289 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 5321 +__NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 5297 +__NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 5304 +__NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 5305 +__NR_pselect6 bits/syscall.h d #define __NR_pselect6 5260 +__NR_ptrace bits/syscall.h d #define __NR_ptrace 5099 +__NR_putpmsg bits/syscall.h d #define __NR_putpmsg 5175 +__NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 5017 +__NR_pwritev bits/syscall.h d #define __NR_pwritev 5290 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 5322 +__NR_query_module bits/syscall.h d #define __NR_query_module 5171 +__NR_quotactl bits/syscall.h d #define __NR_quotactl 5172 +__NR_read bits/syscall.h d #define __NR_read 5000 +__NR_readahead bits/syscall.h d #define __NR_readahead 5179 +__NR_readlink bits/syscall.h d #define __NR_readlink 5087 +__NR_readlinkat bits/syscall.h d #define __NR_readlinkat 5257 +__NR_readv bits/syscall.h d #define __NR_readv 5018 +__NR_reboot bits/syscall.h d #define __NR_reboot 5164 +__NR_recvfrom bits/syscall.h d #define __NR_recvfrom 5044 +__NR_recvmmsg bits/syscall.h d #define __NR_recvmmsg 5294 +__NR_recvmsg bits/syscall.h d #define __NR_recvmsg 5046 +__NR_remap_file_pages bits/syscall.h d #define __NR_remap_file_pages 5210 +__NR_removexattr bits/syscall.h d #define __NR_removexattr 5189 +__NR_rename bits/syscall.h d #define __NR_rename 5080 +__NR_renameat bits/syscall.h d #define __NR_renameat 5254 +__NR_renameat2 bits/syscall.h d #define __NR_renameat2 5311 +__NR_request_key bits/syscall.h d #define __NR_request_key 5240 +__NR_reserved177 bits/syscall.h d #define __NR_reserved177 5177 +__NR_reserved193 bits/syscall.h d #define __NR_reserved193 5193 +__NR_restart_syscall bits/syscall.h d #define __NR_restart_syscall 5213 +__NR_rmdir bits/syscall.h d #define __NR_rmdir 5082 +__NR_rt_sigaction bits/syscall.h d #define __NR_rt_sigaction 5013 +__NR_rt_sigpending bits/syscall.h d #define __NR_rt_sigpending 5125 +__NR_rt_sigprocmask bits/syscall.h d #define __NR_rt_sigprocmask 5014 +__NR_rt_sigqueueinfo bits/syscall.h d #define __NR_rt_sigqueueinfo 5127 +__NR_rt_sigreturn bits/syscall.h d #define __NR_rt_sigreturn 5211 +__NR_rt_sigsuspend bits/syscall.h d #define __NR_rt_sigsuspend 5128 +__NR_rt_sigtimedwait bits/syscall.h d #define __NR_rt_sigtimedwait 5126 +__NR_rt_tgsigqueueinfo bits/syscall.h d #define __NR_rt_tgsigqueueinfo 5291 +__NR_sched_get_priority_max bits/syscall.h d #define __NR_sched_get_priority_max 5143 +__NR_sched_get_priority_min bits/syscall.h d #define __NR_sched_get_priority_min 5144 +__NR_sched_getaffinity bits/syscall.h d #define __NR_sched_getaffinity 5196 +__NR_sched_getattr bits/syscall.h d #define __NR_sched_getattr 5310 +__NR_sched_getparam bits/syscall.h d #define __NR_sched_getparam 5140 +__NR_sched_getscheduler bits/syscall.h d #define __NR_sched_getscheduler 5142 +__NR_sched_rr_get_interval bits/syscall.h d #define __NR_sched_rr_get_interval 5145 +__NR_sched_setaffinity bits/syscall.h d #define __NR_sched_setaffinity 5195 +__NR_sched_setattr bits/syscall.h d #define __NR_sched_setattr 5309 +__NR_sched_setparam bits/syscall.h d #define __NR_sched_setparam 5139 +__NR_sched_setscheduler bits/syscall.h d #define __NR_sched_setscheduler 5141 +__NR_sched_yield bits/syscall.h d #define __NR_sched_yield 5023 +__NR_seccomp bits/syscall.h d #define __NR_seccomp 5312 +__NR_semctl bits/syscall.h d #define __NR_semctl 5064 +__NR_semget bits/syscall.h d #define __NR_semget 5062 +__NR_semop bits/syscall.h d #define __NR_semop 5063 +__NR_semtimedop bits/syscall.h d #define __NR_semtimedop 5214 +__NR_sendfile bits/syscall.h d #define __NR_sendfile 5039 +__NR_sendmmsg bits/syscall.h d #define __NR_sendmmsg 5302 +__NR_sendmsg bits/syscall.h d #define __NR_sendmsg 5045 +__NR_sendto bits/syscall.h d #define __NR_sendto 5043 +__NR_set_mempolicy bits/syscall.h d #define __NR_set_mempolicy 5229 +__NR_set_robust_list bits/syscall.h d #define __NR_set_robust_list 5268 +__NR_set_thread_area bits/syscall.h d #define __NR_set_thread_area 5242 +__NR_set_tid_address bits/syscall.h d #define __NR_set_tid_address 5212 +__NR_setdomainname bits/syscall.h d #define __NR_setdomainname 5166 +__NR_setfsgid bits/syscall.h d #define __NR_setfsgid 5121 +__NR_setfsuid bits/syscall.h d #define __NR_setfsuid 5120 +__NR_setgid bits/syscall.h d #define __NR_setgid 5104 +__NR_setgroups bits/syscall.h d #define __NR_setgroups 5114 +__NR_sethostname bits/syscall.h d #define __NR_sethostname 5165 +__NR_setitimer bits/syscall.h d #define __NR_setitimer 5036 +__NR_setns bits/syscall.h d #define __NR_setns 5303 +__NR_setpgid bits/syscall.h d #define __NR_setpgid 5107 +__NR_setpriority bits/syscall.h d #define __NR_setpriority 5138 +__NR_setregid bits/syscall.h d #define __NR_setregid 5112 +__NR_setresgid bits/syscall.h d #define __NR_setresgid 5117 +__NR_setresuid bits/syscall.h d #define __NR_setresuid 5115 +__NR_setreuid bits/syscall.h d #define __NR_setreuid 5111 +__NR_setrlimit bits/syscall.h d #define __NR_setrlimit 5155 +__NR_setsid bits/syscall.h d #define __NR_setsid 5110 +__NR_setsockopt bits/syscall.h d #define __NR_setsockopt 5053 +__NR_settimeofday bits/syscall.h d #define __NR_settimeofday 5159 +__NR_setuid bits/syscall.h d #define __NR_setuid 5103 +__NR_setxattr bits/syscall.h d #define __NR_setxattr 5180 +__NR_shmat bits/syscall.h d #define __NR_shmat 5029 +__NR_shmctl bits/syscall.h d #define __NR_shmctl 5030 +__NR_shmdt bits/syscall.h d #define __NR_shmdt 5065 +__NR_shmget bits/syscall.h d #define __NR_shmget 5028 +__NR_shutdown bits/syscall.h d #define __NR_shutdown 5047 +__NR_sigaltstack bits/syscall.h d #define __NR_sigaltstack 5129 +__NR_signalfd bits/syscall.h d #define __NR_signalfd 5276 +__NR_signalfd4 bits/syscall.h d #define __NR_signalfd4 5283 +__NR_socket bits/syscall.h d #define __NR_socket 5040 +__NR_socketpair bits/syscall.h d #define __NR_socketpair 5052 +__NR_splice bits/syscall.h d #define __NR_splice 5263 +__NR_stat bits/syscall.h d #define __NR_stat 5004 +__NR_statfs bits/syscall.h d #define __NR_statfs 5134 +__NR_swapoff bits/syscall.h d #define __NR_swapoff 5163 +__NR_swapon bits/syscall.h d #define __NR_swapon 5162 +__NR_symlink bits/syscall.h d #define __NR_symlink 5086 +__NR_symlinkat bits/syscall.h d #define __NR_symlinkat 5256 +__NR_sync bits/syscall.h d #define __NR_sync 5157 +__NR_sync_file_range bits/syscall.h d #define __NR_sync_file_range 5264 +__NR_syncfs bits/syscall.h d #define __NR_syncfs 5301 +__NR_sysfs bits/syscall.h d #define __NR_sysfs 5136 +__NR_sysinfo bits/syscall.h d #define __NR_sysinfo 5097 +__NR_syslog bits/syscall.h d #define __NR_syslog 5101 +__NR_sysmips bits/syscall.h d #define __NR_sysmips 5199 +__NR_tee bits/syscall.h d #define __NR_tee 5265 +__NR_tgkill bits/syscall.h d #define __NR_tgkill 5225 +__NR_timer_create bits/syscall.h d #define __NR_timer_create 5216 +__NR_timer_delete bits/syscall.h d #define __NR_timer_delete 5220 +__NR_timer_getoverrun bits/syscall.h d #define __NR_timer_getoverrun 5219 +__NR_timer_gettime bits/syscall.h d #define __NR_timer_gettime 5218 +__NR_timer_settime bits/syscall.h d #define __NR_timer_settime 5217 +__NR_timerfd bits/syscall.h d #define __NR_timerfd 5277 +__NR_timerfd_create bits/syscall.h d #define __NR_timerfd_create 5280 +__NR_timerfd_gettime bits/syscall.h d #define __NR_timerfd_gettime 5281 +__NR_timerfd_settime bits/syscall.h d #define __NR_timerfd_settime 5282 +__NR_times bits/syscall.h d #define __NR_times 5098 +__NR_tkill bits/syscall.h d #define __NR_tkill 5192 +__NR_truncate bits/syscall.h d #define __NR_truncate 5074 +__NR_umask bits/syscall.h d #define __NR_umask 5093 +__NR_umount2 bits/syscall.h d #define __NR_umount2 5161 +__NR_uname bits/syscall.h d #define __NR_uname 5061 +__NR_unlink bits/syscall.h d #define __NR_unlink 5085 +__NR_unlinkat bits/syscall.h d #define __NR_unlinkat 5253 +__NR_unshare bits/syscall.h d #define __NR_unshare 5262 +__NR_userfaultfd bits/syscall.h d #define __NR_userfaultfd 5317 +__NR_ustat bits/syscall.h d #define __NR_ustat 5133 +__NR_utime bits/syscall.h d #define __NR_utime 5130 +__NR_utimensat bits/syscall.h d #define __NR_utimensat 5275 +__NR_utimes bits/syscall.h d #define __NR_utimes 5226 +__NR_vhangup bits/syscall.h d #define __NR_vhangup 5150 +__NR_vmsplice bits/syscall.h d #define __NR_vmsplice 5266 +__NR_vserver bits/syscall.h d #define __NR_vserver 5236 +__NR_wait4 bits/syscall.h d #define __NR_wait4 5059 +__NR_waitid bits/syscall.h d #define __NR_waitid 5237 +__NR_write bits/syscall.h d #define __NR_write 5001 +__NR_writev bits/syscall.h d #define __NR_writev 5019 +__SI_SWAP_ERRNO_CODE bits/signal.h d #define __SI_SWAP_ERRNO_CODE +__WORDSIZE bits/reg.h d #define __WORDSIZE 64 +__isoc_va_list bits/alltypes.h t typedef __builtin_va_list __isoc_va_list; +__jmp_buf bits/setjmp.h t typedef unsigned long long __jmp_buf[23]; +blkcnt_t bits/alltypes.h t typedef _Int64 blkcnt_t; +blksize_t bits/alltypes.h t typedef long blksize_t; +clock_t bits/alltypes.h t typedef long clock_t; +clockid_t bits/alltypes.h t typedef int clockid_t; +cnd_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t; +dev_t bits/alltypes.h t typedef unsigned _Int64 dev_t; +double_t bits/alltypes.h t typedef double double_t; +elf_fpreg_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_fpregset_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_greg_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +elf_gregset_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +fenv_t bits/fenv.h t } fenv_t; +fexcept_t bits/fenv.h t typedef unsigned short fexcept_t; +float_t bits/alltypes.h t typedef float float_t; +fpregset_t bits/signal.h t } fpregset_t; +fsblkcnt_t bits/alltypes.h t typedef unsigned _Int64 fsblkcnt_t; +fsfilcnt_t bits/alltypes.h t typedef unsigned _Int64 fsfilcnt_t; +gid_t bits/alltypes.h t typedef unsigned gid_t; +greg_t bits/signal.h t typedef unsigned long long greg_t, gregset_t[32]; +gregset_t bits/signal.h t typedef unsigned long long greg_t, gregset_t[32]; +id_t bits/alltypes.h t typedef unsigned id_t; +ino_t bits/alltypes.h t typedef unsigned _Int64 ino_t; +int16_t bits/alltypes.h t typedef short int16_t; +int32_t bits/alltypes.h t typedef int int32_t; +int64_t bits/alltypes.h t typedef _Int64 int64_t; +int8_t bits/alltypes.h t typedef signed char int8_t; +int_fast16_t bits/stdint.h t typedef int32_t int_fast16_t; +int_fast32_t bits/stdint.h t typedef int32_t int_fast32_t; +intmax_t bits/alltypes.h t typedef _Int64 intmax_t; +intptr_t bits/alltypes.h t typedef _Addr intptr_t; +key_t bits/alltypes.h t typedef int key_t; +locale_t bits/alltypes.h t typedef struct __locale_struct * locale_t; +max_align_t bits/alltypes.h t typedef struct { long long __ll; long double __ld; } max_align_t; +mbstate_t bits/alltypes.h t typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; +mcontext_t bits/signal.h t } mcontext_t; +mcontext_t bits/signal.h t } mcontext_t; +mode_t bits/alltypes.h t typedef unsigned mode_t; +mtx_t bits/alltypes.h t typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t; +nlink_t bits/alltypes.h t typedef unsigned _Reg nlink_t; +nlink_t bits/alltypes.h t typedef unsigned nlink_t; +off_t bits/alltypes.h t typedef _Int64 off_t; +pid_t bits/alltypes.h t typedef int pid_t; +pthread_attr_t bits/alltypes.h t typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t; +pthread_barrier_t bits/alltypes.h t typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t; +pthread_barrierattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_barrierattr_t; +pthread_cond_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t; +pthread_condattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_condattr_t; +pthread_key_t bits/alltypes.h t typedef unsigned pthread_key_t; +pthread_mutex_t bits/alltypes.h t typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t; +pthread_mutexattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_mutexattr_t; +pthread_once_t bits/alltypes.h t typedef int pthread_once_t; +pthread_rwlock_t bits/alltypes.h t typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t; +pthread_rwlockattr_t bits/alltypes.h t typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; +pthread_spinlock_t bits/alltypes.h t typedef int pthread_spinlock_t; +pthread_t bits/alltypes.h t typedef struct __pthread * pthread_t; +pthread_t bits/alltypes.h t typedef unsigned long pthread_t; +ptrdiff_t bits/alltypes.h t typedef _Addr ptrdiff_t; +register_t bits/alltypes.h t typedef _Reg register_t; +regoff_t bits/alltypes.h t typedef _Addr regoff_t; +sa_family_t bits/alltypes.h t typedef unsigned short sa_family_t; +sigset_t bits/alltypes.h t typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; +size_t bits/alltypes.h t typedef unsigned _Addr size_t; +socklen_t bits/alltypes.h t typedef unsigned socklen_t; +ssize_t bits/alltypes.h t typedef _Addr ssize_t; +struct __mbstate_t bits/alltypes.h s +struct __sigset_t bits/alltypes.h s +struct __ucontext bits/signal.h s +struct cmsghdr bits/socket.h s +struct iovec bits/alltypes.h s +struct ipc_perm bits/ipc.h s +struct msghdr bits/socket.h s +struct msqid_ds bits/msg.h s +struct semid_ds bits/sem.h s +struct shm_info bits/shm.h s +struct shmid_ds bits/shm.h s +struct shminfo bits/shm.h s +struct sigaltstack bits/signal.h s +struct sigcontext bits/signal.h s +struct stat bits/stat.h s +struct statfs bits/statfs.h s +struct termios bits/termios.h s +struct timespec bits/alltypes.h s +struct timeval bits/alltypes.h s +struct user bits/user.h s +struct winsize bits/ioctl.h s +suseconds_t bits/alltypes.h t typedef long suseconds_t; +time_t bits/alltypes.h t typedef long time_t; +timer_t bits/alltypes.h t typedef void * timer_t; +u_int64_t bits/alltypes.h t typedef unsigned _Int64 u_int64_t; +ucontext_t bits/signal.h t } ucontext_t; +uid_t bits/alltypes.h t typedef unsigned uid_t; +uint16_t bits/alltypes.h t typedef unsigned short uint16_t; +uint32_t bits/alltypes.h t typedef unsigned int uint32_t; +uint64_t bits/alltypes.h t typedef unsigned _Int64 uint64_t; +uint8_t bits/alltypes.h t typedef unsigned char uint8_t; +uint_fast16_t bits/stdint.h t typedef uint32_t uint_fast16_t; +uint_fast32_t bits/stdint.h t typedef uint32_t uint_fast32_t; +uintmax_t bits/alltypes.h t typedef unsigned _Int64 uintmax_t; +uintptr_t bits/alltypes.h t typedef unsigned _Addr uintptr_t; +useconds_t bits/alltypes.h t typedef unsigned useconds_t; +va_arg bits/stdarg.h d #define va_arg(v,l) __builtin_va_arg(v,l) +va_copy bits/stdarg.h d #define va_copy(d,s) __builtin_va_copy(d,s) +va_end bits/stdarg.h d #define va_end(v) __builtin_va_end(v) +va_list bits/alltypes.h t typedef __builtin_va_list va_list; +va_start bits/stdarg.h d #define va_start(v,l) __builtin_va_start(v,l) +wchar_t bits/alltypes.h t typedef int wchar_t; +wctype_t bits/alltypes.h t typedef unsigned long wctype_t; +wint_t bits/alltypes.h t typedef unsigned wint_t; diff --git a/data/musl.mipsn32.decls b/data/musl.mipsn32.decls new file mode 100644 index 0000000..d067739 --- /dev/null +++ b/data/musl.mipsn32.decls @@ -0,0 +1,1512 @@ +B0 bits/termios.h d #define B0 0000000 +B1000000 bits/termios.h d #define B1000000 0010010 +B110 bits/termios.h d #define B110 0000003 +B115200 bits/termios.h d #define B115200 0010002 +B1152000 bits/termios.h d #define B1152000 0010011 +B1200 bits/termios.h d #define B1200 0000011 +B134 bits/termios.h d #define B134 0000004 +B150 bits/termios.h d #define B150 0000005 +B1500000 bits/termios.h d #define B1500000 0010012 +B1800 bits/termios.h d #define B1800 0000012 +B19200 bits/termios.h d #define B19200 0000016 +B200 bits/termios.h d #define B200 0000006 +B2000000 bits/termios.h d #define B2000000 0010013 +B230400 bits/termios.h d #define B230400 0010003 +B2400 bits/termios.h d #define B2400 0000013 +B2500000 bits/termios.h d #define B2500000 0010014 +B300 bits/termios.h d #define B300 0000007 +B3000000 bits/termios.h d #define B3000000 0010015 +B3500000 bits/termios.h d #define B3500000 0010016 +B38400 bits/termios.h d #define B38400 0000017 +B4000000 bits/termios.h d #define B4000000 0010017 +B460800 bits/termios.h d #define B460800 0010004 +B4800 bits/termios.h d #define B4800 0000014 +B50 bits/termios.h d #define B50 0000001 +B500000 bits/termios.h d #define B500000 0010005 +B57600 bits/termios.h d #define B57600 0010001 +B576000 bits/termios.h d #define B576000 0010006 +B600 bits/termios.h d #define B600 0000010 +B75 bits/termios.h d #define B75 0000002 +B921600 bits/termios.h d #define B921600 0010007 +B9600 bits/termios.h d #define B9600 0000015 +BRKINT bits/termios.h d #define BRKINT 0000002 +BS0 bits/termios.h d #define BS0 0000000 +BS1 bits/termios.h d #define BS1 0020000 +BSDLY bits/termios.h d #define BSDLY 0020000 +CBAUD bits/termios.h d #define CBAUD 0010017 +CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 +CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 +CR0 bits/termios.h d #define CR0 0000000 +CR1 bits/termios.h d #define CR1 0001000 +CR2 bits/termios.h d #define CR2 0002000 +CR3 bits/termios.h d #define CR3 0003000 +CRDLY bits/termios.h d #define CRDLY 0003000 +CREAD bits/termios.h d #define CREAD 0000200 +CRTSCTS bits/termios.h d #define CRTSCTS 020000000000 +CS5 bits/termios.h d #define CS5 0000000 +CS6 bits/termios.h d #define CS6 0000020 +CS7 bits/termios.h d #define CS7 0000040 +CS8 bits/termios.h d #define CS8 0000060 +CSIZE bits/termios.h d #define CSIZE 0000060 +CSTOPB bits/termios.h d #define CSTOPB 0000100 +DECIMAL_DIG bits/float.h d #define DECIMAL_DIG 36 +E2BIG bits/errno.h d #define E2BIG 7 +EACCES bits/errno.h d #define EACCES 13 +EADDRINUSE bits/errno.h d #define EADDRINUSE 125 +EADDRNOTAVAIL bits/errno.h d #define EADDRNOTAVAIL 126 +EADV bits/errno.h d #define EADV 68 +EAFNOSUPPORT bits/errno.h d #define EAFNOSUPPORT 124 +EAGAIN bits/errno.h d #define EAGAIN 11 +EALREADY bits/errno.h d #define EALREADY 149 +EBADE bits/errno.h d #define EBADE 50 +EBADF bits/errno.h d #define EBADF 9 +EBADFD bits/errno.h d #define EBADFD 81 +EBADMSG bits/errno.h d #define EBADMSG 77 +EBADR bits/errno.h d #define EBADR 51 +EBADRQC bits/errno.h d #define EBADRQC 54 +EBADSLT bits/errno.h d #define EBADSLT 55 +EBFONT bits/errno.h d #define EBFONT 59 +EBUSY bits/errno.h d #define EBUSY 16 +ECANCELED bits/errno.h d #define ECANCELED 158 +ECHILD bits/errno.h d #define ECHILD 10 +ECHO bits/termios.h d #define ECHO 0000010 +ECHOCTL bits/termios.h d #define ECHOCTL 0001000 +ECHOE bits/termios.h d #define ECHOE 0000020 +ECHOK bits/termios.h d #define ECHOK 0000040 +ECHOKE bits/termios.h d #define ECHOKE 0004000 +ECHONL bits/termios.h d #define ECHONL 0000100 +ECHOPRT bits/termios.h d #define ECHOPRT 0002000 +ECHRNG bits/errno.h d #define ECHRNG 37 +ECOMM bits/errno.h d #define ECOMM 70 +ECONNABORTED bits/errno.h d #define ECONNABORTED 130 +ECONNREFUSED bits/errno.h d #define ECONNREFUSED 146 +ECONNRESET bits/errno.h d #define ECONNRESET 131 +EDEADLK bits/errno.h d #define EDEADLK 45 +EDEADLOCK bits/errno.h d #define EDEADLOCK 56 +EDESTADDRREQ bits/errno.h d #define EDESTADDRREQ 96 +EDOM bits/errno.h d #define EDOM 33 +EDOTDOT bits/errno.h d #define EDOTDOT 73 +EDQUOT bits/errno.h d #define EDQUOT 1133 +EEXIST bits/errno.h d #define EEXIST 17 +EFAULT bits/errno.h d #define EFAULT 14 +EFBIG bits/errno.h d #define EFBIG 27 +EF_CP0_BADVADDR bits/reg.h d #define EF_CP0_BADVADDR 35 +EF_CP0_CAUSE bits/reg.h d #define EF_CP0_CAUSE 37 +EF_CP0_EPC bits/reg.h d #define EF_CP0_EPC 34 +EF_CP0_STATUS bits/reg.h d #define EF_CP0_STATUS 36 +EF_HI bits/reg.h d #define EF_HI 33 +EF_LO bits/reg.h d #define EF_LO 32 +EF_R0 bits/reg.h d #define EF_R0 0 +EF_R1 bits/reg.h d #define EF_R1 1 +EF_R10 bits/reg.h d #define EF_R10 10 +EF_R11 bits/reg.h d #define EF_R11 11 +EF_R12 bits/reg.h d #define EF_R12 12 +EF_R13 bits/reg.h d #define EF_R13 13 +EF_R14 bits/reg.h d #define EF_R14 14 +EF_R15 bits/reg.h d #define EF_R15 15 +EF_R16 bits/reg.h d #define EF_R16 16 +EF_R17 bits/reg.h d #define EF_R17 17 +EF_R18 bits/reg.h d #define EF_R18 18 +EF_R19 bits/reg.h d #define EF_R19 19 +EF_R2 bits/reg.h d #define EF_R2 2 +EF_R20 bits/reg.h d #define EF_R20 20 +EF_R21 bits/reg.h d #define EF_R21 21 +EF_R22 bits/reg.h d #define EF_R22 22 +EF_R23 bits/reg.h d #define EF_R23 23 +EF_R24 bits/reg.h d #define EF_R24 24 +EF_R25 bits/reg.h d #define EF_R25 25 +EF_R26 bits/reg.h d #define EF_R26 26 +EF_R27 bits/reg.h d #define EF_R27 27 +EF_R28 bits/reg.h d #define EF_R28 28 +EF_R29 bits/reg.h d #define EF_R29 29 +EF_R3 bits/reg.h d #define EF_R3 3 +EF_R30 bits/reg.h d #define EF_R30 30 +EF_R31 bits/reg.h d #define EF_R31 31 +EF_R4 bits/reg.h d #define EF_R4 4 +EF_R5 bits/reg.h d #define EF_R5 5 +EF_R6 bits/reg.h d #define EF_R6 6 +EF_R7 bits/reg.h d #define EF_R7 7 +EF_R8 bits/reg.h d #define EF_R8 8 +EF_R9 bits/reg.h d #define EF_R9 9 +EF_SIZE bits/reg.h d #define EF_SIZE 304 +EF_UNUSED0 bits/reg.h d #define EF_UNUSED0 38 +EHOSTDOWN bits/errno.h d #define EHOSTDOWN 147 +EHOSTUNREACH bits/errno.h d #define EHOSTUNREACH 148 +EHWPOISON bits/errno.h d #define EHWPOISON 168 +EIDRM bits/errno.h d #define EIDRM 36 +EILSEQ bits/errno.h d #define EILSEQ 88 +EINPROGRESS bits/errno.h d #define EINPROGRESS 150 +EINTR bits/errno.h d #define EINTR 4 +EINVAL bits/errno.h d #define EINVAL 22 +EIO bits/errno.h d #define EIO 5 +EISCONN bits/errno.h d #define EISCONN 133 +EISDIR bits/errno.h d #define EISDIR 21 +EISNAM bits/errno.h d #define EISNAM 139 +EKEYEXPIRED bits/errno.h d #define EKEYEXPIRED 162 +EKEYREJECTED bits/errno.h d #define EKEYREJECTED 164 +EKEYREVOKED bits/errno.h d #define EKEYREVOKED 163 +EL2HLT bits/errno.h d #define EL2HLT 44 +EL2NSYNC bits/errno.h d #define EL2NSYNC 38 +EL3HLT bits/errno.h d #define EL3HLT 39 +EL3RST bits/errno.h d #define EL3RST 40 +ELF_NFPREG bits/user.h d #define ELF_NFPREG 33 +ELF_NGREG bits/user.h d #define ELF_NGREG 45 +ELIBACC bits/errno.h d #define ELIBACC 83 +ELIBBAD bits/errno.h d #define ELIBBAD 84 +ELIBEXEC bits/errno.h d #define ELIBEXEC 87 +ELIBMAX bits/errno.h d #define ELIBMAX 86 +ELIBSCN bits/errno.h d #define ELIBSCN 85 +ELNRNG bits/errno.h d #define ELNRNG 41 +ELOOP bits/errno.h d #define ELOOP 90 +EMEDIUMTYPE bits/errno.h d #define EMEDIUMTYPE 160 +EMFILE bits/errno.h d #define EMFILE 24 +EMLINK bits/errno.h d #define EMLINK 31 +EMSGSIZE bits/errno.h d #define EMSGSIZE 97 +EMULTIHOP bits/errno.h d #define EMULTIHOP 74 +ENAMETOOLONG bits/errno.h d #define ENAMETOOLONG 78 +ENAVAIL bits/errno.h d #define ENAVAIL 138 +ENETDOWN bits/errno.h d #define ENETDOWN 127 +ENETRESET bits/errno.h d #define ENETRESET 129 +ENETUNREACH bits/errno.h d #define ENETUNREACH 128 +ENFILE bits/errno.h d #define ENFILE 23 +ENOANO bits/errno.h d #define ENOANO 53 +ENOBUFS bits/errno.h d #define ENOBUFS 132 +ENOCSI bits/errno.h d #define ENOCSI 43 +ENODATA bits/errno.h d #define ENODATA 61 +ENODEV bits/errno.h d #define ENODEV 19 +ENOENT bits/errno.h d #define ENOENT 2 +ENOEXEC bits/errno.h d #define ENOEXEC 8 +ENOKEY bits/errno.h d #define ENOKEY 161 +ENOLCK bits/errno.h d #define ENOLCK 46 +ENOLINK bits/errno.h d #define ENOLINK 67 +ENOMEDIUM bits/errno.h d #define ENOMEDIUM 159 +ENOMEM bits/errno.h d #define ENOMEM 12 +ENOMSG bits/errno.h d #define ENOMSG 35 +ENONET bits/errno.h d #define ENONET 64 +ENOPKG bits/errno.h d #define ENOPKG 65 +ENOPROTOOPT bits/errno.h d #define ENOPROTOOPT 99 +ENOSPC bits/errno.h d #define ENOSPC 28 +ENOSR bits/errno.h d #define ENOSR 63 +ENOSTR bits/errno.h d #define ENOSTR 60 +ENOSYS bits/errno.h d #define ENOSYS 89 +ENOTBLK bits/errno.h d #define ENOTBLK 15 +ENOTCONN bits/errno.h d #define ENOTCONN 134 +ENOTDIR bits/errno.h d #define ENOTDIR 20 +ENOTEMPTY bits/errno.h d #define ENOTEMPTY 93 +ENOTNAM bits/errno.h d #define ENOTNAM 137 +ENOTRECOVERABLE bits/errno.h d #define ENOTRECOVERABLE 166 +ENOTSOCK bits/errno.h d #define ENOTSOCK 95 +ENOTSUP bits/errno.h d #define ENOTSUP EOPNOTSUPP +ENOTTY bits/errno.h d #define ENOTTY 25 +ENOTUNIQ bits/errno.h d #define ENOTUNIQ 80 +ENXIO bits/errno.h d #define ENXIO 6 +EOPNOTSUPP bits/errno.h d #define EOPNOTSUPP 122 +EOVERFLOW bits/errno.h d #define EOVERFLOW 79 +EOWNERDEAD bits/errno.h d #define EOWNERDEAD 165 +EPERM bits/errno.h d #define EPERM 1 +EPFNOSUPPORT bits/errno.h d #define EPFNOSUPPORT 123 +EPIPE bits/errno.h d #define EPIPE 32 +EPROTO bits/errno.h d #define EPROTO 71 +EPROTONOSUPPORT bits/errno.h d #define EPROTONOSUPPORT 120 +EPROTOTYPE bits/errno.h d #define EPROTOTYPE 98 +ERANGE bits/errno.h d #define ERANGE 34 +EREMCHG bits/errno.h d #define EREMCHG 82 +EREMOTE bits/errno.h d #define EREMOTE 66 +EREMOTEIO bits/errno.h d #define EREMOTEIO 140 +ERESTART bits/errno.h d #define ERESTART 91 +ERFKILL bits/errno.h d #define ERFKILL 167 +EROFS bits/errno.h d #define EROFS 30 +ESHUTDOWN bits/errno.h d #define ESHUTDOWN 143 +ESOCKTNOSUPPORT bits/errno.h d #define ESOCKTNOSUPPORT 121 +ESPIPE bits/errno.h d #define ESPIPE 29 +ESRCH bits/errno.h d #define ESRCH 3 +ESRMNT bits/errno.h d #define ESRMNT 69 +ESTALE bits/errno.h d #define ESTALE 151 +ESTRPIPE bits/errno.h d #define ESTRPIPE 92 +ETIME bits/errno.h d #define ETIME 62 +ETIMEDOUT bits/errno.h d #define ETIMEDOUT 145 +ETOOMANYREFS bits/errno.h d #define ETOOMANYREFS 144 +ETXTBSY bits/errno.h d #define ETXTBSY 26 +EUCLEAN bits/errno.h d #define EUCLEAN 135 +EUNATCH bits/errno.h d #define EUNATCH 42 +EUSERS bits/errno.h d #define EUSERS 94 +EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN +EXDEV bits/errno.h d #define EXDEV 18 +EXFULL bits/errno.h d #define EXFULL 52 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 +EXTPROC bits/termios.h d #define EXTPROC 0200000 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 124 +FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) +FE_DIVBYZERO bits/fenv.h d #define FE_DIVBYZERO 32 +FE_DOWNWARD bits/fenv.h d #define FE_DOWNWARD 3 +FE_INEXACT bits/fenv.h d #define FE_INEXACT 4 +FE_INVALID bits/fenv.h d #define FE_INVALID 64 +FE_OVERFLOW bits/fenv.h d #define FE_OVERFLOW 16 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TOWARDZERO bits/fenv.h d #define FE_TOWARDZERO 1 +FE_UNDERFLOW bits/fenv.h d #define FE_UNDERFLOW 8 +FE_UPWARD bits/fenv.h d #define FE_UPWARD 2 +FF0 bits/termios.h d #define FF0 0000000 +FF1 bits/termios.h d #define FF1 0100000 +FFDLY bits/termios.h d #define FFDLY 0100000 +FILE bits/alltypes.h T typedef struct _IO_FILE FILE; +FIOASYNC bits/ioctl.h d #define FIOASYNC 0x667D +FIOCLEX bits/ioctl.h d #define FIOCLEX 0x6601 +FIOGETOWN bits/ioctl.h d #define FIOGETOWN 0x8903 +FIONBIO bits/ioctl.h d #define FIONBIO 0x667E +FIONCLEX bits/ioctl.h d #define FIONCLEX 0x6602 +FIONREAD bits/ioctl.h d #define FIONREAD 0x467F +FIOQSIZE bits/ioctl.h d #define FIOQSIZE 0x667F +FIOSETOWN bits/ioctl.h d #define FIOSETOWN 0x8901 +FLT_EVAL_METHOD bits/float.h d #define FLT_EVAL_METHOD 0 +FLUSHO bits/termios.h d #define FLUSHO 0020000 +F_DUPFD bits/fcntl.h d #define F_DUPFD 0 +F_GETFD bits/fcntl.h d #define F_GETFD 1 +F_GETFL bits/fcntl.h d #define F_GETFL 3 +F_GETLK bits/fcntl.h d #define F_GETLK 33 +F_GETOWN bits/fcntl.h d #define F_GETOWN 23 +F_GETOWNER_UIDS bits/fcntl.h d #define F_GETOWNER_UIDS 17 +F_GETOWN_EX bits/fcntl.h d #define F_GETOWN_EX 16 +F_GETSIG bits/fcntl.h d #define F_GETSIG 11 +F_SETFD bits/fcntl.h d #define F_SETFD 2 +F_SETFL bits/fcntl.h d #define F_SETFL 4 +F_SETLK bits/fcntl.h d #define F_SETLK 34 +F_SETLKW bits/fcntl.h d #define F_SETLKW 35 +F_SETOWN bits/fcntl.h d #define F_SETOWN 24 +F_SETOWN_EX bits/fcntl.h d #define F_SETOWN_EX 15 +F_SETSIG bits/fcntl.h d #define F_SETSIG 10 +HUPCL bits/termios.h d #define HUPCL 0002000 +ICANON bits/termios.h d #define ICANON 0000002 +ICRNL bits/termios.h d #define ICRNL 0000400 +IEXTEN bits/termios.h d #define IEXTEN 0000400 +IGNBRK bits/termios.h d #define IGNBRK 0000001 +IGNCR bits/termios.h d #define IGNCR 0000200 +IGNPAR bits/termios.h d #define IGNPAR 0000004 +IMAXBEL bits/termios.h d #define IMAXBEL 0020000 +INLCR bits/termios.h d #define INLCR 0000100 +INPCK bits/termios.h d #define INPCK 0000020 +INTPTR_MAX bits/stdint.h d #define INTPTR_MAX INT32_MAX +INTPTR_MIN bits/stdint.h d #define INTPTR_MIN INT32_MIN +INT_FAST16_MAX bits/stdint.h d #define INT_FAST16_MAX INT32_MAX +INT_FAST16_MIN bits/stdint.h d #define INT_FAST16_MIN INT32_MIN +INT_FAST32_MAX bits/stdint.h d #define INT_FAST32_MAX INT32_MAX +INT_FAST32_MIN bits/stdint.h d #define INT_FAST32_MIN INT32_MIN +IPC_64 bits/ipc.h d #define IPC_64 0x100 +ISIG bits/termios.h d #define ISIG 0000001 +ISTRIP bits/termios.h d #define ISTRIP 0000040 +ITOSTOP bits/termios.h d #define ITOSTOP 0100000 +IUCLC bits/termios.h d #define IUCLC 0001000 +IUTF8 bits/termios.h d #define IUTF8 0040000 +IXANY bits/termios.h d #define IXANY 0004000 +IXOFF bits/termios.h d #define IXOFF 0010000 +IXON bits/termios.h d #define IXON 0002000 +LDBL_DIG bits/float.h d #define LDBL_DIG 33 +LDBL_EPSILON bits/float.h d #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L +LDBL_MANT_DIG bits/float.h d #define LDBL_MANT_DIG 113 +LDBL_MAX bits/float.h d #define LDBL_MAX 1.18973149535723176508575932662800702e+4932L +LDBL_MAX_10_EXP bits/float.h d #define LDBL_MAX_10_EXP 4932 +LDBL_MAX_EXP bits/float.h d #define LDBL_MAX_EXP 16384 +LDBL_MIN bits/float.h d #define LDBL_MIN 3.36210314311209350626267781732175260e-4932L +LDBL_MIN_10_EXP bits/float.h d #define LDBL_MIN_10_EXP (-4931) +LDBL_MIN_EXP bits/float.h d #define LDBL_MIN_EXP (-16381) +LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L +LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL +LONG_BIT bits/limits.h d #define LONG_BIT 32 +LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL +MAP_ANON bits/mman.h d #define MAP_ANON 0x800 +MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x2000 +MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x4000 +MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x1000 +MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x80000 +MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x8000 +MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x20000 +MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x0400 +MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x10000 +MAP_STACK bits/mman.h d #define MAP_STACK 0x40000 +MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 +NL0 bits/termios.h d #define NL0 0000000 +NL1 bits/termios.h d #define NL1 0000400 +NLDLY bits/termios.h d #define NLDLY 0000400 +NOFLSH bits/termios.h d #define NOFLSH 0000200 +N_6PACK bits/ioctl.h d #define N_6PACK 7 +N_AX25 bits/ioctl.h d #define N_AX25 5 +N_HCI bits/ioctl.h d #define N_HCI 15 +N_HDLC bits/ioctl.h d #define N_HDLC 13 +N_IRDA bits/ioctl.h d #define N_IRDA 11 +N_MASC bits/ioctl.h d #define N_MASC 8 +N_MOUSE bits/ioctl.h d #define N_MOUSE 2 +N_PPP bits/ioctl.h d #define N_PPP 3 +N_PROFIBUS_FDL bits/ioctl.h d #define N_PROFIBUS_FDL 10 +N_R3964 bits/ioctl.h d #define N_R3964 9 +N_SLIP bits/ioctl.h d #define N_SLIP 1 +N_SMSBLOCK bits/ioctl.h d #define N_SMSBLOCK 12 +N_STRIP bits/ioctl.h d #define N_STRIP 4 +N_SYNC_PPP bits/ioctl.h d #define N_SYNC_PPP 14 +N_TTY bits/ioctl.h d #define N_TTY 0 +N_X25 bits/ioctl.h d #define N_X25 6 +OCRNL bits/termios.h d #define OCRNL 0000010 +OFDEL bits/termios.h d #define OFDEL 0000200 +OFILL bits/termios.h d #define OFILL 0000100 +OLCUC bits/termios.h d #define OLCUC 0000002 +ONLCR bits/termios.h d #define ONLCR 0000004 +ONLRET bits/termios.h d #define ONLRET 0000040 +ONOCR bits/termios.h d #define ONOCR 0000020 +OPOST bits/termios.h d #define OPOST 0000001 +O_APPEND bits/fcntl.h d #define O_APPEND 0010 +O_ASYNC bits/fcntl.h d #define O_ASYNC 010000 +O_CLOEXEC bits/fcntl.h d #define O_CLOEXEC 02000000 +O_CREAT bits/fcntl.h d #define O_CREAT 0400 +O_DIRECT bits/fcntl.h d #define O_DIRECT 0100000 +O_DIRECTORY bits/fcntl.h d #define O_DIRECTORY 0200000 +O_DSYNC bits/fcntl.h d #define O_DSYNC 0020 +O_EXCL bits/fcntl.h d #define O_EXCL 02000 +O_LARGEFILE bits/fcntl.h d #define O_LARGEFILE 020000 +O_NDELAY bits/fcntl.h d #define O_NDELAY O_NONBLOCK +O_NOATIME bits/fcntl.h d #define O_NOATIME 01000000 +O_NOCTTY bits/fcntl.h d #define O_NOCTTY 04000 +O_NOFOLLOW bits/fcntl.h d #define O_NOFOLLOW 0400000 +O_NONBLOCK bits/fcntl.h d #define O_NONBLOCK 0200 +O_PATH bits/fcntl.h d #define O_PATH 010000000 +O_RSYNC bits/fcntl.h d #define O_RSYNC 040020 +O_SYNC bits/fcntl.h d #define O_SYNC 040020 +O_TMPFILE bits/fcntl.h d #define O_TMPFILE 020200000 +O_TRUNC bits/fcntl.h d #define O_TRUNC 01000 +PARENB bits/termios.h d #define PARENB 0000400 +PARMRK bits/termios.h d #define PARMRK 0000010 +PARODD bits/termios.h d #define PARODD 0001000 +PENDIN bits/termios.h d #define PENDIN 0040000 +POLLWRBAND bits/poll.h d #define POLLWRBAND 0x100 +POLLWRNORM bits/poll.h d #define POLLWRNORM POLLOUT +PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX +PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN +RLIMIT_AS bits/resource.h d #define RLIMIT_AS 6 +RLIMIT_MEMLOCK bits/resource.h d #define RLIMIT_MEMLOCK 9 +RLIMIT_NOFILE bits/resource.h d #define RLIMIT_NOFILE 5 +RLIMIT_NPROC bits/resource.h d #define RLIMIT_NPROC 8 +RLIMIT_RSS bits/resource.h d #define RLIMIT_RSS 7 +SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 +SA_NOCLDWAIT bits/signal.h d #define SA_NOCLDWAIT 0x10000 +SA_NODEFER bits/signal.h d #define SA_NODEFER 0x40000000 +SA_ONSTACK bits/signal.h d #define SA_ONSTACK 0x08000000 +SA_RESETHAND bits/signal.h d #define SA_RESETHAND 0x80000000 +SA_RESTART bits/signal.h d #define SA_RESTART 0x10000000 +SA_RESTORER bits/signal.h d #define SA_RESTORER 0x04000000 +SA_SIGINFO bits/signal.h d #define SA_SIGINFO 8 +SHMLBA bits/shm.h d #define SHMLBA 4096 +SIGABRT bits/signal.h d #define SIGABRT 6 +SIGALRM bits/signal.h d #define SIGALRM 14 +SIGBUS bits/signal.h d #define SIGBUS 10 +SIGCHLD bits/signal.h d #define SIGCHLD 18 +SIGCONT bits/signal.h d #define SIGCONT 25 +SIGFPE bits/signal.h d #define SIGFPE 8 +SIGHUP bits/signal.h d #define SIGHUP 1 +SIGILL bits/signal.h d #define SIGILL 4 +SIGINT bits/signal.h d #define SIGINT 2 +SIGIO bits/signal.h d #define SIGIO 22 +SIGIOT bits/signal.h d #define SIGIOT SIGABRT +SIGKILL bits/signal.h d #define SIGKILL 9 +SIGPIPE bits/signal.h d #define SIGPIPE 13 +SIGPOLL bits/signal.h d #define SIGPOLL SIGIO +SIGPROF bits/signal.h d #define SIGPROF 29 +SIGPWR bits/signal.h d #define SIGPWR 19 +SIGQUIT bits/signal.h d #define SIGQUIT 3 +SIGSEGV bits/signal.h d #define SIGSEGV 11 +SIGSTKFLT bits/signal.h d #define SIGSTKFLT 7 +SIGSTKSZ bits/signal.h d #define SIGSTKSZ 8192 +SIGSTOP bits/signal.h d #define SIGSTOP 23 +SIGSYS bits/signal.h d #define SIGSYS 12 +SIGTERM bits/signal.h d #define SIGTERM 15 +SIGTRAP bits/signal.h d #define SIGTRAP 5 +SIGTSTP bits/signal.h d #define SIGTSTP 24 +SIGTTIN bits/signal.h d #define SIGTTIN 26 +SIGTTOU bits/signal.h d #define SIGTTOU 27 +SIGUNUSED bits/signal.h d #define SIGUNUSED SIGSYS +SIGURG bits/signal.h d #define SIGURG 21 +SIGUSR1 bits/signal.h d #define SIGUSR1 16 +SIGUSR2 bits/signal.h d #define SIGUSR2 17 +SIGVTALRM bits/signal.h d #define SIGVTALRM 28 +SIGWINCH bits/signal.h d #define SIGWINCH 20 +SIGXCPU bits/signal.h d #define SIGXCPU 30 +SIGXFSZ bits/signal.h d #define SIGXFSZ 31 +SIG_BLOCK bits/signal.h d #define SIG_BLOCK 1 +SIG_SETMASK bits/signal.h d #define SIG_SETMASK 3 +SIG_UNBLOCK bits/signal.h d #define SIG_UNBLOCK 2 +SIOCADDDLCI bits/ioctl.h d #define SIOCADDDLCI 0x8980 +SIOCADDMULTI bits/ioctl.h d #define SIOCADDMULTI 0x8931 +SIOCADDRT bits/ioctl.h d #define SIOCADDRT 0x890B +SIOCATMARK bits/ioctl.h d #define SIOCATMARK 0x8905 +SIOCDARP bits/ioctl.h d #define SIOCDARP 0x8953 +SIOCDELDLCI bits/ioctl.h d #define SIOCDELDLCI 0x8981 +SIOCDELMULTI bits/ioctl.h d #define SIOCDELMULTI 0x8932 +SIOCDELRT bits/ioctl.h d #define SIOCDELRT 0x890C +SIOCDEVPRIVATE bits/ioctl.h d #define SIOCDEVPRIVATE 0x89F0 +SIOCDIFADDR bits/ioctl.h d #define SIOCDIFADDR 0x8936 +SIOCDRARP bits/ioctl.h d #define SIOCDRARP 0x8960 +SIOCGARP bits/ioctl.h d #define SIOCGARP 0x8954 +SIOCGIFADDR bits/ioctl.h d #define SIOCGIFADDR 0x8915 +SIOCGIFBR bits/ioctl.h d #define SIOCGIFBR 0x8940 +SIOCGIFBRDADDR bits/ioctl.h d #define SIOCGIFBRDADDR 0x8919 +SIOCGIFCONF bits/ioctl.h d #define SIOCGIFCONF 0x8912 +SIOCGIFCOUNT bits/ioctl.h d #define SIOCGIFCOUNT 0x8938 +SIOCGIFDSTADDR bits/ioctl.h d #define SIOCGIFDSTADDR 0x8917 +SIOCGIFENCAP bits/ioctl.h d #define SIOCGIFENCAP 0x8925 +SIOCGIFFLAGS bits/ioctl.h d #define SIOCGIFFLAGS 0x8913 +SIOCGIFHWADDR bits/ioctl.h d #define SIOCGIFHWADDR 0x8927 +SIOCGIFINDEX bits/ioctl.h d #define SIOCGIFINDEX 0x8933 +SIOCGIFMAP bits/ioctl.h d #define SIOCGIFMAP 0x8970 +SIOCGIFMEM bits/ioctl.h d #define SIOCGIFMEM 0x891f +SIOCGIFMETRIC bits/ioctl.h d #define SIOCGIFMETRIC 0x891d +SIOCGIFMTU bits/ioctl.h d #define SIOCGIFMTU 0x8921 +SIOCGIFNAME bits/ioctl.h d #define SIOCGIFNAME 0x8910 +SIOCGIFNETMASK bits/ioctl.h d #define SIOCGIFNETMASK 0x891b +SIOCGIFPFLAGS bits/ioctl.h d #define SIOCGIFPFLAGS 0x8935 +SIOCGIFSLAVE bits/ioctl.h d #define SIOCGIFSLAVE 0x8929 +SIOCGIFTXQLEN bits/ioctl.h d #define SIOCGIFTXQLEN 0x8942 +SIOCGPGRP bits/ioctl.h d #define SIOCGPGRP 0x8904 +SIOCGRARP bits/ioctl.h d #define SIOCGRARP 0x8961 +SIOCGSTAMP bits/ioctl.h d #define SIOCGSTAMP 0x8906 +SIOCPROTOPRIVATE bits/ioctl.h d #define SIOCPROTOPRIVATE 0x89E0 +SIOCRTMSG bits/ioctl.h d #define SIOCRTMSG 0x890D +SIOCSARP bits/ioctl.h d #define SIOCSARP 0x8955 +SIOCSIFADDR bits/ioctl.h d #define SIOCSIFADDR 0x8916 +SIOCSIFBR bits/ioctl.h d #define SIOCSIFBR 0x8941 +SIOCSIFBRDADDR bits/ioctl.h d #define SIOCSIFBRDADDR 0x891a +SIOCSIFDSTADDR bits/ioctl.h d #define SIOCSIFDSTADDR 0x8918 +SIOCSIFENCAP bits/ioctl.h d #define SIOCSIFENCAP 0x8926 +SIOCSIFFLAGS bits/ioctl.h d #define SIOCSIFFLAGS 0x8914 +SIOCSIFHWADDR bits/ioctl.h d #define SIOCSIFHWADDR 0x8924 +SIOCSIFHWBROADCAST bits/ioctl.h d #define SIOCSIFHWBROADCAST 0x8937 +SIOCSIFLINK bits/ioctl.h d #define SIOCSIFLINK 0x8911 +SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 +SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 +SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e +SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 +SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c +SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 +SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 +SIOCSIFTXQLEN bits/ioctl.h d #define SIOCSIFTXQLEN 0x8943 +SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 +SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 +SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX +SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT32_MAX +SI_ASYNCIO bits/signal.h d #define SI_ASYNCIO (-2) +SI_MESGQ bits/signal.h d #define SI_MESGQ (-4) +SI_TIMER bits/signal.h d #define SI_TIMER (-3) +SOCK_CLOEXEC bits/socket.h d #define SOCK_CLOEXEC 02000000 +SOCK_DGRAM bits/socket.h d #define SOCK_DGRAM 1 +SOCK_NONBLOCK bits/socket.h d #define SOCK_NONBLOCK 0200 +SOCK_STREAM bits/socket.h d #define SOCK_STREAM 2 +SOL_SOCKET bits/socket.h d #define SOL_SOCKET 65535 +SO_ACCEPTCONN bits/socket.h d #define SO_ACCEPTCONN 0x1009 +SO_BROADCAST bits/socket.h d #define SO_BROADCAST 0x0020 +SO_BSDCOMPAT bits/socket.h d #define SO_BSDCOMPAT 14 +SO_DEBUG bits/socket.h d #define SO_DEBUG 1 +SO_DOMAIN bits/socket.h d #define SO_DOMAIN 0x1029 +SO_DONTROUTE bits/socket.h d #define SO_DONTROUTE 0x0010 +SO_ERROR bits/socket.h d #define SO_ERROR 0x1007 +SO_KEEPALIVE bits/socket.h d #define SO_KEEPALIVE 0x0008 +SO_LINGER bits/socket.h d #define SO_LINGER 0x0080 +SO_NO_CHECK bits/socket.h d #define SO_NO_CHECK 11 +SO_OOBINLINE bits/socket.h d #define SO_OOBINLINE 0x0100 +SO_PASSCRED bits/socket.h d #define SO_PASSCRED 17 +SO_PEERCRED bits/socket.h d #define SO_PEERCRED 18 +SO_PRIORITY bits/socket.h d #define SO_PRIORITY 12 +SO_PROTOCOL bits/socket.h d #define SO_PROTOCOL 0x1028 +SO_RCVBUF bits/socket.h d #define SO_RCVBUF 0x1002 +SO_RCVBUFFORCE bits/socket.h d #define SO_RCVBUFFORCE 33 +SO_RCVLOWAT bits/socket.h d #define SO_RCVLOWAT 0x1004 +SO_RCVTIMEO bits/socket.h d #define SO_RCVTIMEO 0x1006 +SO_REUSEADDR bits/socket.h d #define SO_REUSEADDR 0x0004 +SO_REUSEPORT bits/socket.h d #define SO_REUSEPORT 0x0200 +SO_SNDBUF bits/socket.h d #define SO_SNDBUF 0x1001 +SO_SNDBUFFORCE bits/socket.h d #define SO_SNDBUFFORCE 31 +SO_SNDLOWAT bits/socket.h d #define SO_SNDLOWAT 0x1003 +SO_SNDTIMEO bits/socket.h d #define SO_SNDTIMEO 0x1005 +SO_TYPE bits/socket.h d #define SO_TYPE 0x1008 +SYS__newselect bits/syscall.h d #define SYS__newselect 6022 +SYS__sysctl bits/syscall.h d #define SYS__sysctl 6152 +SYS_accept bits/syscall.h d #define SYS_accept 6042 +SYS_accept4 bits/syscall.h d #define SYS_accept4 6297 +SYS_access bits/syscall.h d #define SYS_access 6020 +SYS_acct bits/syscall.h d #define SYS_acct 6158 +SYS_add_key bits/syscall.h d #define SYS_add_key 6243 +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex 6154 +SYS_afs_syscall bits/syscall.h d #define SYS_afs_syscall 6176 +SYS_alarm bits/syscall.h d #define SYS_alarm 6037 +SYS_bind bits/syscall.h d #define SYS_bind 6048 +SYS_bpf bits/syscall.h d #define SYS_bpf 6319 +SYS_brk bits/syscall.h d #define SYS_brk 6012 +SYS_cachectl bits/syscall.h d #define SYS_cachectl 6198 +SYS_cacheflush bits/syscall.h d #define SYS_cacheflush 6197 +SYS_capget bits/syscall.h d #define SYS_capget 6123 +SYS_capset bits/syscall.h d #define SYS_capset 6124 +SYS_chdir bits/syscall.h d #define SYS_chdir 6078 +SYS_chmod bits/syscall.h d #define SYS_chmod 6088 +SYS_chown bits/syscall.h d #define SYS_chown 6090 +SYS_chroot bits/syscall.h d #define SYS_chroot 6156 +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 6305 +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres 6227 +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime 6226 +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep 6228 +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 6225 +SYS_clone bits/syscall.h d #define SYS_clone 6055 +SYS_close bits/syscall.h d #define SYS_close 6003 +SYS_connect bits/syscall.h d #define SYS_connect 6041 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 6324 +SYS_creat bits/syscall.h d #define SYS_creat 6083 +SYS_create_module bits/syscall.h d #define SYS_create_module 6167 +SYS_delete_module bits/syscall.h d #define SYS_delete_module 6169 +SYS_dup bits/syscall.h d #define SYS_dup 6031 +SYS_dup2 bits/syscall.h d #define SYS_dup2 6032 +SYS_dup3 bits/syscall.h d #define SYS_dup3 6290 +SYS_epoll_create bits/syscall.h d #define SYS_epoll_create 6207 +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 6289 +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl 6208 +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait 6276 +SYS_epoll_wait bits/syscall.h d #define SYS_epoll_wait 6209 +SYS_eventfd bits/syscall.h d #define SYS_eventfd 6282 +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 6288 +SYS_execve bits/syscall.h d #define SYS_execve 6057 +SYS_execveat bits/syscall.h d #define SYS_execveat 6320 +SYS_exit bits/syscall.h d #define SYS_exit 6058 +SYS_exit_group bits/syscall.h d #define SYS_exit_group 6205 +SYS_faccessat bits/syscall.h d #define SYS_faccessat 6263 +SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 6216 +SYS_fallocate bits/syscall.h d #define SYS_fallocate 6283 +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init 6300 +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark 6301 +SYS_fchdir bits/syscall.h d #define SYS_fchdir 6079 +SYS_fchmod bits/syscall.h d #define SYS_fchmod 6089 +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat 6262 +SYS_fchown bits/syscall.h d #define SYS_fchown 6091 +SYS_fchownat bits/syscall.h d #define SYS_fchownat 6254 +SYS_fcntl bits/syscall.h d #define SYS_fcntl 6070 +SYS_fcntl64 bits/syscall.h d #define SYS_fcntl64 6212 +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync 6073 +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr 6185 +SYS_finit_module bits/syscall.h d #define SYS_finit_module 6312 +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr 6188 +SYS_flock bits/syscall.h d #define SYS_flock 6071 +SYS_fork bits/syscall.h d #define SYS_fork 6056 +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr 6191 +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr 6182 +SYS_fstat bits/syscall.h d #define SYS_fstat 6005 +SYS_fstatat bits/syscall.h d #define SYS_fstatat 6256 +SYS_fstatfs bits/syscall.h d #define SYS_fstatfs 6135 +SYS_fstatfs64 bits/syscall.h d #define SYS_fstatfs64 6218 +SYS_fsync bits/syscall.h d #define SYS_fsync 6072 +SYS_ftruncate bits/syscall.h d #define SYS_ftruncate 6075 +SYS_futex bits/syscall.h d #define SYS_futex 6194 +SYS_futimesat bits/syscall.h d #define SYS_futimesat 6255 +SYS_get_kernel_syms bits/syscall.h d #define SYS_get_kernel_syms 6170 +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy 6232 +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list 6273 +SYS_getcpu bits/syscall.h d #define SYS_getcpu 6275 +SYS_getcwd bits/syscall.h d #define SYS_getcwd 6077 +SYS_getdents bits/syscall.h d #define SYS_getdents 6076 +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 6299 +SYS_getegid bits/syscall.h d #define SYS_getegid 6106 +SYS_geteuid bits/syscall.h d #define SYS_geteuid 6105 +SYS_getgid bits/syscall.h d #define SYS_getgid 6102 +SYS_getgroups bits/syscall.h d #define SYS_getgroups 6113 +SYS_getitimer bits/syscall.h d #define SYS_getitimer 6035 +SYS_getpeername bits/syscall.h d #define SYS_getpeername 6051 +SYS_getpgid bits/syscall.h d #define SYS_getpgid 6119 +SYS_getpgrp bits/syscall.h d #define SYS_getpgrp 6109 +SYS_getpid bits/syscall.h d #define SYS_getpid 6038 +SYS_getpmsg bits/syscall.h d #define SYS_getpmsg 6174 +SYS_getppid bits/syscall.h d #define SYS_getppid 6108 +SYS_getpriority bits/syscall.h d #define SYS_getpriority 6137 +SYS_getrandom bits/syscall.h d #define SYS_getrandom 6317 +SYS_getresgid bits/syscall.h d #define SYS_getresgid 6118 +SYS_getresuid bits/syscall.h d #define SYS_getresuid 6116 +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit 6095 +SYS_getrusage bits/syscall.h d #define SYS_getrusage 6096 +SYS_getsid bits/syscall.h d #define SYS_getsid 6122 +SYS_getsockname bits/syscall.h d #define SYS_getsockname 6050 +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt 6054 +SYS_gettid bits/syscall.h d #define SYS_gettid 6178 +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday 6094 +SYS_getuid bits/syscall.h d #define SYS_getuid 6100 +SYS_getxattr bits/syscall.h d #define SYS_getxattr 6183 +SYS_init_module bits/syscall.h d #define SYS_init_module 6168 +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch 6248 +SYS_inotify_init bits/syscall.h d #define SYS_inotify_init 6247 +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 6292 +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch 6249 +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel 6204 +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy 6201 +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents 6202 +SYS_io_setup bits/syscall.h d #define SYS_io_setup 6200 +SYS_io_submit bits/syscall.h d #define SYS_io_submit 6203 +SYS_ioctl bits/syscall.h d #define SYS_ioctl 6015 +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get 6278 +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set 6277 +SYS_kcmp bits/syscall.h d #define SYS_kcmp 6311 +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load 6274 +SYS_keyctl bits/syscall.h d #define SYS_keyctl 6245 +SYS_kill bits/syscall.h d #define SYS_kill 6060 +SYS_lchown bits/syscall.h d #define SYS_lchown 6092 +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr 6184 +SYS_link bits/syscall.h d #define SYS_link 6084 +SYS_linkat bits/syscall.h d #define SYS_linkat 6259 +SYS_listen bits/syscall.h d #define SYS_listen 6049 +SYS_listxattr bits/syscall.h d #define SYS_listxattr 6186 +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr 6187 +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie 6206 +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr 6190 +SYS_lseek bits/syscall.h d #define SYS_lseek 6008 +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr 6181 +SYS_lstat bits/syscall.h d #define SYS_lstat 6006 +SYS_madvise bits/syscall.h d #define SYS_madvise 6027 +SYS_mbind bits/syscall.h d #define SYS_mbind 6231 +SYS_membarrier bits/syscall.h d #define SYS_membarrier 6322 +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create 6318 +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages 6250 +SYS_mincore bits/syscall.h d #define SYS_mincore 6026 +SYS_mkdir bits/syscall.h d #define SYS_mkdir 6081 +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat 6252 +SYS_mknod bits/syscall.h d #define SYS_mknod 6131 +SYS_mknodat bits/syscall.h d #define SYS_mknodat 6253 +SYS_mlock bits/syscall.h d #define SYS_mlock 6146 +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 6323 +SYS_mlockall bits/syscall.h d #define SYS_mlockall 6148 +SYS_mmap bits/syscall.h d #define SYS_mmap 6009 +SYS_mount bits/syscall.h d #define SYS_mount 6160 +SYS_move_pages bits/syscall.h d #define SYS_move_pages 6271 +SYS_mprotect bits/syscall.h d #define SYS_mprotect 6010 +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr 6239 +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify 6238 +SYS_mq_open bits/syscall.h d #define SYS_mq_open 6234 +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive 6237 +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend 6236 +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink 6235 +SYS_mremap bits/syscall.h d #define SYS_mremap 6024 +SYS_msgctl bits/syscall.h d #define SYS_msgctl 6069 +SYS_msgget bits/syscall.h d #define SYS_msgget 6066 +SYS_msgrcv bits/syscall.h d #define SYS_msgrcv 6068 +SYS_msgsnd bits/syscall.h d #define SYS_msgsnd 6067 +SYS_msync bits/syscall.h d #define SYS_msync 6025 +SYS_munlock bits/syscall.h d #define SYS_munlock 6147 +SYS_munlockall bits/syscall.h d #define SYS_munlockall 6149 +SYS_munmap bits/syscall.h d #define SYS_munmap 6011 +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at 6303 +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep 6034 +SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl 6173 +SYS_open bits/syscall.h d #define SYS_open 6002 +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at 6304 +SYS_openat bits/syscall.h d #define SYS_openat 6251 +SYS_pause bits/syscall.h d #define SYS_pause 6033 +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open 6296 +SYS_personality bits/syscall.h d #define SYS_personality 6132 +SYS_pipe bits/syscall.h d #define SYS_pipe 6021 +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 6291 +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root 6151 +SYS_poll bits/syscall.h d #define SYS_poll 6007 +SYS_ppoll bits/syscall.h d #define SYS_ppoll 6265 +SYS_prctl bits/syscall.h d #define SYS_prctl 6153 +SYS_pread64 bits/syscall.h d #define SYS_pread64 6016 +SYS_preadv bits/syscall.h d #define SYS_preadv 6293 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 6325 +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 6302 +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 6309 +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 6310 +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 6264 +SYS_ptrace bits/syscall.h d #define SYS_ptrace 6099 +SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 6175 +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 6017 +SYS_pwritev bits/syscall.h d #define SYS_pwritev 6294 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 6326 +SYS_query_module bits/syscall.h d #define SYS_query_module 6171 +SYS_quotactl bits/syscall.h d #define SYS_quotactl 6172 +SYS_read bits/syscall.h d #define SYS_read 6000 +SYS_readahead bits/syscall.h d #define SYS_readahead 6179 +SYS_readlink bits/syscall.h d #define SYS_readlink 6087 +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat 6261 +SYS_readv bits/syscall.h d #define SYS_readv 6018 +SYS_reboot bits/syscall.h d #define SYS_reboot 6164 +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom 6044 +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg 6298 +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg 6046 +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages 6210 +SYS_removexattr bits/syscall.h d #define SYS_removexattr 6189 +SYS_rename bits/syscall.h d #define SYS_rename 6080 +SYS_renameat bits/syscall.h d #define SYS_renameat 6258 +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 6315 +SYS_request_key bits/syscall.h d #define SYS_request_key 6244 +SYS_reserved177 bits/syscall.h d #define SYS_reserved177 6177 +SYS_reserved193 bits/syscall.h d #define SYS_reserved193 6193 +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall 6214 +SYS_rmdir bits/syscall.h d #define SYS_rmdir 6082 +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction 6013 +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending 6125 +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask 6014 +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo 6127 +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn 6211 +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend 6128 +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait 6126 +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo 6295 +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max 6143 +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min 6144 +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity 6196 +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr 6314 +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam 6140 +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler 6142 +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval 6145 +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity 6195 +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr 6313 +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam 6139 +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler 6141 +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield 6023 +SYS_seccomp bits/syscall.h d #define SYS_seccomp 6316 +SYS_semctl bits/syscall.h d #define SYS_semctl 6064 +SYS_semget bits/syscall.h d #define SYS_semget 6062 +SYS_semop bits/syscall.h d #define SYS_semop 6063 +SYS_semtimedop bits/syscall.h d #define SYS_semtimedop 6215 +SYS_sendfile bits/syscall.h d #define SYS_sendfile 6039 +SYS_sendfile64 bits/syscall.h d #define SYS_sendfile64 6219 +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg 6307 +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg 6045 +SYS_sendto bits/syscall.h d #define SYS_sendto 6043 +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy 6233 +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list 6272 +SYS_set_thread_area bits/syscall.h d #define SYS_set_thread_area 6246 +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address 6213 +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname 6166 +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid 6121 +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid 6120 +SYS_setgid bits/syscall.h d #define SYS_setgid 6104 +SYS_setgroups bits/syscall.h d #define SYS_setgroups 6114 +SYS_sethostname bits/syscall.h d #define SYS_sethostname 6165 +SYS_setitimer bits/syscall.h d #define SYS_setitimer 6036 +SYS_setns bits/syscall.h d #define SYS_setns 6308 +SYS_setpgid bits/syscall.h d #define SYS_setpgid 6107 +SYS_setpriority bits/syscall.h d #define SYS_setpriority 6138 +SYS_setregid bits/syscall.h d #define SYS_setregid 6112 +SYS_setresgid bits/syscall.h d #define SYS_setresgid 6117 +SYS_setresuid bits/syscall.h d #define SYS_setresuid 6115 +SYS_setreuid bits/syscall.h d #define SYS_setreuid 6111 +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit 6155 +SYS_setsid bits/syscall.h d #define SYS_setsid 6110 +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt 6053 +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday 6159 +SYS_setuid bits/syscall.h d #define SYS_setuid 6103 +SYS_setxattr bits/syscall.h d #define SYS_setxattr 6180 +SYS_shmat bits/syscall.h d #define SYS_shmat 6029 +SYS_shmctl bits/syscall.h d #define SYS_shmctl 6030 +SYS_shmdt bits/syscall.h d #define SYS_shmdt 6065 +SYS_shmget bits/syscall.h d #define SYS_shmget 6028 +SYS_shutdown bits/syscall.h d #define SYS_shutdown 6047 +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack 6129 +SYS_signalfd bits/syscall.h d #define SYS_signalfd 6280 +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 6287 +SYS_socket bits/syscall.h d #define SYS_socket 6040 +SYS_socketpair bits/syscall.h d #define SYS_socketpair 6052 +SYS_splice bits/syscall.h d #define SYS_splice 6267 +SYS_stat bits/syscall.h d #define SYS_stat 6004 +SYS_statfs bits/syscall.h d #define SYS_statfs 6134 +SYS_statfs64 bits/syscall.h d #define SYS_statfs64 6217 +SYS_swapoff bits/syscall.h d #define SYS_swapoff 6163 +SYS_swapon bits/syscall.h d #define SYS_swapon 6162 +SYS_symlink bits/syscall.h d #define SYS_symlink 6086 +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat 6260 +SYS_sync bits/syscall.h d #define SYS_sync 6157 +SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range 6268 +SYS_syncfs bits/syscall.h d #define SYS_syncfs 6306 +SYS_sysfs bits/syscall.h d #define SYS_sysfs 6136 +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo 6097 +SYS_syslog bits/syscall.h d #define SYS_syslog 6101 +SYS_sysmips bits/syscall.h d #define SYS_sysmips 6199 +SYS_tee bits/syscall.h d #define SYS_tee 6269 +SYS_tgkill bits/syscall.h d #define SYS_tgkill 6229 +SYS_timer_create bits/syscall.h d #define SYS_timer_create 6220 +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete 6224 +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun 6223 +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime 6222 +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime 6221 +SYS_timerfd bits/syscall.h d #define SYS_timerfd 6281 +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 6284 +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 6285 +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 6286 +SYS_times bits/syscall.h d #define SYS_times 6098 +SYS_tkill bits/syscall.h d #define SYS_tkill 6192 +SYS_truncate bits/syscall.h d #define SYS_truncate 6074 +SYS_umask bits/syscall.h d #define SYS_umask 6093 +SYS_umount2 bits/syscall.h d #define SYS_umount2 6161 +SYS_uname bits/syscall.h d #define SYS_uname 6061 +SYS_unlink bits/syscall.h d #define SYS_unlink 6085 +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat 6257 +SYS_unshare bits/syscall.h d #define SYS_unshare 6266 +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd 6321 +SYS_ustat bits/syscall.h d #define SYS_ustat 6133 +SYS_utime bits/syscall.h d #define SYS_utime 6130 +SYS_utimensat bits/syscall.h d #define SYS_utimensat 6279 +SYS_utimes bits/syscall.h d #define SYS_utimes 6230 +SYS_vhangup bits/syscall.h d #define SYS_vhangup 6150 +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice 6270 +SYS_vserver bits/syscall.h d #define SYS_vserver 6240 +SYS_wait4 bits/syscall.h d #define SYS_wait4 6059 +SYS_waitid bits/syscall.h d #define SYS_waitid 6241 +SYS_write bits/syscall.h d #define SYS_write 6001 +SYS_writev bits/syscall.h d #define SYS_writev 6019 +TAB0 bits/termios.h d #define TAB0 0000000 +TAB1 bits/termios.h d #define TAB1 0004000 +TAB2 bits/termios.h d #define TAB2 0010000 +TAB3 bits/termios.h d #define TAB3 0014000 +TABDLY bits/termios.h d #define TABDLY 0014000 +TCFLSH bits/ioctl.h d #define TCFLSH 0x5407 +TCGETA bits/ioctl.h d #define TCGETA 0x5401 +TCGETS bits/ioctl.h d #define TCGETS 0x540D +TCIFLUSH bits/termios.h d #define TCIFLUSH 0 +TCIOFF bits/termios.h d #define TCIOFF 2 +TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 +TCION bits/termios.h d #define TCION 3 +TCOFLUSH bits/termios.h d #define TCOFLUSH 1 +TCOOFF bits/termios.h d #define TCOOFF 0 +TCOON bits/termios.h d #define TCOON 1 +TCSADRAIN bits/termios.h d #define TCSADRAIN 0x540f +TCSAFLUSH bits/termios.h d #define TCSAFLUSH 0x5410 +TCSANOW bits/termios.h d #define TCSANOW 0x540e +TCSBRK bits/ioctl.h d #define TCSBRK 0x5405 +TCSBRKP bits/ioctl.h d #define TCSBRKP 0x5486 +TCSETA bits/ioctl.h d #define TCSETA 0x5402 +TCSETAF bits/ioctl.h d #define TCSETAF 0x5404 +TCSETAW bits/ioctl.h d #define TCSETAW 0x5403 +TCSETS bits/ioctl.h d #define TCSETS 0x540E +TCSETSF bits/ioctl.h d #define TCSETSF 0x5410 +TCSETSW bits/ioctl.h d #define TCSETSW 0x540F +TCXONC bits/ioctl.h d #define TCXONC 0x5406 +TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 +TIOCCONS bits/ioctl.h d #define TIOCCONS _IOW('t', 120, int) +TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x740D +TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T', 0x32, unsigned int) +TIOCGETD bits/ioctl.h d #define TIOCGETD 0x7400 +TIOCGETP bits/ioctl.h d #define TIOCGETP 0x7408 +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL _IOR('T', 0x40, int) +TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x5492 +TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x548B +TIOCGLTC bits/ioctl.h d #define TIOCGLTC 0x7474 +TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) +TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 0x38, int) +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 0x39, int) +TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T', 0x30, unsigned int) +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 _IOR('T', 0x2E, char[32]) +TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x5484 +TIOCGSID bits/ioctl.h d #define TIOCGSID 0x7416 +TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5481 +TIOCGWINSZ bits/ioctl.h d #define TIOCGWINSZ _IOR('t', 104, struct winsize) +TIOCINQ bits/ioctl.h d #define TIOCINQ FIONREAD +TIOCLINUX bits/ioctl.h d #define TIOCLINUX 0x5483 +TIOCMBIC bits/ioctl.h d #define TIOCMBIC 0x741C +TIOCMBIS bits/ioctl.h d #define TIOCMBIS 0x741B +TIOCMGET bits/ioctl.h d #define TIOCMGET 0x741D +TIOCMIWAIT bits/ioctl.h d #define TIOCMIWAIT 0x5491 +TIOCMSET bits/ioctl.h d #define TIOCMSET 0x741A +TIOCM_CAR bits/ioctl.h d #define TIOCM_CAR 0x100 +TIOCM_CD bits/ioctl.h d #define TIOCM_CD TIOCM_CAR +TIOCM_CTS bits/ioctl.h d #define TIOCM_CTS 0x040 +TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x400 +TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 +TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 +TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 +TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 +TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 +TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG +TIOCM_RNG bits/ioctl.h d #define TIOCM_RNG 0x200 +TIOCM_RTS bits/ioctl.h d #define TIOCM_RTS 0x004 +TIOCM_SR bits/ioctl.h d #define TIOCM_SR 0x020 +TIOCM_ST bits/ioctl.h d #define TIOCM_ST 0x010 +TIOCNOTTY bits/ioctl.h d #define TIOCNOTTY 0x5471 +TIOCNXCL bits/ioctl.h d #define TIOCNXCL 0x740E +TIOCOUTQ bits/ioctl.h d #define TIOCOUTQ 0x7472 +TIOCPKT bits/ioctl.h d #define TIOCPKT 0x5470 +TIOCPKT_DATA bits/ioctl.h d #define TIOCPKT_DATA 0 +TIOCPKT_DOSTOP bits/ioctl.h d #define TIOCPKT_DOSTOP 32 +TIOCPKT_FLUSHREAD bits/ioctl.h d #define TIOCPKT_FLUSHREAD 1 +TIOCPKT_FLUSHWRITE bits/ioctl.h d #define TIOCPKT_FLUSHWRITE 2 +TIOCPKT_IOCTL bits/ioctl.h d #define TIOCPKT_IOCTL 64 +TIOCPKT_NOSTOP bits/ioctl.h d #define TIOCPKT_NOSTOP 16 +TIOCPKT_START bits/ioctl.h d #define TIOCPKT_START 8 +TIOCPKT_STOP bits/ioctl.h d #define TIOCPKT_STOP 4 +TIOCSBRK bits/ioctl.h d #define TIOCSBRK 0x5427 +TIOCSCTTY bits/ioctl.h d #define TIOCSCTTY 0x5480 +TIOCSERCONFIG bits/ioctl.h d #define TIOCSERCONFIG 0x5488 +TIOCSERGETLSR bits/ioctl.h d #define TIOCSERGETLSR 0x548E +TIOCSERGETMULTI bits/ioctl.h d #define TIOCSERGETMULTI 0x548F +TIOCSERGSTRUCT bits/ioctl.h d #define TIOCSERGSTRUCT 0x548D +TIOCSERGWILD bits/ioctl.h d #define TIOCSERGWILD 0x5489 +TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x5490 +TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x548A +TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 +TIOCSER_TEMT bits/termios.h d #define TIOCSER_TEMT 1 +TIOCSETD bits/ioctl.h d #define TIOCSETD 0x7401 +TIOCSETN bits/ioctl.h d #define TIOCSETN 0x740A +TIOCSETP bits/ioctl.h d #define TIOCSETP 0x7409 +TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T', 0x36, int) +TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x548C +TIOCSLTC bits/ioctl.h d #define TIOCSLTC 0x7475 +TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP _IOW('t', 118, int) +TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T', 0x31, int) +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 _IOWR('T', 0x2F, char[32]) +TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x5485 +TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x5482 +TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5472 +TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ _IOW('t', 103, struct winsize) +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 +TOSTOP bits/termios.h d #define TOSTOP 0100000 +UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX +UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX +UINT_FAST32_MAX bits/stdint.h d #define UINT_FAST32_MAX UINT32_MAX +VDISCARD bits/termios.h d #define VDISCARD 13 +VEOF bits/termios.h d #define VEOF 16 +VEOL bits/termios.h d #define VEOL 17 +VEOL2 bits/termios.h d #define VEOL2 6 +VERASE bits/termios.h d #define VERASE 2 +VINTR bits/termios.h d #define VINTR 0 +VKILL bits/termios.h d #define VKILL 3 +VLNEXT bits/termios.h d #define VLNEXT 15 +VMIN bits/termios.h d #define VMIN 4 +VQUIT bits/termios.h d #define VQUIT 1 +VREPRINT bits/termios.h d #define VREPRINT 12 +VSTART bits/termios.h d #define VSTART 8 +VSTOP bits/termios.h d #define VSTOP 9 +VSUSP bits/termios.h d #define VSUSP 10 +VSWTC bits/termios.h d #define VSWTC 7 +VSWTCH bits/termios.h d #define VSWTCH 7 +VT0 bits/termios.h d #define VT0 0000000 +VT1 bits/termios.h d #define VT1 0040000 +VTDLY bits/termios.h d #define VTDLY 0040000 +VTIME bits/termios.h d #define VTIME 5 +VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 +XTABS bits/termios.h d #define XTABS 0014000 +_Addr bits/alltypes.h d #define _Addr int +_IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) +_IOC bits/ioctl.h d #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) +_IOC_NONE bits/ioctl.h d #define _IOC_NONE 1U +_IOC_READ bits/ioctl.h d #define _IOC_READ 2U +_IOC_WRITE bits/ioctl.h d #define _IOC_WRITE 4U +_IOR bits/ioctl.h d #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) +_IOW bits/ioctl.h d #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) +_IOWR bits/ioctl.h d #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) +_Int64 bits/alltypes.h d #define _Int64 long long +_NSIG bits/signal.h d #define _NSIG 128 +_POSIX_V6_ILP32_OFFBIG bits/posix.h d #define _POSIX_V6_ILP32_OFFBIG 1 +_POSIX_V7_ILP32_OFFBIG bits/posix.h d #define _POSIX_V7_ILP32_OFFBIG 1 +_Reg bits/alltypes.h d #define _Reg int +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __BIG_ENDIAN +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __LITTLE_ENDIAN +__DEFINED_FILE bits/alltypes.h d #define __DEFINED_FILE +__DEFINED___isoc_va_list bits/alltypes.h d #define __DEFINED___isoc_va_list +__DEFINED_blkcnt_t bits/alltypes.h d #define __DEFINED_blkcnt_t +__DEFINED_blksize_t bits/alltypes.h d #define __DEFINED_blksize_t +__DEFINED_clock_t bits/alltypes.h d #define __DEFINED_clock_t +__DEFINED_clockid_t bits/alltypes.h d #define __DEFINED_clockid_t +__DEFINED_cnd_t bits/alltypes.h d #define __DEFINED_cnd_t +__DEFINED_dev_t bits/alltypes.h d #define __DEFINED_dev_t +__DEFINED_double_t bits/alltypes.h d #define __DEFINED_double_t +__DEFINED_float_t bits/alltypes.h d #define __DEFINED_float_t +__DEFINED_fsblkcnt_t bits/alltypes.h d #define __DEFINED_fsblkcnt_t +__DEFINED_fsfilcnt_t bits/alltypes.h d #define __DEFINED_fsfilcnt_t +__DEFINED_gid_t bits/alltypes.h d #define __DEFINED_gid_t +__DEFINED_id_t bits/alltypes.h d #define __DEFINED_id_t +__DEFINED_ino_t bits/alltypes.h d #define __DEFINED_ino_t +__DEFINED_int16_t bits/alltypes.h d #define __DEFINED_int16_t +__DEFINED_int32_t bits/alltypes.h d #define __DEFINED_int32_t +__DEFINED_int64_t bits/alltypes.h d #define __DEFINED_int64_t +__DEFINED_int8_t bits/alltypes.h d #define __DEFINED_int8_t +__DEFINED_intmax_t bits/alltypes.h d #define __DEFINED_intmax_t +__DEFINED_intptr_t bits/alltypes.h d #define __DEFINED_intptr_t +__DEFINED_key_t bits/alltypes.h d #define __DEFINED_key_t +__DEFINED_locale_t bits/alltypes.h d #define __DEFINED_locale_t +__DEFINED_max_align_t bits/alltypes.h d #define __DEFINED_max_align_t +__DEFINED_mbstate_t bits/alltypes.h d #define __DEFINED_mbstate_t +__DEFINED_mode_t bits/alltypes.h d #define __DEFINED_mode_t +__DEFINED_mtx_t bits/alltypes.h d #define __DEFINED_mtx_t +__DEFINED_nlink_t bits/alltypes.h d #define __DEFINED_nlink_t +__DEFINED_off_t bits/alltypes.h d #define __DEFINED_off_t +__DEFINED_pid_t bits/alltypes.h d #define __DEFINED_pid_t +__DEFINED_pthread_attr_t bits/alltypes.h d #define __DEFINED_pthread_attr_t +__DEFINED_pthread_barrier_t bits/alltypes.h d #define __DEFINED_pthread_barrier_t +__DEFINED_pthread_barrierattr_t bits/alltypes.h d #define __DEFINED_pthread_barrierattr_t +__DEFINED_pthread_cond_t bits/alltypes.h d #define __DEFINED_pthread_cond_t +__DEFINED_pthread_condattr_t bits/alltypes.h d #define __DEFINED_pthread_condattr_t +__DEFINED_pthread_key_t bits/alltypes.h d #define __DEFINED_pthread_key_t +__DEFINED_pthread_mutex_t bits/alltypes.h d #define __DEFINED_pthread_mutex_t +__DEFINED_pthread_mutexattr_t bits/alltypes.h d #define __DEFINED_pthread_mutexattr_t +__DEFINED_pthread_once_t bits/alltypes.h d #define __DEFINED_pthread_once_t +__DEFINED_pthread_rwlock_t bits/alltypes.h d #define __DEFINED_pthread_rwlock_t +__DEFINED_pthread_rwlockattr_t bits/alltypes.h d #define __DEFINED_pthread_rwlockattr_t +__DEFINED_pthread_spinlock_t bits/alltypes.h d #define __DEFINED_pthread_spinlock_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_ptrdiff_t bits/alltypes.h d #define __DEFINED_ptrdiff_t +__DEFINED_register_t bits/alltypes.h d #define __DEFINED_register_t +__DEFINED_regoff_t bits/alltypes.h d #define __DEFINED_regoff_t +__DEFINED_sa_family_t bits/alltypes.h d #define __DEFINED_sa_family_t +__DEFINED_sigset_t bits/alltypes.h d #define __DEFINED_sigset_t +__DEFINED_size_t bits/alltypes.h d #define __DEFINED_size_t +__DEFINED_socklen_t bits/alltypes.h d #define __DEFINED_socklen_t +__DEFINED_ssize_t bits/alltypes.h d #define __DEFINED_ssize_t +__DEFINED_struct_iovec bits/alltypes.h d #define __DEFINED_struct_iovec +__DEFINED_struct_timespec bits/alltypes.h d #define __DEFINED_struct_timespec +__DEFINED_struct_timeval bits/alltypes.h d #define __DEFINED_struct_timeval +__DEFINED_suseconds_t bits/alltypes.h d #define __DEFINED_suseconds_t +__DEFINED_time_t bits/alltypes.h d #define __DEFINED_time_t +__DEFINED_timer_t bits/alltypes.h d #define __DEFINED_timer_t +__DEFINED_u_int64_t bits/alltypes.h d #define __DEFINED_u_int64_t +__DEFINED_uid_t bits/alltypes.h d #define __DEFINED_uid_t +__DEFINED_uint16_t bits/alltypes.h d #define __DEFINED_uint16_t +__DEFINED_uint32_t bits/alltypes.h d #define __DEFINED_uint32_t +__DEFINED_uint64_t bits/alltypes.h d #define __DEFINED_uint64_t +__DEFINED_uint8_t bits/alltypes.h d #define __DEFINED_uint8_t +__DEFINED_uintmax_t bits/alltypes.h d #define __DEFINED_uintmax_t +__DEFINED_uintptr_t bits/alltypes.h d #define __DEFINED_uintptr_t +__DEFINED_useconds_t bits/alltypes.h d #define __DEFINED_useconds_t +__DEFINED_va_list bits/alltypes.h d #define __DEFINED_va_list +__DEFINED_wchar_t bits/alltypes.h d #define __DEFINED_wchar_t +__DEFINED_wctype_t bits/alltypes.h d #define __DEFINED_wctype_t +__DEFINED_wint_t bits/alltypes.h d #define __DEFINED_wint_t +__NR__newselect bits/syscall.h d #define __NR__newselect 6022 +__NR__sysctl bits/syscall.h d #define __NR__sysctl 6152 +__NR_accept bits/syscall.h d #define __NR_accept 6042 +__NR_accept4 bits/syscall.h d #define __NR_accept4 6297 +__NR_access bits/syscall.h d #define __NR_access 6020 +__NR_acct bits/syscall.h d #define __NR_acct 6158 +__NR_add_key bits/syscall.h d #define __NR_add_key 6243 +__NR_adjtimex bits/syscall.h d #define __NR_adjtimex 6154 +__NR_afs_syscall bits/syscall.h d #define __NR_afs_syscall 6176 +__NR_alarm bits/syscall.h d #define __NR_alarm 6037 +__NR_bind bits/syscall.h d #define __NR_bind 6048 +__NR_bpf bits/syscall.h d #define __NR_bpf 6319 +__NR_brk bits/syscall.h d #define __NR_brk 6012 +__NR_cachectl bits/syscall.h d #define __NR_cachectl 6198 +__NR_cacheflush bits/syscall.h d #define __NR_cacheflush 6197 +__NR_capget bits/syscall.h d #define __NR_capget 6123 +__NR_capset bits/syscall.h d #define __NR_capset 6124 +__NR_chdir bits/syscall.h d #define __NR_chdir 6078 +__NR_chmod bits/syscall.h d #define __NR_chmod 6088 +__NR_chown bits/syscall.h d #define __NR_chown 6090 +__NR_chroot bits/syscall.h d #define __NR_chroot 6156 +__NR_clock_adjtime bits/syscall.h d #define __NR_clock_adjtime 6305 +__NR_clock_getres bits/syscall.h d #define __NR_clock_getres 6227 +__NR_clock_gettime bits/syscall.h d #define __NR_clock_gettime 6226 +__NR_clock_nanosleep bits/syscall.h d #define __NR_clock_nanosleep 6228 +__NR_clock_settime bits/syscall.h d #define __NR_clock_settime 6225 +__NR_clone bits/syscall.h d #define __NR_clone 6055 +__NR_close bits/syscall.h d #define __NR_close 6003 +__NR_connect bits/syscall.h d #define __NR_connect 6041 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 6324 +__NR_creat bits/syscall.h d #define __NR_creat 6083 +__NR_create_module bits/syscall.h d #define __NR_create_module 6167 +__NR_delete_module bits/syscall.h d #define __NR_delete_module 6169 +__NR_dup bits/syscall.h d #define __NR_dup 6031 +__NR_dup2 bits/syscall.h d #define __NR_dup2 6032 +__NR_dup3 bits/syscall.h d #define __NR_dup3 6290 +__NR_epoll_create bits/syscall.h d #define __NR_epoll_create 6207 +__NR_epoll_create1 bits/syscall.h d #define __NR_epoll_create1 6289 +__NR_epoll_ctl bits/syscall.h d #define __NR_epoll_ctl 6208 +__NR_epoll_pwait bits/syscall.h d #define __NR_epoll_pwait 6276 +__NR_epoll_wait bits/syscall.h d #define __NR_epoll_wait 6209 +__NR_eventfd bits/syscall.h d #define __NR_eventfd 6282 +__NR_eventfd2 bits/syscall.h d #define __NR_eventfd2 6288 +__NR_execve bits/syscall.h d #define __NR_execve 6057 +__NR_execveat bits/syscall.h d #define __NR_execveat 6320 +__NR_exit bits/syscall.h d #define __NR_exit 6058 +__NR_exit_group bits/syscall.h d #define __NR_exit_group 6205 +__NR_faccessat bits/syscall.h d #define __NR_faccessat 6263 +__NR_fadvise64 bits/syscall.h d #define __NR_fadvise64 6216 +__NR_fallocate bits/syscall.h d #define __NR_fallocate 6283 +__NR_fanotify_init bits/syscall.h d #define __NR_fanotify_init 6300 +__NR_fanotify_mark bits/syscall.h d #define __NR_fanotify_mark 6301 +__NR_fchdir bits/syscall.h d #define __NR_fchdir 6079 +__NR_fchmod bits/syscall.h d #define __NR_fchmod 6089 +__NR_fchmodat bits/syscall.h d #define __NR_fchmodat 6262 +__NR_fchown bits/syscall.h d #define __NR_fchown 6091 +__NR_fchownat bits/syscall.h d #define __NR_fchownat 6254 +__NR_fcntl bits/syscall.h d #define __NR_fcntl 6070 +__NR_fcntl64 bits/syscall.h d #define __NR_fcntl64 6212 +__NR_fdatasync bits/syscall.h d #define __NR_fdatasync 6073 +__NR_fgetxattr bits/syscall.h d #define __NR_fgetxattr 6185 +__NR_finit_module bits/syscall.h d #define __NR_finit_module 6312 +__NR_flistxattr bits/syscall.h d #define __NR_flistxattr 6188 +__NR_flock bits/syscall.h d #define __NR_flock 6071 +__NR_fork bits/syscall.h d #define __NR_fork 6056 +__NR_fremovexattr bits/syscall.h d #define __NR_fremovexattr 6191 +__NR_fsetxattr bits/syscall.h d #define __NR_fsetxattr 6182 +__NR_fstat bits/syscall.h d #define __NR_fstat 6005 +__NR_fstatat bits/syscall.h d #define __NR_fstatat 6256 +__NR_fstatfs bits/syscall.h d #define __NR_fstatfs 6135 +__NR_fstatfs64 bits/syscall.h d #define __NR_fstatfs64 6218 +__NR_fsync bits/syscall.h d #define __NR_fsync 6072 +__NR_ftruncate bits/syscall.h d #define __NR_ftruncate 6075 +__NR_futex bits/syscall.h d #define __NR_futex 6194 +__NR_futimesat bits/syscall.h d #define __NR_futimesat 6255 +__NR_get_kernel_syms bits/syscall.h d #define __NR_get_kernel_syms 6170 +__NR_get_mempolicy bits/syscall.h d #define __NR_get_mempolicy 6232 +__NR_get_robust_list bits/syscall.h d #define __NR_get_robust_list 6273 +__NR_getcpu bits/syscall.h d #define __NR_getcpu 6275 +__NR_getcwd bits/syscall.h d #define __NR_getcwd 6077 +__NR_getdents bits/syscall.h d #define __NR_getdents 6076 +__NR_getdents64 bits/syscall.h d #define __NR_getdents64 6299 +__NR_getegid bits/syscall.h d #define __NR_getegid 6106 +__NR_geteuid bits/syscall.h d #define __NR_geteuid 6105 +__NR_getgid bits/syscall.h d #define __NR_getgid 6102 +__NR_getgroups bits/syscall.h d #define __NR_getgroups 6113 +__NR_getitimer bits/syscall.h d #define __NR_getitimer 6035 +__NR_getpeername bits/syscall.h d #define __NR_getpeername 6051 +__NR_getpgid bits/syscall.h d #define __NR_getpgid 6119 +__NR_getpgrp bits/syscall.h d #define __NR_getpgrp 6109 +__NR_getpid bits/syscall.h d #define __NR_getpid 6038 +__NR_getpmsg bits/syscall.h d #define __NR_getpmsg 6174 +__NR_getppid bits/syscall.h d #define __NR_getppid 6108 +__NR_getpriority bits/syscall.h d #define __NR_getpriority 6137 +__NR_getrandom bits/syscall.h d #define __NR_getrandom 6317 +__NR_getresgid bits/syscall.h d #define __NR_getresgid 6118 +__NR_getresuid bits/syscall.h d #define __NR_getresuid 6116 +__NR_getrlimit bits/syscall.h d #define __NR_getrlimit 6095 +__NR_getrusage bits/syscall.h d #define __NR_getrusage 6096 +__NR_getsid bits/syscall.h d #define __NR_getsid 6122 +__NR_getsockname bits/syscall.h d #define __NR_getsockname 6050 +__NR_getsockopt bits/syscall.h d #define __NR_getsockopt 6054 +__NR_gettid bits/syscall.h d #define __NR_gettid 6178 +__NR_gettimeofday bits/syscall.h d #define __NR_gettimeofday 6094 +__NR_getuid bits/syscall.h d #define __NR_getuid 6100 +__NR_getxattr bits/syscall.h d #define __NR_getxattr 6183 +__NR_init_module bits/syscall.h d #define __NR_init_module 6168 +__NR_inotify_add_watch bits/syscall.h d #define __NR_inotify_add_watch 6248 +__NR_inotify_init bits/syscall.h d #define __NR_inotify_init 6247 +__NR_inotify_init1 bits/syscall.h d #define __NR_inotify_init1 6292 +__NR_inotify_rm_watch bits/syscall.h d #define __NR_inotify_rm_watch 6249 +__NR_io_cancel bits/syscall.h d #define __NR_io_cancel 6204 +__NR_io_destroy bits/syscall.h d #define __NR_io_destroy 6201 +__NR_io_getevents bits/syscall.h d #define __NR_io_getevents 6202 +__NR_io_setup bits/syscall.h d #define __NR_io_setup 6200 +__NR_io_submit bits/syscall.h d #define __NR_io_submit 6203 +__NR_ioctl bits/syscall.h d #define __NR_ioctl 6015 +__NR_ioprio_get bits/syscall.h d #define __NR_ioprio_get 6278 +__NR_ioprio_set bits/syscall.h d #define __NR_ioprio_set 6277 +__NR_kcmp bits/syscall.h d #define __NR_kcmp 6311 +__NR_kexec_load bits/syscall.h d #define __NR_kexec_load 6274 +__NR_keyctl bits/syscall.h d #define __NR_keyctl 6245 +__NR_kill bits/syscall.h d #define __NR_kill 6060 +__NR_lchown bits/syscall.h d #define __NR_lchown 6092 +__NR_lgetxattr bits/syscall.h d #define __NR_lgetxattr 6184 +__NR_link bits/syscall.h d #define __NR_link 6084 +__NR_linkat bits/syscall.h d #define __NR_linkat 6259 +__NR_listen bits/syscall.h d #define __NR_listen 6049 +__NR_listxattr bits/syscall.h d #define __NR_listxattr 6186 +__NR_llistxattr bits/syscall.h d #define __NR_llistxattr 6187 +__NR_lookup_dcookie bits/syscall.h d #define __NR_lookup_dcookie 6206 +__NR_lremovexattr bits/syscall.h d #define __NR_lremovexattr 6190 +__NR_lseek bits/syscall.h d #define __NR_lseek 6008 +__NR_lsetxattr bits/syscall.h d #define __NR_lsetxattr 6181 +__NR_lstat bits/syscall.h d #define __NR_lstat 6006 +__NR_madvise bits/syscall.h d #define __NR_madvise 6027 +__NR_mbind bits/syscall.h d #define __NR_mbind 6231 +__NR_membarrier bits/syscall.h d #define __NR_membarrier 6322 +__NR_memfd_create bits/syscall.h d #define __NR_memfd_create 6318 +__NR_migrate_pages bits/syscall.h d #define __NR_migrate_pages 6250 +__NR_mincore bits/syscall.h d #define __NR_mincore 6026 +__NR_mkdir bits/syscall.h d #define __NR_mkdir 6081 +__NR_mkdirat bits/syscall.h d #define __NR_mkdirat 6252 +__NR_mknod bits/syscall.h d #define __NR_mknod 6131 +__NR_mknodat bits/syscall.h d #define __NR_mknodat 6253 +__NR_mlock bits/syscall.h d #define __NR_mlock 6146 +__NR_mlock2 bits/syscall.h d #define __NR_mlock2 6323 +__NR_mlockall bits/syscall.h d #define __NR_mlockall 6148 +__NR_mmap bits/syscall.h d #define __NR_mmap 6009 +__NR_mount bits/syscall.h d #define __NR_mount 6160 +__NR_move_pages bits/syscall.h d #define __NR_move_pages 6271 +__NR_mprotect bits/syscall.h d #define __NR_mprotect 6010 +__NR_mq_getsetattr bits/syscall.h d #define __NR_mq_getsetattr 6239 +__NR_mq_notify bits/syscall.h d #define __NR_mq_notify 6238 +__NR_mq_open bits/syscall.h d #define __NR_mq_open 6234 +__NR_mq_timedreceive bits/syscall.h d #define __NR_mq_timedreceive 6237 +__NR_mq_timedsend bits/syscall.h d #define __NR_mq_timedsend 6236 +__NR_mq_unlink bits/syscall.h d #define __NR_mq_unlink 6235 +__NR_mremap bits/syscall.h d #define __NR_mremap 6024 +__NR_msgctl bits/syscall.h d #define __NR_msgctl 6069 +__NR_msgget bits/syscall.h d #define __NR_msgget 6066 +__NR_msgrcv bits/syscall.h d #define __NR_msgrcv 6068 +__NR_msgsnd bits/syscall.h d #define __NR_msgsnd 6067 +__NR_msync bits/syscall.h d #define __NR_msync 6025 +__NR_munlock bits/syscall.h d #define __NR_munlock 6147 +__NR_munlockall bits/syscall.h d #define __NR_munlockall 6149 +__NR_munmap bits/syscall.h d #define __NR_munmap 6011 +__NR_name_to_handle_at bits/syscall.h d #define __NR_name_to_handle_at 6303 +__NR_nanosleep bits/syscall.h d #define __NR_nanosleep 6034 +__NR_nfsservctl bits/syscall.h d #define __NR_nfsservctl 6173 +__NR_open bits/syscall.h d #define __NR_open 6002 +__NR_open_by_handle_at bits/syscall.h d #define __NR_open_by_handle_at 6304 +__NR_openat bits/syscall.h d #define __NR_openat 6251 +__NR_pause bits/syscall.h d #define __NR_pause 6033 +__NR_perf_event_open bits/syscall.h d #define __NR_perf_event_open 6296 +__NR_personality bits/syscall.h d #define __NR_personality 6132 +__NR_pipe bits/syscall.h d #define __NR_pipe 6021 +__NR_pipe2 bits/syscall.h d #define __NR_pipe2 6291 +__NR_pivot_root bits/syscall.h d #define __NR_pivot_root 6151 +__NR_poll bits/syscall.h d #define __NR_poll 6007 +__NR_ppoll bits/syscall.h d #define __NR_ppoll 6265 +__NR_prctl bits/syscall.h d #define __NR_prctl 6153 +__NR_pread64 bits/syscall.h d #define __NR_pread64 6016 +__NR_preadv bits/syscall.h d #define __NR_preadv 6293 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 6325 +__NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 6302 +__NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 6309 +__NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 6310 +__NR_pselect6 bits/syscall.h d #define __NR_pselect6 6264 +__NR_ptrace bits/syscall.h d #define __NR_ptrace 6099 +__NR_putpmsg bits/syscall.h d #define __NR_putpmsg 6175 +__NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 6017 +__NR_pwritev bits/syscall.h d #define __NR_pwritev 6294 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 6326 +__NR_query_module bits/syscall.h d #define __NR_query_module 6171 +__NR_quotactl bits/syscall.h d #define __NR_quotactl 6172 +__NR_read bits/syscall.h d #define __NR_read 6000 +__NR_readahead bits/syscall.h d #define __NR_readahead 6179 +__NR_readlink bits/syscall.h d #define __NR_readlink 6087 +__NR_readlinkat bits/syscall.h d #define __NR_readlinkat 6261 +__NR_readv bits/syscall.h d #define __NR_readv 6018 +__NR_reboot bits/syscall.h d #define __NR_reboot 6164 +__NR_recvfrom bits/syscall.h d #define __NR_recvfrom 6044 +__NR_recvmmsg bits/syscall.h d #define __NR_recvmmsg 6298 +__NR_recvmsg bits/syscall.h d #define __NR_recvmsg 6046 +__NR_remap_file_pages bits/syscall.h d #define __NR_remap_file_pages 6210 +__NR_removexattr bits/syscall.h d #define __NR_removexattr 6189 +__NR_rename bits/syscall.h d #define __NR_rename 6080 +__NR_renameat bits/syscall.h d #define __NR_renameat 6258 +__NR_renameat2 bits/syscall.h d #define __NR_renameat2 6315 +__NR_request_key bits/syscall.h d #define __NR_request_key 6244 +__NR_reserved177 bits/syscall.h d #define __NR_reserved177 6177 +__NR_reserved193 bits/syscall.h d #define __NR_reserved193 6193 +__NR_restart_syscall bits/syscall.h d #define __NR_restart_syscall 6214 +__NR_rmdir bits/syscall.h d #define __NR_rmdir 6082 +__NR_rt_sigaction bits/syscall.h d #define __NR_rt_sigaction 6013 +__NR_rt_sigpending bits/syscall.h d #define __NR_rt_sigpending 6125 +__NR_rt_sigprocmask bits/syscall.h d #define __NR_rt_sigprocmask 6014 +__NR_rt_sigqueueinfo bits/syscall.h d #define __NR_rt_sigqueueinfo 6127 +__NR_rt_sigreturn bits/syscall.h d #define __NR_rt_sigreturn 6211 +__NR_rt_sigsuspend bits/syscall.h d #define __NR_rt_sigsuspend 6128 +__NR_rt_sigtimedwait bits/syscall.h d #define __NR_rt_sigtimedwait 6126 +__NR_rt_tgsigqueueinfo bits/syscall.h d #define __NR_rt_tgsigqueueinfo 6295 +__NR_sched_get_priority_max bits/syscall.h d #define __NR_sched_get_priority_max 6143 +__NR_sched_get_priority_min bits/syscall.h d #define __NR_sched_get_priority_min 6144 +__NR_sched_getaffinity bits/syscall.h d #define __NR_sched_getaffinity 6196 +__NR_sched_getattr bits/syscall.h d #define __NR_sched_getattr 6314 +__NR_sched_getparam bits/syscall.h d #define __NR_sched_getparam 6140 +__NR_sched_getscheduler bits/syscall.h d #define __NR_sched_getscheduler 6142 +__NR_sched_rr_get_interval bits/syscall.h d #define __NR_sched_rr_get_interval 6145 +__NR_sched_setaffinity bits/syscall.h d #define __NR_sched_setaffinity 6195 +__NR_sched_setattr bits/syscall.h d #define __NR_sched_setattr 6313 +__NR_sched_setparam bits/syscall.h d #define __NR_sched_setparam 6139 +__NR_sched_setscheduler bits/syscall.h d #define __NR_sched_setscheduler 6141 +__NR_sched_yield bits/syscall.h d #define __NR_sched_yield 6023 +__NR_seccomp bits/syscall.h d #define __NR_seccomp 6316 +__NR_semctl bits/syscall.h d #define __NR_semctl 6064 +__NR_semget bits/syscall.h d #define __NR_semget 6062 +__NR_semop bits/syscall.h d #define __NR_semop 6063 +__NR_semtimedop bits/syscall.h d #define __NR_semtimedop 6215 +__NR_sendfile bits/syscall.h d #define __NR_sendfile 6039 +__NR_sendfile64 bits/syscall.h d #define __NR_sendfile64 6219 +__NR_sendmmsg bits/syscall.h d #define __NR_sendmmsg 6307 +__NR_sendmsg bits/syscall.h d #define __NR_sendmsg 6045 +__NR_sendto bits/syscall.h d #define __NR_sendto 6043 +__NR_set_mempolicy bits/syscall.h d #define __NR_set_mempolicy 6233 +__NR_set_robust_list bits/syscall.h d #define __NR_set_robust_list 6272 +__NR_set_thread_area bits/syscall.h d #define __NR_set_thread_area 6246 +__NR_set_tid_address bits/syscall.h d #define __NR_set_tid_address 6213 +__NR_setdomainname bits/syscall.h d #define __NR_setdomainname 6166 +__NR_setfsgid bits/syscall.h d #define __NR_setfsgid 6121 +__NR_setfsuid bits/syscall.h d #define __NR_setfsuid 6120 +__NR_setgid bits/syscall.h d #define __NR_setgid 6104 +__NR_setgroups bits/syscall.h d #define __NR_setgroups 6114 +__NR_sethostname bits/syscall.h d #define __NR_sethostname 6165 +__NR_setitimer bits/syscall.h d #define __NR_setitimer 6036 +__NR_setns bits/syscall.h d #define __NR_setns 6308 +__NR_setpgid bits/syscall.h d #define __NR_setpgid 6107 +__NR_setpriority bits/syscall.h d #define __NR_setpriority 6138 +__NR_setregid bits/syscall.h d #define __NR_setregid 6112 +__NR_setresgid bits/syscall.h d #define __NR_setresgid 6117 +__NR_setresuid bits/syscall.h d #define __NR_setresuid 6115 +__NR_setreuid bits/syscall.h d #define __NR_setreuid 6111 +__NR_setrlimit bits/syscall.h d #define __NR_setrlimit 6155 +__NR_setsid bits/syscall.h d #define __NR_setsid 6110 +__NR_setsockopt bits/syscall.h d #define __NR_setsockopt 6053 +__NR_settimeofday bits/syscall.h d #define __NR_settimeofday 6159 +__NR_setuid bits/syscall.h d #define __NR_setuid 6103 +__NR_setxattr bits/syscall.h d #define __NR_setxattr 6180 +__NR_shmat bits/syscall.h d #define __NR_shmat 6029 +__NR_shmctl bits/syscall.h d #define __NR_shmctl 6030 +__NR_shmdt bits/syscall.h d #define __NR_shmdt 6065 +__NR_shmget bits/syscall.h d #define __NR_shmget 6028 +__NR_shutdown bits/syscall.h d #define __NR_shutdown 6047 +__NR_sigaltstack bits/syscall.h d #define __NR_sigaltstack 6129 +__NR_signalfd bits/syscall.h d #define __NR_signalfd 6280 +__NR_signalfd4 bits/syscall.h d #define __NR_signalfd4 6287 +__NR_socket bits/syscall.h d #define __NR_socket 6040 +__NR_socketpair bits/syscall.h d #define __NR_socketpair 6052 +__NR_splice bits/syscall.h d #define __NR_splice 6267 +__NR_stat bits/syscall.h d #define __NR_stat 6004 +__NR_statfs bits/syscall.h d #define __NR_statfs 6134 +__NR_statfs64 bits/syscall.h d #define __NR_statfs64 6217 +__NR_swapoff bits/syscall.h d #define __NR_swapoff 6163 +__NR_swapon bits/syscall.h d #define __NR_swapon 6162 +__NR_symlink bits/syscall.h d #define __NR_symlink 6086 +__NR_symlinkat bits/syscall.h d #define __NR_symlinkat 6260 +__NR_sync bits/syscall.h d #define __NR_sync 6157 +__NR_sync_file_range bits/syscall.h d #define __NR_sync_file_range 6268 +__NR_syncfs bits/syscall.h d #define __NR_syncfs 6306 +__NR_sysfs bits/syscall.h d #define __NR_sysfs 6136 +__NR_sysinfo bits/syscall.h d #define __NR_sysinfo 6097 +__NR_syslog bits/syscall.h d #define __NR_syslog 6101 +__NR_sysmips bits/syscall.h d #define __NR_sysmips 6199 +__NR_tee bits/syscall.h d #define __NR_tee 6269 +__NR_tgkill bits/syscall.h d #define __NR_tgkill 6229 +__NR_timer_create bits/syscall.h d #define __NR_timer_create 6220 +__NR_timer_delete bits/syscall.h d #define __NR_timer_delete 6224 +__NR_timer_getoverrun bits/syscall.h d #define __NR_timer_getoverrun 6223 +__NR_timer_gettime bits/syscall.h d #define __NR_timer_gettime 6222 +__NR_timer_settime bits/syscall.h d #define __NR_timer_settime 6221 +__NR_timerfd bits/syscall.h d #define __NR_timerfd 6281 +__NR_timerfd_create bits/syscall.h d #define __NR_timerfd_create 6284 +__NR_timerfd_gettime bits/syscall.h d #define __NR_timerfd_gettime 6285 +__NR_timerfd_settime bits/syscall.h d #define __NR_timerfd_settime 6286 +__NR_times bits/syscall.h d #define __NR_times 6098 +__NR_tkill bits/syscall.h d #define __NR_tkill 6192 +__NR_truncate bits/syscall.h d #define __NR_truncate 6074 +__NR_umask bits/syscall.h d #define __NR_umask 6093 +__NR_umount2 bits/syscall.h d #define __NR_umount2 6161 +__NR_uname bits/syscall.h d #define __NR_uname 6061 +__NR_unlink bits/syscall.h d #define __NR_unlink 6085 +__NR_unlinkat bits/syscall.h d #define __NR_unlinkat 6257 +__NR_unshare bits/syscall.h d #define __NR_unshare 6266 +__NR_userfaultfd bits/syscall.h d #define __NR_userfaultfd 6321 +__NR_ustat bits/syscall.h d #define __NR_ustat 6133 +__NR_utime bits/syscall.h d #define __NR_utime 6130 +__NR_utimensat bits/syscall.h d #define __NR_utimensat 6279 +__NR_utimes bits/syscall.h d #define __NR_utimes 6230 +__NR_vhangup bits/syscall.h d #define __NR_vhangup 6150 +__NR_vmsplice bits/syscall.h d #define __NR_vmsplice 6270 +__NR_vserver bits/syscall.h d #define __NR_vserver 6240 +__NR_wait4 bits/syscall.h d #define __NR_wait4 6059 +__NR_waitid bits/syscall.h d #define __NR_waitid 6241 +__NR_write bits/syscall.h d #define __NR_write 6001 +__NR_writev bits/syscall.h d #define __NR_writev 6019 +__SI_SWAP_ERRNO_CODE bits/signal.h d #define __SI_SWAP_ERRNO_CODE +__WORDSIZE bits/reg.h d #define __WORDSIZE 64 +__isoc_va_list bits/alltypes.h t typedef __builtin_va_list __isoc_va_list; +__jmp_buf bits/setjmp.h t typedef unsigned long long __jmp_buf[23]; +blkcnt_t bits/alltypes.h t typedef _Int64 blkcnt_t; +blksize_t bits/alltypes.h t typedef long blksize_t; +clock_t bits/alltypes.h t typedef long clock_t; +clockid_t bits/alltypes.h t typedef int clockid_t; +cnd_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t; +dev_t bits/alltypes.h t typedef unsigned _Int64 dev_t; +double_t bits/alltypes.h t typedef double double_t; +elf_fpreg_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_fpregset_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_greg_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +elf_gregset_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +fenv_t bits/fenv.h t } fenv_t; +fexcept_t bits/fenv.h t typedef unsigned short fexcept_t; +float_t bits/alltypes.h t typedef float float_t; +fpregset_t bits/signal.h t } fpregset_t; +fsblkcnt_t bits/alltypes.h t typedef unsigned _Int64 fsblkcnt_t; +fsfilcnt_t bits/alltypes.h t typedef unsigned _Int64 fsfilcnt_t; +gid_t bits/alltypes.h t typedef unsigned gid_t; +greg_t bits/signal.h t typedef unsigned long long greg_t, gregset_t[32]; +gregset_t bits/signal.h t typedef unsigned long long greg_t, gregset_t[32]; +id_t bits/alltypes.h t typedef unsigned id_t; +ino_t bits/alltypes.h t typedef unsigned _Int64 ino_t; +int16_t bits/alltypes.h t typedef short int16_t; +int32_t bits/alltypes.h t typedef int int32_t; +int64_t bits/alltypes.h t typedef _Int64 int64_t; +int8_t bits/alltypes.h t typedef signed char int8_t; +int_fast16_t bits/stdint.h t typedef int32_t int_fast16_t; +int_fast32_t bits/stdint.h t typedef int32_t int_fast32_t; +intmax_t bits/alltypes.h t typedef _Int64 intmax_t; +intptr_t bits/alltypes.h t typedef _Addr intptr_t; +key_t bits/alltypes.h t typedef int key_t; +locale_t bits/alltypes.h t typedef struct __locale_struct * locale_t; +max_align_t bits/alltypes.h t typedef struct { long long __ll; long double __ld; } max_align_t; +mbstate_t bits/alltypes.h t typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; +mcontext_t bits/signal.h t } mcontext_t; +mcontext_t bits/signal.h t } mcontext_t; +mode_t bits/alltypes.h t typedef unsigned mode_t; +mtx_t bits/alltypes.h t typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t; +nlink_t bits/alltypes.h t typedef unsigned _Reg nlink_t; +off_t bits/alltypes.h t typedef _Int64 off_t; +pid_t bits/alltypes.h t typedef int pid_t; +pthread_attr_t bits/alltypes.h t typedef struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t; +pthread_barrier_t bits/alltypes.h t typedef struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t; +pthread_barrierattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_barrierattr_t; +pthread_cond_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t; +pthread_condattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_condattr_t; +pthread_key_t bits/alltypes.h t typedef unsigned pthread_key_t; +pthread_mutex_t bits/alltypes.h t typedef struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t; +pthread_mutexattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_mutexattr_t; +pthread_once_t bits/alltypes.h t typedef int pthread_once_t; +pthread_rwlock_t bits/alltypes.h t typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t; +pthread_rwlockattr_t bits/alltypes.h t typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; +pthread_spinlock_t bits/alltypes.h t typedef int pthread_spinlock_t; +pthread_t bits/alltypes.h t typedef struct __pthread * pthread_t; +pthread_t bits/alltypes.h t typedef unsigned long pthread_t; +ptrdiff_t bits/alltypes.h t typedef _Addr ptrdiff_t; +register_t bits/alltypes.h t typedef _Reg register_t; +regoff_t bits/alltypes.h t typedef _Addr regoff_t; +sa_family_t bits/alltypes.h t typedef unsigned short sa_family_t; +sigset_t bits/alltypes.h t typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; +size_t bits/alltypes.h t typedef unsigned _Addr size_t; +socklen_t bits/alltypes.h t typedef unsigned socklen_t; +ssize_t bits/alltypes.h t typedef _Addr ssize_t; +struct __mbstate_t bits/alltypes.h s +struct __sigset_t bits/alltypes.h s +struct __ucontext bits/signal.h s +struct cmsghdr bits/socket.h s +struct iovec bits/alltypes.h s +struct ipc_perm bits/ipc.h s +struct msghdr bits/socket.h s +struct msqid_ds bits/msg.h s +struct semid_ds bits/sem.h s +struct shm_info bits/shm.h s +struct shmid_ds bits/shm.h s +struct shminfo bits/shm.h s +struct sigaltstack bits/signal.h s +struct sigcontext bits/signal.h s +struct stat bits/stat.h s +struct statfs bits/statfs.h s +struct termios bits/termios.h s +struct timespec bits/alltypes.h s +struct timeval bits/alltypes.h s +struct user bits/user.h s +struct winsize bits/ioctl.h s +suseconds_t bits/alltypes.h t typedef long suseconds_t; +time_t bits/alltypes.h t typedef long time_t; +timer_t bits/alltypes.h t typedef void * timer_t; +u_int64_t bits/alltypes.h t typedef unsigned _Int64 u_int64_t; +ucontext_t bits/signal.h t } ucontext_t; +uid_t bits/alltypes.h t typedef unsigned uid_t; +uint16_t bits/alltypes.h t typedef unsigned short uint16_t; +uint32_t bits/alltypes.h t typedef unsigned int uint32_t; +uint64_t bits/alltypes.h t typedef unsigned _Int64 uint64_t; +uint8_t bits/alltypes.h t typedef unsigned char uint8_t; +uint_fast16_t bits/stdint.h t typedef uint32_t uint_fast16_t; +uint_fast32_t bits/stdint.h t typedef uint32_t uint_fast32_t; +uintmax_t bits/alltypes.h t typedef unsigned _Int64 uintmax_t; +uintptr_t bits/alltypes.h t typedef unsigned _Addr uintptr_t; +useconds_t bits/alltypes.h t typedef unsigned useconds_t; +va_arg bits/stdarg.h d #define va_arg(v,l) __builtin_va_arg(v,l) +va_copy bits/stdarg.h d #define va_copy(d,s) __builtin_va_copy(d,s) +va_end bits/stdarg.h d #define va_end(v) __builtin_va_end(v) +va_list bits/alltypes.h t typedef __builtin_va_list va_list; +va_start bits/stdarg.h d #define va_start(v,l) __builtin_va_start(v,l) +wchar_t bits/alltypes.h t typedef int wchar_t; +wctype_t bits/alltypes.h t typedef unsigned long wctype_t; +wint_t bits/alltypes.h t typedef unsigned wint_t; diff --git a/data/musl.or1k.decls b/data/musl.or1k.decls index 4f96099..0e277f8 100644 --- a/data/musl.or1k.decls +++ b/data/musl.or1k.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -191,6 +193,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -261,46 +265,7 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 @@ -353,17 +318,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1 @@ -460,6 +414,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -468,276 +423,279 @@ SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT32_MAX -SYS__llseek bits/syscall.h d #define SYS__llseek __NR__llseek -SYS_accept bits/syscall.h d #define SYS_accept __NR_accept -SYS_accept4 bits/syscall.h d #define SYS_accept4 __NR_accept4 -SYS_acct bits/syscall.h d #define SYS_acct __NR_acct -SYS_add_key bits/syscall.h d #define SYS_add_key __NR_add_key -SYS_adjtimex bits/syscall.h d #define SYS_adjtimex __NR_adjtimex -SYS_bind bits/syscall.h d #define SYS_bind __NR_bind -SYS_bpf bits/syscall.h d #define SYS_bpf __NR_bpf -SYS_brk bits/syscall.h d #define SYS_brk __NR_brk -SYS_capget bits/syscall.h d #define SYS_capget __NR_capget -SYS_capset bits/syscall.h d #define SYS_capset __NR_capset -SYS_chdir bits/syscall.h d #define SYS_chdir __NR_chdir -SYS_chroot bits/syscall.h d #define SYS_chroot __NR_chroot -SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime __NR_clock_adjtime -SYS_clock_getres bits/syscall.h d #define SYS_clock_getres __NR_clock_getres -SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime __NR_clock_gettime -SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep __NR_clock_nanosleep -SYS_clock_settime bits/syscall.h d #define SYS_clock_settime __NR_clock_settime -SYS_clone bits/syscall.h d #define SYS_clone __NR_clone -SYS_close bits/syscall.h d #define SYS_close __NR_close -SYS_connect bits/syscall.h d #define SYS_connect __NR_connect -SYS_delete_module bits/syscall.h d #define SYS_delete_module __NR_delete_module -SYS_dup bits/syscall.h d #define SYS_dup __NR_dup -SYS_dup3 bits/syscall.h d #define SYS_dup3 __NR_dup3 -SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 __NR_epoll_create1 -SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl __NR_epoll_ctl -SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait __NR_epoll_pwait -SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 __NR_eventfd2 -SYS_execve bits/syscall.h d #define SYS_execve __NR_execve -SYS_execveat bits/syscall.h d #define SYS_execveat __NR_execveat -SYS_exit bits/syscall.h d #define SYS_exit __NR_exit -SYS_exit_group bits/syscall.h d #define SYS_exit_group __NR_exit_group -SYS_faccessat bits/syscall.h d #define SYS_faccessat __NR_faccessat -SYS_fadvise64_64 bits/syscall.h d #define SYS_fadvise64_64 __NR_fadvise64_64 -SYS_fallocate bits/syscall.h d #define SYS_fallocate __NR_fallocate -SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init __NR_fanotify_init -SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark __NR_fanotify_mark -SYS_fchdir bits/syscall.h d #define SYS_fchdir __NR_fchdir -SYS_fchmod bits/syscall.h d #define SYS_fchmod __NR_fchmod -SYS_fchmodat bits/syscall.h d #define SYS_fchmodat __NR_fchmodat -SYS_fchown bits/syscall.h d #define SYS_fchown __NR_fchown -SYS_fchownat bits/syscall.h d #define SYS_fchownat __NR_fchownat -SYS_fcntl64 bits/syscall.h d #define SYS_fcntl64 __NR_fcntl64 -SYS_fdatasync bits/syscall.h d #define SYS_fdatasync __NR_fdatasync -SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr __NR_fgetxattr -SYS_finit_module bits/syscall.h d #define SYS_finit_module __NR_finit_module -SYS_flistxattr bits/syscall.h d #define SYS_flistxattr __NR_flistxattr -SYS_flock bits/syscall.h d #define SYS_flock __NR_flock -SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr __NR_fremovexattr -SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr __NR_fsetxattr -SYS_fstat64 bits/syscall.h d #define SYS_fstat64 __NR_fstat64 -SYS_fstatat64 bits/syscall.h d #define SYS_fstatat64 __NR_fstatat64 -SYS_fstatfs64 bits/syscall.h d #define SYS_fstatfs64 __NR_fstatfs64 -SYS_fsync bits/syscall.h d #define SYS_fsync __NR_fsync -SYS_ftruncate64 bits/syscall.h d #define SYS_ftruncate64 __NR_ftruncate64 -SYS_futex bits/syscall.h d #define SYS_futex __NR_futex -SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy __NR_get_mempolicy -SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list __NR_get_robust_list -SYS_getcpu bits/syscall.h d #define SYS_getcpu __NR_getcpu -SYS_getcwd bits/syscall.h d #define SYS_getcwd __NR_getcwd -SYS_getdents64 bits/syscall.h d #define SYS_getdents64 __NR_getdents64 -SYS_getegid bits/syscall.h d #define SYS_getegid __NR_getegid -SYS_geteuid bits/syscall.h d #define SYS_geteuid __NR_geteuid -SYS_getgid bits/syscall.h d #define SYS_getgid __NR_getgid -SYS_getgroups bits/syscall.h d #define SYS_getgroups __NR_getgroups -SYS_getitimer bits/syscall.h d #define SYS_getitimer __NR_getitimer -SYS_getpeername bits/syscall.h d #define SYS_getpeername __NR_getpeername -SYS_getpgid bits/syscall.h d #define SYS_getpgid __NR_getpgid -SYS_getpid bits/syscall.h d #define SYS_getpid __NR_getpid -SYS_getppid bits/syscall.h d #define SYS_getppid __NR_getppid -SYS_getpriority bits/syscall.h d #define SYS_getpriority __NR_getpriority -SYS_getrandom bits/syscall.h d #define SYS_getrandom __NR_getrandom -SYS_getresgid bits/syscall.h d #define SYS_getresgid __NR_getresgid -SYS_getresuid bits/syscall.h d #define SYS_getresuid __NR_getresuid -SYS_getrlimit bits/syscall.h d #define SYS_getrlimit __NR_getrlimit -SYS_getrusage bits/syscall.h d #define SYS_getrusage __NR_getrusage -SYS_getsid bits/syscall.h d #define SYS_getsid __NR_getsid -SYS_getsockname bits/syscall.h d #define SYS_getsockname __NR_getsockname -SYS_getsockopt bits/syscall.h d #define SYS_getsockopt __NR_getsockopt -SYS_gettid bits/syscall.h d #define SYS_gettid __NR_gettid -SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday __NR_gettimeofday -SYS_getuid bits/syscall.h d #define SYS_getuid __NR_getuid -SYS_getxattr bits/syscall.h d #define SYS_getxattr __NR_getxattr -SYS_init_module bits/syscall.h d #define SYS_init_module __NR_init_module -SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch __NR_inotify_add_watch -SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 __NR_inotify_init1 -SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch __NR_inotify_rm_watch -SYS_io_cancel bits/syscall.h d #define SYS_io_cancel __NR_io_cancel -SYS_io_destroy bits/syscall.h d #define SYS_io_destroy __NR_io_destroy -SYS_io_getevents bits/syscall.h d #define SYS_io_getevents __NR_io_getevents -SYS_io_setup bits/syscall.h d #define SYS_io_setup __NR_io_setup -SYS_io_submit bits/syscall.h d #define SYS_io_submit __NR_io_submit -SYS_ioctl bits/syscall.h d #define SYS_ioctl __NR_ioctl -SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get __NR_ioprio_get -SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set __NR_ioprio_set -SYS_kcmp bits/syscall.h d #define SYS_kcmp __NR_kcmp -SYS_kexec_load bits/syscall.h d #define SYS_kexec_load __NR_kexec_load -SYS_keyctl bits/syscall.h d #define SYS_keyctl __NR_keyctl -SYS_kill bits/syscall.h d #define SYS_kill __NR_kill -SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr __NR_lgetxattr -SYS_linkat bits/syscall.h d #define SYS_linkat __NR_linkat -SYS_listen bits/syscall.h d #define SYS_listen __NR_listen -SYS_listxattr bits/syscall.h d #define SYS_listxattr __NR_listxattr -SYS_llistxattr bits/syscall.h d #define SYS_llistxattr __NR_llistxattr -SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie __NR_lookup_dcookie -SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr __NR_lremovexattr -SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr __NR_lsetxattr -SYS_madvise bits/syscall.h d #define SYS_madvise __NR_madvise -SYS_mbind bits/syscall.h d #define SYS_mbind __NR_mbind -SYS_membarrier bits/syscall.h d #define SYS_membarrier __NR_membarrier -SYS_memfd_create bits/syscall.h d #define SYS_memfd_create __NR_memfd_create -SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages __NR_migrate_pages -SYS_mincore bits/syscall.h d #define SYS_mincore __NR_mincore -SYS_mkdirat bits/syscall.h d #define SYS_mkdirat __NR_mkdirat -SYS_mknodat bits/syscall.h d #define SYS_mknodat __NR_mknodat -SYS_mlock bits/syscall.h d #define SYS_mlock __NR_mlock -SYS_mlock2 bits/syscall.h d #define SYS_mlock2 __NR_mlock2 -SYS_mlockall bits/syscall.h d #define SYS_mlockall __NR_mlockall -SYS_mmap2 bits/syscall.h d #define SYS_mmap2 __NR_mmap2 -SYS_mount bits/syscall.h d #define SYS_mount __NR_mount -SYS_move_pages bits/syscall.h d #define SYS_move_pages __NR_move_pages -SYS_mprotect bits/syscall.h d #define SYS_mprotect __NR_mprotect -SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr __NR_mq_getsetattr -SYS_mq_notify bits/syscall.h d #define SYS_mq_notify __NR_mq_notify -SYS_mq_open bits/syscall.h d #define SYS_mq_open __NR_mq_open -SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive __NR_mq_timedreceive -SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend __NR_mq_timedsend -SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink __NR_mq_unlink -SYS_mremap bits/syscall.h d #define SYS_mremap __NR_mremap -SYS_msgctl bits/syscall.h d #define SYS_msgctl __NR_msgctl -SYS_msgget bits/syscall.h d #define SYS_msgget __NR_msgget -SYS_msgrcv bits/syscall.h d #define SYS_msgrcv __NR_msgrcv -SYS_msgsnd bits/syscall.h d #define SYS_msgsnd __NR_msgsnd -SYS_msync bits/syscall.h d #define SYS_msync __NR_msync -SYS_munlock bits/syscall.h d #define SYS_munlock __NR_munlock -SYS_munlockall bits/syscall.h d #define SYS_munlockall __NR_munlockall -SYS_munmap bits/syscall.h d #define SYS_munmap __NR_munmap -SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at __NR_name_to_handle_at -SYS_nanosleep bits/syscall.h d #define SYS_nanosleep __NR_nanosleep -SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl __NR_nfsservctl -SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at __NR_open_by_handle_at -SYS_openat bits/syscall.h d #define SYS_openat __NR_openat -SYS_or1k_atomic bits/syscall.h d #define SYS_or1k_atomic __NR_or1k_atomic -SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open __NR_perf_event_open -SYS_personality bits/syscall.h d #define SYS_personality __NR_personality -SYS_pipe2 bits/syscall.h d #define SYS_pipe2 __NR_pipe2 -SYS_pivot_root bits/syscall.h d #define SYS_pivot_root __NR_pivot_root -SYS_ppoll bits/syscall.h d #define SYS_ppoll __NR_ppoll -SYS_prctl bits/syscall.h d #define SYS_prctl __NR_prctl -SYS_pread64 bits/syscall.h d #define SYS_pread64 __NR_pread64 -SYS_preadv bits/syscall.h d #define SYS_preadv __NR_preadv -SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 __NR_prlimit64 -SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv __NR_process_vm_readv -SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev __NR_process_vm_writev -SYS_pselect6 bits/syscall.h d #define SYS_pselect6 __NR_pselect6 -SYS_ptrace bits/syscall.h d #define SYS_ptrace __NR_ptrace -SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 __NR_pwrite64 -SYS_pwritev bits/syscall.h d #define SYS_pwritev __NR_pwritev -SYS_quotactl bits/syscall.h d #define SYS_quotactl __NR_quotactl -SYS_read bits/syscall.h d #define SYS_read __NR_read -SYS_readahead bits/syscall.h d #define SYS_readahead __NR_readahead -SYS_readlinkat bits/syscall.h d #define SYS_readlinkat __NR_readlinkat -SYS_readv bits/syscall.h d #define SYS_readv __NR_readv -SYS_reboot bits/syscall.h d #define SYS_reboot __NR_reboot -SYS_recvfrom bits/syscall.h d #define SYS_recvfrom __NR_recvfrom -SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg __NR_recvmmsg -SYS_recvmsg bits/syscall.h d #define SYS_recvmsg __NR_recvmsg -SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages __NR_remap_file_pages -SYS_removexattr bits/syscall.h d #define SYS_removexattr __NR_removexattr -SYS_renameat bits/syscall.h d #define SYS_renameat __NR_renameat -SYS_renameat2 bits/syscall.h d #define SYS_renameat2 __NR_renameat2 -SYS_request_key bits/syscall.h d #define SYS_request_key __NR_request_key -SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall __NR_restart_syscall -SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction __NR_rt_sigaction -SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending __NR_rt_sigpending -SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask __NR_rt_sigprocmask -SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo -SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn __NR_rt_sigreturn -SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend __NR_rt_sigsuspend -SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait -SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo -SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max __NR_sched_get_priority_max -SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min __NR_sched_get_priority_min -SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity __NR_sched_getaffinity -SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr __NR_sched_getattr -SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam __NR_sched_getparam -SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler __NR_sched_getscheduler -SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval -SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity __NR_sched_setaffinity -SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr __NR_sched_setattr -SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam __NR_sched_setparam -SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler __NR_sched_setscheduler -SYS_sched_yield bits/syscall.h d #define SYS_sched_yield __NR_sched_yield -SYS_seccomp bits/syscall.h d #define SYS_seccomp __NR_seccomp -SYS_semctl bits/syscall.h d #define SYS_semctl __NR_semctl -SYS_semget bits/syscall.h d #define SYS_semget __NR_semget -SYS_semop bits/syscall.h d #define SYS_semop __NR_semop -SYS_semtimedop bits/syscall.h d #define SYS_semtimedop __NR_semtimedop -SYS_sendfile64 bits/syscall.h d #define SYS_sendfile64 __NR_sendfile64 -SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg __NR_sendmmsg -SYS_sendmsg bits/syscall.h d #define SYS_sendmsg __NR_sendmsg -SYS_sendto bits/syscall.h d #define SYS_sendto __NR_sendto -SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy __NR_set_mempolicy -SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list __NR_set_robust_list -SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address __NR_set_tid_address -SYS_setdomainname bits/syscall.h d #define SYS_setdomainname __NR_setdomainname -SYS_setfsgid bits/syscall.h d #define SYS_setfsgid __NR_setfsgid -SYS_setfsuid bits/syscall.h d #define SYS_setfsuid __NR_setfsuid -SYS_setgid bits/syscall.h d #define SYS_setgid __NR_setgid -SYS_setgroups bits/syscall.h d #define SYS_setgroups __NR_setgroups -SYS_sethostname bits/syscall.h d #define SYS_sethostname __NR_sethostname -SYS_setitimer bits/syscall.h d #define SYS_setitimer __NR_setitimer -SYS_setns bits/syscall.h d #define SYS_setns __NR_setns -SYS_setpgid bits/syscall.h d #define SYS_setpgid __NR_setpgid -SYS_setpriority bits/syscall.h d #define SYS_setpriority __NR_setpriority -SYS_setregid bits/syscall.h d #define SYS_setregid __NR_setregid -SYS_setresgid bits/syscall.h d #define SYS_setresgid __NR_setresgid -SYS_setresuid bits/syscall.h d #define SYS_setresuid __NR_setresuid -SYS_setreuid bits/syscall.h d #define SYS_setreuid __NR_setreuid -SYS_setrlimit bits/syscall.h d #define SYS_setrlimit __NR_setrlimit -SYS_setsid bits/syscall.h d #define SYS_setsid __NR_setsid -SYS_setsockopt bits/syscall.h d #define SYS_setsockopt __NR_setsockopt -SYS_settimeofday bits/syscall.h d #define SYS_settimeofday __NR_settimeofday -SYS_setuid bits/syscall.h d #define SYS_setuid __NR_setuid -SYS_setxattr bits/syscall.h d #define SYS_setxattr __NR_setxattr -SYS_shmat bits/syscall.h d #define SYS_shmat __NR_shmat -SYS_shmctl bits/syscall.h d #define SYS_shmctl __NR_shmctl -SYS_shmdt bits/syscall.h d #define SYS_shmdt __NR_shmdt -SYS_shmget bits/syscall.h d #define SYS_shmget __NR_shmget -SYS_shutdown bits/syscall.h d #define SYS_shutdown __NR_shutdown -SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack __NR_sigaltstack -SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 __NR_signalfd4 -SYS_socket bits/syscall.h d #define SYS_socket __NR_socket -SYS_socketpair bits/syscall.h d #define SYS_socketpair __NR_socketpair -SYS_splice bits/syscall.h d #define SYS_splice __NR_splice -SYS_statfs64 bits/syscall.h d #define SYS_statfs64 __NR_statfs64 -SYS_swapoff bits/syscall.h d #define SYS_swapoff __NR_swapoff -SYS_swapon bits/syscall.h d #define SYS_swapon __NR_swapon -SYS_symlinkat bits/syscall.h d #define SYS_symlinkat __NR_symlinkat -SYS_sync bits/syscall.h d #define SYS_sync __NR_sync -SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range __NR_sync_file_range -SYS_syncfs bits/syscall.h d #define SYS_syncfs __NR_syncfs -SYS_sysinfo bits/syscall.h d #define SYS_sysinfo __NR_sysinfo -SYS_syslog bits/syscall.h d #define SYS_syslog __NR_syslog -SYS_tee bits/syscall.h d #define SYS_tee __NR_tee -SYS_tgkill bits/syscall.h d #define SYS_tgkill __NR_tgkill -SYS_timer_create bits/syscall.h d #define SYS_timer_create __NR_timer_create -SYS_timer_delete bits/syscall.h d #define SYS_timer_delete __NR_timer_delete -SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun __NR_timer_getoverrun -SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime __NR_timer_gettime -SYS_timer_settime bits/syscall.h d #define SYS_timer_settime __NR_timer_settime -SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create __NR_timerfd_create -SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime __NR_timerfd_gettime -SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime __NR_timerfd_settime -SYS_times bits/syscall.h d #define SYS_times __NR_times -SYS_tkill bits/syscall.h d #define SYS_tkill __NR_tkill -SYS_truncate64 bits/syscall.h d #define SYS_truncate64 __NR_truncate64 -SYS_umask bits/syscall.h d #define SYS_umask __NR_umask -SYS_umount2 bits/syscall.h d #define SYS_umount2 __NR_umount2 -SYS_uname bits/syscall.h d #define SYS_uname __NR_uname -SYS_unlinkat bits/syscall.h d #define SYS_unlinkat __NR_unlinkat -SYS_unshare bits/syscall.h d #define SYS_unshare __NR_unshare -SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd __NR_userfaultfd -SYS_utimensat bits/syscall.h d #define SYS_utimensat __NR_utimensat -SYS_vhangup bits/syscall.h d #define SYS_vhangup __NR_vhangup -SYS_vmsplice bits/syscall.h d #define SYS_vmsplice __NR_vmsplice -SYS_wait4 bits/syscall.h d #define SYS_wait4 __NR_wait4 -SYS_waitid bits/syscall.h d #define SYS_waitid __NR_waitid -SYS_write bits/syscall.h d #define SYS_write __NR_write -SYS_writev bits/syscall.h d #define SYS_writev __NR_writev +SYS__llseek bits/syscall.h d #define SYS__llseek 62 +SYS_accept bits/syscall.h d #define SYS_accept 202 +SYS_accept4 bits/syscall.h d #define SYS_accept4 242 +SYS_acct bits/syscall.h d #define SYS_acct 89 +SYS_add_key bits/syscall.h d #define SYS_add_key 217 +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex 171 +SYS_bind bits/syscall.h d #define SYS_bind 200 +SYS_bpf bits/syscall.h d #define SYS_bpf 280 +SYS_brk bits/syscall.h d #define SYS_brk 214 +SYS_capget bits/syscall.h d #define SYS_capget 90 +SYS_capset bits/syscall.h d #define SYS_capset 91 +SYS_chdir bits/syscall.h d #define SYS_chdir 49 +SYS_chroot bits/syscall.h d #define SYS_chroot 51 +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 266 +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres 114 +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime 113 +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep 115 +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 112 +SYS_clone bits/syscall.h d #define SYS_clone 220 +SYS_close bits/syscall.h d #define SYS_close 57 +SYS_connect bits/syscall.h d #define SYS_connect 203 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 285 +SYS_delete_module bits/syscall.h d #define SYS_delete_module 106 +SYS_dup bits/syscall.h d #define SYS_dup 23 +SYS_dup3 bits/syscall.h d #define SYS_dup3 24 +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 20 +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl 21 +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait 22 +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 19 +SYS_execve bits/syscall.h d #define SYS_execve 221 +SYS_execveat bits/syscall.h d #define SYS_execveat 281 +SYS_exit bits/syscall.h d #define SYS_exit 93 +SYS_exit_group bits/syscall.h d #define SYS_exit_group 94 +SYS_faccessat bits/syscall.h d #define SYS_faccessat 48 +SYS_fadvise64_64 bits/syscall.h d #define SYS_fadvise64_64 223 +SYS_fallocate bits/syscall.h d #define SYS_fallocate 47 +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init 262 +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark 263 +SYS_fchdir bits/syscall.h d #define SYS_fchdir 50 +SYS_fchmod bits/syscall.h d #define SYS_fchmod 52 +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat 53 +SYS_fchown bits/syscall.h d #define SYS_fchown 55 +SYS_fchownat bits/syscall.h d #define SYS_fchownat 54 +SYS_fcntl64 bits/syscall.h d #define SYS_fcntl64 25 +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync 83 +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr 10 +SYS_finit_module bits/syscall.h d #define SYS_finit_module 273 +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr 13 +SYS_flock bits/syscall.h d #define SYS_flock 32 +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr 16 +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr 7 +SYS_fstat64 bits/syscall.h d #define SYS_fstat64 80 +SYS_fstatat64 bits/syscall.h d #define SYS_fstatat64 79 +SYS_fstatfs64 bits/syscall.h d #define SYS_fstatfs64 44 +SYS_fsync bits/syscall.h d #define SYS_fsync 82 +SYS_ftruncate64 bits/syscall.h d #define SYS_ftruncate64 46 +SYS_futex bits/syscall.h d #define SYS_futex 98 +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy 236 +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list 100 +SYS_getcpu bits/syscall.h d #define SYS_getcpu 168 +SYS_getcwd bits/syscall.h d #define SYS_getcwd 17 +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 61 +SYS_getegid bits/syscall.h d #define SYS_getegid 177 +SYS_geteuid bits/syscall.h d #define SYS_geteuid 175 +SYS_getgid bits/syscall.h d #define SYS_getgid 176 +SYS_getgroups bits/syscall.h d #define SYS_getgroups 158 +SYS_getitimer bits/syscall.h d #define SYS_getitimer 102 +SYS_getpeername bits/syscall.h d #define SYS_getpeername 205 +SYS_getpgid bits/syscall.h d #define SYS_getpgid 155 +SYS_getpid bits/syscall.h d #define SYS_getpid 172 +SYS_getppid bits/syscall.h d #define SYS_getppid 173 +SYS_getpriority bits/syscall.h d #define SYS_getpriority 141 +SYS_getrandom bits/syscall.h d #define SYS_getrandom 278 +SYS_getresgid bits/syscall.h d #define SYS_getresgid 150 +SYS_getresuid bits/syscall.h d #define SYS_getresuid 148 +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit 163 +SYS_getrusage bits/syscall.h d #define SYS_getrusage 165 +SYS_getsid bits/syscall.h d #define SYS_getsid 156 +SYS_getsockname bits/syscall.h d #define SYS_getsockname 204 +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt 209 +SYS_gettid bits/syscall.h d #define SYS_gettid 178 +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday 169 +SYS_getuid bits/syscall.h d #define SYS_getuid 174 +SYS_getxattr bits/syscall.h d #define SYS_getxattr 8 +SYS_init_module bits/syscall.h d #define SYS_init_module 105 +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch 27 +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 26 +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch 28 +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel 3 +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy 1 +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents 4 +SYS_io_setup bits/syscall.h d #define SYS_io_setup 0 +SYS_io_submit bits/syscall.h d #define SYS_io_submit 2 +SYS_ioctl bits/syscall.h d #define SYS_ioctl 29 +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get 31 +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set 30 +SYS_kcmp bits/syscall.h d #define SYS_kcmp 272 +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load 104 +SYS_keyctl bits/syscall.h d #define SYS_keyctl 219 +SYS_kill bits/syscall.h d #define SYS_kill 129 +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr 9 +SYS_linkat bits/syscall.h d #define SYS_linkat 37 +SYS_listen bits/syscall.h d #define SYS_listen 201 +SYS_listxattr bits/syscall.h d #define SYS_listxattr 11 +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr 12 +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie 18 +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr 15 +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr 6 +SYS_madvise bits/syscall.h d #define SYS_madvise 233 +SYS_mbind bits/syscall.h d #define SYS_mbind 235 +SYS_membarrier bits/syscall.h d #define SYS_membarrier 283 +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create 279 +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages 238 +SYS_mincore bits/syscall.h d #define SYS_mincore 232 +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat 34 +SYS_mknodat bits/syscall.h d #define SYS_mknodat 33 +SYS_mlock bits/syscall.h d #define SYS_mlock 228 +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 284 +SYS_mlockall bits/syscall.h d #define SYS_mlockall 230 +SYS_mmap2 bits/syscall.h d #define SYS_mmap2 222 +SYS_mount bits/syscall.h d #define SYS_mount 40 +SYS_move_pages bits/syscall.h d #define SYS_move_pages 239 +SYS_mprotect bits/syscall.h d #define SYS_mprotect 226 +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr 185 +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify 184 +SYS_mq_open bits/syscall.h d #define SYS_mq_open 180 +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive 183 +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend 182 +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink 181 +SYS_mremap bits/syscall.h d #define SYS_mremap 216 +SYS_msgctl bits/syscall.h d #define SYS_msgctl 187 +SYS_msgget bits/syscall.h d #define SYS_msgget 186 +SYS_msgrcv bits/syscall.h d #define SYS_msgrcv 188 +SYS_msgsnd bits/syscall.h d #define SYS_msgsnd 189 +SYS_msync bits/syscall.h d #define SYS_msync 227 +SYS_munlock bits/syscall.h d #define SYS_munlock 229 +SYS_munlockall bits/syscall.h d #define SYS_munlockall 231 +SYS_munmap bits/syscall.h d #define SYS_munmap 215 +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at 264 +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep 101 +SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl 42 +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at 265 +SYS_openat bits/syscall.h d #define SYS_openat 56 +SYS_or1k_atomic bits/syscall.h d #define SYS_or1k_atomic 244 +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open 241 +SYS_personality bits/syscall.h d #define SYS_personality 92 +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 59 +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root 41 +SYS_ppoll bits/syscall.h d #define SYS_ppoll 73 +SYS_prctl bits/syscall.h d #define SYS_prctl 167 +SYS_pread64 bits/syscall.h d #define SYS_pread64 67 +SYS_preadv bits/syscall.h d #define SYS_preadv 69 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 286 +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 261 +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 270 +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 271 +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 72 +SYS_ptrace bits/syscall.h d #define SYS_ptrace 117 +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 68 +SYS_pwritev bits/syscall.h d #define SYS_pwritev 70 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 287 +SYS_quotactl bits/syscall.h d #define SYS_quotactl 60 +SYS_read bits/syscall.h d #define SYS_read 63 +SYS_readahead bits/syscall.h d #define SYS_readahead 213 +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat 78 +SYS_readv bits/syscall.h d #define SYS_readv 65 +SYS_reboot bits/syscall.h d #define SYS_reboot 142 +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom 207 +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg 243 +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg 212 +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages 234 +SYS_removexattr bits/syscall.h d #define SYS_removexattr 14 +SYS_renameat bits/syscall.h d #define SYS_renameat 38 +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 276 +SYS_request_key bits/syscall.h d #define SYS_request_key 218 +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall 128 +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction 134 +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending 136 +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask 135 +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo 138 +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn 139 +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend 133 +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait 137 +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo 240 +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max 125 +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min 126 +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity 123 +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr 275 +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam 121 +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler 120 +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval 127 +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity 122 +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr 274 +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam 118 +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler 119 +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield 124 +SYS_seccomp bits/syscall.h d #define SYS_seccomp 277 +SYS_semctl bits/syscall.h d #define SYS_semctl 191 +SYS_semget bits/syscall.h d #define SYS_semget 190 +SYS_semop bits/syscall.h d #define SYS_semop 193 +SYS_semtimedop bits/syscall.h d #define SYS_semtimedop 192 +SYS_sendfile64 bits/syscall.h d #define SYS_sendfile64 71 +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg 269 +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg 211 +SYS_sendto bits/syscall.h d #define SYS_sendto 206 +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy 237 +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list 99 +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address 96 +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname 162 +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid 152 +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid 151 +SYS_setgid bits/syscall.h d #define SYS_setgid 144 +SYS_setgroups bits/syscall.h d #define SYS_setgroups 159 +SYS_sethostname bits/syscall.h d #define SYS_sethostname 161 +SYS_setitimer bits/syscall.h d #define SYS_setitimer 103 +SYS_setns bits/syscall.h d #define SYS_setns 268 +SYS_setpgid bits/syscall.h d #define SYS_setpgid 154 +SYS_setpriority bits/syscall.h d #define SYS_setpriority 140 +SYS_setregid bits/syscall.h d #define SYS_setregid 143 +SYS_setresgid bits/syscall.h d #define SYS_setresgid 149 +SYS_setresuid bits/syscall.h d #define SYS_setresuid 147 +SYS_setreuid bits/syscall.h d #define SYS_setreuid 145 +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit 164 +SYS_setsid bits/syscall.h d #define SYS_setsid 157 +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt 208 +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday 170 +SYS_setuid bits/syscall.h d #define SYS_setuid 146 +SYS_setxattr bits/syscall.h d #define SYS_setxattr 5 +SYS_shmat bits/syscall.h d #define SYS_shmat 196 +SYS_shmctl bits/syscall.h d #define SYS_shmctl 195 +SYS_shmdt bits/syscall.h d #define SYS_shmdt 197 +SYS_shmget bits/syscall.h d #define SYS_shmget 194 +SYS_shutdown bits/syscall.h d #define SYS_shutdown 210 +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack 132 +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 74 +SYS_socket bits/syscall.h d #define SYS_socket 198 +SYS_socketpair bits/syscall.h d #define SYS_socketpair 199 +SYS_splice bits/syscall.h d #define SYS_splice 76 +SYS_statfs64 bits/syscall.h d #define SYS_statfs64 43 +SYS_swapoff bits/syscall.h d #define SYS_swapoff 225 +SYS_swapon bits/syscall.h d #define SYS_swapon 224 +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat 36 +SYS_sync bits/syscall.h d #define SYS_sync 81 +SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range 84 +SYS_syncfs bits/syscall.h d #define SYS_syncfs 267 +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo 179 +SYS_syslog bits/syscall.h d #define SYS_syslog 116 +SYS_tee bits/syscall.h d #define SYS_tee 77 +SYS_tgkill bits/syscall.h d #define SYS_tgkill 131 +SYS_timer_create bits/syscall.h d #define SYS_timer_create 107 +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete 111 +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun 109 +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime 108 +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime 110 +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 85 +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 87 +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 86 +SYS_times bits/syscall.h d #define SYS_times 153 +SYS_tkill bits/syscall.h d #define SYS_tkill 130 +SYS_truncate64 bits/syscall.h d #define SYS_truncate64 45 +SYS_umask bits/syscall.h d #define SYS_umask 166 +SYS_umount2 bits/syscall.h d #define SYS_umount2 39 +SYS_uname bits/syscall.h d #define SYS_uname 160 +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat 35 +SYS_unshare bits/syscall.h d #define SYS_unshare 97 +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd 282 +SYS_utimensat bits/syscall.h d #define SYS_utimensat 88 +SYS_vhangup bits/syscall.h d #define SYS_vhangup 58 +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice 75 +SYS_wait4 bits/syscall.h d #define SYS_wait4 260 +SYS_waitid bits/syscall.h d #define SYS_waitid 95 +SYS_write bits/syscall.h d #define SYS_write 64 +SYS_writev bits/syscall.h d #define SYS_writev 66 TAB0 bits/termios.h d #define TAB0 0000000 TAB1 bits/termios.h d #define TAB1 0004000 TAB2 bits/termios.h d #define TAB2 0010000 @@ -772,12 +730,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -796,7 +758,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -827,15 +788,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -860,6 +822,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -968,6 +931,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 112 __NR_clone bits/syscall.h d #define __NR_clone 220 __NR_close bits/syscall.h d #define __NR_close 57 __NR_connect bits/syscall.h d #define __NR_connect 203 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 285 __NR_delete_module bits/syscall.h d #define __NR_delete_module 106 __NR_dup bits/syscall.h d #define __NR_dup 23 __NR_dup3 bits/syscall.h d #define __NR_dup3 24 @@ -1098,6 +1062,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 73 __NR_prctl bits/syscall.h d #define __NR_prctl 167 __NR_pread64 bits/syscall.h d #define __NR_pread64 67 __NR_preadv bits/syscall.h d #define __NR_preadv 69 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 286 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 261 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 270 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 271 @@ -1105,6 +1070,7 @@ __NR_pselect6 bits/syscall.h d #define __NR_pselect6 72 __NR_ptrace bits/syscall.h d #define __NR_ptrace 117 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 68 __NR_pwritev bits/syscall.h d #define __NR_pwritev 70 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 287 __NR_quotactl bits/syscall.h d #define __NR_quotactl 60 __NR_read bits/syscall.h d #define __NR_read 63 __NR_readahead bits/syscall.h d #define __NR_readahead 213 diff --git a/data/musl.powerpc.decls b/data/musl.powerpc.decls index c069df1..7141eb3 100644 --- a/data/musl.powerpc.decls +++ b/data/musl.powerpc.decls @@ -29,13 +29,12 @@ B600 bits/termios.h d #define B600 0000010 B75 bits/termios.h d #define B75 0000002 B921600 bits/termios.h d #define B921600 00026 B9600 bits/termios.h d #define B9600 0000015 -BOTHER bits/termios.h d #define BOTHER 00037 BRKINT bits/termios.h d #define BRKINT 0000002 BS0 bits/termios.h d #define BS0 0000000 BS1 bits/termios.h d #define BS1 0100000 BSDLY bits/termios.h d #define BSDLY 0100000 CBAUD bits/termios.h d #define CBAUD 00377 -CBAUDEX bits/termios.h d #define CBAUDEX 0000000 +CBAUDEX bits/termios.h d #define CBAUDEX 0000020 CIBAUD bits/termios.h d #define CIBAUD 077600000 CLOCAL bits/termios.h d #define CLOCAL 00100000 CMSPAR bits/termios.h d #define CMSPAR 010000000000 @@ -85,7 +84,7 @@ ECONNABORTED bits/errno.h d #define ECONNABORTED 103 ECONNREFUSED bits/errno.h d #define ECONNREFUSED 111 ECONNRESET bits/errno.h d #define ECONNRESET 104 EDEADLK bits/errno.h d #define EDEADLK 35 -EDEADLOCK bits/errno.h d #define EDEADLOCK 58 +EDEADLOCK bits/errno.h d #define EDEADLOCK 58 EDESTADDRREQ bits/errno.h d #define EDESTADDRREQ 89 EDOM bits/errno.h d #define EDOM 33 EDOTDOT bits/errno.h d #define EDOTDOT 73 @@ -200,6 +199,7 @@ EXFULL bits/errno.h d #define EXFULL 54 EXTA bits/termios.h d #define EXTA 0000016 EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0x10000000 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0x3e000000 FE_ALL_INVALID bits/fenv.h d #define FE_ALL_INVALID 0x01f80700 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *)-1) @@ -218,6 +218,7 @@ FE_INVALID_SQRT bits/fenv.h d #define FE_INVALID_SQRT 0x00000200 FE_INVALID_ZDZ bits/fenv.h d #define FE_INVALID_ZDZ 0x00200000 FE_OVERFLOW bits/fenv.h d #define FE_OVERFLOW 0x10000000 FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 FE_TOWARDZERO bits/fenv.h d #define FE_TOWARDZERO 1 FE_UNDERFLOW bits/fenv.h d #define FE_UNDERFLOW 0x08000000 FE_UPWARD bits/fenv.h d #define FE_UPWARD 2 @@ -251,7 +252,6 @@ F_SETOWN bits/fcntl.h d #define F_SETOWN 8 F_SETOWN_EX bits/fcntl.h d #define F_SETOWN_EX 15 F_SETSIG bits/fcntl.h d #define F_SETSIG 10 HUPCL bits/termios.h d #define HUPCL 00040000 -IBSHIFT bits/termios.h d #define IBSHIFT 16 ICANON bits/termios.h d #define ICANON 0x00000100 ICRNL bits/termios.h d #define ICRNL 0000400 IEXTEN bits/termios.h d #define IEXTEN 0x00000400 @@ -288,46 +288,10 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x80 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x40 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f MCL_CURRENT bits/mman.h d #define MCL_CURRENT 0x2000 MCL_FUTURE bits/mman.h d #define MCL_FUTURE 0x4000 MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 0x8000 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 4096 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NCCS bits/termios.h d #define NCCS 19 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 @@ -382,18 +346,7 @@ PARENB bits/termios.h d #define PARENB 00010000 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 00020000 PENDIN bits/termios.h d #define PENDIN 0x20000000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 PROT_SAO bits/mman.h d #define PROT_SAO 0x10 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1U @@ -490,6 +443,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -554,6 +508,7 @@ SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 245 SYS_clone bits/syscall.h d #define SYS_clone 120 SYS_close bits/syscall.h d #define SYS_close 6 SYS_connect bits/syscall.h d #define SYS_connect 328 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 379 SYS_creat bits/syscall.h d #define SYS_creat 8 SYS_create_module bits/syscall.h d #define SYS_create_module 127 SYS_delete_module bits/syscall.h d #define SYS_delete_module 129 @@ -730,6 +685,7 @@ SYS_ppoll bits/syscall.h d #define SYS_ppoll 281 SYS_prctl bits/syscall.h d #define SYS_prctl 171 SYS_pread64 bits/syscall.h d #define SYS_pread64 179 SYS_preadv bits/syscall.h d #define SYS_preadv 320 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 380 SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 325 SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 351 SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 352 @@ -740,6 +696,7 @@ SYS_ptrace bits/syscall.h d #define SYS_ptrace 26 SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 188 SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 180 SYS_pwritev bits/syscall.h d #define SYS_pwritev 321 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 381 SYS_query_module bits/syscall.h d #define SYS_query_module 166 SYS_quotactl bits/syscall.h d #define SYS_quotactl 131 SYS_read bits/syscall.h d #define SYS_read 3 @@ -902,7 +859,6 @@ TABDLY bits/termios.h d #define TABDLY 0006000 TCFLSH bits/ioctl.h d #define TCFLSH _IO('t', 31) TCGETA bits/ioctl.h d #define TCGETA _IOR('t', 23, char[20]) TCGETS bits/ioctl.h d #define TCGETS _IOR('t', 19, char[44]) -TCGETX bits/ioctl.h d #define TCGETX 0x5432 TCIFLUSH bits/termios.h d #define TCIFLUSH 0 TCIOFF bits/termios.h d #define TCIOFF 2 TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 @@ -921,9 +877,6 @@ TCSETAW bits/ioctl.h d #define TCSETAW _IOW('t', 25, char[20]) TCSETS bits/ioctl.h d #define TCSETS _IOW('t', 20, char[44]) TCSETSF bits/ioctl.h d #define TCSETSF _IOW('t', 22, char[44]) TCSETSW bits/ioctl.h d #define TCSETSW _IOW('t', 21, char[44]) -TCSETX bits/ioctl.h d #define TCSETX 0x5433 -TCSETXF bits/ioctl.h d #define TCSETXF 0x5434 -TCSETXW bits/ioctl.h d #define TCSETXW 0x5435 TCXONC bits/ioctl.h d #define TCXONC _IO('t', 30) TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D @@ -932,11 +885,13 @@ TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T',0x32, unsigned int) TIOCGETC bits/ioctl.h d #define TIOCGETC _IOR('t', 18, char[6]) TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 TIOCGETP bits/ioctl.h d #define TIOCGETP _IOR('t', 8, char[6]) -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL _IOR('T', 0x40, int) TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGLTC bits/ioctl.h d #define TIOCGLTC _IOR('t', 116, char[6]) TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) +TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 0x38, int) +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 0x39, int) TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T',0x30, unsigned int) TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542e TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E @@ -957,7 +912,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -987,11 +941,11 @@ TIOCSERGWILD bits/ioctl.h d #define TIOCSERGWILD 0x5454 TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 +TIOCSER_TEMT bits/termios.h d #define TIOCSER_TEMT 1 TIOCSETC bits/ioctl.h d #define TIOCSETC _IOW('t', 17, char[6]) TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 TIOCSETN bits/ioctl.h d #define TIOCSETN _IOW('t', 10, char[6]) TIOCSETP bits/ioctl.h d #define TIOCSETP _IOW('t', 9, char[6]) -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T',0x36, int) TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSLTC bits/ioctl.h d #define TIOCSLTC _IOW('t', 117, char[6]) @@ -1004,7 +958,6 @@ TIOCSTART bits/ioctl.h d #define TIOCSTART _IO('t', 110) TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSTOP bits/ioctl.h d #define TIOCSTOP _IO('t', 111) TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ _IOW('t', 103, char[8]) -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0x00400000 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX @@ -1150,6 +1103,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 245 __NR_clone bits/syscall.h d #define __NR_clone 120 __NR_close bits/syscall.h d #define __NR_close 6 __NR_connect bits/syscall.h d #define __NR_connect 328 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 379 __NR_creat bits/syscall.h d #define __NR_creat 8 __NR_create_module bits/syscall.h d #define __NR_create_module 127 __NR_delete_module bits/syscall.h d #define __NR_delete_module 129 @@ -1326,6 +1280,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 281 __NR_prctl bits/syscall.h d #define __NR_prctl 171 __NR_pread64 bits/syscall.h d #define __NR_pread64 179 __NR_preadv bits/syscall.h d #define __NR_preadv 320 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 380 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 325 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 351 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 352 @@ -1336,6 +1291,7 @@ __NR_ptrace bits/syscall.h d #define __NR_ptrace 26 __NR_putpmsg bits/syscall.h d #define __NR_putpmsg 188 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 180 __NR_pwritev bits/syscall.h d #define __NR_pwritev 321 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 381 __NR_query_module bits/syscall.h d #define __NR_query_module 166 __NR_quotactl bits/syscall.h d #define __NR_quotactl 131 __NR_read bits/syscall.h d #define __NR_read 3 diff --git a/data/musl.powerpc64.decls b/data/musl.powerpc64.decls index 2323cf4..2d500b2 100644 --- a/data/musl.powerpc64.decls +++ b/data/musl.powerpc64.decls @@ -1,1535 +1,1531 @@ -B0 bits/termios.h d 83 #define B0 0000000 -B1000000 bits/termios.h d 109 #define B1000000 00027 -B110 bits/termios.h d 86 #define B110 0000003 -B115200 bits/termios.h d 103 #define B115200 00021 -B1152000 bits/termios.h d 110 #define B1152000 00030 -B1200 bits/termios.h d 92 #define B1200 0000011 -B134 bits/termios.h d 87 #define B134 0000004 -B150 bits/termios.h d 88 #define B150 0000005 -B1500000 bits/termios.h d 111 #define B1500000 00031 -B1800 bits/termios.h d 93 #define B1800 0000012 -B19200 bits/termios.h d 97 #define B19200 0000016 -B200 bits/termios.h d 89 #define B200 0000006 -B2000000 bits/termios.h d 112 #define B2000000 00032 -B230400 bits/termios.h d 104 #define B230400 00022 -B2400 bits/termios.h d 94 #define B2400 0000013 -B2500000 bits/termios.h d 113 #define B2500000 00033 -B300 bits/termios.h d 90 #define B300 0000007 -B3000000 bits/termios.h d 114 #define B3000000 00034 -B3500000 bits/termios.h d 115 #define B3500000 00035 -B38400 bits/termios.h d 98 #define B38400 0000017 -B4000000 bits/termios.h d 116 #define B4000000 00036 -B460800 bits/termios.h d 105 #define B460800 00023 -B4800 bits/termios.h d 95 #define B4800 0000014 -B50 bits/termios.h d 84 #define B50 0000001 -B500000 bits/termios.h d 106 #define B500000 00024 -B57600 bits/termios.h d 102 #define B57600 00020 -B576000 bits/termios.h d 107 #define B576000 00025 -B600 bits/termios.h d 91 #define B600 0000010 -B75 bits/termios.h d 85 #define B75 0000002 -B921600 bits/termios.h d 108 #define B921600 00026 -B9600 bits/termios.h d 96 #define B9600 0000015 -BOTHER bits/termios.h d 117 #define BOTHER 00037 -BRKINT bits/termios.h d 34 #define BRKINT 0000002 -BS0 bits/termios.h d 76 #define BS0 0000000 -BS1 bits/termios.h d 77 #define BS1 0100000 -BSDLY bits/termios.h d 75 #define BSDLY 0100000 -CBAUD bits/termios.h d 119 #define CBAUD 00377 -CBAUDEX bits/termios.h d 163 #define CBAUDEX 0000000 -CIBAUD bits/termios.h d 164 #define CIBAUD 077600000 -CLOCAL bits/termios.h d 131 #define CLOCAL 00100000 -CMSPAR bits/termios.h d 166 #define CMSPAR 010000000000 -CR0 bits/termios.h d 68 #define CR0 0000000 -CR1 bits/termios.h d 69 #define CR1 0010000 -CR2 bits/termios.h d 70 #define CR2 0020000 -CR3 bits/termios.h d 71 #define CR3 0030000 -CRDLY bits/termios.h d 67 #define CRDLY 0030000 -CREAD bits/termios.h d 127 #define CREAD 00004000 -CRTSCTS bits/termios.h d 167 #define CRTSCTS 020000000000 -CS5 bits/termios.h d 122 #define CS5 00000000 -CS6 bits/termios.h d 123 #define CS6 00000400 -CS7 bits/termios.h d 124 #define CS7 00001000 -CS8 bits/termios.h d 125 #define CS8 00001400 -CSIZE bits/termios.h d 121 #define CSIZE 00001400 -CSTOPB bits/termios.h d 126 #define CSTOPB 00002000 -DECIMAL_DIG bits/float.h d 16 #define DECIMAL_DIG 17 -E2BIG bits/errno.h d 7 #define E2BIG 7 -EACCES bits/errno.h d 13 #define EACCES 13 -EADDRINUSE bits/errno.h d 99 #define EADDRINUSE 98 -EADDRNOTAVAIL bits/errno.h d 100 #define EADDRNOTAVAIL 99 -EADV bits/errno.h d 68 #define EADV 68 -EAFNOSUPPORT bits/errno.h d 98 #define EAFNOSUPPORT 97 -EAGAIN bits/errno.h d 11 #define EAGAIN 11 -EALREADY bits/errno.h d 115 #define EALREADY 114 -EBADE bits/errno.h d 52 #define EBADE 52 -EBADF bits/errno.h d 9 #define EBADF 9 -EBADFD bits/errno.h d 77 #define EBADFD 77 -EBADMSG bits/errno.h d 74 #define EBADMSG 74 -EBADR bits/errno.h d 53 #define EBADR 53 -EBADRQC bits/errno.h d 56 #define EBADRQC 56 -EBADSLT bits/errno.h d 57 #define EBADSLT 57 -EBFONT bits/errno.h d 59 #define EBFONT 59 -EBUSY bits/errno.h d 16 #define EBUSY 16 -ECANCELED bits/errno.h d 126 #define ECANCELED 125 -ECHILD bits/errno.h d 10 #define ECHILD 10 -ECHO bits/termios.h d 136 #define ECHO 0x00000008 -ECHOCTL bits/termios.h d 139 #define ECHOCTL 0x00000040 -ECHOE bits/termios.h d 134 #define ECHOE 0x00000002 -ECHOK bits/termios.h d 135 #define ECHOK 0x00000004 -ECHOKE bits/termios.h d 133 #define ECHOKE 0x00000001 -ECHONL bits/termios.h d 137 #define ECHONL 0x00000010 -ECHOPRT bits/termios.h d 138 #define ECHOPRT 0x00000020 -ECHRNG bits/errno.h d 44 #define ECHRNG 44 -ECOMM bits/errno.h d 70 #define ECOMM 70 -ECONNABORTED bits/errno.h d 104 #define ECONNABORTED 103 -ECONNREFUSED bits/errno.h d 112 #define ECONNREFUSED 111 -ECONNRESET bits/errno.h d 105 #define ECONNRESET 104 -EDEADLK bits/errno.h d 35 #define EDEADLK 35 -EDEADLOCK bits/errno.h d 58 #define EDEADLOCK 58 -EDESTADDRREQ bits/errno.h d 89 #define EDESTADDRREQ 89 -EDOM bits/errno.h d 33 #define EDOM 33 -EDOTDOT bits/errno.h d 73 #define EDOTDOT 73 -EDQUOT bits/errno.h d 123 #define EDQUOT 122 -EEXIST bits/errno.h d 17 #define EEXIST 17 -EFAULT bits/errno.h d 14 #define EFAULT 14 -EFBIG bits/errno.h d 27 #define EFBIG 27 -EHOSTDOWN bits/errno.h d 113 #define EHOSTDOWN 112 -EHOSTUNREACH bits/errno.h d 114 #define EHOSTUNREACH 113 -EHWPOISON bits/errno.h d 134 #define EHWPOISON 133 -EIDRM bits/errno.h d 43 #define EIDRM 43 -EILSEQ bits/errno.h d 84 #define EILSEQ 84 -EINPROGRESS bits/errno.h d 116 #define EINPROGRESS 115 -EINTR bits/errno.h d 4 #define EINTR 4 -EINVAL bits/errno.h d 22 #define EINVAL 22 -EIO bits/errno.h d 5 #define EIO 5 -EISCONN bits/errno.h d 107 #define EISCONN 106 -EISDIR bits/errno.h d 21 #define EISDIR 21 -EISNAM bits/errno.h d 121 #define EISNAM 120 -EKEYEXPIRED bits/errno.h d 128 #define EKEYEXPIRED 127 -EKEYREJECTED bits/errno.h d 130 #define EKEYREJECTED 129 -EKEYREVOKED bits/errno.h d 129 #define EKEYREVOKED 128 -EL2HLT bits/errno.h d 51 #define EL2HLT 51 -EL2NSYNC bits/errno.h d 45 #define EL2NSYNC 45 -EL3HLT bits/errno.h d 46 #define EL3HLT 46 -EL3RST bits/errno.h d 47 #define EL3RST 47 -ELF_NFPREG bits/user.h d 17 #define ELF_NFPREG 33 -ELF_NGREG bits/user.h d 16 #define ELF_NGREG 48 -ELF_NVRREG bits/user.h d 18 #define ELF_NVRREG 34 -ELIBACC bits/errno.h d 79 #define ELIBACC 79 -ELIBBAD bits/errno.h d 80 #define ELIBBAD 80 -ELIBEXEC bits/errno.h d 83 #define ELIBEXEC 83 -ELIBMAX bits/errno.h d 82 #define ELIBMAX 82 -ELIBSCN bits/errno.h d 81 #define ELIBSCN 81 -ELNRNG bits/errno.h d 48 #define ELNRNG 48 -ELOOP bits/errno.h d 40 #define ELOOP 40 -EMEDIUMTYPE bits/errno.h d 125 #define EMEDIUMTYPE 124 -EMFILE bits/errno.h d 24 #define EMFILE 24 -EMLINK bits/errno.h d 31 #define EMLINK 31 -EMSGSIZE bits/errno.h d 90 #define EMSGSIZE 90 -EMULTIHOP bits/errno.h d 72 #define EMULTIHOP 72 -ENAMETOOLONG bits/errno.h d 36 #define ENAMETOOLONG 36 -ENAVAIL bits/errno.h d 120 #define ENAVAIL 119 -ENETDOWN bits/errno.h d 101 #define ENETDOWN 100 -ENETRESET bits/errno.h d 103 #define ENETRESET 102 -ENETUNREACH bits/errno.h d 102 #define ENETUNREACH 101 -ENFILE bits/errno.h d 23 #define ENFILE 23 -ENOANO bits/errno.h d 55 #define ENOANO 55 -ENOBUFS bits/errno.h d 106 #define ENOBUFS 105 -ENOCSI bits/errno.h d 50 #define ENOCSI 50 -ENODATA bits/errno.h d 61 #define ENODATA 61 -ENODEV bits/errno.h d 19 #define ENODEV 19 -ENOENT bits/errno.h d 2 #define ENOENT 2 -ENOEXEC bits/errno.h d 8 #define ENOEXEC 8 -ENOKEY bits/errno.h d 127 #define ENOKEY 126 -ENOLCK bits/errno.h d 37 #define ENOLCK 37 -ENOLINK bits/errno.h d 67 #define ENOLINK 67 -ENOMEDIUM bits/errno.h d 124 #define ENOMEDIUM 123 -ENOMEM bits/errno.h d 12 #define ENOMEM 12 -ENOMSG bits/errno.h d 42 #define ENOMSG 42 -ENONET bits/errno.h d 64 #define ENONET 64 -ENOPKG bits/errno.h d 65 #define ENOPKG 65 -ENOPROTOOPT bits/errno.h d 92 #define ENOPROTOOPT 92 -ENOSPC bits/errno.h d 28 #define ENOSPC 28 -ENOSR bits/errno.h d 63 #define ENOSR 63 -ENOSTR bits/errno.h d 60 #define ENOSTR 60 -ENOSYS bits/errno.h d 38 #define ENOSYS 38 -ENOTBLK bits/errno.h d 15 #define ENOTBLK 15 -ENOTCONN bits/errno.h d 108 #define ENOTCONN 107 -ENOTDIR bits/errno.h d 20 #define ENOTDIR 20 -ENOTEMPTY bits/errno.h d 39 #define ENOTEMPTY 39 -ENOTNAM bits/errno.h d 119 #define ENOTNAM 118 -ENOTRECOVERABLE bits/errno.h d 132 #define ENOTRECOVERABLE 131 -ENOTSOCK bits/errno.h d 88 #define ENOTSOCK 88 -ENOTSUP bits/errno.h d 96 #define ENOTSUP EOPNOTSUPP -ENOTTY bits/errno.h d 25 #define ENOTTY 25 -ENOTUNIQ bits/errno.h d 76 #define ENOTUNIQ 76 -ENXIO bits/errno.h d 6 #define ENXIO 6 -EOPNOTSUPP bits/errno.h d 95 #define EOPNOTSUPP 95 -EOVERFLOW bits/errno.h d 75 #define EOVERFLOW 75 -EOWNERDEAD bits/errno.h d 131 #define EOWNERDEAD 130 -EPERM bits/errno.h d 1 #define EPERM 1 -EPFNOSUPPORT bits/errno.h d 97 #define EPFNOSUPPORT 96 -EPIPE bits/errno.h d 32 #define EPIPE 32 -EPROTO bits/errno.h d 71 #define EPROTO 71 -EPROTONOSUPPORT bits/errno.h d 93 #define EPROTONOSUPPORT 93 -EPROTOTYPE bits/errno.h d 91 #define EPROTOTYPE 91 -ERANGE bits/errno.h d 34 #define ERANGE 34 -EREMCHG bits/errno.h d 78 #define EREMCHG 78 -EREMOTE bits/errno.h d 66 #define EREMOTE 66 -EREMOTEIO bits/errno.h d 122 #define EREMOTEIO 121 -ERESTART bits/errno.h d 85 #define ERESTART 85 -ERFKILL bits/errno.h d 133 #define ERFKILL 132 -EROFS bits/errno.h d 30 #define EROFS 30 -ESHUTDOWN bits/errno.h d 109 #define ESHUTDOWN 108 -ESOCKTNOSUPPORT bits/errno.h d 94 #define ESOCKTNOSUPPORT 94 -ESPIPE bits/errno.h d 29 #define ESPIPE 29 -ESRCH bits/errno.h d 3 #define ESRCH 3 -ESRMNT bits/errno.h d 69 #define ESRMNT 69 -ESTALE bits/errno.h d 117 #define ESTALE 116 -ESTRPIPE bits/errno.h d 86 #define ESTRPIPE 86 -ETIME bits/errno.h d 62 #define ETIME 62 -ETIMEDOUT bits/errno.h d 111 #define ETIMEDOUT 110 -ETOOMANYREFS bits/errno.h d 110 #define ETOOMANYREFS 109 -ETXTBSY bits/errno.h d 26 #define ETXTBSY 26 -EUCLEAN bits/errno.h d 118 #define EUCLEAN 117 -EUNATCH bits/errno.h d 49 #define EUNATCH 49 -EUSERS bits/errno.h d 87 #define EUSERS 87 -EWOULDBLOCK bits/errno.h d 41 #define EWOULDBLOCK EAGAIN -EXDEV bits/errno.h d 18 #define EXDEV 18 -EXFULL bits/errno.h d 54 #define EXFULL 54 -EXTA bits/termios.h d 99 #define EXTA 0000016 -EXTB bits/termios.h d 100 #define EXTB 0000017 -EXTPROC bits/termios.h d 168 #define EXTPROC 0x10000000 -FE_ALL_EXCEPT bits/fenv.h d 12 #define FE_ALL_EXCEPT 0x3e000000 -FE_ALL_INVALID bits/fenv.h d 25 #define FE_ALL_INVALID 0x01f80700 -FE_DFL_ENV bits/fenv.h d 31 #define FE_DFL_ENV ((const fenv_t *)-1) -FE_DIVBYZERO bits/fenv.h d 7 #define FE_DIVBYZERO 0x04000000 -FE_DOWNWARD bits/fenv.h d 4 #define FE_DOWNWARD 3 -FE_INEXACT bits/fenv.h d 6 #define FE_INEXACT 0x02000000 -FE_INVALID bits/fenv.h d 10 #define FE_INVALID 0x20000000 -FE_INVALID_COMPARE bits/fenv.h d 20 #define FE_INVALID_COMPARE 0x00080000 -FE_INVALID_IDI bits/fenv.h d 17 #define FE_INVALID_IDI 0x00400000 -FE_INVALID_IMZ bits/fenv.h d 19 #define FE_INVALID_IMZ 0x00100000 -FE_INVALID_INTEGER_CONVERSION bits/fenv.h d 23 #define FE_INVALID_INTEGER_CONVERSION 0x00000100 -FE_INVALID_ISI bits/fenv.h d 16 #define FE_INVALID_ISI 0x00800000 -FE_INVALID_SNAN bits/fenv.h d 15 #define FE_INVALID_SNAN 0x01000000 -FE_INVALID_SOFTWARE bits/fenv.h d 21 #define FE_INVALID_SOFTWARE 0x00000400 -FE_INVALID_SQRT bits/fenv.h d 22 #define FE_INVALID_SQRT 0x00000200 -FE_INVALID_ZDZ bits/fenv.h d 18 #define FE_INVALID_ZDZ 0x00200000 -FE_OVERFLOW bits/fenv.h d 9 #define FE_OVERFLOW 0x10000000 -FE_TONEAREST bits/fenv.h d 1 #define FE_TONEAREST 0 -FE_TOWARDZERO bits/fenv.h d 2 #define FE_TOWARDZERO 1 -FE_UNDERFLOW bits/fenv.h d 8 #define FE_UNDERFLOW 0x08000000 -FE_UPWARD bits/fenv.h d 3 #define FE_UPWARD 2 -FF0 bits/termios.h d 73 #define FF0 0000000 -FF1 bits/termios.h d 74 #define FF1 0040000 -FFDLY bits/termios.h d 72 #define FFDLY 0040000 -FILE bits/alltypes.h T 343 typedef struct _IO_FILE FILE; -FIOASYNC bits/ioctl.h d 13 #define FIOASYNC _IOW('f', 125, int) -FIOCLEX bits/ioctl.h d 12 #define FIOCLEX _IO('f', 1) -FIOGETOWN bits/ioctl.h d 164 #define FIOGETOWN 0x8903 -FIONBIO bits/ioctl.h d 14 #define FIONBIO _IOW('f', 126, int) -FIONCLEX bits/ioctl.h d 11 #define FIONCLEX _IO('f', 2) -FIONREAD bits/ioctl.h d 15 #define FIONREAD _IOR('f', 127, int) -FIOQSIZE bits/ioctl.h d 17 #define FIOQSIZE _IOR('f', 128, char[8]) -FIOSETOWN bits/ioctl.h d 162 #define FIOSETOWN 0x8901 -FLT_EVAL_METHOD bits/float.h d 1 #define FLT_EVAL_METHOD 0 -FLUSHO bits/termios.h d 145 #define FLUSHO 0x00800000 -F_DUPFD bits/fcntl.h d 22 #define F_DUPFD 0 -F_GETFD bits/fcntl.h d 23 #define F_GETFD 1 -F_GETFL bits/fcntl.h d 25 #define F_GETFL 3 -F_GETLK bits/fcntl.h d 28 #define F_GETLK 5 -F_GETOWN bits/fcntl.h d 33 #define F_GETOWN 9 -F_GETOWNER_UIDS bits/fcntl.h d 40 #define F_GETOWNER_UIDS 17 -F_GETOWN_EX bits/fcntl.h d 38 #define F_GETOWN_EX 16 -F_GETSIG bits/fcntl.h d 35 #define F_GETSIG 11 -F_SETFD bits/fcntl.h d 24 #define F_SETFD 2 -F_SETFL bits/fcntl.h d 26 #define F_SETFL 4 -F_SETLK bits/fcntl.h d 29 #define F_SETLK 6 -F_SETLKW bits/fcntl.h d 30 #define F_SETLKW 7 -F_SETOWN bits/fcntl.h d 32 #define F_SETOWN 8 -F_SETOWN_EX bits/fcntl.h d 37 #define F_SETOWN_EX 15 -F_SETSIG bits/fcntl.h d 34 #define F_SETSIG 10 -HUPCL bits/termios.h d 130 #define HUPCL 00040000 -IBSHIFT bits/termios.h d 165 #define IBSHIFT 16 -ICANON bits/termios.h d 141 #define ICANON 0x00000100 -ICRNL bits/termios.h d 41 #define ICRNL 0000400 -IEXTEN bits/termios.h d 142 #define IEXTEN 0x00000400 -IGNBRK bits/termios.h d 33 #define IGNBRK 0000001 -IGNCR bits/termios.h d 40 #define IGNCR 0000200 -IGNPAR bits/termios.h d 35 #define IGNPAR 0000004 -IMAXBEL bits/termios.h d 46 #define IMAXBEL 0020000 -INLCR bits/termios.h d 39 #define INLCR 0000100 -INPCK bits/termios.h d 37 #define INPCK 0000020 -INTPTR_MAX bits/stdint.h d 16 #define INTPTR_MAX INT64_MAX -INTPTR_MIN bits/stdint.h d 15 #define INTPTR_MIN INT64_MIN -INT_FAST16_MAX bits/stdint.h d 9 #define INT_FAST16_MAX INT32_MAX -INT_FAST16_MIN bits/stdint.h d 6 #define INT_FAST16_MIN INT32_MIN -INT_FAST32_MAX bits/stdint.h d 10 #define INT_FAST32_MAX INT32_MAX -INT_FAST32_MIN bits/stdint.h d 7 #define INT_FAST32_MIN INT32_MIN -IPC_64 bits/ipc.h d 15 #define IPC_64 0x100 -ISIG bits/termios.h d 140 #define ISIG 0x00000080 -ISTRIP bits/termios.h d 38 #define ISTRIP 0000040 -IUCLC bits/termios.h d 45 #define IUCLC 0010000 -IUTF8 bits/termios.h d 47 #define IUTF8 0040000 -IXANY bits/termios.h d 44 #define IXANY 0004000 -IXOFF bits/termios.h d 43 #define IXOFF 0002000 -IXON bits/termios.h d 42 #define IXON 0001000 -LDBL_DIG bits/float.h d 12 #define LDBL_DIG 15 -LDBL_EPSILON bits/float.h d 6 #define LDBL_EPSILON 2.22044604925031308085e-16L -LDBL_MANT_DIG bits/float.h d 8 #define LDBL_MANT_DIG 53 -LDBL_MAX bits/float.h d 5 #define LDBL_MAX 1.79769313486231570815e+308L -LDBL_MAX_10_EXP bits/float.h d 14 #define LDBL_MAX_10_EXP 308 -LDBL_MAX_EXP bits/float.h d 10 #define LDBL_MAX_EXP 1024 -LDBL_MIN bits/float.h d 4 #define LDBL_MIN 2.22507385850720138309e-308L -LDBL_MIN_10_EXP bits/float.h d 13 #define LDBL_MIN_10_EXP (-307) -LDBL_MIN_EXP bits/float.h d 9 #define LDBL_MIN_EXP (-1021) -LDBL_TRUE_MIN bits/float.h d 3 #define LDBL_TRUE_MIN 4.94065645841246544177e-324L -LLONG_MAX bits/limits.h d 7 #define LLONG_MAX 0x7fffffffffffffffLL -LONG_BIT bits/limits.h d 3 #define LONG_BIT 64 -LONG_MAX bits/limits.h d 6 #define LONG_MAX 0x7fffffffffffffffL -MCL_CURRENT bits/mman.h d 4 #define MCL_CURRENT 0x2000 -MCL_FUTURE bits/mman.h d 6 #define MCL_FUTURE 0x4000 -MCL_ONFAULT bits/mman.h d 8 #define MCL_ONFAULT 0x8000 -MINSIGSTKSZ bits/signal.h d 5 #define MINSIGSTKSZ 2048 -NCCS bits/termios.h d 2 #define NCCS 19 -NL0 bits/termios.h d 58 #define NL0 0000000 -NL1 bits/termios.h d 59 #define NL1 0000400 -NL2 bits/termios.h d 60 #define NL2 0001000 -NL3 bits/termios.h d 61 #define NL3 0001400 -NLDLY bits/termios.h d 57 #define NLDLY 0001400 -NOFLSH bits/termios.h d 147 #define NOFLSH 0x80000000 -N_6PACK bits/ioctl.h d 152 #define N_6PACK 7 -N_AX25 bits/ioctl.h d 150 #define N_AX25 5 -N_HCI bits/ioctl.h d 160 #define N_HCI 15 -N_HDLC bits/ioctl.h d 158 #define N_HDLC 13 -N_IRDA bits/ioctl.h d 156 #define N_IRDA 11 -N_MASC bits/ioctl.h d 153 #define N_MASC 8 -N_MOUSE bits/ioctl.h d 147 #define N_MOUSE 2 -N_PPP bits/ioctl.h d 148 #define N_PPP 3 -N_PROFIBUS_FDL bits/ioctl.h d 155 #define N_PROFIBUS_FDL 10 -N_R3964 bits/ioctl.h d 154 #define N_R3964 9 -N_SLIP bits/ioctl.h d 146 #define N_SLIP 1 -N_SMSBLOCK bits/ioctl.h d 157 #define N_SMSBLOCK 12 -N_STRIP bits/ioctl.h d 149 #define N_STRIP 4 -N_SYNC_PPP bits/ioctl.h d 159 #define N_SYNC_PPP 14 -N_TTY bits/ioctl.h d 145 #define N_TTY 0 -N_X25 bits/ioctl.h d 151 #define N_X25 6 -OCRNL bits/termios.h d 52 #define OCRNL 0000010 -OFDEL bits/termios.h d 56 #define OFDEL 0000200 -OFILL bits/termios.h d 55 #define OFILL 0000100 -OLCUC bits/termios.h d 51 #define OLCUC 0000004 -ONLCR bits/termios.h d 50 #define ONLCR 0000002 -ONLRET bits/termios.h d 54 #define ONLRET 0000040 -ONOCR bits/termios.h d 53 #define ONOCR 0000020 -OPOST bits/termios.h d 49 #define OPOST 0000001 -O_APPEND bits/fcntl.h d 5 #define O_APPEND 02000 -O_ASYNC bits/fcntl.h d 14 #define O_ASYNC 020000 -O_CLOEXEC bits/fcntl.h d 12 #define O_CLOEXEC 02000000 -O_CREAT bits/fcntl.h d 1 #define O_CREAT 0100 -O_DIRECT bits/fcntl.h d 15 #define O_DIRECT 0400000 -O_DIRECTORY bits/fcntl.h d 10 #define O_DIRECTORY 040000 -O_DSYNC bits/fcntl.h d 7 #define O_DSYNC 010000 -O_EXCL bits/fcntl.h d 2 #define O_EXCL 0200 -O_LARGEFILE bits/fcntl.h d 16 #define O_LARGEFILE 0200000 -O_NDELAY bits/fcntl.h d 20 #define O_NDELAY O_NONBLOCK -O_NOATIME bits/fcntl.h d 17 #define O_NOATIME 01000000 -O_NOCTTY bits/fcntl.h d 3 #define O_NOCTTY 0400 -O_NOFOLLOW bits/fcntl.h d 11 #define O_NOFOLLOW 0100000 -O_NONBLOCK bits/fcntl.h d 6 #define O_NONBLOCK 04000 -O_PATH bits/fcntl.h d 18 #define O_PATH 010000000 -O_RSYNC bits/fcntl.h d 9 #define O_RSYNC 04010000 -O_SYNC bits/fcntl.h d 8 #define O_SYNC 04010000 -O_TMPFILE bits/fcntl.h d 19 #define O_TMPFILE 020040000 -O_TRUNC bits/fcntl.h d 4 #define O_TRUNC 01000 -PARENB bits/termios.h d 128 #define PARENB 00010000 -PARMRK bits/termios.h d 36 #define PARMRK 0000010 -PARODD bits/termios.h d 129 #define PARODD 00020000 -PENDIN bits/termios.h d 146 #define PENDIN 0x20000000 -PROT_SAO bits/mman.h d 1 #define PROT_SAO 0x10 -PTRDIFF_MAX bits/stdint.h d 19 #define PTRDIFF_MAX INT64_MAX -PTRDIFF_MIN bits/stdint.h d 18 #define PTRDIFF_MIN INT64_MIN -SA_NOCLDSTOP bits/signal.h d 62 #define SA_NOCLDSTOP 1U -SA_NOCLDWAIT bits/signal.h d 63 #define SA_NOCLDWAIT 2U -SA_NODEFER bits/signal.h d 67 #define SA_NODEFER 0x40000000U -SA_ONSTACK bits/signal.h d 65 #define SA_ONSTACK 0x08000000U -SA_RESETHAND bits/signal.h d 68 #define SA_RESETHAND 0x80000000U -SA_RESTART bits/signal.h d 66 #define SA_RESTART 0x10000000U -SA_RESTORER bits/signal.h d 69 #define SA_RESTORER 0x04000000U -SA_SIGINFO bits/signal.h d 64 #define SA_SIGINFO 4U -SHMLBA bits/shm.h d 1 #define SHMLBA 4096 -SIGABRT bits/signal.h d 78 #define SIGABRT 6 -SIGALRM bits/signal.h d 87 #define SIGALRM 14 -SIGBUS bits/signal.h d 80 #define SIGBUS 7 -SIGCHLD bits/signal.h d 90 #define SIGCHLD 17 -SIGCONT bits/signal.h d 91 #define SIGCONT 18 -SIGFPE bits/signal.h d 81 #define SIGFPE 8 -SIGHUP bits/signal.h d 73 #define SIGHUP 1 -SIGILL bits/signal.h d 76 #define SIGILL 4 -SIGINT bits/signal.h d 74 #define SIGINT 2 -SIGIO bits/signal.h d 102 #define SIGIO 29 -SIGIOT bits/signal.h d 79 #define SIGIOT SIGABRT -SIGKILL bits/signal.h d 82 #define SIGKILL 9 -SIGPIPE bits/signal.h d 86 #define SIGPIPE 13 -SIGPOLL bits/signal.h d 103 #define SIGPOLL SIGIO -SIGPROF bits/signal.h d 100 #define SIGPROF 27 -SIGPWR bits/signal.h d 104 #define SIGPWR 30 -SIGQUIT bits/signal.h d 75 #define SIGQUIT 3 -SIGSEGV bits/signal.h d 84 #define SIGSEGV 11 -SIGSTKFLT bits/signal.h d 89 #define SIGSTKFLT 16 -SIGSTKSZ bits/signal.h d 6 #define SIGSTKSZ 8192 -SIGSTOP bits/signal.h d 92 #define SIGSTOP 19 -SIGSYS bits/signal.h d 105 #define SIGSYS 31 -SIGTERM bits/signal.h d 88 #define SIGTERM 15 -SIGTRAP bits/signal.h d 77 #define SIGTRAP 5 -SIGTSTP bits/signal.h d 93 #define SIGTSTP 20 -SIGTTIN bits/signal.h d 94 #define SIGTTIN 21 -SIGTTOU bits/signal.h d 95 #define SIGTTOU 22 -SIGUNUSED bits/signal.h d 106 #define SIGUNUSED SIGSYS -SIGURG bits/signal.h d 96 #define SIGURG 23 -SIGUSR1 bits/signal.h d 83 #define SIGUSR1 10 -SIGUSR2 bits/signal.h d 85 #define SIGUSR2 12 -SIGVTALRM bits/signal.h d 99 #define SIGVTALRM 26 -SIGWINCH bits/signal.h d 101 #define SIGWINCH 28 -SIGXCPU bits/signal.h d 97 #define SIGXCPU 24 -SIGXFSZ bits/signal.h d 98 #define SIGXFSZ 25 -SIOCADDDLCI bits/ioctl.h d 225 #define SIOCADDDLCI 0x8980 -SIOCADDMULTI bits/ioctl.h d 198 #define SIOCADDMULTI 0x8931 -SIOCADDRT bits/ioctl.h d 169 #define SIOCADDRT 0x890B -SIOCATMARK bits/ioctl.h d 166 #define SIOCATMARK 0x8905 -SIOCDARP bits/ioctl.h d 214 #define SIOCDARP 0x8953 -SIOCDELDLCI bits/ioctl.h d 226 #define SIOCDELDLCI 0x8981 -SIOCDELMULTI bits/ioctl.h d 199 #define SIOCDELMULTI 0x8932 -SIOCDELRT bits/ioctl.h d 170 #define SIOCDELRT 0x890C -SIOCDEVPRIVATE bits/ioctl.h d 228 #define SIOCDEVPRIVATE 0x89F0 -SIOCDIFADDR bits/ioctl.h d 204 #define SIOCDIFADDR 0x8936 -SIOCDRARP bits/ioctl.h d 218 #define SIOCDRARP 0x8960 -SIOCGARP bits/ioctl.h d 215 #define SIOCGARP 0x8954 -SIOCGIFADDR bits/ioctl.h d 178 #define SIOCGIFADDR 0x8915 -SIOCGIFBR bits/ioctl.h d 208 #define SIOCGIFBR 0x8940 -SIOCGIFBRDADDR bits/ioctl.h d 182 #define SIOCGIFBRDADDR 0x8919 -SIOCGIFCONF bits/ioctl.h d 175 #define SIOCGIFCONF 0x8912 -SIOCGIFCOUNT bits/ioctl.h d 206 #define SIOCGIFCOUNT 0x8938 -SIOCGIFDSTADDR bits/ioctl.h d 180 #define SIOCGIFDSTADDR 0x8917 -SIOCGIFENCAP bits/ioctl.h d 193 #define SIOCGIFENCAP 0x8925 -SIOCGIFFLAGS bits/ioctl.h d 176 #define SIOCGIFFLAGS 0x8913 -SIOCGIFHWADDR bits/ioctl.h d 195 #define SIOCGIFHWADDR 0x8927 -SIOCGIFINDEX bits/ioctl.h d 200 #define SIOCGIFINDEX 0x8933 -SIOCGIFMAP bits/ioctl.h d 222 #define SIOCGIFMAP 0x8970 -SIOCGIFMEM bits/ioctl.h d 188 #define SIOCGIFMEM 0x891f -SIOCGIFMETRIC bits/ioctl.h d 186 #define SIOCGIFMETRIC 0x891d -SIOCGIFMTU bits/ioctl.h d 190 #define SIOCGIFMTU 0x8921 -SIOCGIFNAME bits/ioctl.h d 173 #define SIOCGIFNAME 0x8910 -SIOCGIFNETMASK bits/ioctl.h d 184 #define SIOCGIFNETMASK 0x891b -SIOCGIFPFLAGS bits/ioctl.h d 203 #define SIOCGIFPFLAGS 0x8935 -SIOCGIFSLAVE bits/ioctl.h d 196 #define SIOCGIFSLAVE 0x8929 -SIOCGIFTXQLEN bits/ioctl.h d 211 #define SIOCGIFTXQLEN 0x8942 -SIOCGPGRP bits/ioctl.h d 165 #define SIOCGPGRP 0x8904 -SIOCGRARP bits/ioctl.h d 219 #define SIOCGRARP 0x8961 -SIOCGSTAMP bits/ioctl.h d 167 #define SIOCGSTAMP 0x8906 -SIOCPROTOPRIVATE bits/ioctl.h d 229 #define SIOCPROTOPRIVATE 0x89E0 -SIOCRTMSG bits/ioctl.h d 171 #define SIOCRTMSG 0x890D -SIOCSARP bits/ioctl.h d 216 #define SIOCSARP 0x8955 -SIOCSIFADDR bits/ioctl.h d 179 #define SIOCSIFADDR 0x8916 -SIOCSIFBR bits/ioctl.h d 209 #define SIOCSIFBR 0x8941 -SIOCSIFBRDADDR bits/ioctl.h d 183 #define SIOCSIFBRDADDR 0x891a -SIOCSIFDSTADDR bits/ioctl.h d 181 #define SIOCSIFDSTADDR 0x8918 -SIOCSIFENCAP bits/ioctl.h d 194 #define SIOCSIFENCAP 0x8926 -SIOCSIFFLAGS bits/ioctl.h d 177 #define SIOCSIFFLAGS 0x8914 -SIOCSIFHWADDR bits/ioctl.h d 192 #define SIOCSIFHWADDR 0x8924 -SIOCSIFHWBROADCAST bits/ioctl.h d 205 #define SIOCSIFHWBROADCAST 0x8937 -SIOCSIFLINK bits/ioctl.h d 174 #define SIOCSIFLINK 0x8911 -SIOCSIFMAP bits/ioctl.h d 223 #define SIOCSIFMAP 0x8971 -SIOCSIFMEM bits/ioctl.h d 189 #define SIOCSIFMEM 0x8920 -SIOCSIFMETRIC bits/ioctl.h d 187 #define SIOCSIFMETRIC 0x891e -SIOCSIFMTU bits/ioctl.h d 191 #define SIOCSIFMTU 0x8922 -SIOCSIFNETMASK bits/ioctl.h d 185 #define SIOCSIFNETMASK 0x891c -SIOCSIFPFLAGS bits/ioctl.h d 202 #define SIOCSIFPFLAGS 0x8934 -SIOCSIFSLAVE bits/ioctl.h d 197 #define SIOCSIFSLAVE 0x8930 -SIOCSIFTXQLEN bits/ioctl.h d 212 #define SIOCSIFTXQLEN 0x8943 -SIOCSPGRP bits/ioctl.h d 163 #define SIOCSPGRP 0x8902 -SIOCSRARP bits/ioctl.h d 220 #define SIOCSRARP 0x8962 -SIOGIFINDEX bits/ioctl.h d 201 #define SIOGIFINDEX SIOCGIFINDEX -SIZE_MAX bits/stdint.h d 20 #define SIZE_MAX UINT64_MAX -SO_ACCEPTCONN bits/socket.h d 58 #define SO_ACCEPTCONN 30 -SO_BROADCAST bits/socket.h d 42 #define SO_BROADCAST 6 -SO_BSDCOMPAT bits/socket.h d 50 #define SO_BSDCOMPAT 14 -SO_DEBUG bits/socket.h d 37 #define SO_DEBUG 1 -SO_DOMAIN bits/socket.h d 62 #define SO_DOMAIN 39 -SO_DONTROUTE bits/socket.h d 41 #define SO_DONTROUTE 5 -SO_ERROR bits/socket.h d 40 #define SO_ERROR 4 -SO_KEEPALIVE bits/socket.h d 45 #define SO_KEEPALIVE 9 -SO_LINGER bits/socket.h d 49 #define SO_LINGER 13 -SO_NO_CHECK bits/socket.h d 47 #define SO_NO_CHECK 11 -SO_OOBINLINE bits/socket.h d 46 #define SO_OOBINLINE 10 -SO_PASSCRED bits/socket.h d 56 #define SO_PASSCRED 20 -SO_PEERCRED bits/socket.h d 57 #define SO_PEERCRED 21 -SO_PRIORITY bits/socket.h d 48 #define SO_PRIORITY 12 -SO_PROTOCOL bits/socket.h d 61 #define SO_PROTOCOL 38 -SO_RCVBUF bits/socket.h d 44 #define SO_RCVBUF 8 -SO_RCVBUFFORCE bits/socket.h d 60 #define SO_RCVBUFFORCE 33 -SO_RCVLOWAT bits/socket.h d 52 #define SO_RCVLOWAT 16 -SO_RCVTIMEO bits/socket.h d 54 #define SO_RCVTIMEO 18 -SO_REUSEADDR bits/socket.h d 38 #define SO_REUSEADDR 2 -SO_REUSEPORT bits/socket.h d 51 #define SO_REUSEPORT 15 -SO_SNDBUF bits/socket.h d 43 #define SO_SNDBUF 7 -SO_SNDBUFFORCE bits/socket.h d 59 #define SO_SNDBUFFORCE 32 -SO_SNDLOWAT bits/socket.h d 53 #define SO_SNDLOWAT 17 -SO_SNDTIMEO bits/socket.h d 55 #define SO_SNDTIMEO 19 -SO_TYPE bits/socket.h d 39 #define SO_TYPE 3 -SYS__llseek bits/syscall.h d 502 #define SYS__llseek __NR__llseek -SYS__newselect bits/syscall.h d 504 #define SYS__newselect __NR__newselect -SYS__sysctl bits/syscall.h d 511 #define SYS__sysctl __NR__sysctl -SYS_accept bits/syscall.h d 681 #define SYS_accept __NR_accept -SYS_accept4 bits/syscall.h d 695 #define SYS_accept4 __NR_accept4 -SYS_access bits/syscall.h d 395 #define SYS_access __NR_access -SYS_acct bits/syscall.h d 413 #define SYS_acct __NR_acct -SYS_add_key bits/syscall.h d 620 #define SYS_add_key __NR_add_key -SYS_adjtimex bits/syscall.h d 486 #define SYS_adjtimex __NR_adjtimex -SYS_afs_syscall bits/syscall.h d 499 #define SYS_afs_syscall __NR_afs_syscall -SYS_alarm bits/syscall.h d 389 #define SYS_alarm __NR_alarm -SYS_bdflush bits/syscall.h d 496 #define SYS_bdflush __NR_bdflush -SYS_bind bits/syscall.h d 678 #define SYS_bind __NR_bind -SYS_bpf bits/syscall.h d 712 #define SYS_bpf __NR_bpf -SYS_break bits/syscall.h d 379 #define SYS_break __NR_break -SYS_brk bits/syscall.h d 407 #define SYS_brk __NR_brk -SYS_capget bits/syscall.h d 545 #define SYS_capget __NR_capget -SYS_capset bits/syscall.h d 546 #define SYS_capset __NR_capset -SYS_chdir bits/syscall.h d 374 #define SYS_chdir __NR_chdir -SYS_chmod bits/syscall.h d 377 #define SYS_chmod __NR_chmod -SYS_chown bits/syscall.h d 543 #define SYS_chown __NR_chown -SYS_chroot bits/syscall.h d 423 #define SYS_chroot __NR_chroot -SYS_clock_adjtime bits/syscall.h d 698 #define SYS_clock_adjtime __NR_clock_adjtime -SYS_clock_getres bits/syscall.h d 600 #define SYS_clock_getres __NR_clock_getres -SYS_clock_gettime bits/syscall.h d 599 #define SYS_clock_gettime __NR_clock_gettime -SYS_clock_nanosleep bits/syscall.h d 601 #define SYS_clock_nanosleep __NR_clock_nanosleep -SYS_clock_settime bits/syscall.h d 598 #define SYS_clock_settime __NR_clock_settime -SYS_clone bits/syscall.h d 482 #define SYS_clone __NR_clone -SYS_close bits/syscall.h d 368 #define SYS_close __NR_close -SYS_connect bits/syscall.h d 679 #define SYS_connect __NR_connect -SYS_copy_file_range bits/syscall.h d 718 #define SYS_copy_file_range __NR_copy_file_range -SYS_creat bits/syscall.h d 370 #define SYS_creat __NR_creat -SYS_create_module bits/syscall.h d 489 #define SYS_create_module __NR_create_module -SYS_delete_module bits/syscall.h d 491 #define SYS_delete_module __NR_delete_module -SYS_dup bits/syscall.h d 403 #define SYS_dup __NR_dup -SYS_dup2 bits/syscall.h d 425 #define SYS_dup2 __NR_dup2 -SYS_dup3 bits/syscall.h d 667 #define SYS_dup3 __NR_dup3 -SYS_epoll_create bits/syscall.h d 589 #define SYS_epoll_create __NR_epoll_create -SYS_epoll_create1 bits/syscall.h d 666 #define SYS_epoll_create1 __NR_epoll_create1 -SYS_epoll_ctl bits/syscall.h d 590 #define SYS_epoll_ctl __NR_epoll_ctl -SYS_epoll_pwait bits/syscall.h d 654 #define SYS_epoll_pwait __NR_epoll_pwait -SYS_epoll_wait bits/syscall.h d 591 #define SYS_epoll_wait __NR_epoll_wait -SYS_eventfd bits/syscall.h d 658 #define SYS_eventfd __NR_eventfd -SYS_eventfd2 bits/syscall.h d 665 #define SYS_eventfd2 __NR_eventfd2 -SYS_execve bits/syscall.h d 373 #define SYS_execve __NR_execve -SYS_execveat bits/syscall.h d 713 #define SYS_execveat __NR_execveat -SYS_exit bits/syscall.h d 363 #define SYS_exit __NR_exit -SYS_exit_group bits/syscall.h d 587 #define SYS_exit_group __NR_exit_group -SYS_faccessat bits/syscall.h d 649 #define SYS_faccessat __NR_faccessat -SYS_fadvise64 bits/syscall.h d 586 #define SYS_fadvise64 __NR_fadvise64 -SYS_fallocate bits/syscall.h d 660 #define SYS_fallocate __NR_fallocate -SYS_fanotify_init bits/syscall.h d 674 #define SYS_fanotify_init __NR_fanotify_init -SYS_fanotify_mark bits/syscall.h d 675 #define SYS_fanotify_mark __NR_fanotify_mark -SYS_fchdir bits/syscall.h d 495 #define SYS_fchdir __NR_fchdir -SYS_fchmod bits/syscall.h d 456 #define SYS_fchmod __NR_fchmod -SYS_fchmodat bits/syscall.h d 648 #define SYS_fchmodat __NR_fchmodat -SYS_fchown bits/syscall.h d 457 #define SYS_fchown __NR_fchown -SYS_fchownat bits/syscall.h d 640 #define SYS_fchownat __NR_fchownat -SYS_fcntl bits/syscall.h d 417 #define SYS_fcntl __NR_fcntl -SYS_fdatasync bits/syscall.h d 510 #define SYS_fdatasync __NR_fdatasync -SYS_fgetxattr bits/syscall.h d 569 #define SYS_fgetxattr __NR_fgetxattr -SYS_finit_module bits/syscall.h d 704 #define SYS_finit_module __NR_finit_module -SYS_flistxattr bits/syscall.h d 572 #define SYS_flistxattr __NR_flistxattr -SYS_flock bits/syscall.h d 505 #define SYS_flock __NR_flock -SYS_fork bits/syscall.h d 364 #define SYS_fork __NR_fork -SYS_fremovexattr bits/syscall.h d 575 #define SYS_fremovexattr __NR_fremovexattr -SYS_fsetxattr bits/syscall.h d 566 #define SYS_fsetxattr __NR_fsetxattr -SYS_fstat bits/syscall.h d 470 #define SYS_fstat __NR_fstat -SYS_fstatfs bits/syscall.h d 462 #define SYS_fstatfs __NR_fstatfs -SYS_fstatfs64 bits/syscall.h d 606 #define SYS_fstatfs64 __NR_fstatfs64 -SYS_fsync bits/syscall.h d 480 #define SYS_fsync __NR_fsync -SYS_ftime bits/syscall.h d 397 #define SYS_ftime __NR_ftime -SYS_ftruncate bits/syscall.h d 455 #define SYS_ftruncate __NR_ftruncate -SYS_futex bits/syscall.h d 576 #define SYS_futex __NR_futex -SYS_futimesat bits/syscall.h d 641 #define SYS_futimesat __NR_futimesat -SYS_get_kernel_syms bits/syscall.h d 492 #define SYS_get_kernel_syms __NR_get_kernel_syms -SYS_get_mempolicy bits/syscall.h d 611 #define SYS_get_mempolicy __NR_get_mempolicy -SYS_get_robust_list bits/syscall.h d 650 #define SYS_get_robust_list __NR_get_robust_list -SYS_getcpu bits/syscall.h d 653 #define SYS_getcpu __NR_getcpu -SYS_getcwd bits/syscall.h d 544 #define SYS_getcwd __NR_getcwd -SYS_getdents bits/syscall.h d 503 #define SYS_getdents __NR_getdents -SYS_getdents64 bits/syscall.h d 558 #define SYS_getdents64 __NR_getdents64 -SYS_getegid bits/syscall.h d 412 #define SYS_getegid __NR_getegid -SYS_geteuid bits/syscall.h d 411 #define SYS_geteuid __NR_geteuid -SYS_getgid bits/syscall.h d 409 #define SYS_getgid __NR_getgid -SYS_getgroups bits/syscall.h d 442 #define SYS_getgroups __NR_getgroups -SYS_getitimer bits/syscall.h d 467 #define SYS_getitimer __NR_getitimer -SYS_getpeername bits/syscall.h d 683 #define SYS_getpeername __NR_getpeername -SYS_getpgid bits/syscall.h d 494 #define SYS_getpgid __NR_getpgid -SYS_getpgrp bits/syscall.h d 427 #define SYS_getpgrp __NR_getpgrp -SYS_getpid bits/syscall.h d 382 #define SYS_getpid __NR_getpid -SYS_getpmsg bits/syscall.h d 549 #define SYS_getpmsg __NR_getpmsg -SYS_getppid bits/syscall.h d 426 #define SYS_getppid __NR_getppid -SYS_getpriority bits/syscall.h d 458 #define SYS_getpriority __NR_getpriority -SYS_getrandom bits/syscall.h d 710 #define SYS_getrandom __NR_getrandom -SYS_getresgid bits/syscall.h d 532 #define SYS_getresgid __NR_getresgid -SYS_getresuid bits/syscall.h d 527 #define SYS_getresuid __NR_getresuid -SYS_getrlimit bits/syscall.h d 438 #define SYS_getrlimit __NR_getrlimit -SYS_getrusage bits/syscall.h d 439 #define SYS_getrusage __NR_getrusage -SYS_getsid bits/syscall.h d 509 #define SYS_getsid __NR_getsid -SYS_getsockname bits/syscall.h d 682 #define SYS_getsockname __NR_getsockname -SYS_getsockopt bits/syscall.h d 691 #define SYS_getsockopt __NR_getsockopt -SYS_gettid bits/syscall.h d 562 #define SYS_gettid __NR_gettid -SYS_gettimeofday bits/syscall.h d 440 #define SYS_gettimeofday __NR_gettimeofday -SYS_getuid bits/syscall.h d 386 #define SYS_getuid __NR_getuid -SYS_getxattr bits/syscall.h d 567 #define SYS_getxattr __NR_getxattr -SYS_gtty bits/syscall.h d 394 #define SYS_gtty __NR_gtty -SYS_idle bits/syscall.h d 474 #define SYS_idle __NR_idle -SYS_init_module bits/syscall.h d 490 #define SYS_init_module __NR_init_module -SYS_inotify_add_watch bits/syscall.h d 627 #define SYS_inotify_add_watch __NR_inotify_add_watch -SYS_inotify_init bits/syscall.h d 626 #define SYS_inotify_init __NR_inotify_init -SYS_inotify_init1 bits/syscall.h d 669 #define SYS_inotify_init1 __NR_inotify_init1 -SYS_inotify_rm_watch bits/syscall.h d 628 #define SYS_inotify_rm_watch __NR_inotify_rm_watch -SYS_io_cancel bits/syscall.h d 584 #define SYS_io_cancel __NR_io_cancel -SYS_io_destroy bits/syscall.h d 581 #define SYS_io_destroy __NR_io_destroy -SYS_io_getevents bits/syscall.h d 582 #define SYS_io_getevents __NR_io_getevents -SYS_io_setup bits/syscall.h d 580 #define SYS_io_setup __NR_io_setup -SYS_io_submit bits/syscall.h d 583 #define SYS_io_submit __NR_io_submit -SYS_ioctl bits/syscall.h d 416 #define SYS_ioctl __NR_ioctl -SYS_ioperm bits/syscall.h d 463 #define SYS_ioperm __NR_ioperm -SYS_iopl bits/syscall.h d 472 #define SYS_iopl __NR_iopl -SYS_ioprio_get bits/syscall.h d 625 #define SYS_ioprio_get __NR_ioprio_get -SYS_ioprio_set bits/syscall.h d 624 #define SYS_ioprio_set __NR_ioprio_set -SYS_ipc bits/syscall.h d 479 #define SYS_ipc __NR_ipc -SYS_kcmp bits/syscall.h d 705 #define SYS_kcmp __NR_kcmp -SYS_kexec_load bits/syscall.h d 619 #define SYS_kexec_load __NR_kexec_load -SYS_keyctl bits/syscall.h d 622 #define SYS_keyctl __NR_keyctl -SYS_kill bits/syscall.h d 399 #define SYS_kill __NR_kill -SYS_lchown bits/syscall.h d 378 #define SYS_lchown __NR_lchown -SYS_lgetxattr bits/syscall.h d 568 #define SYS_lgetxattr __NR_lgetxattr -SYS_link bits/syscall.h d 371 #define SYS_link __NR_link -SYS_linkat bits/syscall.h d 645 #define SYS_linkat __NR_linkat -SYS_listen bits/syscall.h d 680 #define SYS_listen __NR_listen -SYS_listxattr bits/syscall.h d 570 #define SYS_listxattr __NR_listxattr -SYS_llistxattr bits/syscall.h d 571 #define SYS_llistxattr __NR_llistxattr -SYS_lock bits/syscall.h d 415 #define SYS_lock __NR_lock -SYS_lookup_dcookie bits/syscall.h d 588 #define SYS_lookup_dcookie __NR_lookup_dcookie -SYS_lremovexattr bits/syscall.h d 574 #define SYS_lremovexattr __NR_lremovexattr -SYS_lseek bits/syscall.h d 381 #define SYS_lseek __NR_lseek -SYS_lsetxattr bits/syscall.h d 565 #define SYS_lsetxattr __NR_lsetxattr -SYS_lstat bits/syscall.h d 469 #define SYS_lstat __NR_lstat -SYS_madvise bits/syscall.h d 560 #define SYS_madvise __NR_madvise -SYS_mbind bits/syscall.h d 610 #define SYS_mbind __NR_mbind -SYS_membarrier bits/syscall.h d 716 #define SYS_membarrier __NR_membarrier -SYS_memfd_create bits/syscall.h d 711 #define SYS_memfd_create __NR_memfd_create -SYS_migrate_pages bits/syscall.h d 609 #define SYS_migrate_pages __NR_migrate_pages -SYS_mincore bits/syscall.h d 561 #define SYS_mincore __NR_mincore -SYS_mkdir bits/syscall.h d 401 #define SYS_mkdir __NR_mkdir -SYS_mkdirat bits/syscall.h d 638 #define SYS_mkdirat __NR_mkdirat -SYS_mknod bits/syscall.h d 376 #define SYS_mknod __NR_mknod -SYS_mknodat bits/syscall.h d 639 #define SYS_mknodat __NR_mknodat -SYS_mlock bits/syscall.h d 512 #define SYS_mlock __NR_mlock -SYS_mlock2 bits/syscall.h d 717 #define SYS_mlock2 __NR_mlock2 -SYS_mlockall bits/syscall.h d 514 #define SYS_mlockall __NR_mlockall -SYS_mmap bits/syscall.h d 452 #define SYS_mmap __NR_mmap -SYS_modify_ldt bits/syscall.h d 485 #define SYS_modify_ldt __NR_modify_ldt -SYS_mount bits/syscall.h d 383 #define SYS_mount __NR_mount -SYS_move_pages bits/syscall.h d 652 #define SYS_move_pages __NR_move_pages -SYS_mprotect bits/syscall.h d 487 #define SYS_mprotect __NR_mprotect -SYS_mpx bits/syscall.h d 418 #define SYS_mpx __NR_mpx -SYS_mq_getsetattr bits/syscall.h d 618 #define SYS_mq_getsetattr __NR_mq_getsetattr -SYS_mq_notify bits/syscall.h d 617 #define SYS_mq_notify __NR_mq_notify -SYS_mq_open bits/syscall.h d 613 #define SYS_mq_open __NR_mq_open -SYS_mq_timedreceive bits/syscall.h d 616 #define SYS_mq_timedreceive __NR_mq_timedreceive -SYS_mq_timedsend bits/syscall.h d 615 #define SYS_mq_timedsend __NR_mq_timedsend -SYS_mq_unlink bits/syscall.h d 614 #define SYS_mq_unlink __NR_mq_unlink -SYS_mremap bits/syscall.h d 525 #define SYS_mremap __NR_mremap -SYS_msync bits/syscall.h d 506 #define SYS_msync __NR_msync -SYS_multiplexer bits/syscall.h d 557 #define SYS_multiplexer __NR_multiplexer -SYS_munlock bits/syscall.h d 513 #define SYS_munlock __NR_munlock -SYS_munlockall bits/syscall.h d 515 #define SYS_munlockall __NR_munlockall -SYS_munmap bits/syscall.h d 453 #define SYS_munmap __NR_munmap -SYS_name_to_handle_at bits/syscall.h d 696 #define SYS_name_to_handle_at __NR_name_to_handle_at -SYS_nanosleep bits/syscall.h d 524 #define SYS_nanosleep __NR_nanosleep -SYS_newfstatat bits/syscall.h d 642 #define SYS_newfstatat __NR_newfstatat -SYS_nfsservctl bits/syscall.h d 530 #define SYS_nfsservctl __NR_nfsservctl -SYS_nice bits/syscall.h d 396 #define SYS_nice __NR_nice -SYS_oldfstat bits/syscall.h d 390 #define SYS_oldfstat __NR_oldfstat -SYS_oldlstat bits/syscall.h d 446 #define SYS_oldlstat __NR_oldlstat -SYS_oldolduname bits/syscall.h d 421 #define SYS_oldolduname __NR_oldolduname -SYS_oldstat bits/syscall.h d 380 #define SYS_oldstat __NR_oldstat -SYS_olduname bits/syscall.h d 471 #define SYS_olduname __NR_olduname -SYS_open bits/syscall.h d 367 #define SYS_open __NR_open -SYS_open_by_handle_at bits/syscall.h d 697 #define SYS_open_by_handle_at __NR_open_by_handle_at -SYS_openat bits/syscall.h d 637 #define SYS_openat __NR_openat -SYS_pause bits/syscall.h d 391 #define SYS_pause __NR_pause -SYS_pciconfig_iobase bits/syscall.h d 556 #define SYS_pciconfig_iobase __NR_pciconfig_iobase -SYS_pciconfig_read bits/syscall.h d 554 #define SYS_pciconfig_read __NR_pciconfig_read -SYS_pciconfig_write bits/syscall.h d 555 #define SYS_pciconfig_write __NR_pciconfig_write -SYS_perf_event_open bits/syscall.h d 670 #define SYS_perf_event_open __NR_perf_event_open -SYS_personality bits/syscall.h d 498 #define SYS_personality __NR_personality -SYS_pipe bits/syscall.h d 404 #define SYS_pipe __NR_pipe -SYS_pipe2 bits/syscall.h d 668 #define SYS_pipe2 __NR_pipe2 -SYS_pivot_root bits/syscall.h d 559 #define SYS_pivot_root __NR_pivot_root -SYS_poll bits/syscall.h d 529 #define SYS_poll __NR_poll -SYS_ppoll bits/syscall.h d 632 #define SYS_ppoll __NR_ppoll -SYS_prctl bits/syscall.h d 533 #define SYS_prctl __NR_prctl -SYS_pread64 bits/syscall.h d 541 #define SYS_pread64 __NR_pread64 -SYS_preadv bits/syscall.h d 671 #define SYS_preadv __NR_preadv -SYS_prlimit64 bits/syscall.h d 676 #define SYS_prlimit64 __NR_prlimit64 -SYS_process_vm_readv bits/syscall.h d 702 #define SYS_process_vm_readv __NR_process_vm_readv -SYS_process_vm_writev bits/syscall.h d 703 #define SYS_process_vm_writev __NR_process_vm_writev -SYS_prof bits/syscall.h d 406 #define SYS_prof __NR_prof -SYS_profil bits/syscall.h d 460 #define SYS_profil __NR_profil -SYS_pselect6 bits/syscall.h d 631 #define SYS_pselect6 __NR_pselect6 -SYS_ptrace bits/syscall.h d 388 #define SYS_ptrace __NR_ptrace -SYS_putpmsg bits/syscall.h d 550 #define SYS_putpmsg __NR_putpmsg -SYS_pwrite64 bits/syscall.h d 542 #define SYS_pwrite64 __NR_pwrite64 -SYS_pwritev bits/syscall.h d 672 #define SYS_pwritev __NR_pwritev -SYS_query_module bits/syscall.h d 528 #define SYS_query_module __NR_query_module -SYS_quotactl bits/syscall.h d 493 #define SYS_quotactl __NR_quotactl -SYS_read bits/syscall.h d 365 #define SYS_read __NR_read -SYS_readahead bits/syscall.h d 553 #define SYS_readahead __NR_readahead -SYS_readdir bits/syscall.h d 451 #define SYS_readdir __NR_readdir -SYS_readlink bits/syscall.h d 447 #define SYS_readlink __NR_readlink -SYS_readlinkat bits/syscall.h d 647 #define SYS_readlinkat __NR_readlinkat -SYS_readv bits/syscall.h d 507 #define SYS_readv __NR_readv -SYS_reboot bits/syscall.h d 450 #define SYS_reboot __NR_reboot -SYS_recv bits/syscall.h d 687 #define SYS_recv __NR_recv -SYS_recvfrom bits/syscall.h d 688 #define SYS_recvfrom __NR_recvfrom -SYS_recvmmsg bits/syscall.h d 694 #define SYS_recvmmsg __NR_recvmmsg -SYS_recvmsg bits/syscall.h d 693 #define SYS_recvmsg __NR_recvmsg -SYS_remap_file_pages bits/syscall.h d 592 #define SYS_remap_file_pages __NR_remap_file_pages -SYS_removexattr bits/syscall.h d 573 #define SYS_removexattr __NR_removexattr -SYS_rename bits/syscall.h d 400 #define SYS_rename __NR_rename -SYS_renameat bits/syscall.h d 644 #define SYS_renameat __NR_renameat -SYS_renameat2 bits/syscall.h d 708 #define SYS_renameat2 __NR_renameat2 -SYS_request_key bits/syscall.h d 621 #define SYS_request_key __NR_request_key -SYS_restart_syscall bits/syscall.h d 362 #define SYS_restart_syscall __NR_restart_syscall -SYS_rmdir bits/syscall.h d 402 #define SYS_rmdir __NR_rmdir -SYS_rt_sigaction bits/syscall.h d 535 #define SYS_rt_sigaction __NR_rt_sigaction -SYS_rt_sigpending bits/syscall.h d 537 #define SYS_rt_sigpending __NR_rt_sigpending -SYS_rt_sigprocmask bits/syscall.h d 536 #define SYS_rt_sigprocmask __NR_rt_sigprocmask -SYS_rt_sigqueueinfo bits/syscall.h d 539 #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo -SYS_rt_sigreturn bits/syscall.h d 534 #define SYS_rt_sigreturn __NR_rt_sigreturn -SYS_rt_sigsuspend bits/syscall.h d 540 #define SYS_rt_sigsuspend __NR_rt_sigsuspend -SYS_rt_sigtimedwait bits/syscall.h d 538 #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait -SYS_rt_tgsigqueueinfo bits/syscall.h d 673 #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo -SYS_rtas bits/syscall.h d 607 #define SYS_rtas __NR_rtas -SYS_sched_get_priority_max bits/syscall.h d 521 #define SYS_sched_get_priority_max __NR_sched_get_priority_max -SYS_sched_get_priority_min bits/syscall.h d 522 #define SYS_sched_get_priority_min __NR_sched_get_priority_min -SYS_sched_getaffinity bits/syscall.h d 578 #define SYS_sched_getaffinity __NR_sched_getaffinity -SYS_sched_getattr bits/syscall.h d 707 #define SYS_sched_getattr __NR_sched_getattr -SYS_sched_getparam bits/syscall.h d 517 #define SYS_sched_getparam __NR_sched_getparam -SYS_sched_getscheduler bits/syscall.h d 519 #define SYS_sched_getscheduler __NR_sched_getscheduler -SYS_sched_rr_get_interval bits/syscall.h d 523 #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval -SYS_sched_setaffinity bits/syscall.h d 577 #define SYS_sched_setaffinity __NR_sched_setaffinity -SYS_sched_setattr bits/syscall.h d 706 #define SYS_sched_setattr __NR_sched_setattr -SYS_sched_setparam bits/syscall.h d 516 #define SYS_sched_setparam __NR_sched_setparam -SYS_sched_setscheduler bits/syscall.h d 518 #define SYS_sched_setscheduler __NR_sched_setscheduler -SYS_sched_yield bits/syscall.h d 520 #define SYS_sched_yield __NR_sched_yield -SYS_seccomp bits/syscall.h d 709 #define SYS_seccomp __NR_seccomp -SYS_select bits/syscall.h d 444 #define SYS_select __NR_select -SYS_send bits/syscall.h d 685 #define SYS_send __NR_send -SYS_sendfile bits/syscall.h d 548 #define SYS_sendfile __NR_sendfile -SYS_sendmmsg bits/syscall.h d 700 #define SYS_sendmmsg __NR_sendmmsg -SYS_sendmsg bits/syscall.h d 692 #define SYS_sendmsg __NR_sendmsg -SYS_sendto bits/syscall.h d 686 #define SYS_sendto __NR_sendto -SYS_set_mempolicy bits/syscall.h d 612 #define SYS_set_mempolicy __NR_set_mempolicy -SYS_set_robust_list bits/syscall.h d 651 #define SYS_set_robust_list __NR_set_robust_list -SYS_set_tid_address bits/syscall.h d 585 #define SYS_set_tid_address __NR_set_tid_address -SYS_setdomainname bits/syscall.h d 483 #define SYS_setdomainname __NR_setdomainname -SYS_setfsgid bits/syscall.h d 501 #define SYS_setfsgid __NR_setfsgid -SYS_setfsuid bits/syscall.h d 500 #define SYS_setfsuid __NR_setfsuid -SYS_setgid bits/syscall.h d 408 #define SYS_setgid __NR_setgid -SYS_setgroups bits/syscall.h d 443 #define SYS_setgroups __NR_setgroups -SYS_sethostname bits/syscall.h d 436 #define SYS_sethostname __NR_sethostname -SYS_setitimer bits/syscall.h d 466 #define SYS_setitimer __NR_setitimer -SYS_setns bits/syscall.h d 701 #define SYS_setns __NR_setns -SYS_setpgid bits/syscall.h d 419 #define SYS_setpgid __NR_setpgid -SYS_setpriority bits/syscall.h d 459 #define SYS_setpriority __NR_setpriority -SYS_setregid bits/syscall.h d 433 #define SYS_setregid __NR_setregid -SYS_setresgid bits/syscall.h d 531 #define SYS_setresgid __NR_setresgid -SYS_setresuid bits/syscall.h d 526 #define SYS_setresuid __NR_setresuid -SYS_setreuid bits/syscall.h d 432 #define SYS_setreuid __NR_setreuid -SYS_setrlimit bits/syscall.h d 437 #define SYS_setrlimit __NR_setrlimit -SYS_setsid bits/syscall.h d 428 #define SYS_setsid __NR_setsid -SYS_setsockopt bits/syscall.h d 690 #define SYS_setsockopt __NR_setsockopt -SYS_settimeofday bits/syscall.h d 441 #define SYS_settimeofday __NR_settimeofday -SYS_setuid bits/syscall.h d 385 #define SYS_setuid __NR_setuid -SYS_setxattr bits/syscall.h d 564 #define SYS_setxattr __NR_setxattr -SYS_sgetmask bits/syscall.h d 430 #define SYS_sgetmask __NR_sgetmask -SYS_shutdown bits/syscall.h d 689 #define SYS_shutdown __NR_shutdown -SYS_sigaction bits/syscall.h d 429 #define SYS_sigaction __NR_sigaction -SYS_sigaltstack bits/syscall.h d 547 #define SYS_sigaltstack __NR_sigaltstack -SYS_signal bits/syscall.h d 410 #define SYS_signal __NR_signal -SYS_signalfd bits/syscall.h d 656 #define SYS_signalfd __NR_signalfd -SYS_signalfd4 bits/syscall.h d 664 #define SYS_signalfd4 __NR_signalfd4 -SYS_sigpending bits/syscall.h d 435 #define SYS_sigpending __NR_sigpending -SYS_sigprocmask bits/syscall.h d 488 #define SYS_sigprocmask __NR_sigprocmask -SYS_sigreturn bits/syscall.h d 481 #define SYS_sigreturn __NR_sigreturn -SYS_sigsuspend bits/syscall.h d 434 #define SYS_sigsuspend __NR_sigsuspend -SYS_socket bits/syscall.h d 677 #define SYS_socket __NR_socket -SYS_socketcall bits/syscall.h d 464 #define SYS_socketcall __NR_socketcall -SYS_socketpair bits/syscall.h d 684 #define SYS_socketpair __NR_socketpair -SYS_splice bits/syscall.h d 634 #define SYS_splice __NR_splice -SYS_spu_create bits/syscall.h d 630 #define SYS_spu_create __NR_spu_create -SYS_spu_run bits/syscall.h d 629 #define SYS_spu_run __NR_spu_run -SYS_ssetmask bits/syscall.h d 431 #define SYS_ssetmask __NR_ssetmask -SYS_stat bits/syscall.h d 468 #define SYS_stat __NR_stat -SYS_statfs bits/syscall.h d 461 #define SYS_statfs __NR_statfs -SYS_statfs64 bits/syscall.h d 605 #define SYS_statfs64 __NR_statfs64 -SYS_stime bits/syscall.h d 387 #define SYS_stime __NR_stime -SYS_stty bits/syscall.h d 393 #define SYS_stty __NR_stty -SYS_subpage_prot bits/syscall.h d 661 #define SYS_subpage_prot __NR_subpage_prot -SYS_swapcontext bits/syscall.h d 602 #define SYS_swapcontext __NR_swapcontext -SYS_swapoff bits/syscall.h d 477 #define SYS_swapoff __NR_swapoff -SYS_swapon bits/syscall.h d 449 #define SYS_swapon __NR_swapon -SYS_switch_endian bits/syscall.h d 714 #define SYS_switch_endian __NR_switch_endian -SYS_symlink bits/syscall.h d 445 #define SYS_symlink __NR_symlink -SYS_symlinkat bits/syscall.h d 646 #define SYS_symlinkat __NR_symlinkat -SYS_sync bits/syscall.h d 398 #define SYS_sync __NR_sync -SYS_sync_file_range2 bits/syscall.h d 659 #define SYS_sync_file_range2 __NR_sync_file_range2 -SYS_syncfs bits/syscall.h d 699 #define SYS_syncfs __NR_syncfs -SYS_sys_debug_setcontext bits/syscall.h d 608 #define SYS_sys_debug_setcontext __NR_sys_debug_setcontext -SYS_sysfs bits/syscall.h d 497 #define SYS_sysfs __NR_sysfs -SYS_sysinfo bits/syscall.h d 478 #define SYS_sysinfo __NR_sysinfo -SYS_syslog bits/syscall.h d 465 #define SYS_syslog __NR_syslog -SYS_tee bits/syscall.h d 635 #define SYS_tee __NR_tee -SYS_tgkill bits/syscall.h d 603 #define SYS_tgkill __NR_tgkill -SYS_time bits/syscall.h d 375 #define SYS_time __NR_time -SYS_timer_create bits/syscall.h d 593 #define SYS_timer_create __NR_timer_create -SYS_timer_delete bits/syscall.h d 597 #define SYS_timer_delete __NR_timer_delete -SYS_timer_getoverrun bits/syscall.h d 596 #define SYS_timer_getoverrun __NR_timer_getoverrun -SYS_timer_gettime bits/syscall.h d 595 #define SYS_timer_gettime __NR_timer_gettime -SYS_timer_settime bits/syscall.h d 594 #define SYS_timer_settime __NR_timer_settime -SYS_timerfd_create bits/syscall.h d 657 #define SYS_timerfd_create __NR_timerfd_create -SYS_timerfd_gettime bits/syscall.h d 663 #define SYS_timerfd_gettime __NR_timerfd_gettime -SYS_timerfd_settime bits/syscall.h d 662 #define SYS_timerfd_settime __NR_timerfd_settime -SYS_times bits/syscall.h d 405 #define SYS_times __NR_times -SYS_tkill bits/syscall.h d 563 #define SYS_tkill __NR_tkill -SYS_truncate bits/syscall.h d 454 #define SYS_truncate __NR_truncate -SYS_tuxcall bits/syscall.h d 579 #define SYS_tuxcall __NR_tuxcall -SYS_ugetrlimit bits/syscall.h d 552 #define SYS_ugetrlimit __NR_ugetrlimit -SYS_ulimit bits/syscall.h d 420 #define SYS_ulimit __NR_ulimit -SYS_umask bits/syscall.h d 422 #define SYS_umask __NR_umask -SYS_umount bits/syscall.h d 384 #define SYS_umount __NR_umount -SYS_umount2 bits/syscall.h d 414 #define SYS_umount2 __NR_umount2 -SYS_uname bits/syscall.h d 484 #define SYS_uname __NR_uname -SYS_unlink bits/syscall.h d 372 #define SYS_unlink __NR_unlink -SYS_unlinkat bits/syscall.h d 643 #define SYS_unlinkat __NR_unlinkat -SYS_unshare bits/syscall.h d 633 #define SYS_unshare __NR_unshare -SYS_uselib bits/syscall.h d 448 #define SYS_uselib __NR_uselib -SYS_userfaultfd bits/syscall.h d 715 #define SYS_userfaultfd __NR_userfaultfd -SYS_ustat bits/syscall.h d 424 #define SYS_ustat __NR_ustat -SYS_utime bits/syscall.h d 392 #define SYS_utime __NR_utime -SYS_utimensat bits/syscall.h d 655 #define SYS_utimensat __NR_utimensat -SYS_utimes bits/syscall.h d 604 #define SYS_utimes __NR_utimes -SYS_vfork bits/syscall.h d 551 #define SYS_vfork __NR_vfork -SYS_vhangup bits/syscall.h d 473 #define SYS_vhangup __NR_vhangup -SYS_vm86 bits/syscall.h d 475 #define SYS_vm86 __NR_vm86 -SYS_vmsplice bits/syscall.h d 636 #define SYS_vmsplice __NR_vmsplice -SYS_wait4 bits/syscall.h d 476 #define SYS_wait4 __NR_wait4 -SYS_waitid bits/syscall.h d 623 #define SYS_waitid __NR_waitid -SYS_waitpid bits/syscall.h d 369 #define SYS_waitpid __NR_waitpid -SYS_write bits/syscall.h d 366 #define SYS_write __NR_write -SYS_writev bits/syscall.h d 508 #define SYS_writev __NR_writev -TAB0 bits/termios.h d 63 #define TAB0 0000000 -TAB1 bits/termios.h d 64 #define TAB1 0002000 -TAB2 bits/termios.h d 65 #define TAB2 0004000 -TAB3 bits/termios.h d 66 #define TAB3 0006000 -TABDLY bits/termios.h d 62 #define TABDLY 0006000 -TCFLSH bits/ioctl.h d 36 #define TCFLSH _IO('t', 31) -TCGETA bits/ioctl.h d 29 #define TCGETA _IOR('t', 23, char[20]) -TCGETS bits/ioctl.h d 24 #define TCGETS _IOR('t', 19, char[44]) -TCGETX bits/ioctl.h d 128 #define TCGETX 0x5432 -TCIFLUSH bits/termios.h d 154 #define TCIFLUSH 0 -TCIOFF bits/termios.h d 151 #define TCIOFF 2 -TCIOFLUSH bits/termios.h d 156 #define TCIOFLUSH 2 -TCION bits/termios.h d 152 #define TCION 3 -TCOFLUSH bits/termios.h d 155 #define TCOFLUSH 1 -TCOOFF bits/termios.h d 149 #define TCOOFF 0 -TCOON bits/termios.h d 150 #define TCOON 1 -TCSADRAIN bits/termios.h d 159 #define TCSADRAIN 1 -TCSAFLUSH bits/termios.h d 160 #define TCSAFLUSH 2 -TCSANOW bits/termios.h d 158 #define TCSANOW 0 -TCSBRK bits/ioctl.h d 34 #define TCSBRK _IO('t', 29) -TCSBRKP bits/ioctl.h d 93 #define TCSBRKP 0x5425 -TCSETA bits/ioctl.h d 30 #define TCSETA _IOW('t', 24, char[20]) -TCSETAF bits/ioctl.h d 32 #define TCSETAF _IOW('t', 28, char[20]) -TCSETAW bits/ioctl.h d 31 #define TCSETAW _IOW('t', 25, char[20]) -TCSETS bits/ioctl.h d 25 #define TCSETS _IOW('t', 20, char[44]) -TCSETSF bits/ioctl.h d 27 #define TCSETSF _IOW('t', 22, char[44]) -TCSETSW bits/ioctl.h d 26 #define TCSETSW _IOW('t', 21, char[44]) -TCSETX bits/ioctl.h d 129 #define TCSETX 0x5433 -TCSETXF bits/ioctl.h d 130 #define TCSETXF 0x5434 -TCSETXW bits/ioctl.h d 131 #define TCSETXW 0x5435 -TCXONC bits/ioctl.h d 35 #define TCXONC _IO('t', 30) -TIOCCBRK bits/ioctl.h d 95 #define TIOCCBRK 0x5428 -TIOCCONS bits/ioctl.h d 77 #define TIOCCONS 0x541D -TIOCEXCL bits/ioctl.h d 50 #define TIOCEXCL 0x540C -TIOCGDEV bits/ioctl.h d 101 #define TIOCGDEV _IOR('T',0x32, unsigned int) -TIOCGETC bits/ioctl.h d 23 #define TIOCGETC _IOR('t', 18, char[6]) -TIOCGETD bits/ioctl.h d 92 #define TIOCGETD 0x5424 -TIOCGETP bits/ioctl.h d 18 #define TIOCGETP _IOR('t', 8, char[6]) -TIOCGEXCL bits/ioctl.h d 106 #define TIOCGEXCL _IOR('T',0x40, int) -TIOCGHAYESESP bits/ioctl.h d 133 #define TIOCGHAYESESP 0x545E -TIOCGICOUNT bits/ioctl.h d 120 #define TIOCGICOUNT 0x545D -TIOCGLCKTRMIOS bits/ioctl.h d 111 #define TIOCGLCKTRMIOS 0x5456 -TIOCGLTC bits/ioctl.h d 45 #define TIOCGLTC _IOR('t', 116, char[6]) -TIOCGPGRP bits/ioctl.h d 48 #define TIOCGPGRP _IOR('t', 119, int) -TIOCGPKT bits/ioctl.h d 104 #define TIOCGPKT _IOR('T',0x38, int) -TIOCGPTLCK bits/ioctl.h d 105 #define TIOCGPTLCK _IOR('T',0x39, int) -TIOCGPTN bits/ioctl.h d 99 #define TIOCGPTN _IOR('T',0x30, unsigned int) -TIOCGRS485 bits/ioctl.h d 97 #define TIOCGRS485 0x542e -TIOCGSERIAL bits/ioctl.h d 78 #define TIOCGSERIAL 0x541E -TIOCGSID bits/ioctl.h d 96 #define TIOCGSID 0x5429 -TIOCGSOFTCAR bits/ioctl.h d 74 #define TIOCGSOFTCAR 0x5419 -TIOCGWINSZ bits/ioctl.h d 39 #define TIOCGWINSZ _IOR('t', 104, char[8]) -TIOCINQ bits/ioctl.h d 16 #define TIOCINQ FIONREAD -TIOCLINUX bits/ioctl.h d 76 #define TIOCLINUX 0x541C -TIOCMBIC bits/ioctl.h d 57 #define TIOCMBIC 0x5417 -TIOCMBIS bits/ioctl.h d 56 #define TIOCMBIS 0x5416 -TIOCMGET bits/ioctl.h d 55 #define TIOCMGET 0x5415 -TIOCMIWAIT bits/ioctl.h d 119 #define TIOCMIWAIT 0x545C -TIOCMSET bits/ioctl.h d 58 #define TIOCMSET 0x5418 -TIOCM_CAR bits/ioctl.h d 65 #define TIOCM_CAR 0x040 -TIOCM_CD bits/ioctl.h d 68 #define TIOCM_CD TIOCM_CAR -TIOCM_CTS bits/ioctl.h d 64 #define TIOCM_CTS 0x020 -TIOCM_DSR bits/ioctl.h d 67 #define TIOCM_DSR 0x100 -TIOCM_DTR bits/ioctl.h d 60 #define TIOCM_DTR 0x002 -TIOCM_LE bits/ioctl.h d 59 #define TIOCM_LE 0x001 -TIOCM_LOOP bits/ioctl.h d 72 #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d 143 #define TIOCM_MODEM_BITS TIOCM_OUT2 -TIOCM_OUT1 bits/ioctl.h d 70 #define TIOCM_OUT1 0x2000 -TIOCM_OUT2 bits/ioctl.h d 71 #define TIOCM_OUT2 0x4000 -TIOCM_RI bits/ioctl.h d 69 #define TIOCM_RI TIOCM_RNG -TIOCM_RNG bits/ioctl.h d 66 #define TIOCM_RNG 0x080 -TIOCM_RTS bits/ioctl.h d 61 #define TIOCM_RTS 0x004 -TIOCM_SR bits/ioctl.h d 63 #define TIOCM_SR 0x010 -TIOCM_ST bits/ioctl.h d 62 #define TIOCM_ST 0x008 -TIOCNOTTY bits/ioctl.h d 90 #define TIOCNOTTY 0x5422 -TIOCNXCL bits/ioctl.h d 51 #define TIOCNXCL 0x540D -TIOCOUTQ bits/ioctl.h d 43 #define TIOCOUTQ _IOR('t', 115, int) -TIOCPKT bits/ioctl.h d 80 #define TIOCPKT 0x5420 -TIOCPKT_DATA bits/ioctl.h d 81 #define TIOCPKT_DATA 0 -TIOCPKT_DOSTOP bits/ioctl.h d 87 #define TIOCPKT_DOSTOP 32 -TIOCPKT_FLUSHREAD bits/ioctl.h d 82 #define TIOCPKT_FLUSHREAD 1 -TIOCPKT_FLUSHWRITE bits/ioctl.h d 83 #define TIOCPKT_FLUSHWRITE 2 -TIOCPKT_IOCTL bits/ioctl.h d 88 #define TIOCPKT_IOCTL 64 -TIOCPKT_NOSTOP bits/ioctl.h d 86 #define TIOCPKT_NOSTOP 16 -TIOCPKT_START bits/ioctl.h d 85 #define TIOCPKT_START 8 -TIOCPKT_STOP bits/ioctl.h d 84 #define TIOCPKT_STOP 4 -TIOCSBRK bits/ioctl.h d 94 #define TIOCSBRK 0x5427 -TIOCSCTTY bits/ioctl.h d 52 #define TIOCSCTTY 0x540E -TIOCSERCONFIG bits/ioctl.h d 108 #define TIOCSERCONFIG 0x5453 -TIOCSERGETLSR bits/ioctl.h d 114 #define TIOCSERGETLSR 0x5459 -TIOCSERGETMULTI bits/ioctl.h d 116 #define TIOCSERGETMULTI 0x545A -TIOCSERGSTRUCT bits/ioctl.h d 113 #define TIOCSERGSTRUCT 0x5458 -TIOCSERGWILD bits/ioctl.h d 109 #define TIOCSERGWILD 0x5454 -TIOCSERSETMULTI bits/ioctl.h d 117 #define TIOCSERSETMULTI 0x545B -TIOCSERSWILD bits/ioctl.h d 110 #define TIOCSERSWILD 0x5455 -TIOCSER_TEMT bits/ioctl.h d 115 #define TIOCSER_TEMT 0x01 -TIOCSETC bits/ioctl.h d 22 #define TIOCSETC _IOW('t', 17, char[6]) -TIOCSETD bits/ioctl.h d 91 #define TIOCSETD 0x5423 -TIOCSETN bits/ioctl.h d 20 #define TIOCSETN _IOW('t', 10, char[6]) -TIOCSETP bits/ioctl.h d 19 #define TIOCSETP _IOW('t', 9, char[6]) -TIOCSHAYESESP bits/ioctl.h d 134 #define TIOCSHAYESESP 0x545F -TIOCSIG bits/ioctl.h d 102 #define TIOCSIG _IOW('T',0x36, int) -TIOCSLCKTRMIOS bits/ioctl.h d 112 #define TIOCSLCKTRMIOS 0x5457 -TIOCSLTC bits/ioctl.h d 46 #define TIOCSLTC _IOW('t', 117, char[6]) -TIOCSPGRP bits/ioctl.h d 47 #define TIOCSPGRP _IOW('t', 118, int) -TIOCSPTLCK bits/ioctl.h d 100 #define TIOCSPTLCK _IOW('T',0x31, int) -TIOCSRS485 bits/ioctl.h d 98 #define TIOCSRS485 0x542f -TIOCSSERIAL bits/ioctl.h d 79 #define TIOCSSERIAL 0x541F -TIOCSSOFTCAR bits/ioctl.h d 75 #define TIOCSSOFTCAR 0x541A -TIOCSTART bits/ioctl.h d 40 #define TIOCSTART _IO('t', 110) -TIOCSTI bits/ioctl.h d 54 #define TIOCSTI 0x5412 -TIOCSTOP bits/ioctl.h d 41 #define TIOCSTOP _IO('t', 111) -TIOCSWINSZ bits/ioctl.h d 38 #define TIOCSWINSZ _IOW('t', 103, char[8]) -TIOCTTYGSTRUCT bits/ioctl.h d 126 #define TIOCTTYGSTRUCT 0x5426 -TIOCVHANGUP bits/ioctl.h d 103 #define TIOCVHANGUP 0x5437 -TOSTOP bits/termios.h d 144 #define TOSTOP 0x00400000 -UINTPTR_MAX bits/stdint.h d 17 #define UINTPTR_MAX UINT64_MAX -UINT_FAST16_MAX bits/stdint.h d 12 #define UINT_FAST16_MAX UINT32_MAX -UINT_FAST32_MAX bits/stdint.h d 13 #define UINT_FAST32_MAX UINT32_MAX -VDISCARD bits/termios.h d 31 #define VDISCARD 16 -VEOF bits/termios.h d 19 #define VEOF 4 -VEOL bits/termios.h d 21 #define VEOL 6 -VEOL2 bits/termios.h d 23 #define VEOL2 8 -VERASE bits/termios.h d 17 #define VERASE 2 -VINTR bits/termios.h d 15 #define VINTR 0 -VKILL bits/termios.h d 18 #define VKILL 3 -VLNEXT bits/termios.h d 30 #define VLNEXT 15 -VMIN bits/termios.h d 20 #define VMIN 5 -VQUIT bits/termios.h d 16 #define VQUIT 1 -VREPRINT bits/termios.h d 26 #define VREPRINT 11 -VSTART bits/termios.h d 28 #define VSTART 13 -VSTOP bits/termios.h d 29 #define VSTOP 14 -VSUSP bits/termios.h d 27 #define VSUSP 12 -VSWTC bits/termios.h d 24 #define VSWTC 9 -VT0 bits/termios.h d 80 #define VT0 0000000 -VT1 bits/termios.h d 81 #define VT1 0200000 -VTDLY bits/termios.h d 79 #define VTDLY 0200000 -VTIME bits/termios.h d 22 #define VTIME 7 -VWERASE bits/termios.h d 25 #define VWERASE 10 -XCASE bits/termios.h d 143 #define XCASE 0x00004000 -XTABS bits/termios.h d 169 #define XTABS 00006000 -_Addr bits/alltypes.h d 1 #define _Addr long -_IO bits/ioctl.h d 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) -_IOC bits/ioctl.h d 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) -_IOC_NONE bits/ioctl.h d 2 #define _IOC_NONE 1U -_IOC_READ bits/ioctl.h d 4 #define _IOC_READ 2U -_IOC_WRITE bits/ioctl.h d 3 #define _IOC_WRITE 4U -_IOR bits/ioctl.h d 8 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) -_IOW bits/ioctl.h d 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) -_IOWR bits/ioctl.h d 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) -_Int64 bits/alltypes.h d 2 #define _Int64 long -_NSIG bits/signal.h d 108 #define _NSIG 65 -_POSIX_V6_LP64_OFF64 bits/posix.h d 1 #define _POSIX_V6_LP64_OFF64 1 -_POSIX_V7_LP64_OFF64 bits/posix.h d 2 #define _POSIX_V7_LP64_OFF64 1 -_Reg bits/alltypes.h d 3 #define _Reg long -__BYTE_ORDER bits/endian.h d 2 #define __BYTE_ORDER __BIG_ENDIAN -__BYTE_ORDER bits/endian.h d 4 #define __BYTE_ORDER __LITTLE_ENDIAN -__DEFINED_FILE bits/alltypes.h d 344 #define __DEFINED_FILE -__DEFINED___isoc_va_list bits/alltypes.h d 12 #define __DEFINED___isoc_va_list -__DEFINED_blkcnt_t bits/alltypes.h d 211 #define __DEFINED_blkcnt_t -__DEFINED_blksize_t bits/alltypes.h d 206 #define __DEFINED_blksize_t -__DEFINED_clock_t bits/alltypes.h d 248 #define __DEFINED_clock_t -__DEFINED_clockid_t bits/alltypes.h d 243 #define __DEFINED_clockid_t -__DEFINED_cnd_t bits/alltypes.h d 74 #define __DEFINED_cnd_t -__DEFINED_dev_t bits/alltypes.h d 201 #define __DEFINED_dev_t -__DEFINED_double_t bits/alltypes.h d 31 #define __DEFINED_double_t -__DEFINED_float_t bits/alltypes.h d 26 #define __DEFINED_float_t -__DEFINED_fsblkcnt_t bits/alltypes.h d 216 #define __DEFINED_fsblkcnt_t -__DEFINED_fsfilcnt_t bits/alltypes.h d 221 #define __DEFINED_fsfilcnt_t -__DEFINED_gid_t bits/alltypes.h d 279 #define __DEFINED_gid_t -__DEFINED_id_t bits/alltypes.h d 269 #define __DEFINED_id_t -__DEFINED_ino_t bits/alltypes.h d 196 #define __DEFINED_ino_t -__DEFINED_int16_t bits/alltypes.h d 130 #define __DEFINED_int16_t -__DEFINED_int32_t bits/alltypes.h d 135 #define __DEFINED_int32_t -__DEFINED_int64_t bits/alltypes.h d 140 #define __DEFINED_int64_t -__DEFINED_int8_t bits/alltypes.h d 125 #define __DEFINED_int8_t -__DEFINED_intmax_t bits/alltypes.h d 145 #define __DEFINED_intmax_t -__DEFINED_intptr_t bits/alltypes.h d 109 #define __DEFINED_intptr_t -__DEFINED_key_t bits/alltypes.h d 284 #define __DEFINED_key_t -__DEFINED_locale_t bits/alltypes.h d 356 #define __DEFINED_locale_t -__DEFINED_max_align_t bits/alltypes.h d 37 #define __DEFINED_max_align_t -__DEFINED_mbstate_t bits/alltypes.h d 350 #define __DEFINED_mbstate_t -__DEFINED_mode_t bits/alltypes.h d 181 #define __DEFINED_mode_t -__DEFINED_mtx_t bits/alltypes.h d 64 #define __DEFINED_mtx_t -__DEFINED_nlink_t bits/alltypes.h d 186 #define __DEFINED_nlink_t -__DEFINED_off_t bits/alltypes.h d 191 #define __DEFINED_off_t -__DEFINED_pid_t bits/alltypes.h d 264 #define __DEFINED_pid_t -__DEFINED_pthread_attr_t bits/alltypes.h d 54 #define __DEFINED_pthread_attr_t -__DEFINED_pthread_barrier_t bits/alltypes.h d 84 #define __DEFINED_pthread_barrier_t -__DEFINED_pthread_barrierattr_t bits/alltypes.h d 333 #define __DEFINED_pthread_barrierattr_t -__DEFINED_pthread_cond_t bits/alltypes.h d 69 #define __DEFINED_pthread_cond_t -__DEFINED_pthread_condattr_t bits/alltypes.h d 328 #define __DEFINED_pthread_condattr_t -__DEFINED_pthread_key_t bits/alltypes.h d 313 #define __DEFINED_pthread_key_t -__DEFINED_pthread_mutex_t bits/alltypes.h d 59 #define __DEFINED_pthread_mutex_t -__DEFINED_pthread_mutexattr_t bits/alltypes.h d 323 #define __DEFINED_pthread_mutexattr_t -__DEFINED_pthread_once_t bits/alltypes.h d 308 #define __DEFINED_pthread_once_t -__DEFINED_pthread_rwlock_t bits/alltypes.h d 79 #define __DEFINED_pthread_rwlock_t -__DEFINED_pthread_rwlockattr_t bits/alltypes.h d 338 #define __DEFINED_pthread_rwlockattr_t -__DEFINED_pthread_spinlock_t bits/alltypes.h d 318 #define __DEFINED_pthread_spinlock_t -__DEFINED_pthread_t bits/alltypes.h d 296 #define __DEFINED_pthread_t -__DEFINED_pthread_t bits/alltypes.h d 302 #define __DEFINED_pthread_t -__DEFINED_ptrdiff_t bits/alltypes.h d 99 #define __DEFINED_ptrdiff_t -__DEFINED_register_t bits/alltypes.h d 119 #define __DEFINED_register_t -__DEFINED_regoff_t bits/alltypes.h d 114 #define __DEFINED_regoff_t -__DEFINED_sa_family_t bits/alltypes.h d 379 #define __DEFINED_sa_family_t -__DEFINED_sigset_t bits/alltypes.h d 362 #define __DEFINED_sigset_t -__DEFINED_size_t bits/alltypes.h d 89 #define __DEFINED_size_t -__DEFINED_socklen_t bits/alltypes.h d 374 #define __DEFINED_socklen_t -__DEFINED_ssize_t bits/alltypes.h d 104 #define __DEFINED_ssize_t -__DEFINED_struct_iovec bits/alltypes.h d 368 #define __DEFINED_struct_iovec -__DEFINED_struct_timespec bits/alltypes.h d 258 #define __DEFINED_struct_timespec -__DEFINED_struct_timeval bits/alltypes.h d 253 #define __DEFINED_struct_timeval -__DEFINED_suseconds_t bits/alltypes.h d 48 #define __DEFINED_suseconds_t -__DEFINED_time_t bits/alltypes.h d 43 #define __DEFINED_time_t -__DEFINED_timer_t bits/alltypes.h d 238 #define __DEFINED_timer_t -__DEFINED_u_int64_t bits/alltypes.h d 170 #define __DEFINED_u_int64_t -__DEFINED_uid_t bits/alltypes.h d 274 #define __DEFINED_uid_t -__DEFINED_uint16_t bits/alltypes.h d 155 #define __DEFINED_uint16_t -__DEFINED_uint32_t bits/alltypes.h d 160 #define __DEFINED_uint32_t -__DEFINED_uint64_t bits/alltypes.h d 165 #define __DEFINED_uint64_t -__DEFINED_uint8_t bits/alltypes.h d 150 #define __DEFINED_uint8_t -__DEFINED_uintmax_t bits/alltypes.h d 175 #define __DEFINED_uintmax_t -__DEFINED_uintptr_t bits/alltypes.h d 94 #define __DEFINED_uintptr_t -__DEFINED_useconds_t bits/alltypes.h d 289 #define __DEFINED_useconds_t -__DEFINED_va_list bits/alltypes.h d 7 #define __DEFINED_va_list -__DEFINED_wchar_t bits/alltypes.h d 19 #define __DEFINED_wchar_t -__DEFINED_wctype_t bits/alltypes.h d 232 #define __DEFINED_wctype_t -__DEFINED_wint_t bits/alltypes.h d 227 #define __DEFINED_wint_t -__NR__llseek bits/syscall.h d 141 #define __NR__llseek 140 -__NR__newselect bits/syscall.h d 143 #define __NR__newselect 142 -__NR__sysctl bits/syscall.h d 150 #define __NR__sysctl 149 -__NR_accept bits/syscall.h d 320 #define __NR_accept 330 -__NR_accept4 bits/syscall.h d 334 #define __NR_accept4 344 -__NR_access bits/syscall.h d 34 #define __NR_access 33 -__NR_acct bits/syscall.h d 52 #define __NR_acct 51 -__NR_add_key bits/syscall.h d 259 #define __NR_add_key 269 -__NR_adjtimex bits/syscall.h d 125 #define __NR_adjtimex 124 -__NR_afs_syscall bits/syscall.h d 138 #define __NR_afs_syscall 137 -__NR_alarm bits/syscall.h d 28 #define __NR_alarm 27 -__NR_bdflush bits/syscall.h d 135 #define __NR_bdflush 134 -__NR_bind bits/syscall.h d 317 #define __NR_bind 327 -__NR_bpf bits/syscall.h d 351 #define __NR_bpf 361 -__NR_break bits/syscall.h d 18 #define __NR_break 17 -__NR_brk bits/syscall.h d 46 #define __NR_brk 45 -__NR_capget bits/syscall.h d 184 #define __NR_capget 183 -__NR_capset bits/syscall.h d 185 #define __NR_capset 184 -__NR_chdir bits/syscall.h d 13 #define __NR_chdir 12 -__NR_chmod bits/syscall.h d 16 #define __NR_chmod 15 -__NR_chown bits/syscall.h d 182 #define __NR_chown 181 -__NR_chroot bits/syscall.h d 62 #define __NR_chroot 61 -__NR_clock_adjtime bits/syscall.h d 337 #define __NR_clock_adjtime 347 -__NR_clock_getres bits/syscall.h d 239 #define __NR_clock_getres 247 -__NR_clock_gettime bits/syscall.h d 238 #define __NR_clock_gettime 246 -__NR_clock_nanosleep bits/syscall.h d 240 #define __NR_clock_nanosleep 248 -__NR_clock_settime bits/syscall.h d 237 #define __NR_clock_settime 245 -__NR_clone bits/syscall.h d 121 #define __NR_clone 120 -__NR_close bits/syscall.h d 7 #define __NR_close 6 -__NR_connect bits/syscall.h d 318 #define __NR_connect 328 -__NR_copy_file_range bits/syscall.h d 357 #define __NR_copy_file_range 379 -__NR_creat bits/syscall.h d 9 #define __NR_creat 8 -__NR_create_module bits/syscall.h d 128 #define __NR_create_module 127 -__NR_delete_module bits/syscall.h d 130 #define __NR_delete_module 129 -__NR_dup bits/syscall.h d 42 #define __NR_dup 41 -__NR_dup2 bits/syscall.h d 64 #define __NR_dup2 63 -__NR_dup3 bits/syscall.h d 306 #define __NR_dup3 316 -__NR_epoll_create bits/syscall.h d 228 #define __NR_epoll_create 236 -__NR_epoll_create1 bits/syscall.h d 305 #define __NR_epoll_create1 315 -__NR_epoll_ctl bits/syscall.h d 229 #define __NR_epoll_ctl 237 -__NR_epoll_pwait bits/syscall.h d 293 #define __NR_epoll_pwait 303 -__NR_epoll_wait bits/syscall.h d 230 #define __NR_epoll_wait 238 -__NR_eventfd bits/syscall.h d 297 #define __NR_eventfd 307 -__NR_eventfd2 bits/syscall.h d 304 #define __NR_eventfd2 314 -__NR_execve bits/syscall.h d 12 #define __NR_execve 11 -__NR_execveat bits/syscall.h d 352 #define __NR_execveat 362 -__NR_exit bits/syscall.h d 2 #define __NR_exit 1 -__NR_exit_group bits/syscall.h d 226 #define __NR_exit_group 234 -__NR_faccessat bits/syscall.h d 288 #define __NR_faccessat 298 -__NR_fadvise64 bits/syscall.h d 225 #define __NR_fadvise64 233 -__NR_fallocate bits/syscall.h d 299 #define __NR_fallocate 309 -__NR_fanotify_init bits/syscall.h d 313 #define __NR_fanotify_init 323 -__NR_fanotify_mark bits/syscall.h d 314 #define __NR_fanotify_mark 324 -__NR_fchdir bits/syscall.h d 134 #define __NR_fchdir 133 -__NR_fchmod bits/syscall.h d 95 #define __NR_fchmod 94 -__NR_fchmodat bits/syscall.h d 287 #define __NR_fchmodat 297 -__NR_fchown bits/syscall.h d 96 #define __NR_fchown 95 -__NR_fchownat bits/syscall.h d 279 #define __NR_fchownat 289 -__NR_fcntl bits/syscall.h d 56 #define __NR_fcntl 55 -__NR_fdatasync bits/syscall.h d 149 #define __NR_fdatasync 148 -__NR_fgetxattr bits/syscall.h d 208 #define __NR_fgetxattr 214 -__NR_finit_module bits/syscall.h d 343 #define __NR_finit_module 353 -__NR_flistxattr bits/syscall.h d 211 #define __NR_flistxattr 217 -__NR_flock bits/syscall.h d 144 #define __NR_flock 143 -__NR_fork bits/syscall.h d 3 #define __NR_fork 2 -__NR_fremovexattr bits/syscall.h d 214 #define __NR_fremovexattr 220 -__NR_fsetxattr bits/syscall.h d 205 #define __NR_fsetxattr 211 -__NR_fstat bits/syscall.h d 109 #define __NR_fstat 108 -__NR_fstatfs bits/syscall.h d 101 #define __NR_fstatfs 100 -__NR_fstatfs64 bits/syscall.h d 245 #define __NR_fstatfs64 253 -__NR_fsync bits/syscall.h d 119 #define __NR_fsync 118 -__NR_ftime bits/syscall.h d 36 #define __NR_ftime 35 -__NR_ftruncate bits/syscall.h d 94 #define __NR_ftruncate 93 -__NR_futex bits/syscall.h d 215 #define __NR_futex 221 -__NR_futimesat bits/syscall.h d 280 #define __NR_futimesat 290 -__NR_get_kernel_syms bits/syscall.h d 131 #define __NR_get_kernel_syms 130 -__NR_get_mempolicy bits/syscall.h d 250 #define __NR_get_mempolicy 260 -__NR_get_robust_list bits/syscall.h d 289 #define __NR_get_robust_list 299 -__NR_getcpu bits/syscall.h d 292 #define __NR_getcpu 302 -__NR_getcwd bits/syscall.h d 183 #define __NR_getcwd 182 -__NR_getdents bits/syscall.h d 142 #define __NR_getdents 141 -__NR_getdents64 bits/syscall.h d 197 #define __NR_getdents64 202 -__NR_getegid bits/syscall.h d 51 #define __NR_getegid 50 -__NR_geteuid bits/syscall.h d 50 #define __NR_geteuid 49 -__NR_getgid bits/syscall.h d 48 #define __NR_getgid 47 -__NR_getgroups bits/syscall.h d 81 #define __NR_getgroups 80 -__NR_getitimer bits/syscall.h d 106 #define __NR_getitimer 105 -__NR_getpeername bits/syscall.h d 322 #define __NR_getpeername 332 -__NR_getpgid bits/syscall.h d 133 #define __NR_getpgid 132 -__NR_getpgrp bits/syscall.h d 66 #define __NR_getpgrp 65 -__NR_getpid bits/syscall.h d 21 #define __NR_getpid 20 -__NR_getpmsg bits/syscall.h d 188 #define __NR_getpmsg 187 -__NR_getppid bits/syscall.h d 65 #define __NR_getppid 64 -__NR_getpriority bits/syscall.h d 97 #define __NR_getpriority 96 -__NR_getrandom bits/syscall.h d 349 #define __NR_getrandom 359 -__NR_getresgid bits/syscall.h d 171 #define __NR_getresgid 170 -__NR_getresuid bits/syscall.h d 166 #define __NR_getresuid 165 -__NR_getrlimit bits/syscall.h d 77 #define __NR_getrlimit 76 -__NR_getrusage bits/syscall.h d 78 #define __NR_getrusage 77 -__NR_getsid bits/syscall.h d 148 #define __NR_getsid 147 -__NR_getsockname bits/syscall.h d 321 #define __NR_getsockname 331 -__NR_getsockopt bits/syscall.h d 330 #define __NR_getsockopt 340 -__NR_gettid bits/syscall.h d 201 #define __NR_gettid 207 -__NR_gettimeofday bits/syscall.h d 79 #define __NR_gettimeofday 78 -__NR_getuid bits/syscall.h d 25 #define __NR_getuid 24 -__NR_getxattr bits/syscall.h d 206 #define __NR_getxattr 212 -__NR_gtty bits/syscall.h d 33 #define __NR_gtty 32 -__NR_idle bits/syscall.h d 113 #define __NR_idle 112 -__NR_init_module bits/syscall.h d 129 #define __NR_init_module 128 -__NR_inotify_add_watch bits/syscall.h d 266 #define __NR_inotify_add_watch 276 -__NR_inotify_init bits/syscall.h d 265 #define __NR_inotify_init 275 -__NR_inotify_init1 bits/syscall.h d 308 #define __NR_inotify_init1 318 -__NR_inotify_rm_watch bits/syscall.h d 267 #define __NR_inotify_rm_watch 277 -__NR_io_cancel bits/syscall.h d 223 #define __NR_io_cancel 231 -__NR_io_destroy bits/syscall.h d 220 #define __NR_io_destroy 228 -__NR_io_getevents bits/syscall.h d 221 #define __NR_io_getevents 229 -__NR_io_setup bits/syscall.h d 219 #define __NR_io_setup 227 -__NR_io_submit bits/syscall.h d 222 #define __NR_io_submit 230 -__NR_ioctl bits/syscall.h d 55 #define __NR_ioctl 54 -__NR_ioperm bits/syscall.h d 102 #define __NR_ioperm 101 -__NR_iopl bits/syscall.h d 111 #define __NR_iopl 110 -__NR_ioprio_get bits/syscall.h d 264 #define __NR_ioprio_get 274 -__NR_ioprio_set bits/syscall.h d 263 #define __NR_ioprio_set 273 -__NR_ipc bits/syscall.h d 118 #define __NR_ipc 117 -__NR_kcmp bits/syscall.h d 344 #define __NR_kcmp 354 -__NR_kexec_load bits/syscall.h d 258 #define __NR_kexec_load 268 -__NR_keyctl bits/syscall.h d 261 #define __NR_keyctl 271 -__NR_kill bits/syscall.h d 38 #define __NR_kill 37 -__NR_lchown bits/syscall.h d 17 #define __NR_lchown 16 -__NR_lgetxattr bits/syscall.h d 207 #define __NR_lgetxattr 213 -__NR_link bits/syscall.h d 10 #define __NR_link 9 -__NR_linkat bits/syscall.h d 284 #define __NR_linkat 294 -__NR_listen bits/syscall.h d 319 #define __NR_listen 329 -__NR_listxattr bits/syscall.h d 209 #define __NR_listxattr 215 -__NR_llistxattr bits/syscall.h d 210 #define __NR_llistxattr 216 -__NR_lock bits/syscall.h d 54 #define __NR_lock 53 -__NR_lookup_dcookie bits/syscall.h d 227 #define __NR_lookup_dcookie 235 -__NR_lremovexattr bits/syscall.h d 213 #define __NR_lremovexattr 219 -__NR_lseek bits/syscall.h d 20 #define __NR_lseek 19 -__NR_lsetxattr bits/syscall.h d 204 #define __NR_lsetxattr 210 -__NR_lstat bits/syscall.h d 108 #define __NR_lstat 107 -__NR_madvise bits/syscall.h d 199 #define __NR_madvise 205 -__NR_mbind bits/syscall.h d 249 #define __NR_mbind 259 -__NR_membarrier bits/syscall.h d 355 #define __NR_membarrier 365 -__NR_memfd_create bits/syscall.h d 350 #define __NR_memfd_create 360 -__NR_migrate_pages bits/syscall.h d 248 #define __NR_migrate_pages 258 -__NR_mincore bits/syscall.h d 200 #define __NR_mincore 206 -__NR_mkdir bits/syscall.h d 40 #define __NR_mkdir 39 -__NR_mkdirat bits/syscall.h d 277 #define __NR_mkdirat 287 -__NR_mknod bits/syscall.h d 15 #define __NR_mknod 14 -__NR_mknodat bits/syscall.h d 278 #define __NR_mknodat 288 -__NR_mlock bits/syscall.h d 151 #define __NR_mlock 150 -__NR_mlock2 bits/syscall.h d 356 #define __NR_mlock2 378 -__NR_mlockall bits/syscall.h d 153 #define __NR_mlockall 152 -__NR_mmap bits/syscall.h d 91 #define __NR_mmap 90 -__NR_modify_ldt bits/syscall.h d 124 #define __NR_modify_ldt 123 -__NR_mount bits/syscall.h d 22 #define __NR_mount 21 -__NR_move_pages bits/syscall.h d 291 #define __NR_move_pages 301 -__NR_mprotect bits/syscall.h d 126 #define __NR_mprotect 125 -__NR_mpx bits/syscall.h d 57 #define __NR_mpx 56 -__NR_mq_getsetattr bits/syscall.h d 257 #define __NR_mq_getsetattr 267 -__NR_mq_notify bits/syscall.h d 256 #define __NR_mq_notify 266 -__NR_mq_open bits/syscall.h d 252 #define __NR_mq_open 262 -__NR_mq_timedreceive bits/syscall.h d 255 #define __NR_mq_timedreceive 265 -__NR_mq_timedsend bits/syscall.h d 254 #define __NR_mq_timedsend 264 -__NR_mq_unlink bits/syscall.h d 253 #define __NR_mq_unlink 263 -__NR_mremap bits/syscall.h d 164 #define __NR_mremap 163 -__NR_msync bits/syscall.h d 145 #define __NR_msync 144 -__NR_multiplexer bits/syscall.h d 196 #define __NR_multiplexer 201 -__NR_munlock bits/syscall.h d 152 #define __NR_munlock 151 -__NR_munlockall bits/syscall.h d 154 #define __NR_munlockall 153 -__NR_munmap bits/syscall.h d 92 #define __NR_munmap 91 -__NR_name_to_handle_at bits/syscall.h d 335 #define __NR_name_to_handle_at 345 -__NR_nanosleep bits/syscall.h d 163 #define __NR_nanosleep 162 -__NR_newfstatat bits/syscall.h d 281 #define __NR_newfstatat 291 -__NR_nfsservctl bits/syscall.h d 169 #define __NR_nfsservctl 168 -__NR_nice bits/syscall.h d 35 #define __NR_nice 34 -__NR_oldfstat bits/syscall.h d 29 #define __NR_oldfstat 28 -__NR_oldlstat bits/syscall.h d 85 #define __NR_oldlstat 84 -__NR_oldolduname bits/syscall.h d 60 #define __NR_oldolduname 59 -__NR_oldstat bits/syscall.h d 19 #define __NR_oldstat 18 -__NR_olduname bits/syscall.h d 110 #define __NR_olduname 109 -__NR_open bits/syscall.h d 6 #define __NR_open 5 -__NR_open_by_handle_at bits/syscall.h d 336 #define __NR_open_by_handle_at 346 -__NR_openat bits/syscall.h d 276 #define __NR_openat 286 -__NR_pause bits/syscall.h d 30 #define __NR_pause 29 -__NR_pciconfig_iobase bits/syscall.h d 195 #define __NR_pciconfig_iobase 200 -__NR_pciconfig_read bits/syscall.h d 193 #define __NR_pciconfig_read 198 -__NR_pciconfig_write bits/syscall.h d 194 #define __NR_pciconfig_write 199 -__NR_perf_event_open bits/syscall.h d 309 #define __NR_perf_event_open 319 -__NR_personality bits/syscall.h d 137 #define __NR_personality 136 -__NR_pipe bits/syscall.h d 43 #define __NR_pipe 42 -__NR_pipe2 bits/syscall.h d 307 #define __NR_pipe2 317 -__NR_pivot_root bits/syscall.h d 198 #define __NR_pivot_root 203 -__NR_poll bits/syscall.h d 168 #define __NR_poll 167 -__NR_ppoll bits/syscall.h d 271 #define __NR_ppoll 281 -__NR_prctl bits/syscall.h d 172 #define __NR_prctl 171 -__NR_pread64 bits/syscall.h d 180 #define __NR_pread64 179 -__NR_preadv bits/syscall.h d 310 #define __NR_preadv 320 -__NR_prlimit64 bits/syscall.h d 315 #define __NR_prlimit64 325 -__NR_process_vm_readv bits/syscall.h d 341 #define __NR_process_vm_readv 351 -__NR_process_vm_writev bits/syscall.h d 342 #define __NR_process_vm_writev 352 -__NR_prof bits/syscall.h d 45 #define __NR_prof 44 -__NR_profil bits/syscall.h d 99 #define __NR_profil 98 -__NR_pselect6 bits/syscall.h d 270 #define __NR_pselect6 280 -__NR_ptrace bits/syscall.h d 27 #define __NR_ptrace 26 -__NR_putpmsg bits/syscall.h d 189 #define __NR_putpmsg 188 -__NR_pwrite64 bits/syscall.h d 181 #define __NR_pwrite64 180 -__NR_pwritev bits/syscall.h d 311 #define __NR_pwritev 321 -__NR_query_module bits/syscall.h d 167 #define __NR_query_module 166 -__NR_quotactl bits/syscall.h d 132 #define __NR_quotactl 131 -__NR_read bits/syscall.h d 4 #define __NR_read 3 -__NR_readahead bits/syscall.h d 192 #define __NR_readahead 191 -__NR_readdir bits/syscall.h d 90 #define __NR_readdir 89 -__NR_readlink bits/syscall.h d 86 #define __NR_readlink 85 -__NR_readlinkat bits/syscall.h d 286 #define __NR_readlinkat 296 -__NR_readv bits/syscall.h d 146 #define __NR_readv 145 -__NR_reboot bits/syscall.h d 89 #define __NR_reboot 88 -__NR_recv bits/syscall.h d 326 #define __NR_recv 336 -__NR_recvfrom bits/syscall.h d 327 #define __NR_recvfrom 337 -__NR_recvmmsg bits/syscall.h d 333 #define __NR_recvmmsg 343 -__NR_recvmsg bits/syscall.h d 332 #define __NR_recvmsg 342 -__NR_remap_file_pages bits/syscall.h d 231 #define __NR_remap_file_pages 239 -__NR_removexattr bits/syscall.h d 212 #define __NR_removexattr 218 -__NR_rename bits/syscall.h d 39 #define __NR_rename 38 -__NR_renameat bits/syscall.h d 283 #define __NR_renameat 293 -__NR_renameat2 bits/syscall.h d 347 #define __NR_renameat2 357 -__NR_request_key bits/syscall.h d 260 #define __NR_request_key 270 -__NR_restart_syscall bits/syscall.h d 1 #define __NR_restart_syscall 0 -__NR_rmdir bits/syscall.h d 41 #define __NR_rmdir 40 -__NR_rt_sigaction bits/syscall.h d 174 #define __NR_rt_sigaction 173 -__NR_rt_sigpending bits/syscall.h d 176 #define __NR_rt_sigpending 175 -__NR_rt_sigprocmask bits/syscall.h d 175 #define __NR_rt_sigprocmask 174 -__NR_rt_sigqueueinfo bits/syscall.h d 178 #define __NR_rt_sigqueueinfo 177 -__NR_rt_sigreturn bits/syscall.h d 173 #define __NR_rt_sigreturn 172 -__NR_rt_sigsuspend bits/syscall.h d 179 #define __NR_rt_sigsuspend 178 -__NR_rt_sigtimedwait bits/syscall.h d 177 #define __NR_rt_sigtimedwait 176 -__NR_rt_tgsigqueueinfo bits/syscall.h d 312 #define __NR_rt_tgsigqueueinfo 322 -__NR_rtas bits/syscall.h d 246 #define __NR_rtas 255 -__NR_sched_get_priority_max bits/syscall.h d 160 #define __NR_sched_get_priority_max 159 -__NR_sched_get_priority_min bits/syscall.h d 161 #define __NR_sched_get_priority_min 160 -__NR_sched_getaffinity bits/syscall.h d 217 #define __NR_sched_getaffinity 223 -__NR_sched_getattr bits/syscall.h d 346 #define __NR_sched_getattr 356 -__NR_sched_getparam bits/syscall.h d 156 #define __NR_sched_getparam 155 -__NR_sched_getscheduler bits/syscall.h d 158 #define __NR_sched_getscheduler 157 -__NR_sched_rr_get_interval bits/syscall.h d 162 #define __NR_sched_rr_get_interval 161 -__NR_sched_setaffinity bits/syscall.h d 216 #define __NR_sched_setaffinity 222 -__NR_sched_setattr bits/syscall.h d 345 #define __NR_sched_setattr 355 -__NR_sched_setparam bits/syscall.h d 155 #define __NR_sched_setparam 154 -__NR_sched_setscheduler bits/syscall.h d 157 #define __NR_sched_setscheduler 156 -__NR_sched_yield bits/syscall.h d 159 #define __NR_sched_yield 158 -__NR_seccomp bits/syscall.h d 348 #define __NR_seccomp 358 -__NR_select bits/syscall.h d 83 #define __NR_select 82 -__NR_send bits/syscall.h d 324 #define __NR_send 334 -__NR_sendfile bits/syscall.h d 187 #define __NR_sendfile 186 -__NR_sendmmsg bits/syscall.h d 339 #define __NR_sendmmsg 349 -__NR_sendmsg bits/syscall.h d 331 #define __NR_sendmsg 341 -__NR_sendto bits/syscall.h d 325 #define __NR_sendto 335 -__NR_set_mempolicy bits/syscall.h d 251 #define __NR_set_mempolicy 261 -__NR_set_robust_list bits/syscall.h d 290 #define __NR_set_robust_list 300 -__NR_set_tid_address bits/syscall.h d 224 #define __NR_set_tid_address 232 -__NR_setdomainname bits/syscall.h d 122 #define __NR_setdomainname 121 -__NR_setfsgid bits/syscall.h d 140 #define __NR_setfsgid 139 -__NR_setfsuid bits/syscall.h d 139 #define __NR_setfsuid 138 -__NR_setgid bits/syscall.h d 47 #define __NR_setgid 46 -__NR_setgroups bits/syscall.h d 82 #define __NR_setgroups 81 -__NR_sethostname bits/syscall.h d 75 #define __NR_sethostname 74 -__NR_setitimer bits/syscall.h d 105 #define __NR_setitimer 104 -__NR_setns bits/syscall.h d 340 #define __NR_setns 350 -__NR_setpgid bits/syscall.h d 58 #define __NR_setpgid 57 -__NR_setpriority bits/syscall.h d 98 #define __NR_setpriority 97 -__NR_setregid bits/syscall.h d 72 #define __NR_setregid 71 -__NR_setresgid bits/syscall.h d 170 #define __NR_setresgid 169 -__NR_setresuid bits/syscall.h d 165 #define __NR_setresuid 164 -__NR_setreuid bits/syscall.h d 71 #define __NR_setreuid 70 -__NR_setrlimit bits/syscall.h d 76 #define __NR_setrlimit 75 -__NR_setsid bits/syscall.h d 67 #define __NR_setsid 66 -__NR_setsockopt bits/syscall.h d 329 #define __NR_setsockopt 339 -__NR_settimeofday bits/syscall.h d 80 #define __NR_settimeofday 79 -__NR_setuid bits/syscall.h d 24 #define __NR_setuid 23 -__NR_setxattr bits/syscall.h d 203 #define __NR_setxattr 209 -__NR_sgetmask bits/syscall.h d 69 #define __NR_sgetmask 68 -__NR_shutdown bits/syscall.h d 328 #define __NR_shutdown 338 -__NR_sigaction bits/syscall.h d 68 #define __NR_sigaction 67 -__NR_sigaltstack bits/syscall.h d 186 #define __NR_sigaltstack 185 -__NR_signal bits/syscall.h d 49 #define __NR_signal 48 -__NR_signalfd bits/syscall.h d 295 #define __NR_signalfd 305 -__NR_signalfd4 bits/syscall.h d 303 #define __NR_signalfd4 313 -__NR_sigpending bits/syscall.h d 74 #define __NR_sigpending 73 -__NR_sigprocmask bits/syscall.h d 127 #define __NR_sigprocmask 126 -__NR_sigreturn bits/syscall.h d 120 #define __NR_sigreturn 119 -__NR_sigsuspend bits/syscall.h d 73 #define __NR_sigsuspend 72 -__NR_socket bits/syscall.h d 316 #define __NR_socket 326 -__NR_socketcall bits/syscall.h d 103 #define __NR_socketcall 102 -__NR_socketpair bits/syscall.h d 323 #define __NR_socketpair 333 -__NR_splice bits/syscall.h d 273 #define __NR_splice 283 -__NR_spu_create bits/syscall.h d 269 #define __NR_spu_create 279 -__NR_spu_run bits/syscall.h d 268 #define __NR_spu_run 278 -__NR_ssetmask bits/syscall.h d 70 #define __NR_ssetmask 69 -__NR_stat bits/syscall.h d 107 #define __NR_stat 106 -__NR_statfs bits/syscall.h d 100 #define __NR_statfs 99 -__NR_statfs64 bits/syscall.h d 244 #define __NR_statfs64 252 -__NR_stime bits/syscall.h d 26 #define __NR_stime 25 -__NR_stty bits/syscall.h d 32 #define __NR_stty 31 -__NR_subpage_prot bits/syscall.h d 300 #define __NR_subpage_prot 310 -__NR_swapcontext bits/syscall.h d 241 #define __NR_swapcontext 249 -__NR_swapoff bits/syscall.h d 116 #define __NR_swapoff 115 -__NR_swapon bits/syscall.h d 88 #define __NR_swapon 87 -__NR_switch_endian bits/syscall.h d 353 #define __NR_switch_endian 363 -__NR_symlink bits/syscall.h d 84 #define __NR_symlink 83 -__NR_symlinkat bits/syscall.h d 285 #define __NR_symlinkat 295 -__NR_sync bits/syscall.h d 37 #define __NR_sync 36 -__NR_sync_file_range2 bits/syscall.h d 298 #define __NR_sync_file_range2 308 -__NR_syncfs bits/syscall.h d 338 #define __NR_syncfs 348 -__NR_sys_debug_setcontext bits/syscall.h d 247 #define __NR_sys_debug_setcontext 256 -__NR_sysfs bits/syscall.h d 136 #define __NR_sysfs 135 -__NR_sysinfo bits/syscall.h d 117 #define __NR_sysinfo 116 -__NR_syslog bits/syscall.h d 104 #define __NR_syslog 103 -__NR_tee bits/syscall.h d 274 #define __NR_tee 284 -__NR_tgkill bits/syscall.h d 242 #define __NR_tgkill 250 -__NR_time bits/syscall.h d 14 #define __NR_time 13 -__NR_timer_create bits/syscall.h d 232 #define __NR_timer_create 240 -__NR_timer_delete bits/syscall.h d 236 #define __NR_timer_delete 244 -__NR_timer_getoverrun bits/syscall.h d 235 #define __NR_timer_getoverrun 243 -__NR_timer_gettime bits/syscall.h d 234 #define __NR_timer_gettime 242 -__NR_timer_settime bits/syscall.h d 233 #define __NR_timer_settime 241 -__NR_timerfd_create bits/syscall.h d 296 #define __NR_timerfd_create 306 -__NR_timerfd_gettime bits/syscall.h d 302 #define __NR_timerfd_gettime 312 -__NR_timerfd_settime bits/syscall.h d 301 #define __NR_timerfd_settime 311 -__NR_times bits/syscall.h d 44 #define __NR_times 43 -__NR_tkill bits/syscall.h d 202 #define __NR_tkill 208 -__NR_truncate bits/syscall.h d 93 #define __NR_truncate 92 -__NR_tuxcall bits/syscall.h d 218 #define __NR_tuxcall 225 -__NR_ugetrlimit bits/syscall.h d 191 #define __NR_ugetrlimit 190 -__NR_ulimit bits/syscall.h d 59 #define __NR_ulimit 58 -__NR_umask bits/syscall.h d 61 #define __NR_umask 60 -__NR_umount bits/syscall.h d 23 #define __NR_umount 22 -__NR_umount2 bits/syscall.h d 53 #define __NR_umount2 52 -__NR_uname bits/syscall.h d 123 #define __NR_uname 122 -__NR_unlink bits/syscall.h d 11 #define __NR_unlink 10 -__NR_unlinkat bits/syscall.h d 282 #define __NR_unlinkat 292 -__NR_unshare bits/syscall.h d 272 #define __NR_unshare 282 -__NR_uselib bits/syscall.h d 87 #define __NR_uselib 86 -__NR_userfaultfd bits/syscall.h d 354 #define __NR_userfaultfd 364 -__NR_ustat bits/syscall.h d 63 #define __NR_ustat 62 -__NR_utime bits/syscall.h d 31 #define __NR_utime 30 -__NR_utimensat bits/syscall.h d 294 #define __NR_utimensat 304 -__NR_utimes bits/syscall.h d 243 #define __NR_utimes 251 -__NR_vfork bits/syscall.h d 190 #define __NR_vfork 189 -__NR_vhangup bits/syscall.h d 112 #define __NR_vhangup 111 -__NR_vm86 bits/syscall.h d 114 #define __NR_vm86 113 -__NR_vmsplice bits/syscall.h d 275 #define __NR_vmsplice 285 -__NR_wait4 bits/syscall.h d 115 #define __NR_wait4 114 -__NR_waitid bits/syscall.h d 262 #define __NR_waitid 272 -__NR_waitpid bits/syscall.h d 8 #define __NR_waitpid 7 -__NR_write bits/syscall.h d 5 #define __NR_write 4 -__NR_writev bits/syscall.h d 147 #define __NR_writev 146 -__WORDSIZE bits/reg.h d 2 #define __WORDSIZE 64 -__isoc_va_list bits/alltypes.h t 11 typedef __builtin_va_list __isoc_va_list; -__jmp_buf bits/setjmp.h t 1 typedef unsigned long long __jmp_buf[66]; -blkcnt_t bits/alltypes.h t 210 typedef _Int64 blkcnt_t; -blksize_t bits/alltypes.h t 205 typedef long blksize_t; -clock_t bits/alltypes.h t 247 typedef long clock_t; -clockid_t bits/alltypes.h t 242 typedef int clockid_t; -cnd_t bits/alltypes.h t 73 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t; -dev_t bits/alltypes.h t 200 typedef unsigned _Int64 dev_t; -double_t bits/alltypes.h t 30 typedef double double_t; -elf_fpreg_t bits/user.h t 20 typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; -elf_fpregset_t bits/user.h t 20 typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; -elf_greg_t bits/user.h t 19 typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; -elf_gregset_t bits/user.h t 19 typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; -elf_vrreg_t bits/user.h t 25 elf_vrreg_t, elf_vrregset_t[ELF_NVRREG]; -elf_vrregset_t bits/user.h t 25 elf_vrreg_t, elf_vrregset_t[ELF_NVRREG]; -fenv_t bits/fenv.h t 29 typedef double fenv_t; -fexcept_t bits/fenv.h t 28 typedef unsigned long fexcept_t; -float_t bits/alltypes.h t 25 typedef float float_t; -fpregset_t bits/signal.h t 16 } fpregset_t; -fsblkcnt_t bits/alltypes.h t 215 typedef unsigned _Int64 fsblkcnt_t; -fsfilcnt_t bits/alltypes.h t 220 typedef unsigned _Int64 fsfilcnt_t; -gid_t bits/alltypes.h t 278 typedef unsigned gid_t; -greg_t bits/signal.h t 11 typedef unsigned long greg_t, gregset_t[48]; -gregset_t bits/signal.h t 11 typedef unsigned long greg_t, gregset_t[48]; -id_t bits/alltypes.h t 268 typedef unsigned id_t; -ino_t bits/alltypes.h t 195 typedef unsigned _Int64 ino_t; -int16_t bits/alltypes.h t 129 typedef short int16_t; -int32_t bits/alltypes.h t 134 typedef int int32_t; -int64_t bits/alltypes.h t 139 typedef _Int64 int64_t; -int8_t bits/alltypes.h t 124 typedef signed char int8_t; -int_fast16_t bits/stdint.h t 1 typedef int32_t int_fast16_t; -int_fast32_t bits/stdint.h t 2 typedef int32_t int_fast32_t; -intmax_t bits/alltypes.h t 144 typedef _Int64 intmax_t; -intptr_t bits/alltypes.h t 108 typedef _Addr intptr_t; -key_t bits/alltypes.h t 283 typedef int key_t; -locale_t bits/alltypes.h t 355 typedef struct __locale_struct * locale_t; -max_align_t bits/alltypes.h t 36 typedef struct { long long __ll; long double __ld; } max_align_t; -mbstate_t bits/alltypes.h t 349 typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; -mcontext_t bits/signal.h t 38 } mcontext_t; -mcontext_t bits/signal.h t 44 } mcontext_t; -mode_t bits/alltypes.h t 180 typedef unsigned mode_t; -mtx_t bits/alltypes.h t 63 typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t; -nlink_t bits/alltypes.h t 185 typedef unsigned _Reg nlink_t; -off_t bits/alltypes.h t 190 typedef _Int64 off_t; -pid_t bits/alltypes.h t 263 typedef int pid_t; -pthread_attr_t bits/alltypes.h t 53 typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t; -pthread_barrier_t bits/alltypes.h t 83 typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t; -pthread_barrierattr_t bits/alltypes.h t 332 typedef struct { unsigned __attr; } pthread_barrierattr_t; -pthread_cond_t bits/alltypes.h t 68 typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t; -pthread_condattr_t bits/alltypes.h t 327 typedef struct { unsigned __attr; } pthread_condattr_t; -pthread_key_t bits/alltypes.h t 312 typedef unsigned pthread_key_t; -pthread_mutex_t bits/alltypes.h t 58 typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t; -pthread_mutexattr_t bits/alltypes.h t 322 typedef struct { unsigned __attr; } pthread_mutexattr_t; -pthread_once_t bits/alltypes.h t 307 typedef int pthread_once_t; -pthread_rwlock_t bits/alltypes.h t 78 typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t; -pthread_rwlockattr_t bits/alltypes.h t 337 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; -pthread_spinlock_t bits/alltypes.h t 317 typedef int pthread_spinlock_t; -pthread_t bits/alltypes.h t 295 typedef unsigned long pthread_t; -pthread_t bits/alltypes.h t 301 typedef struct __pthread * pthread_t; -ptrdiff_t bits/alltypes.h t 98 typedef _Addr ptrdiff_t; -register_t bits/alltypes.h t 118 typedef _Reg register_t; -regoff_t bits/alltypes.h t 113 typedef _Addr regoff_t; -sa_family_t bits/alltypes.h t 378 typedef unsigned short sa_family_t; -sigset_t bits/alltypes.h t 361 typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; -size_t bits/alltypes.h t 88 typedef unsigned _Addr size_t; -socklen_t bits/alltypes.h t 373 typedef unsigned socklen_t; -ssize_t bits/alltypes.h t 103 typedef _Addr ssize_t; -struct __mbstate_t bits/alltypes.h s 349 -struct __sigset_t bits/alltypes.h s 361 -struct __ucontext bits/signal.h s 54 -struct cmsghdr bits/socket.h s 24 -struct iovec bits/alltypes.h s 367 -struct ipc_perm bits/ipc.h s 1 -struct msghdr bits/socket.h s 3 -struct msqid_ds bits/msg.h s 1 -struct pt_regs bits/user.h s 1 -struct semid_ds bits/sem.h s 3 -struct shm_info bits/shm.h s 20 -struct shmid_ds bits/shm.h s 3 -struct shminfo bits/shm.h s 16 -struct sigaltstack bits/signal.h s 48 -struct sigcontext bits/signal.h s 26 -struct stat bits/stat.h s 1 -struct statfs bits/statfs.h s 1 -struct termios bits/termios.h s 3 -struct timespec bits/alltypes.h s 257 -struct timeval bits/alltypes.h s 252 -struct user bits/user.h s 6 -struct winsize bits/ioctl.h s 136 -suseconds_t bits/alltypes.h t 47 typedef long suseconds_t; -time_t bits/alltypes.h t 42 typedef long time_t; -timer_t bits/alltypes.h t 237 typedef void * timer_t; -u_int64_t bits/alltypes.h t 169 typedef unsigned _Int64 u_int64_t; -ucontext_t bits/signal.h t 60 } ucontext_t; -uid_t bits/alltypes.h t 273 typedef unsigned uid_t; -uint16_t bits/alltypes.h t 154 typedef unsigned short uint16_t; -uint32_t bits/alltypes.h t 159 typedef unsigned int uint32_t; -uint64_t bits/alltypes.h t 164 typedef unsigned _Int64 uint64_t; -uint8_t bits/alltypes.h t 149 typedef unsigned char uint8_t; -uint_fast16_t bits/stdint.h t 3 typedef uint32_t uint_fast16_t; -uint_fast32_t bits/stdint.h t 4 typedef uint32_t uint_fast32_t; -uintmax_t bits/alltypes.h t 174 typedef unsigned _Int64 uintmax_t; -uintptr_t bits/alltypes.h t 93 typedef unsigned _Addr uintptr_t; -useconds_t bits/alltypes.h t 288 typedef unsigned useconds_t; -va_arg bits/stdarg.h d 3 #define va_arg(v,l) __builtin_va_arg(v,l) -va_copy bits/stdarg.h d 4 #define va_copy(d,s) __builtin_va_copy(d,s) -va_end bits/stdarg.h d 2 #define va_end(v) __builtin_va_end(v) -va_list bits/alltypes.h t 6 typedef __builtin_va_list va_list; -va_start bits/stdarg.h d 1 #define va_start(v,l) __builtin_va_start(v,l) -vrregset_t bits/signal.h t 24 } vrregset_t; -wchar_t bits/alltypes.h t 18 typedef int wchar_t; -wctype_t bits/alltypes.h t 231 typedef unsigned long wctype_t; -wint_t bits/alltypes.h t 226 typedef unsigned wint_t; +B0 bits/termios.h d #define B0 0000000 +B1000000 bits/termios.h d #define B1000000 00027 +B110 bits/termios.h d #define B110 0000003 +B115200 bits/termios.h d #define B115200 00021 +B1152000 bits/termios.h d #define B1152000 00030 +B1200 bits/termios.h d #define B1200 0000011 +B134 bits/termios.h d #define B134 0000004 +B150 bits/termios.h d #define B150 0000005 +B1500000 bits/termios.h d #define B1500000 00031 +B1800 bits/termios.h d #define B1800 0000012 +B19200 bits/termios.h d #define B19200 0000016 +B200 bits/termios.h d #define B200 0000006 +B2000000 bits/termios.h d #define B2000000 00032 +B230400 bits/termios.h d #define B230400 00022 +B2400 bits/termios.h d #define B2400 0000013 +B2500000 bits/termios.h d #define B2500000 00033 +B300 bits/termios.h d #define B300 0000007 +B3000000 bits/termios.h d #define B3000000 00034 +B3500000 bits/termios.h d #define B3500000 00035 +B38400 bits/termios.h d #define B38400 0000017 +B4000000 bits/termios.h d #define B4000000 00036 +B460800 bits/termios.h d #define B460800 00023 +B4800 bits/termios.h d #define B4800 0000014 +B50 bits/termios.h d #define B50 0000001 +B500000 bits/termios.h d #define B500000 00024 +B57600 bits/termios.h d #define B57600 00020 +B576000 bits/termios.h d #define B576000 00025 +B600 bits/termios.h d #define B600 0000010 +B75 bits/termios.h d #define B75 0000002 +B921600 bits/termios.h d #define B921600 00026 +B9600 bits/termios.h d #define B9600 0000015 +BRKINT bits/termios.h d #define BRKINT 0000002 +BS0 bits/termios.h d #define BS0 0000000 +BS1 bits/termios.h d #define BS1 0100000 +BSDLY bits/termios.h d #define BSDLY 0100000 +CBAUD bits/termios.h d #define CBAUD 00377 +CBAUDEX bits/termios.h d #define CBAUDEX 0000020 +CIBAUD bits/termios.h d #define CIBAUD 077600000 +CLOCAL bits/termios.h d #define CLOCAL 00100000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 +CR0 bits/termios.h d #define CR0 0000000 +CR1 bits/termios.h d #define CR1 0010000 +CR2 bits/termios.h d #define CR2 0020000 +CR3 bits/termios.h d #define CR3 0030000 +CRDLY bits/termios.h d #define CRDLY 0030000 +CREAD bits/termios.h d #define CREAD 00004000 +CRTSCTS bits/termios.h d #define CRTSCTS 020000000000 +CS5 bits/termios.h d #define CS5 00000000 +CS6 bits/termios.h d #define CS6 00000400 +CS7 bits/termios.h d #define CS7 00001000 +CS8 bits/termios.h d #define CS8 00001400 +CSIZE bits/termios.h d #define CSIZE 00001400 +CSTOPB bits/termios.h d #define CSTOPB 00002000 +DECIMAL_DIG bits/float.h d #define DECIMAL_DIG 17 +E2BIG bits/errno.h d #define E2BIG 7 +EACCES bits/errno.h d #define EACCES 13 +EADDRINUSE bits/errno.h d #define EADDRINUSE 98 +EADDRNOTAVAIL bits/errno.h d #define EADDRNOTAVAIL 99 +EADV bits/errno.h d #define EADV 68 +EAFNOSUPPORT bits/errno.h d #define EAFNOSUPPORT 97 +EAGAIN bits/errno.h d #define EAGAIN 11 +EALREADY bits/errno.h d #define EALREADY 114 +EBADE bits/errno.h d #define EBADE 52 +EBADF bits/errno.h d #define EBADF 9 +EBADFD bits/errno.h d #define EBADFD 77 +EBADMSG bits/errno.h d #define EBADMSG 74 +EBADR bits/errno.h d #define EBADR 53 +EBADRQC bits/errno.h d #define EBADRQC 56 +EBADSLT bits/errno.h d #define EBADSLT 57 +EBFONT bits/errno.h d #define EBFONT 59 +EBUSY bits/errno.h d #define EBUSY 16 +ECANCELED bits/errno.h d #define ECANCELED 125 +ECHILD bits/errno.h d #define ECHILD 10 +ECHO bits/termios.h d #define ECHO 0x00000008 +ECHOCTL bits/termios.h d #define ECHOCTL 0x00000040 +ECHOE bits/termios.h d #define ECHOE 0x00000002 +ECHOK bits/termios.h d #define ECHOK 0x00000004 +ECHOKE bits/termios.h d #define ECHOKE 0x00000001 +ECHONL bits/termios.h d #define ECHONL 0x00000010 +ECHOPRT bits/termios.h d #define ECHOPRT 0x00000020 +ECHRNG bits/errno.h d #define ECHRNG 44 +ECOMM bits/errno.h d #define ECOMM 70 +ECONNABORTED bits/errno.h d #define ECONNABORTED 103 +ECONNREFUSED bits/errno.h d #define ECONNREFUSED 111 +ECONNRESET bits/errno.h d #define ECONNRESET 104 +EDEADLK bits/errno.h d #define EDEADLK 35 +EDEADLOCK bits/errno.h d #define EDEADLOCK 58 +EDESTADDRREQ bits/errno.h d #define EDESTADDRREQ 89 +EDOM bits/errno.h d #define EDOM 33 +EDOTDOT bits/errno.h d #define EDOTDOT 73 +EDQUOT bits/errno.h d #define EDQUOT 122 +EEXIST bits/errno.h d #define EEXIST 17 +EFAULT bits/errno.h d #define EFAULT 14 +EFBIG bits/errno.h d #define EFBIG 27 +EHOSTDOWN bits/errno.h d #define EHOSTDOWN 112 +EHOSTUNREACH bits/errno.h d #define EHOSTUNREACH 113 +EHWPOISON bits/errno.h d #define EHWPOISON 133 +EIDRM bits/errno.h d #define EIDRM 43 +EILSEQ bits/errno.h d #define EILSEQ 84 +EINPROGRESS bits/errno.h d #define EINPROGRESS 115 +EINTR bits/errno.h d #define EINTR 4 +EINVAL bits/errno.h d #define EINVAL 22 +EIO bits/errno.h d #define EIO 5 +EISCONN bits/errno.h d #define EISCONN 106 +EISDIR bits/errno.h d #define EISDIR 21 +EISNAM bits/errno.h d #define EISNAM 120 +EKEYEXPIRED bits/errno.h d #define EKEYEXPIRED 127 +EKEYREJECTED bits/errno.h d #define EKEYREJECTED 129 +EKEYREVOKED bits/errno.h d #define EKEYREVOKED 128 +EL2HLT bits/errno.h d #define EL2HLT 51 +EL2NSYNC bits/errno.h d #define EL2NSYNC 45 +EL3HLT bits/errno.h d #define EL3HLT 46 +EL3RST bits/errno.h d #define EL3RST 47 +ELF_NFPREG bits/user.h d #define ELF_NFPREG 33 +ELF_NGREG bits/user.h d #define ELF_NGREG 48 +ELF_NVRREG bits/user.h d #define ELF_NVRREG 34 +ELIBACC bits/errno.h d #define ELIBACC 79 +ELIBBAD bits/errno.h d #define ELIBBAD 80 +ELIBEXEC bits/errno.h d #define ELIBEXEC 83 +ELIBMAX bits/errno.h d #define ELIBMAX 82 +ELIBSCN bits/errno.h d #define ELIBSCN 81 +ELNRNG bits/errno.h d #define ELNRNG 48 +ELOOP bits/errno.h d #define ELOOP 40 +EMEDIUMTYPE bits/errno.h d #define EMEDIUMTYPE 124 +EMFILE bits/errno.h d #define EMFILE 24 +EMLINK bits/errno.h d #define EMLINK 31 +EMSGSIZE bits/errno.h d #define EMSGSIZE 90 +EMULTIHOP bits/errno.h d #define EMULTIHOP 72 +ENAMETOOLONG bits/errno.h d #define ENAMETOOLONG 36 +ENAVAIL bits/errno.h d #define ENAVAIL 119 +ENETDOWN bits/errno.h d #define ENETDOWN 100 +ENETRESET bits/errno.h d #define ENETRESET 102 +ENETUNREACH bits/errno.h d #define ENETUNREACH 101 +ENFILE bits/errno.h d #define ENFILE 23 +ENOANO bits/errno.h d #define ENOANO 55 +ENOBUFS bits/errno.h d #define ENOBUFS 105 +ENOCSI bits/errno.h d #define ENOCSI 50 +ENODATA bits/errno.h d #define ENODATA 61 +ENODEV bits/errno.h d #define ENODEV 19 +ENOENT bits/errno.h d #define ENOENT 2 +ENOEXEC bits/errno.h d #define ENOEXEC 8 +ENOKEY bits/errno.h d #define ENOKEY 126 +ENOLCK bits/errno.h d #define ENOLCK 37 +ENOLINK bits/errno.h d #define ENOLINK 67 +ENOMEDIUM bits/errno.h d #define ENOMEDIUM 123 +ENOMEM bits/errno.h d #define ENOMEM 12 +ENOMSG bits/errno.h d #define ENOMSG 42 +ENONET bits/errno.h d #define ENONET 64 +ENOPKG bits/errno.h d #define ENOPKG 65 +ENOPROTOOPT bits/errno.h d #define ENOPROTOOPT 92 +ENOSPC bits/errno.h d #define ENOSPC 28 +ENOSR bits/errno.h d #define ENOSR 63 +ENOSTR bits/errno.h d #define ENOSTR 60 +ENOSYS bits/errno.h d #define ENOSYS 38 +ENOTBLK bits/errno.h d #define ENOTBLK 15 +ENOTCONN bits/errno.h d #define ENOTCONN 107 +ENOTDIR bits/errno.h d #define ENOTDIR 20 +ENOTEMPTY bits/errno.h d #define ENOTEMPTY 39 +ENOTNAM bits/errno.h d #define ENOTNAM 118 +ENOTRECOVERABLE bits/errno.h d #define ENOTRECOVERABLE 131 +ENOTSOCK bits/errno.h d #define ENOTSOCK 88 +ENOTSUP bits/errno.h d #define ENOTSUP EOPNOTSUPP +ENOTTY bits/errno.h d #define ENOTTY 25 +ENOTUNIQ bits/errno.h d #define ENOTUNIQ 76 +ENXIO bits/errno.h d #define ENXIO 6 +EOPNOTSUPP bits/errno.h d #define EOPNOTSUPP 95 +EOVERFLOW bits/errno.h d #define EOVERFLOW 75 +EOWNERDEAD bits/errno.h d #define EOWNERDEAD 130 +EPERM bits/errno.h d #define EPERM 1 +EPFNOSUPPORT bits/errno.h d #define EPFNOSUPPORT 96 +EPIPE bits/errno.h d #define EPIPE 32 +EPROTO bits/errno.h d #define EPROTO 71 +EPROTONOSUPPORT bits/errno.h d #define EPROTONOSUPPORT 93 +EPROTOTYPE bits/errno.h d #define EPROTOTYPE 91 +ERANGE bits/errno.h d #define ERANGE 34 +EREMCHG bits/errno.h d #define EREMCHG 78 +EREMOTE bits/errno.h d #define EREMOTE 66 +EREMOTEIO bits/errno.h d #define EREMOTEIO 121 +ERESTART bits/errno.h d #define ERESTART 85 +ERFKILL bits/errno.h d #define ERFKILL 132 +EROFS bits/errno.h d #define EROFS 30 +ESHUTDOWN bits/errno.h d #define ESHUTDOWN 108 +ESOCKTNOSUPPORT bits/errno.h d #define ESOCKTNOSUPPORT 94 +ESPIPE bits/errno.h d #define ESPIPE 29 +ESRCH bits/errno.h d #define ESRCH 3 +ESRMNT bits/errno.h d #define ESRMNT 69 +ESTALE bits/errno.h d #define ESTALE 116 +ESTRPIPE bits/errno.h d #define ESTRPIPE 86 +ETIME bits/errno.h d #define ETIME 62 +ETIMEDOUT bits/errno.h d #define ETIMEDOUT 110 +ETOOMANYREFS bits/errno.h d #define ETOOMANYREFS 109 +ETXTBSY bits/errno.h d #define ETXTBSY 26 +EUCLEAN bits/errno.h d #define EUCLEAN 117 +EUNATCH bits/errno.h d #define EUNATCH 49 +EUSERS bits/errno.h d #define EUSERS 87 +EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN +EXDEV bits/errno.h d #define EXDEV 18 +EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 +EXTPROC bits/termios.h d #define EXTPROC 0x10000000 +FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0x3e000000 +FE_ALL_INVALID bits/fenv.h d #define FE_ALL_INVALID 0x01f80700 +FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *)-1) +FE_DIVBYZERO bits/fenv.h d #define FE_DIVBYZERO 0x04000000 +FE_DOWNWARD bits/fenv.h d #define FE_DOWNWARD 3 +FE_INEXACT bits/fenv.h d #define FE_INEXACT 0x02000000 +FE_INVALID bits/fenv.h d #define FE_INVALID 0x20000000 +FE_INVALID_COMPARE bits/fenv.h d #define FE_INVALID_COMPARE 0x00080000 +FE_INVALID_IDI bits/fenv.h d #define FE_INVALID_IDI 0x00400000 +FE_INVALID_IMZ bits/fenv.h d #define FE_INVALID_IMZ 0x00100000 +FE_INVALID_INTEGER_CONVERSION bits/fenv.h d #define FE_INVALID_INTEGER_CONVERSION 0x00000100 +FE_INVALID_ISI bits/fenv.h d #define FE_INVALID_ISI 0x00800000 +FE_INVALID_SNAN bits/fenv.h d #define FE_INVALID_SNAN 0x01000000 +FE_INVALID_SOFTWARE bits/fenv.h d #define FE_INVALID_SOFTWARE 0x00000400 +FE_INVALID_SQRT bits/fenv.h d #define FE_INVALID_SQRT 0x00000200 +FE_INVALID_ZDZ bits/fenv.h d #define FE_INVALID_ZDZ 0x00200000 +FE_OVERFLOW bits/fenv.h d #define FE_OVERFLOW 0x10000000 +FE_TONEAREST bits/fenv.h d #define FE_TONEAREST 0 +FE_TOWARDZERO bits/fenv.h d #define FE_TOWARDZERO 1 +FE_UNDERFLOW bits/fenv.h d #define FE_UNDERFLOW 0x08000000 +FE_UPWARD bits/fenv.h d #define FE_UPWARD 2 +FF0 bits/termios.h d #define FF0 0000000 +FF1 bits/termios.h d #define FF1 0040000 +FFDLY bits/termios.h d #define FFDLY 0040000 +FILE bits/alltypes.h T typedef struct _IO_FILE FILE; +FIOASYNC bits/ioctl.h d #define FIOASYNC _IOW('f', 125, int) +FIOCLEX bits/ioctl.h d #define FIOCLEX _IO('f', 1) +FIOGETOWN bits/ioctl.h d #define FIOGETOWN 0x8903 +FIONBIO bits/ioctl.h d #define FIONBIO _IOW('f', 126, int) +FIONCLEX bits/ioctl.h d #define FIONCLEX _IO('f', 2) +FIONREAD bits/ioctl.h d #define FIONREAD _IOR('f', 127, int) +FIOQSIZE bits/ioctl.h d #define FIOQSIZE _IOR('f', 128, char[8]) +FIOSETOWN bits/ioctl.h d #define FIOSETOWN 0x8901 +FLT_EVAL_METHOD bits/float.h d #define FLT_EVAL_METHOD 0 +FLUSHO bits/termios.h d #define FLUSHO 0x00800000 +F_DUPFD bits/fcntl.h d #define F_DUPFD 0 +F_GETFD bits/fcntl.h d #define F_GETFD 1 +F_GETFL bits/fcntl.h d #define F_GETFL 3 +F_GETLK bits/fcntl.h d #define F_GETLK 5 +F_GETOWN bits/fcntl.h d #define F_GETOWN 9 +F_GETOWNER_UIDS bits/fcntl.h d #define F_GETOWNER_UIDS 17 +F_GETOWN_EX bits/fcntl.h d #define F_GETOWN_EX 16 +F_GETSIG bits/fcntl.h d #define F_GETSIG 11 +F_SETFD bits/fcntl.h d #define F_SETFD 2 +F_SETFL bits/fcntl.h d #define F_SETFL 4 +F_SETLK bits/fcntl.h d #define F_SETLK 6 +F_SETLKW bits/fcntl.h d #define F_SETLKW 7 +F_SETOWN bits/fcntl.h d #define F_SETOWN 8 +F_SETOWN_EX bits/fcntl.h d #define F_SETOWN_EX 15 +F_SETSIG bits/fcntl.h d #define F_SETSIG 10 +HUPCL bits/termios.h d #define HUPCL 00040000 +ICANON bits/termios.h d #define ICANON 0x00000100 +ICRNL bits/termios.h d #define ICRNL 0000400 +IEXTEN bits/termios.h d #define IEXTEN 0x00000400 +IGNBRK bits/termios.h d #define IGNBRK 0000001 +IGNCR bits/termios.h d #define IGNCR 0000200 +IGNPAR bits/termios.h d #define IGNPAR 0000004 +IMAXBEL bits/termios.h d #define IMAXBEL 0020000 +INLCR bits/termios.h d #define INLCR 0000100 +INPCK bits/termios.h d #define INPCK 0000020 +INTPTR_MAX bits/stdint.h d #define INTPTR_MAX INT64_MAX +INTPTR_MIN bits/stdint.h d #define INTPTR_MIN INT64_MIN +INT_FAST16_MAX bits/stdint.h d #define INT_FAST16_MAX INT32_MAX +INT_FAST16_MIN bits/stdint.h d #define INT_FAST16_MIN INT32_MIN +INT_FAST32_MAX bits/stdint.h d #define INT_FAST32_MAX INT32_MAX +INT_FAST32_MIN bits/stdint.h d #define INT_FAST32_MIN INT32_MIN +IPC_64 bits/ipc.h d #define IPC_64 0x100 +ISIG bits/termios.h d #define ISIG 0x00000080 +ISTRIP bits/termios.h d #define ISTRIP 0000040 +IUCLC bits/termios.h d #define IUCLC 0010000 +IUTF8 bits/termios.h d #define IUTF8 0040000 +IXANY bits/termios.h d #define IXANY 0004000 +IXOFF bits/termios.h d #define IXOFF 0002000 +IXON bits/termios.h d #define IXON 0001000 +LDBL_DIG bits/float.h d #define LDBL_DIG 15 +LDBL_EPSILON bits/float.h d #define LDBL_EPSILON 2.22044604925031308085e-16L +LDBL_MANT_DIG bits/float.h d #define LDBL_MANT_DIG 53 +LDBL_MAX bits/float.h d #define LDBL_MAX 1.79769313486231570815e+308L +LDBL_MAX_10_EXP bits/float.h d #define LDBL_MAX_10_EXP 308 +LDBL_MAX_EXP bits/float.h d #define LDBL_MAX_EXP 1024 +LDBL_MIN bits/float.h d #define LDBL_MIN 2.22507385850720138309e-308L +LDBL_MIN_10_EXP bits/float.h d #define LDBL_MIN_10_EXP (-307) +LDBL_MIN_EXP bits/float.h d #define LDBL_MIN_EXP (-1021) +LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L +LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL +LONG_BIT bits/limits.h d #define LONG_BIT 64 +LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffffffffffL +MCL_CURRENT bits/mman.h d #define MCL_CURRENT 0x2000 +MCL_FUTURE bits/mman.h d #define MCL_FUTURE 0x4000 +MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 0x8000 +MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 4096 +NCCS bits/termios.h d #define NCCS 19 +NL0 bits/termios.h d #define NL0 0000000 +NL1 bits/termios.h d #define NL1 0000400 +NL2 bits/termios.h d #define NL2 0001000 +NL3 bits/termios.h d #define NL3 0001400 +NLDLY bits/termios.h d #define NLDLY 0001400 +NOFLSH bits/termios.h d #define NOFLSH 0x80000000 +N_6PACK bits/ioctl.h d #define N_6PACK 7 +N_AX25 bits/ioctl.h d #define N_AX25 5 +N_HCI bits/ioctl.h d #define N_HCI 15 +N_HDLC bits/ioctl.h d #define N_HDLC 13 +N_IRDA bits/ioctl.h d #define N_IRDA 11 +N_MASC bits/ioctl.h d #define N_MASC 8 +N_MOUSE bits/ioctl.h d #define N_MOUSE 2 +N_PPP bits/ioctl.h d #define N_PPP 3 +N_PROFIBUS_FDL bits/ioctl.h d #define N_PROFIBUS_FDL 10 +N_R3964 bits/ioctl.h d #define N_R3964 9 +N_SLIP bits/ioctl.h d #define N_SLIP 1 +N_SMSBLOCK bits/ioctl.h d #define N_SMSBLOCK 12 +N_STRIP bits/ioctl.h d #define N_STRIP 4 +N_SYNC_PPP bits/ioctl.h d #define N_SYNC_PPP 14 +N_TTY bits/ioctl.h d #define N_TTY 0 +N_X25 bits/ioctl.h d #define N_X25 6 +OCRNL bits/termios.h d #define OCRNL 0000010 +OFDEL bits/termios.h d #define OFDEL 0000200 +OFILL bits/termios.h d #define OFILL 0000100 +OLCUC bits/termios.h d #define OLCUC 0000004 +ONLCR bits/termios.h d #define ONLCR 0000002 +ONLRET bits/termios.h d #define ONLRET 0000040 +ONOCR bits/termios.h d #define ONOCR 0000020 +OPOST bits/termios.h d #define OPOST 0000001 +O_APPEND bits/fcntl.h d #define O_APPEND 02000 +O_ASYNC bits/fcntl.h d #define O_ASYNC 020000 +O_CLOEXEC bits/fcntl.h d #define O_CLOEXEC 02000000 +O_CREAT bits/fcntl.h d #define O_CREAT 0100 +O_DIRECT bits/fcntl.h d #define O_DIRECT 0400000 +O_DIRECTORY bits/fcntl.h d #define O_DIRECTORY 040000 +O_DSYNC bits/fcntl.h d #define O_DSYNC 010000 +O_EXCL bits/fcntl.h d #define O_EXCL 0200 +O_LARGEFILE bits/fcntl.h d #define O_LARGEFILE 0200000 +O_NDELAY bits/fcntl.h d #define O_NDELAY O_NONBLOCK +O_NOATIME bits/fcntl.h d #define O_NOATIME 01000000 +O_NOCTTY bits/fcntl.h d #define O_NOCTTY 0400 +O_NOFOLLOW bits/fcntl.h d #define O_NOFOLLOW 0100000 +O_NONBLOCK bits/fcntl.h d #define O_NONBLOCK 04000 +O_PATH bits/fcntl.h d #define O_PATH 010000000 +O_RSYNC bits/fcntl.h d #define O_RSYNC 04010000 +O_SYNC bits/fcntl.h d #define O_SYNC 04010000 +O_TMPFILE bits/fcntl.h d #define O_TMPFILE 020040000 +O_TRUNC bits/fcntl.h d #define O_TRUNC 01000 +PARENB bits/termios.h d #define PARENB 00010000 +PARMRK bits/termios.h d #define PARMRK 0000010 +PARODD bits/termios.h d #define PARODD 00020000 +PENDIN bits/termios.h d #define PENDIN 0x20000000 +PROT_SAO bits/mman.h d #define PROT_SAO 0x10 +PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT64_MAX +PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT64_MIN +SA_NOCLDSTOP bits/signal.h d #define SA_NOCLDSTOP 1U +SA_NOCLDWAIT bits/signal.h d #define SA_NOCLDWAIT 2U +SA_NODEFER bits/signal.h d #define SA_NODEFER 0x40000000U +SA_ONSTACK bits/signal.h d #define SA_ONSTACK 0x08000000U +SA_RESETHAND bits/signal.h d #define SA_RESETHAND 0x80000000U +SA_RESTART bits/signal.h d #define SA_RESTART 0x10000000U +SA_RESTORER bits/signal.h d #define SA_RESTORER 0x04000000U +SA_SIGINFO bits/signal.h d #define SA_SIGINFO 4U +SHMLBA bits/shm.h d #define SHMLBA 4096 +SIGABRT bits/signal.h d #define SIGABRT 6 +SIGALRM bits/signal.h d #define SIGALRM 14 +SIGBUS bits/signal.h d #define SIGBUS 7 +SIGCHLD bits/signal.h d #define SIGCHLD 17 +SIGCONT bits/signal.h d #define SIGCONT 18 +SIGFPE bits/signal.h d #define SIGFPE 8 +SIGHUP bits/signal.h d #define SIGHUP 1 +SIGILL bits/signal.h d #define SIGILL 4 +SIGINT bits/signal.h d #define SIGINT 2 +SIGIO bits/signal.h d #define SIGIO 29 +SIGIOT bits/signal.h d #define SIGIOT SIGABRT +SIGKILL bits/signal.h d #define SIGKILL 9 +SIGPIPE bits/signal.h d #define SIGPIPE 13 +SIGPOLL bits/signal.h d #define SIGPOLL SIGIO +SIGPROF bits/signal.h d #define SIGPROF 27 +SIGPWR bits/signal.h d #define SIGPWR 30 +SIGQUIT bits/signal.h d #define SIGQUIT 3 +SIGSEGV bits/signal.h d #define SIGSEGV 11 +SIGSTKFLT bits/signal.h d #define SIGSTKFLT 16 +SIGSTKSZ bits/signal.h d #define SIGSTKSZ 10240 +SIGSTOP bits/signal.h d #define SIGSTOP 19 +SIGSYS bits/signal.h d #define SIGSYS 31 +SIGTERM bits/signal.h d #define SIGTERM 15 +SIGTRAP bits/signal.h d #define SIGTRAP 5 +SIGTSTP bits/signal.h d #define SIGTSTP 20 +SIGTTIN bits/signal.h d #define SIGTTIN 21 +SIGTTOU bits/signal.h d #define SIGTTOU 22 +SIGUNUSED bits/signal.h d #define SIGUNUSED SIGSYS +SIGURG bits/signal.h d #define SIGURG 23 +SIGUSR1 bits/signal.h d #define SIGUSR1 10 +SIGUSR2 bits/signal.h d #define SIGUSR2 12 +SIGVTALRM bits/signal.h d #define SIGVTALRM 26 +SIGWINCH bits/signal.h d #define SIGWINCH 28 +SIGXCPU bits/signal.h d #define SIGXCPU 24 +SIGXFSZ bits/signal.h d #define SIGXFSZ 25 +SIOCADDDLCI bits/ioctl.h d #define SIOCADDDLCI 0x8980 +SIOCADDMULTI bits/ioctl.h d #define SIOCADDMULTI 0x8931 +SIOCADDRT bits/ioctl.h d #define SIOCADDRT 0x890B +SIOCATMARK bits/ioctl.h d #define SIOCATMARK 0x8905 +SIOCDARP bits/ioctl.h d #define SIOCDARP 0x8953 +SIOCDELDLCI bits/ioctl.h d #define SIOCDELDLCI 0x8981 +SIOCDELMULTI bits/ioctl.h d #define SIOCDELMULTI 0x8932 +SIOCDELRT bits/ioctl.h d #define SIOCDELRT 0x890C +SIOCDEVPRIVATE bits/ioctl.h d #define SIOCDEVPRIVATE 0x89F0 +SIOCDIFADDR bits/ioctl.h d #define SIOCDIFADDR 0x8936 +SIOCDRARP bits/ioctl.h d #define SIOCDRARP 0x8960 +SIOCGARP bits/ioctl.h d #define SIOCGARP 0x8954 +SIOCGIFADDR bits/ioctl.h d #define SIOCGIFADDR 0x8915 +SIOCGIFBR bits/ioctl.h d #define SIOCGIFBR 0x8940 +SIOCGIFBRDADDR bits/ioctl.h d #define SIOCGIFBRDADDR 0x8919 +SIOCGIFCONF bits/ioctl.h d #define SIOCGIFCONF 0x8912 +SIOCGIFCOUNT bits/ioctl.h d #define SIOCGIFCOUNT 0x8938 +SIOCGIFDSTADDR bits/ioctl.h d #define SIOCGIFDSTADDR 0x8917 +SIOCGIFENCAP bits/ioctl.h d #define SIOCGIFENCAP 0x8925 +SIOCGIFFLAGS bits/ioctl.h d #define SIOCGIFFLAGS 0x8913 +SIOCGIFHWADDR bits/ioctl.h d #define SIOCGIFHWADDR 0x8927 +SIOCGIFINDEX bits/ioctl.h d #define SIOCGIFINDEX 0x8933 +SIOCGIFMAP bits/ioctl.h d #define SIOCGIFMAP 0x8970 +SIOCGIFMEM bits/ioctl.h d #define SIOCGIFMEM 0x891f +SIOCGIFMETRIC bits/ioctl.h d #define SIOCGIFMETRIC 0x891d +SIOCGIFMTU bits/ioctl.h d #define SIOCGIFMTU 0x8921 +SIOCGIFNAME bits/ioctl.h d #define SIOCGIFNAME 0x8910 +SIOCGIFNETMASK bits/ioctl.h d #define SIOCGIFNETMASK 0x891b +SIOCGIFPFLAGS bits/ioctl.h d #define SIOCGIFPFLAGS 0x8935 +SIOCGIFSLAVE bits/ioctl.h d #define SIOCGIFSLAVE 0x8929 +SIOCGIFTXQLEN bits/ioctl.h d #define SIOCGIFTXQLEN 0x8942 +SIOCGPGRP bits/ioctl.h d #define SIOCGPGRP 0x8904 +SIOCGRARP bits/ioctl.h d #define SIOCGRARP 0x8961 +SIOCGSTAMP bits/ioctl.h d #define SIOCGSTAMP 0x8906 +SIOCPROTOPRIVATE bits/ioctl.h d #define SIOCPROTOPRIVATE 0x89E0 +SIOCRTMSG bits/ioctl.h d #define SIOCRTMSG 0x890D +SIOCSARP bits/ioctl.h d #define SIOCSARP 0x8955 +SIOCSIFADDR bits/ioctl.h d #define SIOCSIFADDR 0x8916 +SIOCSIFBR bits/ioctl.h d #define SIOCSIFBR 0x8941 +SIOCSIFBRDADDR bits/ioctl.h d #define SIOCSIFBRDADDR 0x891a +SIOCSIFDSTADDR bits/ioctl.h d #define SIOCSIFDSTADDR 0x8918 +SIOCSIFENCAP bits/ioctl.h d #define SIOCSIFENCAP 0x8926 +SIOCSIFFLAGS bits/ioctl.h d #define SIOCSIFFLAGS 0x8914 +SIOCSIFHWADDR bits/ioctl.h d #define SIOCSIFHWADDR 0x8924 +SIOCSIFHWBROADCAST bits/ioctl.h d #define SIOCSIFHWBROADCAST 0x8937 +SIOCSIFLINK bits/ioctl.h d #define SIOCSIFLINK 0x8911 +SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 +SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 +SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e +SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 +SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c +SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 +SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 +SIOCSIFTXQLEN bits/ioctl.h d #define SIOCSIFTXQLEN 0x8943 +SIOCSPGRP bits/ioctl.h d #define SIOCSPGRP 0x8902 +SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 +SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX +SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT64_MAX +SO_ACCEPTCONN bits/socket.h d #define SO_ACCEPTCONN 30 +SO_BROADCAST bits/socket.h d #define SO_BROADCAST 6 +SO_BSDCOMPAT bits/socket.h d #define SO_BSDCOMPAT 14 +SO_DEBUG bits/socket.h d #define SO_DEBUG 1 +SO_DOMAIN bits/socket.h d #define SO_DOMAIN 39 +SO_DONTROUTE bits/socket.h d #define SO_DONTROUTE 5 +SO_ERROR bits/socket.h d #define SO_ERROR 4 +SO_KEEPALIVE bits/socket.h d #define SO_KEEPALIVE 9 +SO_LINGER bits/socket.h d #define SO_LINGER 13 +SO_NO_CHECK bits/socket.h d #define SO_NO_CHECK 11 +SO_OOBINLINE bits/socket.h d #define SO_OOBINLINE 10 +SO_PASSCRED bits/socket.h d #define SO_PASSCRED 20 +SO_PEERCRED bits/socket.h d #define SO_PEERCRED 21 +SO_PRIORITY bits/socket.h d #define SO_PRIORITY 12 +SO_PROTOCOL bits/socket.h d #define SO_PROTOCOL 38 +SO_RCVBUF bits/socket.h d #define SO_RCVBUF 8 +SO_RCVBUFFORCE bits/socket.h d #define SO_RCVBUFFORCE 33 +SO_RCVLOWAT bits/socket.h d #define SO_RCVLOWAT 16 +SO_RCVTIMEO bits/socket.h d #define SO_RCVTIMEO 18 +SO_REUSEADDR bits/socket.h d #define SO_REUSEADDR 2 +SO_REUSEPORT bits/socket.h d #define SO_REUSEPORT 15 +SO_SNDBUF bits/socket.h d #define SO_SNDBUF 7 +SO_SNDBUFFORCE bits/socket.h d #define SO_SNDBUFFORCE 32 +SO_SNDLOWAT bits/socket.h d #define SO_SNDLOWAT 17 +SO_SNDTIMEO bits/socket.h d #define SO_SNDTIMEO 19 +SO_TYPE bits/socket.h d #define SO_TYPE 3 +SYS__llseek bits/syscall.h d #define SYS__llseek 140 +SYS__newselect bits/syscall.h d #define SYS__newselect 142 +SYS__sysctl bits/syscall.h d #define SYS__sysctl 149 +SYS_accept bits/syscall.h d #define SYS_accept 330 +SYS_accept4 bits/syscall.h d #define SYS_accept4 344 +SYS_access bits/syscall.h d #define SYS_access 33 +SYS_acct bits/syscall.h d #define SYS_acct 51 +SYS_add_key bits/syscall.h d #define SYS_add_key 269 +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex 124 +SYS_afs_syscall bits/syscall.h d #define SYS_afs_syscall 137 +SYS_alarm bits/syscall.h d #define SYS_alarm 27 +SYS_bdflush bits/syscall.h d #define SYS_bdflush 134 +SYS_bind bits/syscall.h d #define SYS_bind 327 +SYS_bpf bits/syscall.h d #define SYS_bpf 361 +SYS_break bits/syscall.h d #define SYS_break 17 +SYS_brk bits/syscall.h d #define SYS_brk 45 +SYS_capget bits/syscall.h d #define SYS_capget 183 +SYS_capset bits/syscall.h d #define SYS_capset 184 +SYS_chdir bits/syscall.h d #define SYS_chdir 12 +SYS_chmod bits/syscall.h d #define SYS_chmod 15 +SYS_chown bits/syscall.h d #define SYS_chown 181 +SYS_chroot bits/syscall.h d #define SYS_chroot 61 +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime 347 +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres 247 +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime 246 +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep 248 +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 245 +SYS_clone bits/syscall.h d #define SYS_clone 120 +SYS_close bits/syscall.h d #define SYS_close 6 +SYS_connect bits/syscall.h d #define SYS_connect 328 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 379 +SYS_creat bits/syscall.h d #define SYS_creat 8 +SYS_create_module bits/syscall.h d #define SYS_create_module 127 +SYS_delete_module bits/syscall.h d #define SYS_delete_module 129 +SYS_dup bits/syscall.h d #define SYS_dup 41 +SYS_dup2 bits/syscall.h d #define SYS_dup2 63 +SYS_dup3 bits/syscall.h d #define SYS_dup3 316 +SYS_epoll_create bits/syscall.h d #define SYS_epoll_create 236 +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 315 +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl 237 +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait 303 +SYS_epoll_wait bits/syscall.h d #define SYS_epoll_wait 238 +SYS_eventfd bits/syscall.h d #define SYS_eventfd 307 +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 314 +SYS_execve bits/syscall.h d #define SYS_execve 11 +SYS_execveat bits/syscall.h d #define SYS_execveat 362 +SYS_exit bits/syscall.h d #define SYS_exit 1 +SYS_exit_group bits/syscall.h d #define SYS_exit_group 234 +SYS_faccessat bits/syscall.h d #define SYS_faccessat 298 +SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 233 +SYS_fallocate bits/syscall.h d #define SYS_fallocate 309 +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init 323 +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark 324 +SYS_fchdir bits/syscall.h d #define SYS_fchdir 133 +SYS_fchmod bits/syscall.h d #define SYS_fchmod 94 +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat 297 +SYS_fchown bits/syscall.h d #define SYS_fchown 95 +SYS_fchownat bits/syscall.h d #define SYS_fchownat 289 +SYS_fcntl bits/syscall.h d #define SYS_fcntl 55 +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync 148 +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr 214 +SYS_finit_module bits/syscall.h d #define SYS_finit_module 353 +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr 217 +SYS_flock bits/syscall.h d #define SYS_flock 143 +SYS_fork bits/syscall.h d #define SYS_fork 2 +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr 220 +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr 211 +SYS_fstat bits/syscall.h d #define SYS_fstat 108 +SYS_fstatfs bits/syscall.h d #define SYS_fstatfs 100 +SYS_fstatfs64 bits/syscall.h d #define SYS_fstatfs64 253 +SYS_fsync bits/syscall.h d #define SYS_fsync 118 +SYS_ftime bits/syscall.h d #define SYS_ftime 35 +SYS_ftruncate bits/syscall.h d #define SYS_ftruncate 93 +SYS_futex bits/syscall.h d #define SYS_futex 221 +SYS_futimesat bits/syscall.h d #define SYS_futimesat 290 +SYS_get_kernel_syms bits/syscall.h d #define SYS_get_kernel_syms 130 +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy 260 +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list 299 +SYS_getcpu bits/syscall.h d #define SYS_getcpu 302 +SYS_getcwd bits/syscall.h d #define SYS_getcwd 182 +SYS_getdents bits/syscall.h d #define SYS_getdents 141 +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 202 +SYS_getegid bits/syscall.h d #define SYS_getegid 50 +SYS_geteuid bits/syscall.h d #define SYS_geteuid 49 +SYS_getgid bits/syscall.h d #define SYS_getgid 47 +SYS_getgroups bits/syscall.h d #define SYS_getgroups 80 +SYS_getitimer bits/syscall.h d #define SYS_getitimer 105 +SYS_getpeername bits/syscall.h d #define SYS_getpeername 332 +SYS_getpgid bits/syscall.h d #define SYS_getpgid 132 +SYS_getpgrp bits/syscall.h d #define SYS_getpgrp 65 +SYS_getpid bits/syscall.h d #define SYS_getpid 20 +SYS_getpmsg bits/syscall.h d #define SYS_getpmsg 187 +SYS_getppid bits/syscall.h d #define SYS_getppid 64 +SYS_getpriority bits/syscall.h d #define SYS_getpriority 96 +SYS_getrandom bits/syscall.h d #define SYS_getrandom 359 +SYS_getresgid bits/syscall.h d #define SYS_getresgid 170 +SYS_getresuid bits/syscall.h d #define SYS_getresuid 165 +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit 76 +SYS_getrusage bits/syscall.h d #define SYS_getrusage 77 +SYS_getsid bits/syscall.h d #define SYS_getsid 147 +SYS_getsockname bits/syscall.h d #define SYS_getsockname 331 +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt 340 +SYS_gettid bits/syscall.h d #define SYS_gettid 207 +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday 78 +SYS_getuid bits/syscall.h d #define SYS_getuid 24 +SYS_getxattr bits/syscall.h d #define SYS_getxattr 212 +SYS_gtty bits/syscall.h d #define SYS_gtty 32 +SYS_idle bits/syscall.h d #define SYS_idle 112 +SYS_init_module bits/syscall.h d #define SYS_init_module 128 +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch 276 +SYS_inotify_init bits/syscall.h d #define SYS_inotify_init 275 +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 318 +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch 277 +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel 231 +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy 228 +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents 229 +SYS_io_setup bits/syscall.h d #define SYS_io_setup 227 +SYS_io_submit bits/syscall.h d #define SYS_io_submit 230 +SYS_ioctl bits/syscall.h d #define SYS_ioctl 54 +SYS_ioperm bits/syscall.h d #define SYS_ioperm 101 +SYS_iopl bits/syscall.h d #define SYS_iopl 110 +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get 274 +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set 273 +SYS_ipc bits/syscall.h d #define SYS_ipc 117 +SYS_kcmp bits/syscall.h d #define SYS_kcmp 354 +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load 268 +SYS_keyctl bits/syscall.h d #define SYS_keyctl 271 +SYS_kill bits/syscall.h d #define SYS_kill 37 +SYS_lchown bits/syscall.h d #define SYS_lchown 16 +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr 213 +SYS_link bits/syscall.h d #define SYS_link 9 +SYS_linkat bits/syscall.h d #define SYS_linkat 294 +SYS_listen bits/syscall.h d #define SYS_listen 329 +SYS_listxattr bits/syscall.h d #define SYS_listxattr 215 +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr 216 +SYS_lock bits/syscall.h d #define SYS_lock 53 +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie 235 +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr 219 +SYS_lseek bits/syscall.h d #define SYS_lseek 19 +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr 210 +SYS_lstat bits/syscall.h d #define SYS_lstat 107 +SYS_madvise bits/syscall.h d #define SYS_madvise 205 +SYS_mbind bits/syscall.h d #define SYS_mbind 259 +SYS_membarrier bits/syscall.h d #define SYS_membarrier 365 +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create 360 +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages 258 +SYS_mincore bits/syscall.h d #define SYS_mincore 206 +SYS_mkdir bits/syscall.h d #define SYS_mkdir 39 +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat 287 +SYS_mknod bits/syscall.h d #define SYS_mknod 14 +SYS_mknodat bits/syscall.h d #define SYS_mknodat 288 +SYS_mlock bits/syscall.h d #define SYS_mlock 150 +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 378 +SYS_mlockall bits/syscall.h d #define SYS_mlockall 152 +SYS_mmap bits/syscall.h d #define SYS_mmap 90 +SYS_modify_ldt bits/syscall.h d #define SYS_modify_ldt 123 +SYS_mount bits/syscall.h d #define SYS_mount 21 +SYS_move_pages bits/syscall.h d #define SYS_move_pages 301 +SYS_mprotect bits/syscall.h d #define SYS_mprotect 125 +SYS_mpx bits/syscall.h d #define SYS_mpx 56 +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr 267 +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify 266 +SYS_mq_open bits/syscall.h d #define SYS_mq_open 262 +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive 265 +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend 264 +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink 263 +SYS_mremap bits/syscall.h d #define SYS_mremap 163 +SYS_msync bits/syscall.h d #define SYS_msync 144 +SYS_multiplexer bits/syscall.h d #define SYS_multiplexer 201 +SYS_munlock bits/syscall.h d #define SYS_munlock 151 +SYS_munlockall bits/syscall.h d #define SYS_munlockall 153 +SYS_munmap bits/syscall.h d #define SYS_munmap 91 +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at 345 +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep 162 +SYS_newfstatat bits/syscall.h d #define SYS_newfstatat 291 +SYS_nfsservctl bits/syscall.h d #define SYS_nfsservctl 168 +SYS_nice bits/syscall.h d #define SYS_nice 34 +SYS_oldfstat bits/syscall.h d #define SYS_oldfstat 28 +SYS_oldlstat bits/syscall.h d #define SYS_oldlstat 84 +SYS_oldolduname bits/syscall.h d #define SYS_oldolduname 59 +SYS_oldstat bits/syscall.h d #define SYS_oldstat 18 +SYS_olduname bits/syscall.h d #define SYS_olduname 109 +SYS_open bits/syscall.h d #define SYS_open 5 +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at 346 +SYS_openat bits/syscall.h d #define SYS_openat 286 +SYS_pause bits/syscall.h d #define SYS_pause 29 +SYS_pciconfig_iobase bits/syscall.h d #define SYS_pciconfig_iobase 200 +SYS_pciconfig_read bits/syscall.h d #define SYS_pciconfig_read 198 +SYS_pciconfig_write bits/syscall.h d #define SYS_pciconfig_write 199 +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open 319 +SYS_personality bits/syscall.h d #define SYS_personality 136 +SYS_pipe bits/syscall.h d #define SYS_pipe 42 +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 317 +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root 203 +SYS_poll bits/syscall.h d #define SYS_poll 167 +SYS_ppoll bits/syscall.h d #define SYS_ppoll 281 +SYS_prctl bits/syscall.h d #define SYS_prctl 171 +SYS_pread64 bits/syscall.h d #define SYS_pread64 179 +SYS_preadv bits/syscall.h d #define SYS_preadv 320 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 380 +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 325 +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 351 +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 352 +SYS_prof bits/syscall.h d #define SYS_prof 44 +SYS_profil bits/syscall.h d #define SYS_profil 98 +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 280 +SYS_ptrace bits/syscall.h d #define SYS_ptrace 26 +SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 188 +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 180 +SYS_pwritev bits/syscall.h d #define SYS_pwritev 321 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 381 +SYS_query_module bits/syscall.h d #define SYS_query_module 166 +SYS_quotactl bits/syscall.h d #define SYS_quotactl 131 +SYS_read bits/syscall.h d #define SYS_read 3 +SYS_readahead bits/syscall.h d #define SYS_readahead 191 +SYS_readdir bits/syscall.h d #define SYS_readdir 89 +SYS_readlink bits/syscall.h d #define SYS_readlink 85 +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat 296 +SYS_readv bits/syscall.h d #define SYS_readv 145 +SYS_reboot bits/syscall.h d #define SYS_reboot 88 +SYS_recv bits/syscall.h d #define SYS_recv 336 +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom 337 +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg 343 +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg 342 +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages 239 +SYS_removexattr bits/syscall.h d #define SYS_removexattr 218 +SYS_rename bits/syscall.h d #define SYS_rename 38 +SYS_renameat bits/syscall.h d #define SYS_renameat 293 +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 357 +SYS_request_key bits/syscall.h d #define SYS_request_key 270 +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall 0 +SYS_rmdir bits/syscall.h d #define SYS_rmdir 40 +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction 173 +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending 175 +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask 174 +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo 177 +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn 172 +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend 178 +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait 176 +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo 322 +SYS_rtas bits/syscall.h d #define SYS_rtas 255 +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max 159 +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min 160 +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity 223 +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr 356 +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam 155 +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler 157 +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval 161 +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity 222 +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr 355 +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam 154 +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler 156 +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield 158 +SYS_seccomp bits/syscall.h d #define SYS_seccomp 358 +SYS_select bits/syscall.h d #define SYS_select 82 +SYS_send bits/syscall.h d #define SYS_send 334 +SYS_sendfile bits/syscall.h d #define SYS_sendfile 186 +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg 349 +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg 341 +SYS_sendto bits/syscall.h d #define SYS_sendto 335 +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy 261 +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list 300 +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address 232 +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname 121 +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid 139 +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid 138 +SYS_setgid bits/syscall.h d #define SYS_setgid 46 +SYS_setgroups bits/syscall.h d #define SYS_setgroups 81 +SYS_sethostname bits/syscall.h d #define SYS_sethostname 74 +SYS_setitimer bits/syscall.h d #define SYS_setitimer 104 +SYS_setns bits/syscall.h d #define SYS_setns 350 +SYS_setpgid bits/syscall.h d #define SYS_setpgid 57 +SYS_setpriority bits/syscall.h d #define SYS_setpriority 97 +SYS_setregid bits/syscall.h d #define SYS_setregid 71 +SYS_setresgid bits/syscall.h d #define SYS_setresgid 169 +SYS_setresuid bits/syscall.h d #define SYS_setresuid 164 +SYS_setreuid bits/syscall.h d #define SYS_setreuid 70 +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit 75 +SYS_setsid bits/syscall.h d #define SYS_setsid 66 +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt 339 +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday 79 +SYS_setuid bits/syscall.h d #define SYS_setuid 23 +SYS_setxattr bits/syscall.h d #define SYS_setxattr 209 +SYS_sgetmask bits/syscall.h d #define SYS_sgetmask 68 +SYS_shutdown bits/syscall.h d #define SYS_shutdown 338 +SYS_sigaction bits/syscall.h d #define SYS_sigaction 67 +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack 185 +SYS_signal bits/syscall.h d #define SYS_signal 48 +SYS_signalfd bits/syscall.h d #define SYS_signalfd 305 +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 313 +SYS_sigpending bits/syscall.h d #define SYS_sigpending 73 +SYS_sigprocmask bits/syscall.h d #define SYS_sigprocmask 126 +SYS_sigreturn bits/syscall.h d #define SYS_sigreturn 119 +SYS_sigsuspend bits/syscall.h d #define SYS_sigsuspend 72 +SYS_socket bits/syscall.h d #define SYS_socket 326 +SYS_socketcall bits/syscall.h d #define SYS_socketcall 102 +SYS_socketpair bits/syscall.h d #define SYS_socketpair 333 +SYS_splice bits/syscall.h d #define SYS_splice 283 +SYS_spu_create bits/syscall.h d #define SYS_spu_create 279 +SYS_spu_run bits/syscall.h d #define SYS_spu_run 278 +SYS_ssetmask bits/syscall.h d #define SYS_ssetmask 69 +SYS_stat bits/syscall.h d #define SYS_stat 106 +SYS_statfs bits/syscall.h d #define SYS_statfs 99 +SYS_statfs64 bits/syscall.h d #define SYS_statfs64 252 +SYS_stime bits/syscall.h d #define SYS_stime 25 +SYS_stty bits/syscall.h d #define SYS_stty 31 +SYS_subpage_prot bits/syscall.h d #define SYS_subpage_prot 310 +SYS_swapcontext bits/syscall.h d #define SYS_swapcontext 249 +SYS_swapoff bits/syscall.h d #define SYS_swapoff 115 +SYS_swapon bits/syscall.h d #define SYS_swapon 87 +SYS_switch_endian bits/syscall.h d #define SYS_switch_endian 363 +SYS_symlink bits/syscall.h d #define SYS_symlink 83 +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat 295 +SYS_sync bits/syscall.h d #define SYS_sync 36 +SYS_sync_file_range2 bits/syscall.h d #define SYS_sync_file_range2 308 +SYS_syncfs bits/syscall.h d #define SYS_syncfs 348 +SYS_sys_debug_setcontext bits/syscall.h d #define SYS_sys_debug_setcontext 256 +SYS_sysfs bits/syscall.h d #define SYS_sysfs 135 +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo 116 +SYS_syslog bits/syscall.h d #define SYS_syslog 103 +SYS_tee bits/syscall.h d #define SYS_tee 284 +SYS_tgkill bits/syscall.h d #define SYS_tgkill 250 +SYS_time bits/syscall.h d #define SYS_time 13 +SYS_timer_create bits/syscall.h d #define SYS_timer_create 240 +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete 244 +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun 243 +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime 242 +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime 241 +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create 306 +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime 312 +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime 311 +SYS_times bits/syscall.h d #define SYS_times 43 +SYS_tkill bits/syscall.h d #define SYS_tkill 208 +SYS_truncate bits/syscall.h d #define SYS_truncate 92 +SYS_tuxcall bits/syscall.h d #define SYS_tuxcall 225 +SYS_ugetrlimit bits/syscall.h d #define SYS_ugetrlimit 190 +SYS_ulimit bits/syscall.h d #define SYS_ulimit 58 +SYS_umask bits/syscall.h d #define SYS_umask 60 +SYS_umount bits/syscall.h d #define SYS_umount 22 +SYS_umount2 bits/syscall.h d #define SYS_umount2 52 +SYS_uname bits/syscall.h d #define SYS_uname 122 +SYS_unlink bits/syscall.h d #define SYS_unlink 10 +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat 292 +SYS_unshare bits/syscall.h d #define SYS_unshare 282 +SYS_uselib bits/syscall.h d #define SYS_uselib 86 +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd 364 +SYS_ustat bits/syscall.h d #define SYS_ustat 62 +SYS_utime bits/syscall.h d #define SYS_utime 30 +SYS_utimensat bits/syscall.h d #define SYS_utimensat 304 +SYS_utimes bits/syscall.h d #define SYS_utimes 251 +SYS_vfork bits/syscall.h d #define SYS_vfork 189 +SYS_vhangup bits/syscall.h d #define SYS_vhangup 111 +SYS_vm86 bits/syscall.h d #define SYS_vm86 113 +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice 285 +SYS_wait4 bits/syscall.h d #define SYS_wait4 114 +SYS_waitid bits/syscall.h d #define SYS_waitid 272 +SYS_waitpid bits/syscall.h d #define SYS_waitpid 7 +SYS_write bits/syscall.h d #define SYS_write 4 +SYS_writev bits/syscall.h d #define SYS_writev 146 +TAB0 bits/termios.h d #define TAB0 0000000 +TAB1 bits/termios.h d #define TAB1 0002000 +TAB2 bits/termios.h d #define TAB2 0004000 +TAB3 bits/termios.h d #define TAB3 0006000 +TABDLY bits/termios.h d #define TABDLY 0006000 +TCFLSH bits/ioctl.h d #define TCFLSH _IO('t', 31) +TCGETA bits/ioctl.h d #define TCGETA _IOR('t', 23, char[20]) +TCGETS bits/ioctl.h d #define TCGETS _IOR('t', 19, char[44]) +TCIFLUSH bits/termios.h d #define TCIFLUSH 0 +TCIOFF bits/termios.h d #define TCIOFF 2 +TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 +TCION bits/termios.h d #define TCION 3 +TCOFLUSH bits/termios.h d #define TCOFLUSH 1 +TCOOFF bits/termios.h d #define TCOOFF 0 +TCOON bits/termios.h d #define TCOON 1 +TCSADRAIN bits/termios.h d #define TCSADRAIN 1 +TCSAFLUSH bits/termios.h d #define TCSAFLUSH 2 +TCSANOW bits/termios.h d #define TCSANOW 0 +TCSBRK bits/ioctl.h d #define TCSBRK _IO('t', 29) +TCSBRKP bits/ioctl.h d #define TCSBRKP 0x5425 +TCSETA bits/ioctl.h d #define TCSETA _IOW('t', 24, char[20]) +TCSETAF bits/ioctl.h d #define TCSETAF _IOW('t', 28, char[20]) +TCSETAW bits/ioctl.h d #define TCSETAW _IOW('t', 25, char[20]) +TCSETS bits/ioctl.h d #define TCSETS _IOW('t', 20, char[44]) +TCSETSF bits/ioctl.h d #define TCSETSF _IOW('t', 22, char[44]) +TCSETSW bits/ioctl.h d #define TCSETSW _IOW('t', 21, char[44]) +TCXONC bits/ioctl.h d #define TCXONC _IO('t', 30) +TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 +TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D +TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV _IOR('T',0x32, unsigned int) +TIOCGETC bits/ioctl.h d #define TIOCGETC _IOR('t', 18, char[6]) +TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 +TIOCGETP bits/ioctl.h d #define TIOCGETP _IOR('t', 8, char[6]) +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL _IOR('T', 0x40, int) +TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D +TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 +TIOCGLTC bits/ioctl.h d #define TIOCGLTC _IOR('t', 116, char[6]) +TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) +TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 0x38, int) +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 0x39, int) +TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T',0x30, unsigned int) +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542e +TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E +TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 +TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 +TIOCGWINSZ bits/ioctl.h d #define TIOCGWINSZ _IOR('t', 104, char[8]) +TIOCINQ bits/ioctl.h d #define TIOCINQ FIONREAD +TIOCLINUX bits/ioctl.h d #define TIOCLINUX 0x541C +TIOCMBIC bits/ioctl.h d #define TIOCMBIC 0x5417 +TIOCMBIS bits/ioctl.h d #define TIOCMBIS 0x5416 +TIOCMGET bits/ioctl.h d #define TIOCMGET 0x5415 +TIOCMIWAIT bits/ioctl.h d #define TIOCMIWAIT 0x545C +TIOCMSET bits/ioctl.h d #define TIOCMSET 0x5418 +TIOCM_CAR bits/ioctl.h d #define TIOCM_CAR 0x040 +TIOCM_CD bits/ioctl.h d #define TIOCM_CD TIOCM_CAR +TIOCM_CTS bits/ioctl.h d #define TIOCM_CTS 0x020 +TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 +TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 +TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 +TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 +TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 +TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 +TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG +TIOCM_RNG bits/ioctl.h d #define TIOCM_RNG 0x080 +TIOCM_RTS bits/ioctl.h d #define TIOCM_RTS 0x004 +TIOCM_SR bits/ioctl.h d #define TIOCM_SR 0x010 +TIOCM_ST bits/ioctl.h d #define TIOCM_ST 0x008 +TIOCNOTTY bits/ioctl.h d #define TIOCNOTTY 0x5422 +TIOCNXCL bits/ioctl.h d #define TIOCNXCL 0x540D +TIOCOUTQ bits/ioctl.h d #define TIOCOUTQ _IOR('t', 115, int) +TIOCPKT bits/ioctl.h d #define TIOCPKT 0x5420 +TIOCPKT_DATA bits/ioctl.h d #define TIOCPKT_DATA 0 +TIOCPKT_DOSTOP bits/ioctl.h d #define TIOCPKT_DOSTOP 32 +TIOCPKT_FLUSHREAD bits/ioctl.h d #define TIOCPKT_FLUSHREAD 1 +TIOCPKT_FLUSHWRITE bits/ioctl.h d #define TIOCPKT_FLUSHWRITE 2 +TIOCPKT_IOCTL bits/ioctl.h d #define TIOCPKT_IOCTL 64 +TIOCPKT_NOSTOP bits/ioctl.h d #define TIOCPKT_NOSTOP 16 +TIOCPKT_START bits/ioctl.h d #define TIOCPKT_START 8 +TIOCPKT_STOP bits/ioctl.h d #define TIOCPKT_STOP 4 +TIOCSBRK bits/ioctl.h d #define TIOCSBRK 0x5427 +TIOCSCTTY bits/ioctl.h d #define TIOCSCTTY 0x540E +TIOCSERCONFIG bits/ioctl.h d #define TIOCSERCONFIG 0x5453 +TIOCSERGETLSR bits/ioctl.h d #define TIOCSERGETLSR 0x5459 +TIOCSERGETMULTI bits/ioctl.h d #define TIOCSERGETMULTI 0x545A +TIOCSERGSTRUCT bits/ioctl.h d #define TIOCSERGSTRUCT 0x5458 +TIOCSERGWILD bits/ioctl.h d #define TIOCSERGWILD 0x5454 +TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B +TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 +TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 +TIOCSER_TEMT bits/termios.h d #define TIOCSER_TEMT 1 +TIOCSETC bits/ioctl.h d #define TIOCSETC _IOW('t', 17, char[6]) +TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 +TIOCSETN bits/ioctl.h d #define TIOCSETN _IOW('t', 10, char[6]) +TIOCSETP bits/ioctl.h d #define TIOCSETP _IOW('t', 9, char[6]) +TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T',0x36, int) +TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 +TIOCSLTC bits/ioctl.h d #define TIOCSLTC _IOW('t', 117, char[6]) +TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP _IOW('t', 118, int) +TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T',0x31, int) +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542f +TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F +TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A +TIOCSTART bits/ioctl.h d #define TIOCSTART _IO('t', 110) +TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 +TIOCSTOP bits/ioctl.h d #define TIOCSTOP _IO('t', 111) +TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ _IOW('t', 103, char[8]) +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 +TOSTOP bits/termios.h d #define TOSTOP 0x00400000 +UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT64_MAX +UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX +UINT_FAST32_MAX bits/stdint.h d #define UINT_FAST32_MAX UINT32_MAX +VDISCARD bits/termios.h d #define VDISCARD 16 +VEOF bits/termios.h d #define VEOF 4 +VEOL bits/termios.h d #define VEOL 6 +VEOL2 bits/termios.h d #define VEOL2 8 +VERASE bits/termios.h d #define VERASE 2 +VINTR bits/termios.h d #define VINTR 0 +VKILL bits/termios.h d #define VKILL 3 +VLNEXT bits/termios.h d #define VLNEXT 15 +VMIN bits/termios.h d #define VMIN 5 +VQUIT bits/termios.h d #define VQUIT 1 +VREPRINT bits/termios.h d #define VREPRINT 11 +VSTART bits/termios.h d #define VSTART 13 +VSTOP bits/termios.h d #define VSTOP 14 +VSUSP bits/termios.h d #define VSUSP 12 +VSWTC bits/termios.h d #define VSWTC 9 +VT0 bits/termios.h d #define VT0 0000000 +VT1 bits/termios.h d #define VT1 0200000 +VTDLY bits/termios.h d #define VTDLY 0200000 +VTIME bits/termios.h d #define VTIME 7 +VWERASE bits/termios.h d #define VWERASE 10 +XCASE bits/termios.h d #define XCASE 0x00004000 +XTABS bits/termios.h d #define XTABS 00006000 +_Addr bits/alltypes.h d #define _Addr long +_IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) +_IOC bits/ioctl.h d #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) +_IOC_NONE bits/ioctl.h d #define _IOC_NONE 1U +_IOC_READ bits/ioctl.h d #define _IOC_READ 2U +_IOC_WRITE bits/ioctl.h d #define _IOC_WRITE 4U +_IOR bits/ioctl.h d #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) +_IOW bits/ioctl.h d #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) +_IOWR bits/ioctl.h d #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) +_Int64 bits/alltypes.h d #define _Int64 long +_NSIG bits/signal.h d #define _NSIG 65 +_POSIX_V6_LP64_OFF64 bits/posix.h d #define _POSIX_V6_LP64_OFF64 1 +_POSIX_V7_LP64_OFF64 bits/posix.h d #define _POSIX_V7_LP64_OFF64 1 +_Reg bits/alltypes.h d #define _Reg long +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __BIG_ENDIAN +__BYTE_ORDER bits/endian.h d #define __BYTE_ORDER __LITTLE_ENDIAN +__DEFINED_FILE bits/alltypes.h d #define __DEFINED_FILE +__DEFINED___isoc_va_list bits/alltypes.h d #define __DEFINED___isoc_va_list +__DEFINED_blkcnt_t bits/alltypes.h d #define __DEFINED_blkcnt_t +__DEFINED_blksize_t bits/alltypes.h d #define __DEFINED_blksize_t +__DEFINED_clock_t bits/alltypes.h d #define __DEFINED_clock_t +__DEFINED_clockid_t bits/alltypes.h d #define __DEFINED_clockid_t +__DEFINED_cnd_t bits/alltypes.h d #define __DEFINED_cnd_t +__DEFINED_dev_t bits/alltypes.h d #define __DEFINED_dev_t +__DEFINED_double_t bits/alltypes.h d #define __DEFINED_double_t +__DEFINED_float_t bits/alltypes.h d #define __DEFINED_float_t +__DEFINED_fsblkcnt_t bits/alltypes.h d #define __DEFINED_fsblkcnt_t +__DEFINED_fsfilcnt_t bits/alltypes.h d #define __DEFINED_fsfilcnt_t +__DEFINED_gid_t bits/alltypes.h d #define __DEFINED_gid_t +__DEFINED_id_t bits/alltypes.h d #define __DEFINED_id_t +__DEFINED_ino_t bits/alltypes.h d #define __DEFINED_ino_t +__DEFINED_int16_t bits/alltypes.h d #define __DEFINED_int16_t +__DEFINED_int32_t bits/alltypes.h d #define __DEFINED_int32_t +__DEFINED_int64_t bits/alltypes.h d #define __DEFINED_int64_t +__DEFINED_int8_t bits/alltypes.h d #define __DEFINED_int8_t +__DEFINED_intmax_t bits/alltypes.h d #define __DEFINED_intmax_t +__DEFINED_intptr_t bits/alltypes.h d #define __DEFINED_intptr_t +__DEFINED_key_t bits/alltypes.h d #define __DEFINED_key_t +__DEFINED_locale_t bits/alltypes.h d #define __DEFINED_locale_t +__DEFINED_max_align_t bits/alltypes.h d #define __DEFINED_max_align_t +__DEFINED_mbstate_t bits/alltypes.h d #define __DEFINED_mbstate_t +__DEFINED_mode_t bits/alltypes.h d #define __DEFINED_mode_t +__DEFINED_mtx_t bits/alltypes.h d #define __DEFINED_mtx_t +__DEFINED_nlink_t bits/alltypes.h d #define __DEFINED_nlink_t +__DEFINED_off_t bits/alltypes.h d #define __DEFINED_off_t +__DEFINED_pid_t bits/alltypes.h d #define __DEFINED_pid_t +__DEFINED_pthread_attr_t bits/alltypes.h d #define __DEFINED_pthread_attr_t +__DEFINED_pthread_barrier_t bits/alltypes.h d #define __DEFINED_pthread_barrier_t +__DEFINED_pthread_barrierattr_t bits/alltypes.h d #define __DEFINED_pthread_barrierattr_t +__DEFINED_pthread_cond_t bits/alltypes.h d #define __DEFINED_pthread_cond_t +__DEFINED_pthread_condattr_t bits/alltypes.h d #define __DEFINED_pthread_condattr_t +__DEFINED_pthread_key_t bits/alltypes.h d #define __DEFINED_pthread_key_t +__DEFINED_pthread_mutex_t bits/alltypes.h d #define __DEFINED_pthread_mutex_t +__DEFINED_pthread_mutexattr_t bits/alltypes.h d #define __DEFINED_pthread_mutexattr_t +__DEFINED_pthread_once_t bits/alltypes.h d #define __DEFINED_pthread_once_t +__DEFINED_pthread_rwlock_t bits/alltypes.h d #define __DEFINED_pthread_rwlock_t +__DEFINED_pthread_rwlockattr_t bits/alltypes.h d #define __DEFINED_pthread_rwlockattr_t +__DEFINED_pthread_spinlock_t bits/alltypes.h d #define __DEFINED_pthread_spinlock_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_pthread_t bits/alltypes.h d #define __DEFINED_pthread_t +__DEFINED_ptrdiff_t bits/alltypes.h d #define __DEFINED_ptrdiff_t +__DEFINED_register_t bits/alltypes.h d #define __DEFINED_register_t +__DEFINED_regoff_t bits/alltypes.h d #define __DEFINED_regoff_t +__DEFINED_sa_family_t bits/alltypes.h d #define __DEFINED_sa_family_t +__DEFINED_sigset_t bits/alltypes.h d #define __DEFINED_sigset_t +__DEFINED_size_t bits/alltypes.h d #define __DEFINED_size_t +__DEFINED_socklen_t bits/alltypes.h d #define __DEFINED_socklen_t +__DEFINED_ssize_t bits/alltypes.h d #define __DEFINED_ssize_t +__DEFINED_struct_iovec bits/alltypes.h d #define __DEFINED_struct_iovec +__DEFINED_struct_timespec bits/alltypes.h d #define __DEFINED_struct_timespec +__DEFINED_struct_timeval bits/alltypes.h d #define __DEFINED_struct_timeval +__DEFINED_suseconds_t bits/alltypes.h d #define __DEFINED_suseconds_t +__DEFINED_time_t bits/alltypes.h d #define __DEFINED_time_t +__DEFINED_timer_t bits/alltypes.h d #define __DEFINED_timer_t +__DEFINED_u_int64_t bits/alltypes.h d #define __DEFINED_u_int64_t +__DEFINED_uid_t bits/alltypes.h d #define __DEFINED_uid_t +__DEFINED_uint16_t bits/alltypes.h d #define __DEFINED_uint16_t +__DEFINED_uint32_t bits/alltypes.h d #define __DEFINED_uint32_t +__DEFINED_uint64_t bits/alltypes.h d #define __DEFINED_uint64_t +__DEFINED_uint8_t bits/alltypes.h d #define __DEFINED_uint8_t +__DEFINED_uintmax_t bits/alltypes.h d #define __DEFINED_uintmax_t +__DEFINED_uintptr_t bits/alltypes.h d #define __DEFINED_uintptr_t +__DEFINED_useconds_t bits/alltypes.h d #define __DEFINED_useconds_t +__DEFINED_va_list bits/alltypes.h d #define __DEFINED_va_list +__DEFINED_wchar_t bits/alltypes.h d #define __DEFINED_wchar_t +__DEFINED_wctype_t bits/alltypes.h d #define __DEFINED_wctype_t +__DEFINED_wint_t bits/alltypes.h d #define __DEFINED_wint_t +__NR__llseek bits/syscall.h d #define __NR__llseek 140 +__NR__newselect bits/syscall.h d #define __NR__newselect 142 +__NR__sysctl bits/syscall.h d #define __NR__sysctl 149 +__NR_accept bits/syscall.h d #define __NR_accept 330 +__NR_accept4 bits/syscall.h d #define __NR_accept4 344 +__NR_access bits/syscall.h d #define __NR_access 33 +__NR_acct bits/syscall.h d #define __NR_acct 51 +__NR_add_key bits/syscall.h d #define __NR_add_key 269 +__NR_adjtimex bits/syscall.h d #define __NR_adjtimex 124 +__NR_afs_syscall bits/syscall.h d #define __NR_afs_syscall 137 +__NR_alarm bits/syscall.h d #define __NR_alarm 27 +__NR_bdflush bits/syscall.h d #define __NR_bdflush 134 +__NR_bind bits/syscall.h d #define __NR_bind 327 +__NR_bpf bits/syscall.h d #define __NR_bpf 361 +__NR_break bits/syscall.h d #define __NR_break 17 +__NR_brk bits/syscall.h d #define __NR_brk 45 +__NR_capget bits/syscall.h d #define __NR_capget 183 +__NR_capset bits/syscall.h d #define __NR_capset 184 +__NR_chdir bits/syscall.h d #define __NR_chdir 12 +__NR_chmod bits/syscall.h d #define __NR_chmod 15 +__NR_chown bits/syscall.h d #define __NR_chown 181 +__NR_chroot bits/syscall.h d #define __NR_chroot 61 +__NR_clock_adjtime bits/syscall.h d #define __NR_clock_adjtime 347 +__NR_clock_getres bits/syscall.h d #define __NR_clock_getres 247 +__NR_clock_gettime bits/syscall.h d #define __NR_clock_gettime 246 +__NR_clock_nanosleep bits/syscall.h d #define __NR_clock_nanosleep 248 +__NR_clock_settime bits/syscall.h d #define __NR_clock_settime 245 +__NR_clone bits/syscall.h d #define __NR_clone 120 +__NR_close bits/syscall.h d #define __NR_close 6 +__NR_connect bits/syscall.h d #define __NR_connect 328 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 379 +__NR_creat bits/syscall.h d #define __NR_creat 8 +__NR_create_module bits/syscall.h d #define __NR_create_module 127 +__NR_delete_module bits/syscall.h d #define __NR_delete_module 129 +__NR_dup bits/syscall.h d #define __NR_dup 41 +__NR_dup2 bits/syscall.h d #define __NR_dup2 63 +__NR_dup3 bits/syscall.h d #define __NR_dup3 316 +__NR_epoll_create bits/syscall.h d #define __NR_epoll_create 236 +__NR_epoll_create1 bits/syscall.h d #define __NR_epoll_create1 315 +__NR_epoll_ctl bits/syscall.h d #define __NR_epoll_ctl 237 +__NR_epoll_pwait bits/syscall.h d #define __NR_epoll_pwait 303 +__NR_epoll_wait bits/syscall.h d #define __NR_epoll_wait 238 +__NR_eventfd bits/syscall.h d #define __NR_eventfd 307 +__NR_eventfd2 bits/syscall.h d #define __NR_eventfd2 314 +__NR_execve bits/syscall.h d #define __NR_execve 11 +__NR_execveat bits/syscall.h d #define __NR_execveat 362 +__NR_exit bits/syscall.h d #define __NR_exit 1 +__NR_exit_group bits/syscall.h d #define __NR_exit_group 234 +__NR_faccessat bits/syscall.h d #define __NR_faccessat 298 +__NR_fadvise64 bits/syscall.h d #define __NR_fadvise64 233 +__NR_fallocate bits/syscall.h d #define __NR_fallocate 309 +__NR_fanotify_init bits/syscall.h d #define __NR_fanotify_init 323 +__NR_fanotify_mark bits/syscall.h d #define __NR_fanotify_mark 324 +__NR_fchdir bits/syscall.h d #define __NR_fchdir 133 +__NR_fchmod bits/syscall.h d #define __NR_fchmod 94 +__NR_fchmodat bits/syscall.h d #define __NR_fchmodat 297 +__NR_fchown bits/syscall.h d #define __NR_fchown 95 +__NR_fchownat bits/syscall.h d #define __NR_fchownat 289 +__NR_fcntl bits/syscall.h d #define __NR_fcntl 55 +__NR_fdatasync bits/syscall.h d #define __NR_fdatasync 148 +__NR_fgetxattr bits/syscall.h d #define __NR_fgetxattr 214 +__NR_finit_module bits/syscall.h d #define __NR_finit_module 353 +__NR_flistxattr bits/syscall.h d #define __NR_flistxattr 217 +__NR_flock bits/syscall.h d #define __NR_flock 143 +__NR_fork bits/syscall.h d #define __NR_fork 2 +__NR_fremovexattr bits/syscall.h d #define __NR_fremovexattr 220 +__NR_fsetxattr bits/syscall.h d #define __NR_fsetxattr 211 +__NR_fstat bits/syscall.h d #define __NR_fstat 108 +__NR_fstatfs bits/syscall.h d #define __NR_fstatfs 100 +__NR_fstatfs64 bits/syscall.h d #define __NR_fstatfs64 253 +__NR_fsync bits/syscall.h d #define __NR_fsync 118 +__NR_ftime bits/syscall.h d #define __NR_ftime 35 +__NR_ftruncate bits/syscall.h d #define __NR_ftruncate 93 +__NR_futex bits/syscall.h d #define __NR_futex 221 +__NR_futimesat bits/syscall.h d #define __NR_futimesat 290 +__NR_get_kernel_syms bits/syscall.h d #define __NR_get_kernel_syms 130 +__NR_get_mempolicy bits/syscall.h d #define __NR_get_mempolicy 260 +__NR_get_robust_list bits/syscall.h d #define __NR_get_robust_list 299 +__NR_getcpu bits/syscall.h d #define __NR_getcpu 302 +__NR_getcwd bits/syscall.h d #define __NR_getcwd 182 +__NR_getdents bits/syscall.h d #define __NR_getdents 141 +__NR_getdents64 bits/syscall.h d #define __NR_getdents64 202 +__NR_getegid bits/syscall.h d #define __NR_getegid 50 +__NR_geteuid bits/syscall.h d #define __NR_geteuid 49 +__NR_getgid bits/syscall.h d #define __NR_getgid 47 +__NR_getgroups bits/syscall.h d #define __NR_getgroups 80 +__NR_getitimer bits/syscall.h d #define __NR_getitimer 105 +__NR_getpeername bits/syscall.h d #define __NR_getpeername 332 +__NR_getpgid bits/syscall.h d #define __NR_getpgid 132 +__NR_getpgrp bits/syscall.h d #define __NR_getpgrp 65 +__NR_getpid bits/syscall.h d #define __NR_getpid 20 +__NR_getpmsg bits/syscall.h d #define __NR_getpmsg 187 +__NR_getppid bits/syscall.h d #define __NR_getppid 64 +__NR_getpriority bits/syscall.h d #define __NR_getpriority 96 +__NR_getrandom bits/syscall.h d #define __NR_getrandom 359 +__NR_getresgid bits/syscall.h d #define __NR_getresgid 170 +__NR_getresuid bits/syscall.h d #define __NR_getresuid 165 +__NR_getrlimit bits/syscall.h d #define __NR_getrlimit 76 +__NR_getrusage bits/syscall.h d #define __NR_getrusage 77 +__NR_getsid bits/syscall.h d #define __NR_getsid 147 +__NR_getsockname bits/syscall.h d #define __NR_getsockname 331 +__NR_getsockopt bits/syscall.h d #define __NR_getsockopt 340 +__NR_gettid bits/syscall.h d #define __NR_gettid 207 +__NR_gettimeofday bits/syscall.h d #define __NR_gettimeofday 78 +__NR_getuid bits/syscall.h d #define __NR_getuid 24 +__NR_getxattr bits/syscall.h d #define __NR_getxattr 212 +__NR_gtty bits/syscall.h d #define __NR_gtty 32 +__NR_idle bits/syscall.h d #define __NR_idle 112 +__NR_init_module bits/syscall.h d #define __NR_init_module 128 +__NR_inotify_add_watch bits/syscall.h d #define __NR_inotify_add_watch 276 +__NR_inotify_init bits/syscall.h d #define __NR_inotify_init 275 +__NR_inotify_init1 bits/syscall.h d #define __NR_inotify_init1 318 +__NR_inotify_rm_watch bits/syscall.h d #define __NR_inotify_rm_watch 277 +__NR_io_cancel bits/syscall.h d #define __NR_io_cancel 231 +__NR_io_destroy bits/syscall.h d #define __NR_io_destroy 228 +__NR_io_getevents bits/syscall.h d #define __NR_io_getevents 229 +__NR_io_setup bits/syscall.h d #define __NR_io_setup 227 +__NR_io_submit bits/syscall.h d #define __NR_io_submit 230 +__NR_ioctl bits/syscall.h d #define __NR_ioctl 54 +__NR_ioperm bits/syscall.h d #define __NR_ioperm 101 +__NR_iopl bits/syscall.h d #define __NR_iopl 110 +__NR_ioprio_get bits/syscall.h d #define __NR_ioprio_get 274 +__NR_ioprio_set bits/syscall.h d #define __NR_ioprio_set 273 +__NR_ipc bits/syscall.h d #define __NR_ipc 117 +__NR_kcmp bits/syscall.h d #define __NR_kcmp 354 +__NR_kexec_load bits/syscall.h d #define __NR_kexec_load 268 +__NR_keyctl bits/syscall.h d #define __NR_keyctl 271 +__NR_kill bits/syscall.h d #define __NR_kill 37 +__NR_lchown bits/syscall.h d #define __NR_lchown 16 +__NR_lgetxattr bits/syscall.h d #define __NR_lgetxattr 213 +__NR_link bits/syscall.h d #define __NR_link 9 +__NR_linkat bits/syscall.h d #define __NR_linkat 294 +__NR_listen bits/syscall.h d #define __NR_listen 329 +__NR_listxattr bits/syscall.h d #define __NR_listxattr 215 +__NR_llistxattr bits/syscall.h d #define __NR_llistxattr 216 +__NR_lock bits/syscall.h d #define __NR_lock 53 +__NR_lookup_dcookie bits/syscall.h d #define __NR_lookup_dcookie 235 +__NR_lremovexattr bits/syscall.h d #define __NR_lremovexattr 219 +__NR_lseek bits/syscall.h d #define __NR_lseek 19 +__NR_lsetxattr bits/syscall.h d #define __NR_lsetxattr 210 +__NR_lstat bits/syscall.h d #define __NR_lstat 107 +__NR_madvise bits/syscall.h d #define __NR_madvise 205 +__NR_mbind bits/syscall.h d #define __NR_mbind 259 +__NR_membarrier bits/syscall.h d #define __NR_membarrier 365 +__NR_memfd_create bits/syscall.h d #define __NR_memfd_create 360 +__NR_migrate_pages bits/syscall.h d #define __NR_migrate_pages 258 +__NR_mincore bits/syscall.h d #define __NR_mincore 206 +__NR_mkdir bits/syscall.h d #define __NR_mkdir 39 +__NR_mkdirat bits/syscall.h d #define __NR_mkdirat 287 +__NR_mknod bits/syscall.h d #define __NR_mknod 14 +__NR_mknodat bits/syscall.h d #define __NR_mknodat 288 +__NR_mlock bits/syscall.h d #define __NR_mlock 150 +__NR_mlock2 bits/syscall.h d #define __NR_mlock2 378 +__NR_mlockall bits/syscall.h d #define __NR_mlockall 152 +__NR_mmap bits/syscall.h d #define __NR_mmap 90 +__NR_modify_ldt bits/syscall.h d #define __NR_modify_ldt 123 +__NR_mount bits/syscall.h d #define __NR_mount 21 +__NR_move_pages bits/syscall.h d #define __NR_move_pages 301 +__NR_mprotect bits/syscall.h d #define __NR_mprotect 125 +__NR_mpx bits/syscall.h d #define __NR_mpx 56 +__NR_mq_getsetattr bits/syscall.h d #define __NR_mq_getsetattr 267 +__NR_mq_notify bits/syscall.h d #define __NR_mq_notify 266 +__NR_mq_open bits/syscall.h d #define __NR_mq_open 262 +__NR_mq_timedreceive bits/syscall.h d #define __NR_mq_timedreceive 265 +__NR_mq_timedsend bits/syscall.h d #define __NR_mq_timedsend 264 +__NR_mq_unlink bits/syscall.h d #define __NR_mq_unlink 263 +__NR_mremap bits/syscall.h d #define __NR_mremap 163 +__NR_msync bits/syscall.h d #define __NR_msync 144 +__NR_multiplexer bits/syscall.h d #define __NR_multiplexer 201 +__NR_munlock bits/syscall.h d #define __NR_munlock 151 +__NR_munlockall bits/syscall.h d #define __NR_munlockall 153 +__NR_munmap bits/syscall.h d #define __NR_munmap 91 +__NR_name_to_handle_at bits/syscall.h d #define __NR_name_to_handle_at 345 +__NR_nanosleep bits/syscall.h d #define __NR_nanosleep 162 +__NR_newfstatat bits/syscall.h d #define __NR_newfstatat 291 +__NR_nfsservctl bits/syscall.h d #define __NR_nfsservctl 168 +__NR_nice bits/syscall.h d #define __NR_nice 34 +__NR_oldfstat bits/syscall.h d #define __NR_oldfstat 28 +__NR_oldlstat bits/syscall.h d #define __NR_oldlstat 84 +__NR_oldolduname bits/syscall.h d #define __NR_oldolduname 59 +__NR_oldstat bits/syscall.h d #define __NR_oldstat 18 +__NR_olduname bits/syscall.h d #define __NR_olduname 109 +__NR_open bits/syscall.h d #define __NR_open 5 +__NR_open_by_handle_at bits/syscall.h d #define __NR_open_by_handle_at 346 +__NR_openat bits/syscall.h d #define __NR_openat 286 +__NR_pause bits/syscall.h d #define __NR_pause 29 +__NR_pciconfig_iobase bits/syscall.h d #define __NR_pciconfig_iobase 200 +__NR_pciconfig_read bits/syscall.h d #define __NR_pciconfig_read 198 +__NR_pciconfig_write bits/syscall.h d #define __NR_pciconfig_write 199 +__NR_perf_event_open bits/syscall.h d #define __NR_perf_event_open 319 +__NR_personality bits/syscall.h d #define __NR_personality 136 +__NR_pipe bits/syscall.h d #define __NR_pipe 42 +__NR_pipe2 bits/syscall.h d #define __NR_pipe2 317 +__NR_pivot_root bits/syscall.h d #define __NR_pivot_root 203 +__NR_poll bits/syscall.h d #define __NR_poll 167 +__NR_ppoll bits/syscall.h d #define __NR_ppoll 281 +__NR_prctl bits/syscall.h d #define __NR_prctl 171 +__NR_pread64 bits/syscall.h d #define __NR_pread64 179 +__NR_preadv bits/syscall.h d #define __NR_preadv 320 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 380 +__NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 325 +__NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 351 +__NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 352 +__NR_prof bits/syscall.h d #define __NR_prof 44 +__NR_profil bits/syscall.h d #define __NR_profil 98 +__NR_pselect6 bits/syscall.h d #define __NR_pselect6 280 +__NR_ptrace bits/syscall.h d #define __NR_ptrace 26 +__NR_putpmsg bits/syscall.h d #define __NR_putpmsg 188 +__NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 180 +__NR_pwritev bits/syscall.h d #define __NR_pwritev 321 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 381 +__NR_query_module bits/syscall.h d #define __NR_query_module 166 +__NR_quotactl bits/syscall.h d #define __NR_quotactl 131 +__NR_read bits/syscall.h d #define __NR_read 3 +__NR_readahead bits/syscall.h d #define __NR_readahead 191 +__NR_readdir bits/syscall.h d #define __NR_readdir 89 +__NR_readlink bits/syscall.h d #define __NR_readlink 85 +__NR_readlinkat bits/syscall.h d #define __NR_readlinkat 296 +__NR_readv bits/syscall.h d #define __NR_readv 145 +__NR_reboot bits/syscall.h d #define __NR_reboot 88 +__NR_recv bits/syscall.h d #define __NR_recv 336 +__NR_recvfrom bits/syscall.h d #define __NR_recvfrom 337 +__NR_recvmmsg bits/syscall.h d #define __NR_recvmmsg 343 +__NR_recvmsg bits/syscall.h d #define __NR_recvmsg 342 +__NR_remap_file_pages bits/syscall.h d #define __NR_remap_file_pages 239 +__NR_removexattr bits/syscall.h d #define __NR_removexattr 218 +__NR_rename bits/syscall.h d #define __NR_rename 38 +__NR_renameat bits/syscall.h d #define __NR_renameat 293 +__NR_renameat2 bits/syscall.h d #define __NR_renameat2 357 +__NR_request_key bits/syscall.h d #define __NR_request_key 270 +__NR_restart_syscall bits/syscall.h d #define __NR_restart_syscall 0 +__NR_rmdir bits/syscall.h d #define __NR_rmdir 40 +__NR_rt_sigaction bits/syscall.h d #define __NR_rt_sigaction 173 +__NR_rt_sigpending bits/syscall.h d #define __NR_rt_sigpending 175 +__NR_rt_sigprocmask bits/syscall.h d #define __NR_rt_sigprocmask 174 +__NR_rt_sigqueueinfo bits/syscall.h d #define __NR_rt_sigqueueinfo 177 +__NR_rt_sigreturn bits/syscall.h d #define __NR_rt_sigreturn 172 +__NR_rt_sigsuspend bits/syscall.h d #define __NR_rt_sigsuspend 178 +__NR_rt_sigtimedwait bits/syscall.h d #define __NR_rt_sigtimedwait 176 +__NR_rt_tgsigqueueinfo bits/syscall.h d #define __NR_rt_tgsigqueueinfo 322 +__NR_rtas bits/syscall.h d #define __NR_rtas 255 +__NR_sched_get_priority_max bits/syscall.h d #define __NR_sched_get_priority_max 159 +__NR_sched_get_priority_min bits/syscall.h d #define __NR_sched_get_priority_min 160 +__NR_sched_getaffinity bits/syscall.h d #define __NR_sched_getaffinity 223 +__NR_sched_getattr bits/syscall.h d #define __NR_sched_getattr 356 +__NR_sched_getparam bits/syscall.h d #define __NR_sched_getparam 155 +__NR_sched_getscheduler bits/syscall.h d #define __NR_sched_getscheduler 157 +__NR_sched_rr_get_interval bits/syscall.h d #define __NR_sched_rr_get_interval 161 +__NR_sched_setaffinity bits/syscall.h d #define __NR_sched_setaffinity 222 +__NR_sched_setattr bits/syscall.h d #define __NR_sched_setattr 355 +__NR_sched_setparam bits/syscall.h d #define __NR_sched_setparam 154 +__NR_sched_setscheduler bits/syscall.h d #define __NR_sched_setscheduler 156 +__NR_sched_yield bits/syscall.h d #define __NR_sched_yield 158 +__NR_seccomp bits/syscall.h d #define __NR_seccomp 358 +__NR_select bits/syscall.h d #define __NR_select 82 +__NR_send bits/syscall.h d #define __NR_send 334 +__NR_sendfile bits/syscall.h d #define __NR_sendfile 186 +__NR_sendmmsg bits/syscall.h d #define __NR_sendmmsg 349 +__NR_sendmsg bits/syscall.h d #define __NR_sendmsg 341 +__NR_sendto bits/syscall.h d #define __NR_sendto 335 +__NR_set_mempolicy bits/syscall.h d #define __NR_set_mempolicy 261 +__NR_set_robust_list bits/syscall.h d #define __NR_set_robust_list 300 +__NR_set_tid_address bits/syscall.h d #define __NR_set_tid_address 232 +__NR_setdomainname bits/syscall.h d #define __NR_setdomainname 121 +__NR_setfsgid bits/syscall.h d #define __NR_setfsgid 139 +__NR_setfsuid bits/syscall.h d #define __NR_setfsuid 138 +__NR_setgid bits/syscall.h d #define __NR_setgid 46 +__NR_setgroups bits/syscall.h d #define __NR_setgroups 81 +__NR_sethostname bits/syscall.h d #define __NR_sethostname 74 +__NR_setitimer bits/syscall.h d #define __NR_setitimer 104 +__NR_setns bits/syscall.h d #define __NR_setns 350 +__NR_setpgid bits/syscall.h d #define __NR_setpgid 57 +__NR_setpriority bits/syscall.h d #define __NR_setpriority 97 +__NR_setregid bits/syscall.h d #define __NR_setregid 71 +__NR_setresgid bits/syscall.h d #define __NR_setresgid 169 +__NR_setresuid bits/syscall.h d #define __NR_setresuid 164 +__NR_setreuid bits/syscall.h d #define __NR_setreuid 70 +__NR_setrlimit bits/syscall.h d #define __NR_setrlimit 75 +__NR_setsid bits/syscall.h d #define __NR_setsid 66 +__NR_setsockopt bits/syscall.h d #define __NR_setsockopt 339 +__NR_settimeofday bits/syscall.h d #define __NR_settimeofday 79 +__NR_setuid bits/syscall.h d #define __NR_setuid 23 +__NR_setxattr bits/syscall.h d #define __NR_setxattr 209 +__NR_sgetmask bits/syscall.h d #define __NR_sgetmask 68 +__NR_shutdown bits/syscall.h d #define __NR_shutdown 338 +__NR_sigaction bits/syscall.h d #define __NR_sigaction 67 +__NR_sigaltstack bits/syscall.h d #define __NR_sigaltstack 185 +__NR_signal bits/syscall.h d #define __NR_signal 48 +__NR_signalfd bits/syscall.h d #define __NR_signalfd 305 +__NR_signalfd4 bits/syscall.h d #define __NR_signalfd4 313 +__NR_sigpending bits/syscall.h d #define __NR_sigpending 73 +__NR_sigprocmask bits/syscall.h d #define __NR_sigprocmask 126 +__NR_sigreturn bits/syscall.h d #define __NR_sigreturn 119 +__NR_sigsuspend bits/syscall.h d #define __NR_sigsuspend 72 +__NR_socket bits/syscall.h d #define __NR_socket 326 +__NR_socketcall bits/syscall.h d #define __NR_socketcall 102 +__NR_socketpair bits/syscall.h d #define __NR_socketpair 333 +__NR_splice bits/syscall.h d #define __NR_splice 283 +__NR_spu_create bits/syscall.h d #define __NR_spu_create 279 +__NR_spu_run bits/syscall.h d #define __NR_spu_run 278 +__NR_ssetmask bits/syscall.h d #define __NR_ssetmask 69 +__NR_stat bits/syscall.h d #define __NR_stat 106 +__NR_statfs bits/syscall.h d #define __NR_statfs 99 +__NR_statfs64 bits/syscall.h d #define __NR_statfs64 252 +__NR_stime bits/syscall.h d #define __NR_stime 25 +__NR_stty bits/syscall.h d #define __NR_stty 31 +__NR_subpage_prot bits/syscall.h d #define __NR_subpage_prot 310 +__NR_swapcontext bits/syscall.h d #define __NR_swapcontext 249 +__NR_swapoff bits/syscall.h d #define __NR_swapoff 115 +__NR_swapon bits/syscall.h d #define __NR_swapon 87 +__NR_switch_endian bits/syscall.h d #define __NR_switch_endian 363 +__NR_symlink bits/syscall.h d #define __NR_symlink 83 +__NR_symlinkat bits/syscall.h d #define __NR_symlinkat 295 +__NR_sync bits/syscall.h d #define __NR_sync 36 +__NR_sync_file_range2 bits/syscall.h d #define __NR_sync_file_range2 308 +__NR_syncfs bits/syscall.h d #define __NR_syncfs 348 +__NR_sys_debug_setcontext bits/syscall.h d #define __NR_sys_debug_setcontext 256 +__NR_sysfs bits/syscall.h d #define __NR_sysfs 135 +__NR_sysinfo bits/syscall.h d #define __NR_sysinfo 116 +__NR_syslog bits/syscall.h d #define __NR_syslog 103 +__NR_tee bits/syscall.h d #define __NR_tee 284 +__NR_tgkill bits/syscall.h d #define __NR_tgkill 250 +__NR_time bits/syscall.h d #define __NR_time 13 +__NR_timer_create bits/syscall.h d #define __NR_timer_create 240 +__NR_timer_delete bits/syscall.h d #define __NR_timer_delete 244 +__NR_timer_getoverrun bits/syscall.h d #define __NR_timer_getoverrun 243 +__NR_timer_gettime bits/syscall.h d #define __NR_timer_gettime 242 +__NR_timer_settime bits/syscall.h d #define __NR_timer_settime 241 +__NR_timerfd_create bits/syscall.h d #define __NR_timerfd_create 306 +__NR_timerfd_gettime bits/syscall.h d #define __NR_timerfd_gettime 312 +__NR_timerfd_settime bits/syscall.h d #define __NR_timerfd_settime 311 +__NR_times bits/syscall.h d #define __NR_times 43 +__NR_tkill bits/syscall.h d #define __NR_tkill 208 +__NR_truncate bits/syscall.h d #define __NR_truncate 92 +__NR_tuxcall bits/syscall.h d #define __NR_tuxcall 225 +__NR_ugetrlimit bits/syscall.h d #define __NR_ugetrlimit 190 +__NR_ulimit bits/syscall.h d #define __NR_ulimit 58 +__NR_umask bits/syscall.h d #define __NR_umask 60 +__NR_umount bits/syscall.h d #define __NR_umount 22 +__NR_umount2 bits/syscall.h d #define __NR_umount2 52 +__NR_uname bits/syscall.h d #define __NR_uname 122 +__NR_unlink bits/syscall.h d #define __NR_unlink 10 +__NR_unlinkat bits/syscall.h d #define __NR_unlinkat 292 +__NR_unshare bits/syscall.h d #define __NR_unshare 282 +__NR_uselib bits/syscall.h d #define __NR_uselib 86 +__NR_userfaultfd bits/syscall.h d #define __NR_userfaultfd 364 +__NR_ustat bits/syscall.h d #define __NR_ustat 62 +__NR_utime bits/syscall.h d #define __NR_utime 30 +__NR_utimensat bits/syscall.h d #define __NR_utimensat 304 +__NR_utimes bits/syscall.h d #define __NR_utimes 251 +__NR_vfork bits/syscall.h d #define __NR_vfork 189 +__NR_vhangup bits/syscall.h d #define __NR_vhangup 111 +__NR_vm86 bits/syscall.h d #define __NR_vm86 113 +__NR_vmsplice bits/syscall.h d #define __NR_vmsplice 285 +__NR_wait4 bits/syscall.h d #define __NR_wait4 114 +__NR_waitid bits/syscall.h d #define __NR_waitid 272 +__NR_waitpid bits/syscall.h d #define __NR_waitpid 7 +__NR_write bits/syscall.h d #define __NR_write 4 +__NR_writev bits/syscall.h d #define __NR_writev 146 +__WORDSIZE bits/reg.h d #define __WORDSIZE 64 +__isoc_va_list bits/alltypes.h t typedef __builtin_va_list __isoc_va_list; +__jmp_buf bits/setjmp.h t typedef unsigned __int128 __jmp_buf[32]; +blkcnt_t bits/alltypes.h t typedef _Int64 blkcnt_t; +blksize_t bits/alltypes.h t typedef long blksize_t; +clock_t bits/alltypes.h t typedef long clock_t; +clockid_t bits/alltypes.h t typedef int clockid_t; +cnd_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } cnd_t; +dev_t bits/alltypes.h t typedef unsigned _Int64 dev_t; +double_t bits/alltypes.h t typedef double double_t; +elf_fpreg_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_fpregset_t bits/user.h t typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG]; +elf_greg_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +elf_gregset_t bits/user.h t typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; +elf_vrreg_t bits/user.h t elf_vrreg_t, elf_vrregset_t[ELF_NVRREG]; +elf_vrregset_t bits/user.h t elf_vrreg_t, elf_vrregset_t[ELF_NVRREG]; +fenv_t bits/fenv.h t typedef double fenv_t; +fexcept_t bits/fenv.h t typedef unsigned fexcept_t; +float_t bits/alltypes.h t typedef float float_t; +fpregset_t bits/signal.h t } fpregset_t; +fsblkcnt_t bits/alltypes.h t typedef unsigned _Int64 fsblkcnt_t; +fsfilcnt_t bits/alltypes.h t typedef unsigned _Int64 fsfilcnt_t; +gid_t bits/alltypes.h t typedef unsigned gid_t; +greg_t bits/signal.h t typedef unsigned long greg_t, gregset_t[48]; +gregset_t bits/signal.h t typedef unsigned long greg_t, gregset_t[48]; +id_t bits/alltypes.h t typedef unsigned id_t; +ino_t bits/alltypes.h t typedef unsigned _Int64 ino_t; +int16_t bits/alltypes.h t typedef short int16_t; +int32_t bits/alltypes.h t typedef int int32_t; +int64_t bits/alltypes.h t typedef _Int64 int64_t; +int8_t bits/alltypes.h t typedef signed char int8_t; +int_fast16_t bits/stdint.h t typedef int32_t int_fast16_t; +int_fast32_t bits/stdint.h t typedef int32_t int_fast32_t; +intmax_t bits/alltypes.h t typedef _Int64 intmax_t; +intptr_t bits/alltypes.h t typedef _Addr intptr_t; +key_t bits/alltypes.h t typedef int key_t; +locale_t bits/alltypes.h t typedef struct __locale_struct * locale_t; +max_align_t bits/alltypes.h t typedef struct { long long __ll; long double __ld; } max_align_t; +mbstate_t bits/alltypes.h t typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; +mcontext_t bits/signal.h t } mcontext_t; +mcontext_t bits/signal.h t } mcontext_t; +mode_t bits/alltypes.h t typedef unsigned mode_t; +mtx_t bits/alltypes.h t typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } mtx_t; +nlink_t bits/alltypes.h t typedef unsigned _Reg nlink_t; +off_t bits/alltypes.h t typedef _Int64 off_t; +pid_t bits/alltypes.h t typedef int pid_t; +pthread_attr_t bits/alltypes.h t typedef struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7]; } __u; } pthread_attr_t; +pthread_barrier_t bits/alltypes.h t typedef struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t; +pthread_barrierattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_barrierattr_t; +pthread_cond_t bits/alltypes.h t typedef struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u; } pthread_cond_t; +pthread_condattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_condattr_t; +pthread_key_t bits/alltypes.h t typedef unsigned pthread_key_t; +pthread_mutex_t bits/alltypes.h t typedef struct { union { int __i[10]; volatile int __vi[10]; volatile void *volatile __p[5]; } __u; } pthread_mutex_t; +pthread_mutexattr_t bits/alltypes.h t typedef struct { unsigned __attr; } pthread_mutexattr_t; +pthread_once_t bits/alltypes.h t typedef int pthread_once_t; +pthread_rwlock_t bits/alltypes.h t typedef struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u; } pthread_rwlock_t; +pthread_rwlockattr_t bits/alltypes.h t typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; +pthread_spinlock_t bits/alltypes.h t typedef int pthread_spinlock_t; +pthread_t bits/alltypes.h t typedef struct __pthread * pthread_t; +pthread_t bits/alltypes.h t typedef unsigned long pthread_t; +ptrdiff_t bits/alltypes.h t typedef _Addr ptrdiff_t; +register_t bits/alltypes.h t typedef _Reg register_t; +regoff_t bits/alltypes.h t typedef _Addr regoff_t; +sa_family_t bits/alltypes.h t typedef unsigned short sa_family_t; +sigset_t bits/alltypes.h t typedef struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t; +size_t bits/alltypes.h t typedef unsigned _Addr size_t; +socklen_t bits/alltypes.h t typedef unsigned socklen_t; +ssize_t bits/alltypes.h t typedef _Addr ssize_t; +struct __mbstate_t bits/alltypes.h s +struct __sigset_t bits/alltypes.h s +struct __ucontext bits/signal.h s +struct cmsghdr bits/socket.h s +struct iovec bits/alltypes.h s +struct ipc_perm bits/ipc.h s +struct msghdr bits/socket.h s +struct msqid_ds bits/msg.h s +struct pt_regs bits/user.h s +struct semid_ds bits/sem.h s +struct shm_info bits/shm.h s +struct shmid_ds bits/shm.h s +struct shminfo bits/shm.h s +struct sigaltstack bits/signal.h s +struct sigcontext bits/signal.h s +struct stat bits/stat.h s +struct statfs bits/statfs.h s +struct termios bits/termios.h s +struct timespec bits/alltypes.h s +struct timeval bits/alltypes.h s +struct user bits/user.h s +struct winsize bits/ioctl.h s +suseconds_t bits/alltypes.h t typedef long suseconds_t; +time_t bits/alltypes.h t typedef long time_t; +timer_t bits/alltypes.h t typedef void * timer_t; +u_int64_t bits/alltypes.h t typedef unsigned _Int64 u_int64_t; +ucontext_t bits/signal.h t } ucontext_t; +uid_t bits/alltypes.h t typedef unsigned uid_t; +uint16_t bits/alltypes.h t typedef unsigned short uint16_t; +uint32_t bits/alltypes.h t typedef unsigned int uint32_t; +uint64_t bits/alltypes.h t typedef unsigned _Int64 uint64_t; +uint8_t bits/alltypes.h t typedef unsigned char uint8_t; +uint_fast16_t bits/stdint.h t typedef uint32_t uint_fast16_t; +uint_fast32_t bits/stdint.h t typedef uint32_t uint_fast32_t; +uintmax_t bits/alltypes.h t typedef unsigned _Int64 uintmax_t; +uintptr_t bits/alltypes.h t typedef unsigned _Addr uintptr_t; +useconds_t bits/alltypes.h t typedef unsigned useconds_t; +va_arg bits/stdarg.h d #define va_arg(v,l) __builtin_va_arg(v,l) +va_copy bits/stdarg.h d #define va_copy(d,s) __builtin_va_copy(d,s) +va_end bits/stdarg.h d #define va_end(v) __builtin_va_end(v) +va_list bits/alltypes.h t typedef __builtin_va_list va_list; +va_start bits/stdarg.h d #define va_start(v,l) __builtin_va_start(v,l) +vrregset_t bits/signal.h t } vrregset_t; +wchar_t bits/alltypes.h t typedef int wchar_t; +wctype_t bits/alltypes.h t typedef unsigned long wctype_t; +wint_t bits/alltypes.h t typedef unsigned wint_t; diff --git a/data/musl.sh.decls b/data/musl.sh.decls index d1a571d..6e9e379 100644 --- a/data/musl.sh.decls +++ b/data/musl.sh.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -192,6 +194,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 0x7c @@ -270,47 +274,7 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 4.94065645841246544177e-324L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 -MAP_32BIT bits/mman.h d #define MAP_32BIT 0x40 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 NLDLY bits/termios.h d #define NLDLY 0000400 @@ -363,17 +327,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 4 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN REG_FPREG0 bits/user.h d #define REG_FPREG0 23 @@ -485,6 +438,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -841,7 +795,6 @@ TABDLY bits/termios.h d #define TABDLY 0014000 TCFLSH bits/ioctl.h d #define TCFLSH _IO('t', 31) TCGETA bits/ioctl.h d #define TCGETA _IOR('t', 23, char[18]) TCGETS bits/ioctl.h d #define TCGETS _IO('T', 1) -TCGETS2 bits/ioctl.h d #define TCGETS2 _IOR('T', 42, char[44]) TCIFLUSH bits/termios.h d #define TCIFLUSH 0 TCIOFF bits/termios.h d #define TCIOFF 2 TCIOFLUSH bits/termios.h d #define TCIOFLUSH 2 @@ -858,11 +811,8 @@ TCSETA bits/ioctl.h d #define TCSETA _IOW('t', 24, char[18]) TCSETAF bits/ioctl.h d #define TCSETAF _IOW('t', 28, char[18]) TCSETAW bits/ioctl.h d #define TCSETAW _IOW('t', 25, char[18]) TCSETS bits/ioctl.h d #define TCSETS _IO('T', 2) -TCSETS2 bits/ioctl.h d #define TCSETS2 _IOW('T', 43, char[44]) TCSETSF bits/ioctl.h d #define TCSETSF _IO('T', 4) -TCSETSF2 bits/ioctl.h d #define TCSETSF2 _IOW('T', 45, char[44]) TCSETSW bits/ioctl.h d #define TCSETSW _IO('T', 3) -TCSETSW2 bits/ioctl.h d #define TCSETSW2 _IOW('T', 44, char[44]) TCXONC bits/ioctl.h d #define TCXONC _IO('t', 30) TIOCCBRK bits/ioctl.h d #define TIOCCBRK _IO('T', 40) TIOCCONS bits/ioctl.h d #define TIOCCONS _IO('T', 29) @@ -876,6 +826,7 @@ TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP _IOR('t', 119, int) TIOCGPKT bits/ioctl.h d #define TIOCGPKT _IOR('T', 56, int) TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK _IOR('T', 57, int) TIOCGPTN bits/ioctl.h d #define TIOCGPTN _IOR('T', 48, unsigned int) +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 _IOR('T', 46, char[32]) TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL _IOR('T', 30, char[60]) TIOCGSID bits/ioctl.h d #define TIOCGSID _IOR('T', 41, int) TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR _IOR('T', 25, unsigned int) @@ -894,7 +845,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -929,6 +879,7 @@ TIOCSIG bits/ioctl.h d #define TIOCSIG _IOW('T', 54, int) TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS _IO('T', 87) TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP _IOW('t', 118, int) TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK _IOW('T', 49, int) +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 _IOWR('T', 47, char[32]) TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL _IOW('T', 31, char[60]) TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) TIOCSTART bits/ioctl.h d #define TIOCSTART _IO('t', 110) @@ -960,6 +911,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) diff --git a/data/musl.x32.decls b/data/musl.x32.decls index 7ece9f9..9f536af 100644 --- a/data/musl.x32.decls +++ b/data/musl.x32.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -196,6 +198,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 63 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -281,47 +285,8 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 32 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 MAP_32BIT bits/mman.h d #define MAP_32BIT 0x40 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NBPG bits/user.h d #define NBPG PAGE_SIZE NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 @@ -377,17 +342,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT32_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT32_MIN R10 bits/reg.h d #define R10 7 @@ -524,6 +478,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -533,326 +488,324 @@ SIOCSRARP bits/ioctl.h d #define SIOCSRARP 0x8962 SIOGIFINDEX bits/ioctl.h d #define SIOGIFINDEX SIOCGIFINDEX SIZE_MAX bits/stdint.h d #define SIZE_MAX UINT32_MAX SS bits/reg.h d #define SS 20 -SYS_accept bits/syscall.h d #define SYS_accept __NR_accept -SYS_accept4 bits/syscall.h d #define SYS_accept4 __NR_accept4 -SYS_access bits/syscall.h d #define SYS_access __NR_access -SYS_acct bits/syscall.h d #define SYS_acct __NR_acct -SYS_add_key bits/syscall.h d #define SYS_add_key __NR_add_key -SYS_adjtimex bits/syscall.h d #define SYS_adjtimex __NR_adjtimex -SYS_afs_syscall bits/syscall.h d #define SYS_afs_syscall __NR_afs_syscall -SYS_alarm bits/syscall.h d #define SYS_alarm __NR_alarm -SYS_arch_prctl bits/syscall.h d #define SYS_arch_prctl __NR_arch_prctl -SYS_bind bits/syscall.h d #define SYS_bind __NR_bind -SYS_bpf bits/syscall.h d #define SYS_bpf __NR_bpf -SYS_brk bits/syscall.h d #define SYS_brk __NR_brk -SYS_capget bits/syscall.h d #define SYS_capget __NR_capget -SYS_capset bits/syscall.h d #define SYS_capset __NR_capset -SYS_chdir bits/syscall.h d #define SYS_chdir __NR_chdir -SYS_chmod bits/syscall.h d #define SYS_chmod __NR_chmod -SYS_chown bits/syscall.h d #define SYS_chown __NR_chown -SYS_chroot bits/syscall.h d #define SYS_chroot __NR_chroot -SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime __NR_clock_adjtime -SYS_clock_getres bits/syscall.h d #define SYS_clock_getres __NR_clock_getres -SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime __NR_clock_gettime -SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep __NR_clock_nanosleep -SYS_clock_settime bits/syscall.h d #define SYS_clock_settime __NR_clock_settime -SYS_clone bits/syscall.h d #define SYS_clone __NR_clone -SYS_close bits/syscall.h d #define SYS_close __NR_close -SYS_connect bits/syscall.h d #define SYS_connect __NR_connect -SYS_creat bits/syscall.h d #define SYS_creat __NR_creat -SYS_delete_module bits/syscall.h d #define SYS_delete_module __NR_delete_module -SYS_dup bits/syscall.h d #define SYS_dup __NR_dup -SYS_dup2 bits/syscall.h d #define SYS_dup2 __NR_dup2 -SYS_dup3 bits/syscall.h d #define SYS_dup3 __NR_dup3 -SYS_epoll_create bits/syscall.h d #define SYS_epoll_create __NR_epoll_create -SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 __NR_epoll_create1 -SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl __NR_epoll_ctl -SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait __NR_epoll_pwait -SYS_epoll_wait bits/syscall.h d #define SYS_epoll_wait __NR_epoll_wait -SYS_eventfd bits/syscall.h d #define SYS_eventfd __NR_eventfd -SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 __NR_eventfd2 -SYS_execve bits/syscall.h d #define SYS_execve __NR_execve -SYS_execveat bits/syscall.h d #define SYS_execveat __NR_execveat -SYS_exit bits/syscall.h d #define SYS_exit __NR_exit -SYS_exit_group bits/syscall.h d #define SYS_exit_group __NR_exit_group -SYS_faccessat bits/syscall.h d #define SYS_faccessat __NR_faccessat -SYS_fadvise bits/syscall.h d #define SYS_fadvise SYS_fadvise64 -SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 __NR_fadvise64 -SYS_fallocate bits/syscall.h d #define SYS_fallocate __NR_fallocate -SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init __NR_fanotify_init -SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark __NR_fanotify_mark -SYS_fchdir bits/syscall.h d #define SYS_fchdir __NR_fchdir -SYS_fchmod bits/syscall.h d #define SYS_fchmod __NR_fchmod -SYS_fchmodat bits/syscall.h d #define SYS_fchmodat __NR_fchmodat -SYS_fchown bits/syscall.h d #define SYS_fchown __NR_fchown -SYS_fchownat bits/syscall.h d #define SYS_fchownat __NR_fchownat -SYS_fcntl bits/syscall.h d #define SYS_fcntl __NR_fcntl -SYS_fdatasync bits/syscall.h d #define SYS_fdatasync __NR_fdatasync -SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr __NR_fgetxattr -SYS_finit_module bits/syscall.h d #define SYS_finit_module __NR_finit_module -SYS_flistxattr bits/syscall.h d #define SYS_flistxattr __NR_flistxattr -SYS_flock bits/syscall.h d #define SYS_flock __NR_flock -SYS_fork bits/syscall.h d #define SYS_fork __NR_fork -SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr __NR_fremovexattr -SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr __NR_fsetxattr -SYS_fstat bits/syscall.h d #define SYS_fstat __NR_fstat -SYS_fstatat bits/syscall.h d #define SYS_fstatat SYS_newfstatat -SYS_fstatfs bits/syscall.h d #define SYS_fstatfs __NR_fstatfs -SYS_fsync bits/syscall.h d #define SYS_fsync __NR_fsync -SYS_ftruncate bits/syscall.h d #define SYS_ftruncate __NR_ftruncate -SYS_futex bits/syscall.h d #define SYS_futex __NR_futex -SYS_futimesat bits/syscall.h d #define SYS_futimesat __NR_futimesat -SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy __NR_get_mempolicy -SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list __NR_get_robust_list -SYS_getcpu bits/syscall.h d #define SYS_getcpu __NR_getcpu -SYS_getcwd bits/syscall.h d #define SYS_getcwd __NR_getcwd -SYS_getdents bits/syscall.h d #define SYS_getdents SYS_getdents64 -SYS_getdents bits/syscall.h d #define SYS_getdents __NR_getdents -SYS_getdents64 bits/syscall.h d #define SYS_getdents64 __NR_getdents64 -SYS_getegid bits/syscall.h d #define SYS_getegid __NR_getegid -SYS_geteuid bits/syscall.h d #define SYS_geteuid __NR_geteuid -SYS_getgid bits/syscall.h d #define SYS_getgid __NR_getgid -SYS_getgroups bits/syscall.h d #define SYS_getgroups __NR_getgroups -SYS_getitimer bits/syscall.h d #define SYS_getitimer __NR_getitimer -SYS_getpeername bits/syscall.h d #define SYS_getpeername __NR_getpeername -SYS_getpgid bits/syscall.h d #define SYS_getpgid __NR_getpgid -SYS_getpgrp bits/syscall.h d #define SYS_getpgrp __NR_getpgrp -SYS_getpid bits/syscall.h d #define SYS_getpid __NR_getpid -SYS_getpmsg bits/syscall.h d #define SYS_getpmsg __NR_getpmsg -SYS_getppid bits/syscall.h d #define SYS_getppid __NR_getppid -SYS_getpriority bits/syscall.h d #define SYS_getpriority __NR_getpriority -SYS_getrandom bits/syscall.h d #define SYS_getrandom __NR_getrandom -SYS_getresgid bits/syscall.h d #define SYS_getresgid __NR_getresgid -SYS_getresuid bits/syscall.h d #define SYS_getresuid __NR_getresuid -SYS_getrlimit bits/syscall.h d #define SYS_getrlimit __NR_getrlimit -SYS_getrusage bits/syscall.h d #define SYS_getrusage __NR_getrusage -SYS_getsid bits/syscall.h d #define SYS_getsid __NR_getsid -SYS_getsockname bits/syscall.h d #define SYS_getsockname __NR_getsockname -SYS_getsockopt bits/syscall.h d #define SYS_getsockopt __NR_getsockopt -SYS_gettid bits/syscall.h d #define SYS_gettid __NR_gettid -SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday __NR_gettimeofday -SYS_getuid bits/syscall.h d #define SYS_getuid __NR_getuid -SYS_getxattr bits/syscall.h d #define SYS_getxattr __NR_getxattr -SYS_init_module bits/syscall.h d #define SYS_init_module __NR_init_module -SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch __NR_inotify_add_watch -SYS_inotify_init bits/syscall.h d #define SYS_inotify_init __NR_inotify_init -SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 __NR_inotify_init1 -SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch __NR_inotify_rm_watch -SYS_io_cancel bits/syscall.h d #define SYS_io_cancel __NR_io_cancel -SYS_io_destroy bits/syscall.h d #define SYS_io_destroy __NR_io_destroy -SYS_io_getevents bits/syscall.h d #define SYS_io_getevents __NR_io_getevents -SYS_io_setup bits/syscall.h d #define SYS_io_setup __NR_io_setup -SYS_io_submit bits/syscall.h d #define SYS_io_submit __NR_io_submit -SYS_ioctl bits/syscall.h d #define SYS_ioctl __NR_ioctl -SYS_ioperm bits/syscall.h d #define SYS_ioperm __NR_ioperm -SYS_iopl bits/syscall.h d #define SYS_iopl __NR_iopl -SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get __NR_ioprio_get -SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set __NR_ioprio_set -SYS_kcmp bits/syscall.h d #define SYS_kcmp __NR_kcmp -SYS_kexec_file_load bits/syscall.h d #define SYS_kexec_file_load __NR_kexec_file_load -SYS_kexec_load bits/syscall.h d #define SYS_kexec_load __NR_kexec_load -SYS_keyctl bits/syscall.h d #define SYS_keyctl __NR_keyctl -SYS_kill bits/syscall.h d #define SYS_kill __NR_kill -SYS_lchown bits/syscall.h d #define SYS_lchown __NR_lchown -SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr __NR_lgetxattr -SYS_link bits/syscall.h d #define SYS_link __NR_link -SYS_linkat bits/syscall.h d #define SYS_linkat __NR_linkat -SYS_listen bits/syscall.h d #define SYS_listen __NR_listen -SYS_listxattr bits/syscall.h d #define SYS_listxattr __NR_listxattr -SYS_llistxattr bits/syscall.h d #define SYS_llistxattr __NR_llistxattr -SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie __NR_lookup_dcookie -SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr __NR_lremovexattr -SYS_lseek bits/syscall.h d #define SYS_lseek __NR_lseek -SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr __NR_lsetxattr -SYS_lstat bits/syscall.h d #define SYS_lstat __NR_lstat -SYS_madvise bits/syscall.h d #define SYS_madvise __NR_madvise -SYS_mbind bits/syscall.h d #define SYS_mbind __NR_mbind -SYS_membarrier bits/syscall.h d #define SYS_membarrier __NR_membarrier -SYS_memfd_create bits/syscall.h d #define SYS_memfd_create __NR_memfd_create -SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages __NR_migrate_pages -SYS_mincore bits/syscall.h d #define SYS_mincore __NR_mincore -SYS_mkdir bits/syscall.h d #define SYS_mkdir __NR_mkdir -SYS_mkdirat bits/syscall.h d #define SYS_mkdirat __NR_mkdirat -SYS_mknod bits/syscall.h d #define SYS_mknod __NR_mknod -SYS_mknodat bits/syscall.h d #define SYS_mknodat __NR_mknodat -SYS_mlock bits/syscall.h d #define SYS_mlock __NR_mlock -SYS_mlock2 bits/syscall.h d #define SYS_mlock2 __NR_mlock2 -SYS_mlockall bits/syscall.h d #define SYS_mlockall __NR_mlockall -SYS_mmap bits/syscall.h d #define SYS_mmap __NR_mmap -SYS_modify_ldt bits/syscall.h d #define SYS_modify_ldt __NR_modify_ldt -SYS_mount bits/syscall.h d #define SYS_mount __NR_mount -SYS_move_pages bits/syscall.h d #define SYS_move_pages __NR_move_pages -SYS_mprotect bits/syscall.h d #define SYS_mprotect __NR_mprotect -SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr __NR_mq_getsetattr -SYS_mq_notify bits/syscall.h d #define SYS_mq_notify __NR_mq_notify -SYS_mq_open bits/syscall.h d #define SYS_mq_open __NR_mq_open -SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive __NR_mq_timedreceive -SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend __NR_mq_timedsend -SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink __NR_mq_unlink -SYS_mremap bits/syscall.h d #define SYS_mremap __NR_mremap -SYS_msgctl bits/syscall.h d #define SYS_msgctl __NR_msgctl -SYS_msgget bits/syscall.h d #define SYS_msgget __NR_msgget -SYS_msgrcv bits/syscall.h d #define SYS_msgrcv __NR_msgrcv -SYS_msgsnd bits/syscall.h d #define SYS_msgsnd __NR_msgsnd -SYS_msync bits/syscall.h d #define SYS_msync __NR_msync -SYS_munlock bits/syscall.h d #define SYS_munlock __NR_munlock -SYS_munlockall bits/syscall.h d #define SYS_munlockall __NR_munlockall -SYS_munmap bits/syscall.h d #define SYS_munmap __NR_munmap -SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at __NR_name_to_handle_at -SYS_nanosleep bits/syscall.h d #define SYS_nanosleep __NR_nanosleep -SYS_newfstatat bits/syscall.h d #define SYS_newfstatat __NR_newfstatat -SYS_open bits/syscall.h d #define SYS_open __NR_open -SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at __NR_open_by_handle_at -SYS_openat bits/syscall.h d #define SYS_openat __NR_openat -SYS_pause bits/syscall.h d #define SYS_pause __NR_pause -SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open __NR_perf_event_open -SYS_personality bits/syscall.h d #define SYS_personality __NR_personality -SYS_pipe bits/syscall.h d #define SYS_pipe __NR_pipe -SYS_pipe2 bits/syscall.h d #define SYS_pipe2 __NR_pipe2 -SYS_pivot_root bits/syscall.h d #define SYS_pivot_root __NR_pivot_root -SYS_poll bits/syscall.h d #define SYS_poll __NR_poll -SYS_ppoll bits/syscall.h d #define SYS_ppoll __NR_ppoll -SYS_prctl bits/syscall.h d #define SYS_prctl __NR_prctl -SYS_pread bits/syscall.h d #define SYS_pread SYS_pread64 -SYS_pread64 bits/syscall.h d #define SYS_pread64 __NR_pread64 -SYS_preadv bits/syscall.h d #define SYS_preadv __NR_preadv -SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 __NR_prlimit64 -SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv __NR_process_vm_readv -SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev __NR_process_vm_writev -SYS_pselect6 bits/syscall.h d #define SYS_pselect6 __NR_pselect6 -SYS_ptrace bits/syscall.h d #define SYS_ptrace __NR_ptrace -SYS_putpmsg bits/syscall.h d #define SYS_putpmsg __NR_putpmsg -SYS_pwrite bits/syscall.h d #define SYS_pwrite SYS_pwrite64 -SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 __NR_pwrite64 -SYS_pwritev bits/syscall.h d #define SYS_pwritev __NR_pwritev -SYS_quotactl bits/syscall.h d #define SYS_quotactl __NR_quotactl -SYS_read bits/syscall.h d #define SYS_read __NR_read -SYS_readahead bits/syscall.h d #define SYS_readahead __NR_readahead -SYS_readlink bits/syscall.h d #define SYS_readlink __NR_readlink -SYS_readlinkat bits/syscall.h d #define SYS_readlinkat __NR_readlinkat -SYS_readv bits/syscall.h d #define SYS_readv __NR_readv -SYS_reboot bits/syscall.h d #define SYS_reboot __NR_reboot -SYS_recvfrom bits/syscall.h d #define SYS_recvfrom __NR_recvfrom -SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg __NR_recvmmsg -SYS_recvmsg bits/syscall.h d #define SYS_recvmsg __NR_recvmsg -SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages __NR_remap_file_pages -SYS_removexattr bits/syscall.h d #define SYS_removexattr __NR_removexattr -SYS_rename bits/syscall.h d #define SYS_rename __NR_rename -SYS_renameat bits/syscall.h d #define SYS_renameat __NR_renameat -SYS_renameat2 bits/syscall.h d #define SYS_renameat2 __NR_renameat2 -SYS_request_key bits/syscall.h d #define SYS_request_key __NR_request_key -SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall __NR_restart_syscall -SYS_rmdir bits/syscall.h d #define SYS_rmdir __NR_rmdir -SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction __NR_rt_sigaction -SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending __NR_rt_sigpending -SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask __NR_rt_sigprocmask -SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo __NR_rt_sigqueueinfo -SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn __NR_rt_sigreturn -SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend __NR_rt_sigsuspend -SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait __NR_rt_sigtimedwait -SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo -SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max __NR_sched_get_priority_max -SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min __NR_sched_get_priority_min -SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity __NR_sched_getaffinity -SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr __NR_sched_getattr -SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam __NR_sched_getparam -SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler __NR_sched_getscheduler -SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval __NR_sched_rr_get_interval -SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity __NR_sched_setaffinity -SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr __NR_sched_setattr -SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam __NR_sched_setparam -SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler __NR_sched_setscheduler -SYS_sched_yield bits/syscall.h d #define SYS_sched_yield __NR_sched_yield -SYS_seccomp bits/syscall.h d #define SYS_seccomp __NR_seccomp -SYS_security bits/syscall.h d #define SYS_security __NR_security -SYS_select bits/syscall.h d #define SYS_select __NR_select -SYS_semctl bits/syscall.h d #define SYS_semctl __NR_semctl -SYS_semget bits/syscall.h d #define SYS_semget __NR_semget -SYS_semop bits/syscall.h d #define SYS_semop __NR_semop -SYS_semtimedop bits/syscall.h d #define SYS_semtimedop __NR_semtimedop -SYS_sendfile bits/syscall.h d #define SYS_sendfile __NR_sendfile -SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg __NR_sendmmsg -SYS_sendmsg bits/syscall.h d #define SYS_sendmsg __NR_sendmsg -SYS_sendto bits/syscall.h d #define SYS_sendto __NR_sendto -SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy __NR_set_mempolicy -SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list __NR_set_robust_list -SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address __NR_set_tid_address -SYS_setdomainname bits/syscall.h d #define SYS_setdomainname __NR_setdomainname -SYS_setfsgid bits/syscall.h d #define SYS_setfsgid __NR_setfsgid -SYS_setfsuid bits/syscall.h d #define SYS_setfsuid __NR_setfsuid -SYS_setgid bits/syscall.h d #define SYS_setgid __NR_setgid -SYS_setgroups bits/syscall.h d #define SYS_setgroups __NR_setgroups -SYS_sethostname bits/syscall.h d #define SYS_sethostname __NR_sethostname -SYS_setitimer bits/syscall.h d #define SYS_setitimer __NR_setitimer -SYS_setns bits/syscall.h d #define SYS_setns __NR_setns -SYS_setpgid bits/syscall.h d #define SYS_setpgid __NR_setpgid -SYS_setpriority bits/syscall.h d #define SYS_setpriority __NR_setpriority -SYS_setregid bits/syscall.h d #define SYS_setregid __NR_setregid -SYS_setresgid bits/syscall.h d #define SYS_setresgid __NR_setresgid -SYS_setresuid bits/syscall.h d #define SYS_setresuid __NR_setresuid -SYS_setreuid bits/syscall.h d #define SYS_setreuid __NR_setreuid -SYS_setrlimit bits/syscall.h d #define SYS_setrlimit __NR_setrlimit -SYS_setsid bits/syscall.h d #define SYS_setsid __NR_setsid -SYS_setsockopt bits/syscall.h d #define SYS_setsockopt __NR_setsockopt -SYS_settimeofday bits/syscall.h d #define SYS_settimeofday __NR_settimeofday -SYS_setuid bits/syscall.h d #define SYS_setuid __NR_setuid -SYS_setxattr bits/syscall.h d #define SYS_setxattr __NR_setxattr -SYS_shmat bits/syscall.h d #define SYS_shmat __NR_shmat -SYS_shmctl bits/syscall.h d #define SYS_shmctl __NR_shmctl -SYS_shmdt bits/syscall.h d #define SYS_shmdt __NR_shmdt -SYS_shmget bits/syscall.h d #define SYS_shmget __NR_shmget -SYS_shutdown bits/syscall.h d #define SYS_shutdown __NR_shutdown -SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack __NR_sigaltstack -SYS_signalfd bits/syscall.h d #define SYS_signalfd __NR_signalfd -SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 __NR_signalfd4 -SYS_socket bits/syscall.h d #define SYS_socket __NR_socket -SYS_socketpair bits/syscall.h d #define SYS_socketpair __NR_socketpair -SYS_splice bits/syscall.h d #define SYS_splice __NR_splice -SYS_stat bits/syscall.h d #define SYS_stat __NR_stat -SYS_statfs bits/syscall.h d #define SYS_statfs __NR_statfs -SYS_swapoff bits/syscall.h d #define SYS_swapoff __NR_swapoff -SYS_swapon bits/syscall.h d #define SYS_swapon __NR_swapon -SYS_symlink bits/syscall.h d #define SYS_symlink __NR_symlink -SYS_symlinkat bits/syscall.h d #define SYS_symlinkat __NR_symlinkat -SYS_sync bits/syscall.h d #define SYS_sync __NR_sync -SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range __NR_sync_file_range -SYS_syncfs bits/syscall.h d #define SYS_syncfs __NR_syncfs -SYS_sysfs bits/syscall.h d #define SYS_sysfs __NR_sysfs -SYS_sysinfo bits/syscall.h d #define SYS_sysinfo __NR_sysinfo -SYS_syslog bits/syscall.h d #define SYS_syslog __NR_syslog -SYS_tee bits/syscall.h d #define SYS_tee __NR_tee -SYS_tgkill bits/syscall.h d #define SYS_tgkill __NR_tgkill -SYS_time bits/syscall.h d #define SYS_time __NR_time -SYS_timer_create bits/syscall.h d #define SYS_timer_create __NR_timer_create -SYS_timer_delete bits/syscall.h d #define SYS_timer_delete __NR_timer_delete -SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun __NR_timer_getoverrun -SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime __NR_timer_gettime -SYS_timer_settime bits/syscall.h d #define SYS_timer_settime __NR_timer_settime -SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create __NR_timerfd_create -SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime __NR_timerfd_gettime -SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime __NR_timerfd_settime -SYS_times bits/syscall.h d #define SYS_times __NR_times -SYS_tkill bits/syscall.h d #define SYS_tkill __NR_tkill -SYS_truncate bits/syscall.h d #define SYS_truncate __NR_truncate -SYS_tuxcall bits/syscall.h d #define SYS_tuxcall __NR_tuxcall -SYS_umask bits/syscall.h d #define SYS_umask __NR_umask -SYS_umount2 bits/syscall.h d #define SYS_umount2 __NR_umount2 -SYS_uname bits/syscall.h d #define SYS_uname __NR_uname -SYS_unlink bits/syscall.h d #define SYS_unlink __NR_unlink -SYS_unlinkat bits/syscall.h d #define SYS_unlinkat __NR_unlinkat -SYS_unshare bits/syscall.h d #define SYS_unshare __NR_unshare -SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd __NR_userfaultfd -SYS_ustat bits/syscall.h d #define SYS_ustat __NR_ustat -SYS_utime bits/syscall.h d #define SYS_utime __NR_utime -SYS_utimensat bits/syscall.h d #define SYS_utimensat __NR_utimensat -SYS_utimes bits/syscall.h d #define SYS_utimes __NR_utimes -SYS_vfork bits/syscall.h d #define SYS_vfork __NR_vfork -SYS_vhangup bits/syscall.h d #define SYS_vhangup __NR_vhangup -SYS_vmsplice bits/syscall.h d #define SYS_vmsplice __NR_vmsplice -SYS_wait4 bits/syscall.h d #define SYS_wait4 __NR_wait4 -SYS_waitid bits/syscall.h d #define SYS_waitid __NR_waitid -SYS_write bits/syscall.h d #define SYS_write __NR_write -SYS_writev bits/syscall.h d #define SYS_writev __NR_writev +SYS_accept bits/syscall.h d #define SYS_accept (0x40000000 + 43) +SYS_accept4 bits/syscall.h d #define SYS_accept4 (0x40000000 + 288) +SYS_access bits/syscall.h d #define SYS_access (0x40000000 + 21) +SYS_acct bits/syscall.h d #define SYS_acct (0x40000000 + 163) +SYS_add_key bits/syscall.h d #define SYS_add_key (0x40000000 + 248) +SYS_adjtimex bits/syscall.h d #define SYS_adjtimex (0x40000000 + 159) +SYS_afs_syscall bits/syscall.h d #define SYS_afs_syscall (0x40000000 + 183) +SYS_alarm bits/syscall.h d #define SYS_alarm (0x40000000 + 37) +SYS_arch_prctl bits/syscall.h d #define SYS_arch_prctl (0x40000000 + 158) +SYS_bind bits/syscall.h d #define SYS_bind (0x40000000 + 49) +SYS_bpf bits/syscall.h d #define SYS_bpf (0x40000000 + 321) +SYS_brk bits/syscall.h d #define SYS_brk (0x40000000 + 12) +SYS_capget bits/syscall.h d #define SYS_capget (0x40000000 + 125) +SYS_capset bits/syscall.h d #define SYS_capset (0x40000000 + 126) +SYS_chdir bits/syscall.h d #define SYS_chdir (0x40000000 + 80) +SYS_chmod bits/syscall.h d #define SYS_chmod (0x40000000 + 90) +SYS_chown bits/syscall.h d #define SYS_chown (0x40000000 + 92) +SYS_chroot bits/syscall.h d #define SYS_chroot (0x40000000 + 161) +SYS_clock_adjtime bits/syscall.h d #define SYS_clock_adjtime (0x40000000 + 305) +SYS_clock_getres bits/syscall.h d #define SYS_clock_getres (0x40000000 + 229) +SYS_clock_gettime bits/syscall.h d #define SYS_clock_gettime (0x40000000 + 228) +SYS_clock_nanosleep bits/syscall.h d #define SYS_clock_nanosleep (0x40000000 + 230) +SYS_clock_settime bits/syscall.h d #define SYS_clock_settime (0x40000000 + 227) +SYS_clone bits/syscall.h d #define SYS_clone (0x40000000 + 56) +SYS_close bits/syscall.h d #define SYS_close (0x40000000 + 3) +SYS_connect bits/syscall.h d #define SYS_connect (0x40000000 + 42) +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range (0x40000000 + 326) +SYS_creat bits/syscall.h d #define SYS_creat (0x40000000 + 85) +SYS_delete_module bits/syscall.h d #define SYS_delete_module (0x40000000 + 176) +SYS_dup bits/syscall.h d #define SYS_dup (0x40000000 + 32) +SYS_dup2 bits/syscall.h d #define SYS_dup2 (0x40000000 + 33) +SYS_dup3 bits/syscall.h d #define SYS_dup3 (0x40000000 + 292) +SYS_epoll_create bits/syscall.h d #define SYS_epoll_create (0x40000000 + 213) +SYS_epoll_create1 bits/syscall.h d #define SYS_epoll_create1 (0x40000000 + 291) +SYS_epoll_ctl bits/syscall.h d #define SYS_epoll_ctl (0x40000000 + 233) +SYS_epoll_pwait bits/syscall.h d #define SYS_epoll_pwait (0x40000000 + 281) +SYS_epoll_wait bits/syscall.h d #define SYS_epoll_wait (0x40000000 + 232) +SYS_eventfd bits/syscall.h d #define SYS_eventfd (0x40000000 + 284) +SYS_eventfd2 bits/syscall.h d #define SYS_eventfd2 (0x40000000 + 290) +SYS_execve bits/syscall.h d #define SYS_execve (0x40000000 + 520) +SYS_execveat bits/syscall.h d #define SYS_execveat (0x40000000 + 545) +SYS_exit bits/syscall.h d #define SYS_exit (0x40000000 + 60) +SYS_exit_group bits/syscall.h d #define SYS_exit_group (0x40000000 + 231) +SYS_faccessat bits/syscall.h d #define SYS_faccessat (0x40000000 + 269) +SYS_fadvise64 bits/syscall.h d #define SYS_fadvise64 (0x40000000 + 221) +SYS_fallocate bits/syscall.h d #define SYS_fallocate (0x40000000 + 285) +SYS_fanotify_init bits/syscall.h d #define SYS_fanotify_init (0x40000000 + 300) +SYS_fanotify_mark bits/syscall.h d #define SYS_fanotify_mark (0x40000000 + 301) +SYS_fchdir bits/syscall.h d #define SYS_fchdir (0x40000000 + 81) +SYS_fchmod bits/syscall.h d #define SYS_fchmod (0x40000000 + 91) +SYS_fchmodat bits/syscall.h d #define SYS_fchmodat (0x40000000 + 268) +SYS_fchown bits/syscall.h d #define SYS_fchown (0x40000000 + 93) +SYS_fchownat bits/syscall.h d #define SYS_fchownat (0x40000000 + 260) +SYS_fcntl bits/syscall.h d #define SYS_fcntl (0x40000000 + 72) +SYS_fdatasync bits/syscall.h d #define SYS_fdatasync (0x40000000 + 75) +SYS_fgetxattr bits/syscall.h d #define SYS_fgetxattr (0x40000000 + 193) +SYS_finit_module bits/syscall.h d #define SYS_finit_module (0x40000000 + 313) +SYS_flistxattr bits/syscall.h d #define SYS_flistxattr (0x40000000 + 196) +SYS_flock bits/syscall.h d #define SYS_flock (0x40000000 + 73) +SYS_fork bits/syscall.h d #define SYS_fork (0x40000000 + 57) +SYS_fremovexattr bits/syscall.h d #define SYS_fremovexattr (0x40000000 + 199) +SYS_fsetxattr bits/syscall.h d #define SYS_fsetxattr (0x40000000 + 190) +SYS_fstat bits/syscall.h d #define SYS_fstat (0x40000000 + 5) +SYS_fstatfs bits/syscall.h d #define SYS_fstatfs (0x40000000 + 138) +SYS_fsync bits/syscall.h d #define SYS_fsync (0x40000000 + 74) +SYS_ftruncate bits/syscall.h d #define SYS_ftruncate (0x40000000 + 77) +SYS_futex bits/syscall.h d #define SYS_futex (0x40000000 + 202) +SYS_futimesat bits/syscall.h d #define SYS_futimesat (0x40000000 + 261) +SYS_get_mempolicy bits/syscall.h d #define SYS_get_mempolicy (0x40000000 + 239) +SYS_get_robust_list bits/syscall.h d #define SYS_get_robust_list (0x40000000 + 531) +SYS_getcpu bits/syscall.h d #define SYS_getcpu (0x40000000 + 309) +SYS_getcwd bits/syscall.h d #define SYS_getcwd (0x40000000 + 79) +SYS_getdents bits/syscall.h d #define SYS_getdents (0x40000000 + 78) +SYS_getdents64 bits/syscall.h d #define SYS_getdents64 (0x40000000 + 217) +SYS_getegid bits/syscall.h d #define SYS_getegid (0x40000000 + 108) +SYS_geteuid bits/syscall.h d #define SYS_geteuid (0x40000000 + 107) +SYS_getgid bits/syscall.h d #define SYS_getgid (0x40000000 + 104) +SYS_getgroups bits/syscall.h d #define SYS_getgroups (0x40000000 + 115) +SYS_getitimer bits/syscall.h d #define SYS_getitimer (0x40000000 + 36) +SYS_getpeername bits/syscall.h d #define SYS_getpeername (0x40000000 + 52) +SYS_getpgid bits/syscall.h d #define SYS_getpgid (0x40000000 + 121) +SYS_getpgrp bits/syscall.h d #define SYS_getpgrp (0x40000000 + 111) +SYS_getpid bits/syscall.h d #define SYS_getpid (0x40000000 + 39) +SYS_getpmsg bits/syscall.h d #define SYS_getpmsg (0x40000000 + 181) +SYS_getppid bits/syscall.h d #define SYS_getppid (0x40000000 + 110) +SYS_getpriority bits/syscall.h d #define SYS_getpriority (0x40000000 + 140) +SYS_getrandom bits/syscall.h d #define SYS_getrandom (0x40000000 + 318) +SYS_getresgid bits/syscall.h d #define SYS_getresgid (0x40000000 + 120) +SYS_getresuid bits/syscall.h d #define SYS_getresuid (0x40000000 + 118) +SYS_getrlimit bits/syscall.h d #define SYS_getrlimit (0x40000000 + 97) +SYS_getrusage bits/syscall.h d #define SYS_getrusage (0x40000000 + 98) +SYS_getsid bits/syscall.h d #define SYS_getsid (0x40000000 + 124) +SYS_getsockname bits/syscall.h d #define SYS_getsockname (0x40000000 + 51) +SYS_getsockopt bits/syscall.h d #define SYS_getsockopt (0x40000000 + 542) +SYS_gettid bits/syscall.h d #define SYS_gettid (0x40000000 + 186) +SYS_gettimeofday bits/syscall.h d #define SYS_gettimeofday (0x40000000 + 96) +SYS_getuid bits/syscall.h d #define SYS_getuid (0x40000000 + 102) +SYS_getxattr bits/syscall.h d #define SYS_getxattr (0x40000000 + 191) +SYS_init_module bits/syscall.h d #define SYS_init_module (0x40000000 + 175) +SYS_inotify_add_watch bits/syscall.h d #define SYS_inotify_add_watch (0x40000000 + 254) +SYS_inotify_init bits/syscall.h d #define SYS_inotify_init (0x40000000 + 253) +SYS_inotify_init1 bits/syscall.h d #define SYS_inotify_init1 (0x40000000 + 294) +SYS_inotify_rm_watch bits/syscall.h d #define SYS_inotify_rm_watch (0x40000000 + 255) +SYS_io_cancel bits/syscall.h d #define SYS_io_cancel (0x40000000 + 210) +SYS_io_destroy bits/syscall.h d #define SYS_io_destroy (0x40000000 + 207) +SYS_io_getevents bits/syscall.h d #define SYS_io_getevents (0x40000000 + 208) +SYS_io_setup bits/syscall.h d #define SYS_io_setup (0x40000000 + 543) +SYS_io_submit bits/syscall.h d #define SYS_io_submit (0x40000000 + 544) +SYS_ioctl bits/syscall.h d #define SYS_ioctl (0x40000000 + 514) +SYS_ioperm bits/syscall.h d #define SYS_ioperm (0x40000000 + 173) +SYS_iopl bits/syscall.h d #define SYS_iopl (0x40000000 + 172) +SYS_ioprio_get bits/syscall.h d #define SYS_ioprio_get (0x40000000 + 252) +SYS_ioprio_set bits/syscall.h d #define SYS_ioprio_set (0x40000000 + 251) +SYS_kcmp bits/syscall.h d #define SYS_kcmp (0x40000000 + 312) +SYS_kexec_file_load bits/syscall.h d #define SYS_kexec_file_load (0x40000000 + 320) +SYS_kexec_load bits/syscall.h d #define SYS_kexec_load (0x40000000 + 528) +SYS_keyctl bits/syscall.h d #define SYS_keyctl (0x40000000 + 250) +SYS_kill bits/syscall.h d #define SYS_kill (0x40000000 + 62) +SYS_lchown bits/syscall.h d #define SYS_lchown (0x40000000 + 94) +SYS_lgetxattr bits/syscall.h d #define SYS_lgetxattr (0x40000000 + 192) +SYS_link bits/syscall.h d #define SYS_link (0x40000000 + 86) +SYS_linkat bits/syscall.h d #define SYS_linkat (0x40000000 + 265) +SYS_listen bits/syscall.h d #define SYS_listen (0x40000000 + 50) +SYS_listxattr bits/syscall.h d #define SYS_listxattr (0x40000000 + 194) +SYS_llistxattr bits/syscall.h d #define SYS_llistxattr (0x40000000 + 195) +SYS_lookup_dcookie bits/syscall.h d #define SYS_lookup_dcookie (0x40000000 + 212) +SYS_lremovexattr bits/syscall.h d #define SYS_lremovexattr (0x40000000 + 198) +SYS_lseek bits/syscall.h d #define SYS_lseek (0x40000000 + 8) +SYS_lsetxattr bits/syscall.h d #define SYS_lsetxattr (0x40000000 + 189) +SYS_lstat bits/syscall.h d #define SYS_lstat (0x40000000 + 6) +SYS_madvise bits/syscall.h d #define SYS_madvise (0x40000000 + 28) +SYS_mbind bits/syscall.h d #define SYS_mbind (0x40000000 + 237) +SYS_membarrier bits/syscall.h d #define SYS_membarrier (0x40000000 + 324) +SYS_memfd_create bits/syscall.h d #define SYS_memfd_create (0x40000000 + 319) +SYS_migrate_pages bits/syscall.h d #define SYS_migrate_pages (0x40000000 + 256) +SYS_mincore bits/syscall.h d #define SYS_mincore (0x40000000 + 27) +SYS_mkdir bits/syscall.h d #define SYS_mkdir (0x40000000 + 83) +SYS_mkdirat bits/syscall.h d #define SYS_mkdirat (0x40000000 + 258) +SYS_mknod bits/syscall.h d #define SYS_mknod (0x40000000 + 133) +SYS_mknodat bits/syscall.h d #define SYS_mknodat (0x40000000 + 259) +SYS_mlock bits/syscall.h d #define SYS_mlock (0x40000000 + 149) +SYS_mlock2 bits/syscall.h d #define SYS_mlock2 (0x40000000 + 325) +SYS_mlockall bits/syscall.h d #define SYS_mlockall (0x40000000 + 151) +SYS_mmap bits/syscall.h d #define SYS_mmap (0x40000000 + 9) +SYS_modify_ldt bits/syscall.h d #define SYS_modify_ldt (0x40000000 + 154) +SYS_mount bits/syscall.h d #define SYS_mount (0x40000000 + 165) +SYS_move_pages bits/syscall.h d #define SYS_move_pages (0x40000000 + 533) +SYS_mprotect bits/syscall.h d #define SYS_mprotect (0x40000000 + 10) +SYS_mq_getsetattr bits/syscall.h d #define SYS_mq_getsetattr (0x40000000 + 245) +SYS_mq_notify bits/syscall.h d #define SYS_mq_notify (0x40000000 + 527) +SYS_mq_open bits/syscall.h d #define SYS_mq_open (0x40000000 + 240) +SYS_mq_timedreceive bits/syscall.h d #define SYS_mq_timedreceive (0x40000000 + 243) +SYS_mq_timedsend bits/syscall.h d #define SYS_mq_timedsend (0x40000000 + 242) +SYS_mq_unlink bits/syscall.h d #define SYS_mq_unlink (0x40000000 + 241) +SYS_mremap bits/syscall.h d #define SYS_mremap (0x40000000 + 25) +SYS_msgctl bits/syscall.h d #define SYS_msgctl (0x40000000 + 71) +SYS_msgget bits/syscall.h d #define SYS_msgget (0x40000000 + 68) +SYS_msgrcv bits/syscall.h d #define SYS_msgrcv (0x40000000 + 70) +SYS_msgsnd bits/syscall.h d #define SYS_msgsnd (0x40000000 + 69) +SYS_msync bits/syscall.h d #define SYS_msync (0x40000000 + 26) +SYS_munlock bits/syscall.h d #define SYS_munlock (0x40000000 + 150) +SYS_munlockall bits/syscall.h d #define SYS_munlockall (0x40000000 + 152) +SYS_munmap bits/syscall.h d #define SYS_munmap (0x40000000 + 11) +SYS_name_to_handle_at bits/syscall.h d #define SYS_name_to_handle_at (0x40000000 + 303) +SYS_nanosleep bits/syscall.h d #define SYS_nanosleep (0x40000000 + 35) +SYS_newfstatat bits/syscall.h d #define SYS_newfstatat (0x40000000 + 262) +SYS_open bits/syscall.h d #define SYS_open (0x40000000 + 2) +SYS_open_by_handle_at bits/syscall.h d #define SYS_open_by_handle_at (0x40000000 + 304) +SYS_openat bits/syscall.h d #define SYS_openat (0x40000000 + 257) +SYS_pause bits/syscall.h d #define SYS_pause (0x40000000 + 34) +SYS_perf_event_open bits/syscall.h d #define SYS_perf_event_open (0x40000000 + 298) +SYS_personality bits/syscall.h d #define SYS_personality (0x40000000 + 135) +SYS_pipe bits/syscall.h d #define SYS_pipe (0x40000000 + 22) +SYS_pipe2 bits/syscall.h d #define SYS_pipe2 (0x40000000 + 293) +SYS_pivot_root bits/syscall.h d #define SYS_pivot_root (0x40000000 + 155) +SYS_poll bits/syscall.h d #define SYS_poll (0x40000000 + 7) +SYS_ppoll bits/syscall.h d #define SYS_ppoll (0x40000000 + 271) +SYS_prctl bits/syscall.h d #define SYS_prctl (0x40000000 + 157) +SYS_pread64 bits/syscall.h d #define SYS_pread64 (0x40000000 + 17) +SYS_preadv bits/syscall.h d #define SYS_preadv (0x40000000 + 534) +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 (0x40000000 + 327) +SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 (0x40000000 + 302) +SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv (0x40000000 + 539) +SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev (0x40000000 + 540) +SYS_pselect6 bits/syscall.h d #define SYS_pselect6 (0x40000000 + 270) +SYS_ptrace bits/syscall.h d #define SYS_ptrace (0x40000000 + 521) +SYS_putpmsg bits/syscall.h d #define SYS_putpmsg (0x40000000 + 182) +SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 (0x40000000 + 18) +SYS_pwritev bits/syscall.h d #define SYS_pwritev (0x40000000 + 535) +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 (0x40000000 + 328) +SYS_quotactl bits/syscall.h d #define SYS_quotactl (0x40000000 + 179) +SYS_read bits/syscall.h d #define SYS_read (0x40000000 + 0) +SYS_readahead bits/syscall.h d #define SYS_readahead (0x40000000 + 187) +SYS_readlink bits/syscall.h d #define SYS_readlink (0x40000000 + 89) +SYS_readlinkat bits/syscall.h d #define SYS_readlinkat (0x40000000 + 267) +SYS_readv bits/syscall.h d #define SYS_readv (0x40000000 + 515) +SYS_reboot bits/syscall.h d #define SYS_reboot (0x40000000 + 169) +SYS_recvfrom bits/syscall.h d #define SYS_recvfrom (0x40000000 + 517) +SYS_recvmmsg bits/syscall.h d #define SYS_recvmmsg (0x40000000 + 537) +SYS_recvmsg bits/syscall.h d #define SYS_recvmsg (0x40000000 + 519) +SYS_remap_file_pages bits/syscall.h d #define SYS_remap_file_pages (0x40000000 + 216) +SYS_removexattr bits/syscall.h d #define SYS_removexattr (0x40000000 + 197) +SYS_rename bits/syscall.h d #define SYS_rename (0x40000000 + 82) +SYS_renameat bits/syscall.h d #define SYS_renameat (0x40000000 + 264) +SYS_renameat2 bits/syscall.h d #define SYS_renameat2 (0x40000000 + 316) +SYS_request_key bits/syscall.h d #define SYS_request_key (0x40000000 + 249) +SYS_restart_syscall bits/syscall.h d #define SYS_restart_syscall (0x40000000 + 219) +SYS_rmdir bits/syscall.h d #define SYS_rmdir (0x40000000 + 84) +SYS_rt_sigaction bits/syscall.h d #define SYS_rt_sigaction (0x40000000 + 512) +SYS_rt_sigpending bits/syscall.h d #define SYS_rt_sigpending (0x40000000 + 522) +SYS_rt_sigprocmask bits/syscall.h d #define SYS_rt_sigprocmask (0x40000000 + 14) +SYS_rt_sigqueueinfo bits/syscall.h d #define SYS_rt_sigqueueinfo (0x40000000 + 524) +SYS_rt_sigreturn bits/syscall.h d #define SYS_rt_sigreturn (0x40000000 + 513) +SYS_rt_sigsuspend bits/syscall.h d #define SYS_rt_sigsuspend (0x40000000 + 130) +SYS_rt_sigtimedwait bits/syscall.h d #define SYS_rt_sigtimedwait (0x40000000 + 523) +SYS_rt_tgsigqueueinfo bits/syscall.h d #define SYS_rt_tgsigqueueinfo (0x40000000 + 536) +SYS_sched_get_priority_max bits/syscall.h d #define SYS_sched_get_priority_max (0x40000000 + 146) +SYS_sched_get_priority_min bits/syscall.h d #define SYS_sched_get_priority_min (0x40000000 + 147) +SYS_sched_getaffinity bits/syscall.h d #define SYS_sched_getaffinity (0x40000000 + 204) +SYS_sched_getattr bits/syscall.h d #define SYS_sched_getattr (0x40000000 + 315) +SYS_sched_getparam bits/syscall.h d #define SYS_sched_getparam (0x40000000 + 143) +SYS_sched_getscheduler bits/syscall.h d #define SYS_sched_getscheduler (0x40000000 + 145) +SYS_sched_rr_get_interval bits/syscall.h d #define SYS_sched_rr_get_interval (0x40000000 + 148) +SYS_sched_setaffinity bits/syscall.h d #define SYS_sched_setaffinity (0x40000000 + 203) +SYS_sched_setattr bits/syscall.h d #define SYS_sched_setattr (0x40000000 + 314) +SYS_sched_setparam bits/syscall.h d #define SYS_sched_setparam (0x40000000 + 142) +SYS_sched_setscheduler bits/syscall.h d #define SYS_sched_setscheduler (0x40000000 + 144) +SYS_sched_yield bits/syscall.h d #define SYS_sched_yield (0x40000000 + 24) +SYS_seccomp bits/syscall.h d #define SYS_seccomp (0x40000000 + 317) +SYS_security bits/syscall.h d #define SYS_security (0x40000000 + 185) +SYS_select bits/syscall.h d #define SYS_select (0x40000000 + 23) +SYS_semctl bits/syscall.h d #define SYS_semctl (0x40000000 + 66) +SYS_semget bits/syscall.h d #define SYS_semget (0x40000000 + 64) +SYS_semop bits/syscall.h d #define SYS_semop (0x40000000 + 65) +SYS_semtimedop bits/syscall.h d #define SYS_semtimedop (0x40000000 + 220) +SYS_sendfile bits/syscall.h d #define SYS_sendfile (0x40000000 + 40) +SYS_sendmmsg bits/syscall.h d #define SYS_sendmmsg (0x40000000 + 538) +SYS_sendmsg bits/syscall.h d #define SYS_sendmsg (0x40000000 + 518) +SYS_sendto bits/syscall.h d #define SYS_sendto (0x40000000 + 44) +SYS_set_mempolicy bits/syscall.h d #define SYS_set_mempolicy (0x40000000 + 238) +SYS_set_robust_list bits/syscall.h d #define SYS_set_robust_list (0x40000000 + 530) +SYS_set_tid_address bits/syscall.h d #define SYS_set_tid_address (0x40000000 + 218) +SYS_setdomainname bits/syscall.h d #define SYS_setdomainname (0x40000000 + 171) +SYS_setfsgid bits/syscall.h d #define SYS_setfsgid (0x40000000 + 123) +SYS_setfsuid bits/syscall.h d #define SYS_setfsuid (0x40000000 + 122) +SYS_setgid bits/syscall.h d #define SYS_setgid (0x40000000 + 106) +SYS_setgroups bits/syscall.h d #define SYS_setgroups (0x40000000 + 116) +SYS_sethostname bits/syscall.h d #define SYS_sethostname (0x40000000 + 170) +SYS_setitimer bits/syscall.h d #define SYS_setitimer (0x40000000 + 38) +SYS_setns bits/syscall.h d #define SYS_setns (0x40000000 + 308) +SYS_setpgid bits/syscall.h d #define SYS_setpgid (0x40000000 + 109) +SYS_setpriority bits/syscall.h d #define SYS_setpriority (0x40000000 + 141) +SYS_setregid bits/syscall.h d #define SYS_setregid (0x40000000 + 114) +SYS_setresgid bits/syscall.h d #define SYS_setresgid (0x40000000 + 119) +SYS_setresuid bits/syscall.h d #define SYS_setresuid (0x40000000 + 117) +SYS_setreuid bits/syscall.h d #define SYS_setreuid (0x40000000 + 113) +SYS_setrlimit bits/syscall.h d #define SYS_setrlimit (0x40000000 + 160) +SYS_setsid bits/syscall.h d #define SYS_setsid (0x40000000 + 112) +SYS_setsockopt bits/syscall.h d #define SYS_setsockopt (0x40000000 + 541) +SYS_settimeofday bits/syscall.h d #define SYS_settimeofday (0x40000000 + 164) +SYS_setuid bits/syscall.h d #define SYS_setuid (0x40000000 + 105) +SYS_setxattr bits/syscall.h d #define SYS_setxattr (0x40000000 + 188) +SYS_shmat bits/syscall.h d #define SYS_shmat (0x40000000 + 30) +SYS_shmctl bits/syscall.h d #define SYS_shmctl (0x40000000 + 31) +SYS_shmdt bits/syscall.h d #define SYS_shmdt (0x40000000 + 67) +SYS_shmget bits/syscall.h d #define SYS_shmget (0x40000000 + 29) +SYS_shutdown bits/syscall.h d #define SYS_shutdown (0x40000000 + 48) +SYS_sigaltstack bits/syscall.h d #define SYS_sigaltstack (0x40000000 + 525) +SYS_signalfd bits/syscall.h d #define SYS_signalfd (0x40000000 + 282) +SYS_signalfd4 bits/syscall.h d #define SYS_signalfd4 (0x40000000 + 289) +SYS_socket bits/syscall.h d #define SYS_socket (0x40000000 + 41) +SYS_socketpair bits/syscall.h d #define SYS_socketpair (0x40000000 + 53) +SYS_splice bits/syscall.h d #define SYS_splice (0x40000000 + 275) +SYS_stat bits/syscall.h d #define SYS_stat (0x40000000 + 4) +SYS_statfs bits/syscall.h d #define SYS_statfs (0x40000000 + 137) +SYS_swapoff bits/syscall.h d #define SYS_swapoff (0x40000000 + 168) +SYS_swapon bits/syscall.h d #define SYS_swapon (0x40000000 + 167) +SYS_symlink bits/syscall.h d #define SYS_symlink (0x40000000 + 88) +SYS_symlinkat bits/syscall.h d #define SYS_symlinkat (0x40000000 + 266) +SYS_sync bits/syscall.h d #define SYS_sync (0x40000000 + 162) +SYS_sync_file_range bits/syscall.h d #define SYS_sync_file_range (0x40000000 + 277) +SYS_syncfs bits/syscall.h d #define SYS_syncfs (0x40000000 + 306) +SYS_sysfs bits/syscall.h d #define SYS_sysfs (0x40000000 + 139) +SYS_sysinfo bits/syscall.h d #define SYS_sysinfo (0x40000000 + 99) +SYS_syslog bits/syscall.h d #define SYS_syslog (0x40000000 + 103) +SYS_tee bits/syscall.h d #define SYS_tee (0x40000000 + 276) +SYS_tgkill bits/syscall.h d #define SYS_tgkill (0x40000000 + 234) +SYS_time bits/syscall.h d #define SYS_time (0x40000000 + 201) +SYS_timer_create bits/syscall.h d #define SYS_timer_create (0x40000000 + 526) +SYS_timer_delete bits/syscall.h d #define SYS_timer_delete (0x40000000 + 226) +SYS_timer_getoverrun bits/syscall.h d #define SYS_timer_getoverrun (0x40000000 + 225) +SYS_timer_gettime bits/syscall.h d #define SYS_timer_gettime (0x40000000 + 224) +SYS_timer_settime bits/syscall.h d #define SYS_timer_settime (0x40000000 + 223) +SYS_timerfd_create bits/syscall.h d #define SYS_timerfd_create (0x40000000 + 283) +SYS_timerfd_gettime bits/syscall.h d #define SYS_timerfd_gettime (0x40000000 + 287) +SYS_timerfd_settime bits/syscall.h d #define SYS_timerfd_settime (0x40000000 + 286) +SYS_times bits/syscall.h d #define SYS_times (0x40000000 + 100) +SYS_tkill bits/syscall.h d #define SYS_tkill (0x40000000 + 200) +SYS_truncate bits/syscall.h d #define SYS_truncate (0x40000000 + 76) +SYS_tuxcall bits/syscall.h d #define SYS_tuxcall (0x40000000 + 184) +SYS_umask bits/syscall.h d #define SYS_umask (0x40000000 + 95) +SYS_umount2 bits/syscall.h d #define SYS_umount2 (0x40000000 + 166) +SYS_uname bits/syscall.h d #define SYS_uname (0x40000000 + 63) +SYS_unlink bits/syscall.h d #define SYS_unlink (0x40000000 + 87) +SYS_unlinkat bits/syscall.h d #define SYS_unlinkat (0x40000000 + 263) +SYS_unshare bits/syscall.h d #define SYS_unshare (0x40000000 + 272) +SYS_userfaultfd bits/syscall.h d #define SYS_userfaultfd (0x40000000 + 323) +SYS_ustat bits/syscall.h d #define SYS_ustat (0x40000000 + 136) +SYS_utime bits/syscall.h d #define SYS_utime (0x40000000 + 132) +SYS_utimensat bits/syscall.h d #define SYS_utimensat (0x40000000 + 280) +SYS_utimes bits/syscall.h d #define SYS_utimes (0x40000000 + 235) +SYS_vfork bits/syscall.h d #define SYS_vfork (0x40000000 + 58) +SYS_vhangup bits/syscall.h d #define SYS_vhangup (0x40000000 + 153) +SYS_vmsplice bits/syscall.h d #define SYS_vmsplice (0x40000000 + 532) +SYS_wait4 bits/syscall.h d #define SYS_wait4 (0x40000000 + 61) +SYS_waitid bits/syscall.h d #define SYS_waitid (0x40000000 + 529) +SYS_write bits/syscall.h d #define SYS_write (0x40000000 + 1) +SYS_writev bits/syscall.h d #define SYS_writev (0x40000000 + 516) TAB0 bits/termios.h d #define TAB0 0000000 TAB1 bits/termios.h d #define TAB1 0004000 TAB2 bits/termios.h d #define TAB2 0010000 @@ -887,12 +840,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -911,7 +868,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -942,15 +898,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT32_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -976,6 +933,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr int _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -1066,329 +1024,326 @@ __DEFINED_wchar_t bits/alltypes.h d #define __DEFINED_wchar_t __DEFINED_wctype_t bits/alltypes.h d #define __DEFINED_wctype_t __DEFINED_wint_t bits/alltypes.h d #define __DEFINED_wint_t __FE_DENORM bits/fenv.h d #define __FE_DENORM 2 -__NR_accept bits/syscall.h d #define __NR_accept (__X32_SYSCALL_BIT + 43) -__NR_accept4 bits/syscall.h d #define __NR_accept4 (__X32_SYSCALL_BIT + 288) -__NR_access bits/syscall.h d #define __NR_access (__X32_SYSCALL_BIT + 21) -__NR_acct bits/syscall.h d #define __NR_acct (__X32_SYSCALL_BIT + 163) -__NR_add_key bits/syscall.h d #define __NR_add_key (__X32_SYSCALL_BIT + 248) -__NR_adjtimex bits/syscall.h d #define __NR_adjtimex (__X32_SYSCALL_BIT + 159) -__NR_afs_syscall bits/syscall.h d #define __NR_afs_syscall (__X32_SYSCALL_BIT + 183) -__NR_alarm bits/syscall.h d #define __NR_alarm (__X32_SYSCALL_BIT + 37) -__NR_arch_prctl bits/syscall.h d #define __NR_arch_prctl (__X32_SYSCALL_BIT + 158) -__NR_bind bits/syscall.h d #define __NR_bind (__X32_SYSCALL_BIT + 49) -__NR_bpf bits/syscall.h d #define __NR_bpf (__X32_SYSCALL_BIT + 321) -__NR_brk bits/syscall.h d #define __NR_brk (__X32_SYSCALL_BIT + 12) -__NR_capget bits/syscall.h d #define __NR_capget (__X32_SYSCALL_BIT + 125) -__NR_capset bits/syscall.h d #define __NR_capset (__X32_SYSCALL_BIT + 126) -__NR_chdir bits/syscall.h d #define __NR_chdir (__X32_SYSCALL_BIT + 80) -__NR_chmod bits/syscall.h d #define __NR_chmod (__X32_SYSCALL_BIT + 90) -__NR_chown bits/syscall.h d #define __NR_chown (__X32_SYSCALL_BIT + 92) -__NR_chroot bits/syscall.h d #define __NR_chroot (__X32_SYSCALL_BIT + 161) -__NR_clock_adjtime bits/syscall.h d #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305) -__NR_clock_getres bits/syscall.h d #define __NR_clock_getres (__X32_SYSCALL_BIT + 229) -__NR_clock_gettime bits/syscall.h d #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228) -__NR_clock_nanosleep bits/syscall.h d #define __NR_clock_nanosleep (__X32_SYSCALL_BIT + 230) -__NR_clock_settime bits/syscall.h d #define __NR_clock_settime (__X32_SYSCALL_BIT + 227) -__NR_clone bits/syscall.h d #define __NR_clone (__X32_SYSCALL_BIT + 56) -__NR_close bits/syscall.h d #define __NR_close (__X32_SYSCALL_BIT + 3) -__NR_connect bits/syscall.h d #define __NR_connect (__X32_SYSCALL_BIT + 42) -__NR_creat bits/syscall.h d #define __NR_creat (__X32_SYSCALL_BIT + 85) -__NR_delete_module bits/syscall.h d #define __NR_delete_module (__X32_SYSCALL_BIT + 176) -__NR_dup bits/syscall.h d #define __NR_dup (__X32_SYSCALL_BIT + 32) -__NR_dup2 bits/syscall.h d #define __NR_dup2 (__X32_SYSCALL_BIT + 33) -__NR_dup3 bits/syscall.h d #define __NR_dup3 (__X32_SYSCALL_BIT + 292) -__NR_epoll_create bits/syscall.h d #define __NR_epoll_create (__X32_SYSCALL_BIT + 213) -__NR_epoll_create1 bits/syscall.h d #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291) -__NR_epoll_ctl bits/syscall.h d #define __NR_epoll_ctl (__X32_SYSCALL_BIT + 233) -__NR_epoll_pwait bits/syscall.h d #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281) -__NR_epoll_wait bits/syscall.h d #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232) -__NR_eventfd bits/syscall.h d #define __NR_eventfd (__X32_SYSCALL_BIT + 284) -__NR_eventfd2 bits/syscall.h d #define __NR_eventfd2 (__X32_SYSCALL_BIT + 290) -__NR_execve bits/syscall.h d #define __NR_execve (__X32_SYSCALL_BIT + 520) -__NR_execveat bits/syscall.h d #define __NR_execveat (__X32_SYSCALL_BIT + 545) -__NR_exit bits/syscall.h d #define __NR_exit (__X32_SYSCALL_BIT + 60) -__NR_exit_group bits/syscall.h d #define __NR_exit_group (__X32_SYSCALL_BIT + 231) -__NR_faccessat bits/syscall.h d #define __NR_faccessat (__X32_SYSCALL_BIT + 269) -__NR_fadvise bits/syscall.h d #define __NR_fadvise __NR_fadvise64 -__NR_fadvise64 bits/syscall.h d #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221) -__NR_fallocate bits/syscall.h d #define __NR_fallocate (__X32_SYSCALL_BIT + 285) -__NR_fanotify_init bits/syscall.h d #define __NR_fanotify_init (__X32_SYSCALL_BIT + 300) -__NR_fanotify_mark bits/syscall.h d #define __NR_fanotify_mark (__X32_SYSCALL_BIT + 301) -__NR_fchdir bits/syscall.h d #define __NR_fchdir (__X32_SYSCALL_BIT + 81) -__NR_fchmod bits/syscall.h d #define __NR_fchmod (__X32_SYSCALL_BIT + 91) -__NR_fchmodat bits/syscall.h d #define __NR_fchmodat (__X32_SYSCALL_BIT + 268) -__NR_fchown bits/syscall.h d #define __NR_fchown (__X32_SYSCALL_BIT + 93) -__NR_fchownat bits/syscall.h d #define __NR_fchownat (__X32_SYSCALL_BIT + 260) -__NR_fcntl bits/syscall.h d #define __NR_fcntl (__X32_SYSCALL_BIT + 72) -__NR_fdatasync bits/syscall.h d #define __NR_fdatasync (__X32_SYSCALL_BIT + 75) -__NR_fgetxattr bits/syscall.h d #define __NR_fgetxattr (__X32_SYSCALL_BIT + 193) -__NR_finit_module bits/syscall.h d #define __NR_finit_module (__X32_SYSCALL_BIT + 313) -__NR_flistxattr bits/syscall.h d #define __NR_flistxattr (__X32_SYSCALL_BIT + 196) -__NR_flock bits/syscall.h d #define __NR_flock (__X32_SYSCALL_BIT + 73) -__NR_fork bits/syscall.h d #define __NR_fork (__X32_SYSCALL_BIT + 57) -__NR_fremovexattr bits/syscall.h d #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199) -__NR_fsetxattr bits/syscall.h d #define __NR_fsetxattr (__X32_SYSCALL_BIT + 190) -__NR_fstat bits/syscall.h d #define __NR_fstat (__X32_SYSCALL_BIT + 5) -__NR_fstatat bits/syscall.h d #define __NR_fstatat __NR_newfstatat -__NR_fstatfs bits/syscall.h d #define __NR_fstatfs (__X32_SYSCALL_BIT + 138) -__NR_fsync bits/syscall.h d #define __NR_fsync (__X32_SYSCALL_BIT + 74) -__NR_ftruncate bits/syscall.h d #define __NR_ftruncate (__X32_SYSCALL_BIT + 77) -__NR_futex bits/syscall.h d #define __NR_futex (__X32_SYSCALL_BIT + 202) -__NR_futimesat bits/syscall.h d #define __NR_futimesat (__X32_SYSCALL_BIT + 261) -__NR_get_mempolicy bits/syscall.h d #define __NR_get_mempolicy (__X32_SYSCALL_BIT + 239) -__NR_get_robust_list bits/syscall.h d #define __NR_get_robust_list (__X32_SYSCALL_BIT + 531) -__NR_getcpu bits/syscall.h d #define __NR_getcpu (__X32_SYSCALL_BIT + 309) -__NR_getcwd bits/syscall.h d #define __NR_getcwd (__X32_SYSCALL_BIT + 79) -__NR_getdents bits/syscall.h d #define __NR_getdents (__X32_SYSCALL_BIT + 78) -__NR_getdents bits/syscall.h d #define __NR_getdents __NR_getdents64 -__NR_getdents64 bits/syscall.h d #define __NR_getdents64 (__X32_SYSCALL_BIT + 217) -__NR_getegid bits/syscall.h d #define __NR_getegid (__X32_SYSCALL_BIT + 108) -__NR_geteuid bits/syscall.h d #define __NR_geteuid (__X32_SYSCALL_BIT + 107) -__NR_getgid bits/syscall.h d #define __NR_getgid (__X32_SYSCALL_BIT + 104) -__NR_getgroups bits/syscall.h d #define __NR_getgroups (__X32_SYSCALL_BIT + 115) -__NR_getitimer bits/syscall.h d #define __NR_getitimer (__X32_SYSCALL_BIT + 36) -__NR_getpeername bits/syscall.h d #define __NR_getpeername (__X32_SYSCALL_BIT + 52) -__NR_getpgid bits/syscall.h d #define __NR_getpgid (__X32_SYSCALL_BIT + 121) -__NR_getpgrp bits/syscall.h d #define __NR_getpgrp (__X32_SYSCALL_BIT + 111) -__NR_getpid bits/syscall.h d #define __NR_getpid (__X32_SYSCALL_BIT + 39) -__NR_getpmsg bits/syscall.h d #define __NR_getpmsg (__X32_SYSCALL_BIT + 181) -__NR_getppid bits/syscall.h d #define __NR_getppid (__X32_SYSCALL_BIT + 110) -__NR_getpriority bits/syscall.h d #define __NR_getpriority (__X32_SYSCALL_BIT + 140) -__NR_getrandom bits/syscall.h d #define __NR_getrandom (__X32_SYSCALL_BIT + 318) -__NR_getresgid bits/syscall.h d #define __NR_getresgid (__X32_SYSCALL_BIT + 120) -__NR_getresuid bits/syscall.h d #define __NR_getresuid (__X32_SYSCALL_BIT + 118) -__NR_getrlimit bits/syscall.h d #define __NR_getrlimit (__X32_SYSCALL_BIT + 97) -__NR_getrusage bits/syscall.h d #define __NR_getrusage (__X32_SYSCALL_BIT + 98) -__NR_getsid bits/syscall.h d #define __NR_getsid (__X32_SYSCALL_BIT + 124) -__NR_getsockname bits/syscall.h d #define __NR_getsockname (__X32_SYSCALL_BIT + 51) -__NR_getsockopt bits/syscall.h d #define __NR_getsockopt (__X32_SYSCALL_BIT + 542) -__NR_gettid bits/syscall.h d #define __NR_gettid (__X32_SYSCALL_BIT + 186) -__NR_gettimeofday bits/syscall.h d #define __NR_gettimeofday (__X32_SYSCALL_BIT + 96) -__NR_getuid bits/syscall.h d #define __NR_getuid (__X32_SYSCALL_BIT + 102) -__NR_getxattr bits/syscall.h d #define __NR_getxattr (__X32_SYSCALL_BIT + 191) -__NR_init_module bits/syscall.h d #define __NR_init_module (__X32_SYSCALL_BIT + 175) -__NR_inotify_add_watch bits/syscall.h d #define __NR_inotify_add_watch (__X32_SYSCALL_BIT + 254) -__NR_inotify_init bits/syscall.h d #define __NR_inotify_init (__X32_SYSCALL_BIT + 253) -__NR_inotify_init1 bits/syscall.h d #define __NR_inotify_init1 (__X32_SYSCALL_BIT + 294) -__NR_inotify_rm_watch bits/syscall.h d #define __NR_inotify_rm_watch (__X32_SYSCALL_BIT + 255) -__NR_io_cancel bits/syscall.h d #define __NR_io_cancel (__X32_SYSCALL_BIT + 210) -__NR_io_destroy bits/syscall.h d #define __NR_io_destroy (__X32_SYSCALL_BIT + 207) -__NR_io_getevents bits/syscall.h d #define __NR_io_getevents (__X32_SYSCALL_BIT + 208) -__NR_io_setup bits/syscall.h d #define __NR_io_setup (__X32_SYSCALL_BIT + 543) -__NR_io_submit bits/syscall.h d #define __NR_io_submit (__X32_SYSCALL_BIT + 544) -__NR_ioctl bits/syscall.h d #define __NR_ioctl (__X32_SYSCALL_BIT + 514) -__NR_ioperm bits/syscall.h d #define __NR_ioperm (__X32_SYSCALL_BIT + 173) -__NR_iopl bits/syscall.h d #define __NR_iopl (__X32_SYSCALL_BIT + 172) -__NR_ioprio_get bits/syscall.h d #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252) -__NR_ioprio_set bits/syscall.h d #define __NR_ioprio_set (__X32_SYSCALL_BIT + 251) -__NR_kcmp bits/syscall.h d #define __NR_kcmp (__X32_SYSCALL_BIT + 312) -__NR_kexec_file_load bits/syscall.h d #define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320) -__NR_kexec_load bits/syscall.h d #define __NR_kexec_load (__X32_SYSCALL_BIT + 528) -__NR_keyctl bits/syscall.h d #define __NR_keyctl (__X32_SYSCALL_BIT + 250) -__NR_kill bits/syscall.h d #define __NR_kill (__X32_SYSCALL_BIT + 62) -__NR_lchown bits/syscall.h d #define __NR_lchown (__X32_SYSCALL_BIT + 94) -__NR_lgetxattr bits/syscall.h d #define __NR_lgetxattr (__X32_SYSCALL_BIT + 192) -__NR_link bits/syscall.h d #define __NR_link (__X32_SYSCALL_BIT + 86) -__NR_linkat bits/syscall.h d #define __NR_linkat (__X32_SYSCALL_BIT + 265) -__NR_listen bits/syscall.h d #define __NR_listen (__X32_SYSCALL_BIT + 50) -__NR_listxattr bits/syscall.h d #define __NR_listxattr (__X32_SYSCALL_BIT + 194) -__NR_llistxattr bits/syscall.h d #define __NR_llistxattr (__X32_SYSCALL_BIT + 195) -__NR_lookup_dcookie bits/syscall.h d #define __NR_lookup_dcookie (__X32_SYSCALL_BIT + 212) -__NR_lremovexattr bits/syscall.h d #define __NR_lremovexattr (__X32_SYSCALL_BIT + 198) -__NR_lseek bits/syscall.h d #define __NR_lseek (__X32_SYSCALL_BIT + 8) -__NR_lsetxattr bits/syscall.h d #define __NR_lsetxattr (__X32_SYSCALL_BIT + 189) -__NR_lstat bits/syscall.h d #define __NR_lstat (__X32_SYSCALL_BIT + 6) -__NR_madvise bits/syscall.h d #define __NR_madvise (__X32_SYSCALL_BIT + 28) -__NR_mbind bits/syscall.h d #define __NR_mbind (__X32_SYSCALL_BIT + 237) -__NR_membarrier bits/syscall.h d #define __NR_membarrier (__X32_SYSCALL_BIT + 324) -__NR_memfd_create bits/syscall.h d #define __NR_memfd_create (__X32_SYSCALL_BIT + 319) -__NR_migrate_pages bits/syscall.h d #define __NR_migrate_pages (__X32_SYSCALL_BIT + 256) -__NR_mincore bits/syscall.h d #define __NR_mincore (__X32_SYSCALL_BIT + 27) -__NR_mkdir bits/syscall.h d #define __NR_mkdir (__X32_SYSCALL_BIT + 83) -__NR_mkdirat bits/syscall.h d #define __NR_mkdirat (__X32_SYSCALL_BIT + 258) -__NR_mknod bits/syscall.h d #define __NR_mknod (__X32_SYSCALL_BIT + 133) -__NR_mknodat bits/syscall.h d #define __NR_mknodat (__X32_SYSCALL_BIT + 259) -__NR_mlock bits/syscall.h d #define __NR_mlock (__X32_SYSCALL_BIT + 149) -__NR_mlock2 bits/syscall.h d #define __NR_mlock2 (__X32_SYSCALL_BIT + 325) -__NR_mlockall bits/syscall.h d #define __NR_mlockall (__X32_SYSCALL_BIT + 151) -__NR_mmap bits/syscall.h d #define __NR_mmap (__X32_SYSCALL_BIT + 9) -__NR_modify_ldt bits/syscall.h d #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154) -__NR_mount bits/syscall.h d #define __NR_mount (__X32_SYSCALL_BIT + 165) -__NR_move_pages bits/syscall.h d #define __NR_move_pages (__X32_SYSCALL_BIT + 533) -__NR_mprotect bits/syscall.h d #define __NR_mprotect (__X32_SYSCALL_BIT + 10) -__NR_mq_getsetattr bits/syscall.h d #define __NR_mq_getsetattr (__X32_SYSCALL_BIT + 245) -__NR_mq_notify bits/syscall.h d #define __NR_mq_notify (__X32_SYSCALL_BIT + 527) -__NR_mq_open bits/syscall.h d #define __NR_mq_open (__X32_SYSCALL_BIT + 240) -__NR_mq_timedreceive bits/syscall.h d #define __NR_mq_timedreceive (__X32_SYSCALL_BIT + 243) -__NR_mq_timedsend bits/syscall.h d #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242) -__NR_mq_unlink bits/syscall.h d #define __NR_mq_unlink (__X32_SYSCALL_BIT + 241) -__NR_mremap bits/syscall.h d #define __NR_mremap (__X32_SYSCALL_BIT + 25) -__NR_msgctl bits/syscall.h d #define __NR_msgctl (__X32_SYSCALL_BIT + 71) -__NR_msgget bits/syscall.h d #define __NR_msgget (__X32_SYSCALL_BIT + 68) -__NR_msgrcv bits/syscall.h d #define __NR_msgrcv (__X32_SYSCALL_BIT + 70) -__NR_msgsnd bits/syscall.h d #define __NR_msgsnd (__X32_SYSCALL_BIT + 69) -__NR_msync bits/syscall.h d #define __NR_msync (__X32_SYSCALL_BIT + 26) -__NR_munlock bits/syscall.h d #define __NR_munlock (__X32_SYSCALL_BIT + 150) -__NR_munlockall bits/syscall.h d #define __NR_munlockall (__X32_SYSCALL_BIT + 152) -__NR_munmap bits/syscall.h d #define __NR_munmap (__X32_SYSCALL_BIT + 11) -__NR_name_to_handle_at bits/syscall.h d #define __NR_name_to_handle_at (__X32_SYSCALL_BIT + 303) -__NR_nanosleep bits/syscall.h d #define __NR_nanosleep (__X32_SYSCALL_BIT + 35) -__NR_newfstatat bits/syscall.h d #define __NR_newfstatat (__X32_SYSCALL_BIT + 262) -__NR_open bits/syscall.h d #define __NR_open (__X32_SYSCALL_BIT + 2) -__NR_open_by_handle_at bits/syscall.h d #define __NR_open_by_handle_at (__X32_SYSCALL_BIT + 304) -__NR_openat bits/syscall.h d #define __NR_openat (__X32_SYSCALL_BIT + 257) -__NR_pause bits/syscall.h d #define __NR_pause (__X32_SYSCALL_BIT + 34) -__NR_perf_event_open bits/syscall.h d #define __NR_perf_event_open (__X32_SYSCALL_BIT + 298) -__NR_personality bits/syscall.h d #define __NR_personality (__X32_SYSCALL_BIT + 135) -__NR_pipe bits/syscall.h d #define __NR_pipe (__X32_SYSCALL_BIT + 22) -__NR_pipe2 bits/syscall.h d #define __NR_pipe2 (__X32_SYSCALL_BIT + 293) -__NR_pivot_root bits/syscall.h d #define __NR_pivot_root (__X32_SYSCALL_BIT + 155) -__NR_poll bits/syscall.h d #define __NR_poll (__X32_SYSCALL_BIT + 7) -__NR_ppoll bits/syscall.h d #define __NR_ppoll (__X32_SYSCALL_BIT + 271) -__NR_prctl bits/syscall.h d #define __NR_prctl (__X32_SYSCALL_BIT + 157) -__NR_pread bits/syscall.h d #define __NR_pread __NR_pread64 -__NR_pread64 bits/syscall.h d #define __NR_pread64 (__X32_SYSCALL_BIT + 17) -__NR_preadv bits/syscall.h d #define __NR_preadv (__X32_SYSCALL_BIT + 534) -__NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302) -__NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv (__X32_SYSCALL_BIT + 539) -__NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev (__X32_SYSCALL_BIT + 540) -__NR_pselect6 bits/syscall.h d #define __NR_pselect6 (__X32_SYSCALL_BIT + 270) -__NR_ptrace bits/syscall.h d #define __NR_ptrace (__X32_SYSCALL_BIT + 521) -__NR_putpmsg bits/syscall.h d #define __NR_putpmsg (__X32_SYSCALL_BIT + 182) -__NR_pwrite bits/syscall.h d #define __NR_pwrite __NR_pwrite64 -__NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18) -__NR_pwritev bits/syscall.h d #define __NR_pwritev (__X32_SYSCALL_BIT + 535) -__NR_quotactl bits/syscall.h d #define __NR_quotactl (__X32_SYSCALL_BIT + 179) -__NR_read bits/syscall.h d #define __NR_read (__X32_SYSCALL_BIT + 0) -__NR_readahead bits/syscall.h d #define __NR_readahead (__X32_SYSCALL_BIT + 187) -__NR_readlink bits/syscall.h d #define __NR_readlink (__X32_SYSCALL_BIT + 89) -__NR_readlinkat bits/syscall.h d #define __NR_readlinkat (__X32_SYSCALL_BIT + 267) -__NR_readv bits/syscall.h d #define __NR_readv (__X32_SYSCALL_BIT + 515) -__NR_reboot bits/syscall.h d #define __NR_reboot (__X32_SYSCALL_BIT + 169) -__NR_recvfrom bits/syscall.h d #define __NR_recvfrom (__X32_SYSCALL_BIT + 517) -__NR_recvmmsg bits/syscall.h d #define __NR_recvmmsg (__X32_SYSCALL_BIT + 537) -__NR_recvmsg bits/syscall.h d #define __NR_recvmsg (__X32_SYSCALL_BIT + 519) -__NR_remap_file_pages bits/syscall.h d #define __NR_remap_file_pages (__X32_SYSCALL_BIT + 216) -__NR_removexattr bits/syscall.h d #define __NR_removexattr (__X32_SYSCALL_BIT + 197) -__NR_rename bits/syscall.h d #define __NR_rename (__X32_SYSCALL_BIT + 82) -__NR_renameat bits/syscall.h d #define __NR_renameat (__X32_SYSCALL_BIT + 264) -__NR_renameat2 bits/syscall.h d #define __NR_renameat2 (__X32_SYSCALL_BIT + 316) -__NR_request_key bits/syscall.h d #define __NR_request_key (__X32_SYSCALL_BIT + 249) -__NR_restart_syscall bits/syscall.h d #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219) -__NR_rmdir bits/syscall.h d #define __NR_rmdir (__X32_SYSCALL_BIT + 84) -__NR_rt_sigaction bits/syscall.h d #define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512) -__NR_rt_sigpending bits/syscall.h d #define __NR_rt_sigpending (__X32_SYSCALL_BIT + 522) -__NR_rt_sigprocmask bits/syscall.h d #define __NR_rt_sigprocmask (__X32_SYSCALL_BIT + 14) -__NR_rt_sigqueueinfo bits/syscall.h d #define __NR_rt_sigqueueinfo (__X32_SYSCALL_BIT + 524) -__NR_rt_sigreturn bits/syscall.h d #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513) -__NR_rt_sigsuspend bits/syscall.h d #define __NR_rt_sigsuspend (__X32_SYSCALL_BIT + 130) -__NR_rt_sigtimedwait bits/syscall.h d #define __NR_rt_sigtimedwait (__X32_SYSCALL_BIT + 523) -__NR_rt_tgsigqueueinfo bits/syscall.h d #define __NR_rt_tgsigqueueinfo (__X32_SYSCALL_BIT + 536) -__NR_sched_get_priority_max bits/syscall.h d #define __NR_sched_get_priority_max (__X32_SYSCALL_BIT + 146) -__NR_sched_get_priority_min bits/syscall.h d #define __NR_sched_get_priority_min (__X32_SYSCALL_BIT + 147) -__NR_sched_getaffinity bits/syscall.h d #define __NR_sched_getaffinity (__X32_SYSCALL_BIT + 204) -__NR_sched_getattr bits/syscall.h d #define __NR_sched_getattr (__X32_SYSCALL_BIT + 315) -__NR_sched_getparam bits/syscall.h d #define __NR_sched_getparam (__X32_SYSCALL_BIT + 143) -__NR_sched_getscheduler bits/syscall.h d #define __NR_sched_getscheduler (__X32_SYSCALL_BIT + 145) -__NR_sched_rr_get_interval bits/syscall.h d #define __NR_sched_rr_get_interval (__X32_SYSCALL_BIT + 148) -__NR_sched_setaffinity bits/syscall.h d #define __NR_sched_setaffinity (__X32_SYSCALL_BIT + 203) -__NR_sched_setattr bits/syscall.h d #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314) -__NR_sched_setparam bits/syscall.h d #define __NR_sched_setparam (__X32_SYSCALL_BIT + 142) -__NR_sched_setscheduler bits/syscall.h d #define __NR_sched_setscheduler (__X32_SYSCALL_BIT + 144) -__NR_sched_yield bits/syscall.h d #define __NR_sched_yield (__X32_SYSCALL_BIT + 24) -__NR_seccomp bits/syscall.h d #define __NR_seccomp (__X32_SYSCALL_BIT + 317) -__NR_security bits/syscall.h d #define __NR_security (__X32_SYSCALL_BIT + 185) -__NR_select bits/syscall.h d #define __NR_select (__X32_SYSCALL_BIT + 23) -__NR_semctl bits/syscall.h d #define __NR_semctl (__X32_SYSCALL_BIT + 66) -__NR_semget bits/syscall.h d #define __NR_semget (__X32_SYSCALL_BIT + 64) -__NR_semop bits/syscall.h d #define __NR_semop (__X32_SYSCALL_BIT + 65) -__NR_semtimedop bits/syscall.h d #define __NR_semtimedop (__X32_SYSCALL_BIT + 220) -__NR_sendfile bits/syscall.h d #define __NR_sendfile (__X32_SYSCALL_BIT + 40) -__NR_sendmmsg bits/syscall.h d #define __NR_sendmmsg (__X32_SYSCALL_BIT + 538) -__NR_sendmsg bits/syscall.h d #define __NR_sendmsg (__X32_SYSCALL_BIT + 518) -__NR_sendto bits/syscall.h d #define __NR_sendto (__X32_SYSCALL_BIT + 44) -__NR_set_mempolicy bits/syscall.h d #define __NR_set_mempolicy (__X32_SYSCALL_BIT + 238) -__NR_set_robust_list bits/syscall.h d #define __NR_set_robust_list (__X32_SYSCALL_BIT + 530) -__NR_set_tid_address bits/syscall.h d #define __NR_set_tid_address (__X32_SYSCALL_BIT + 218) -__NR_setdomainname bits/syscall.h d #define __NR_setdomainname (__X32_SYSCALL_BIT + 171) -__NR_setfsgid bits/syscall.h d #define __NR_setfsgid (__X32_SYSCALL_BIT + 123) -__NR_setfsuid bits/syscall.h d #define __NR_setfsuid (__X32_SYSCALL_BIT + 122) -__NR_setgid bits/syscall.h d #define __NR_setgid (__X32_SYSCALL_BIT + 106) -__NR_setgroups bits/syscall.h d #define __NR_setgroups (__X32_SYSCALL_BIT + 116) -__NR_sethostname bits/syscall.h d #define __NR_sethostname (__X32_SYSCALL_BIT + 170) -__NR_setitimer bits/syscall.h d #define __NR_setitimer (__X32_SYSCALL_BIT + 38) -__NR_setns bits/syscall.h d #define __NR_setns (__X32_SYSCALL_BIT + 308) -__NR_setpgid bits/syscall.h d #define __NR_setpgid (__X32_SYSCALL_BIT + 109) -__NR_setpriority bits/syscall.h d #define __NR_setpriority (__X32_SYSCALL_BIT + 141) -__NR_setregid bits/syscall.h d #define __NR_setregid (__X32_SYSCALL_BIT + 114) -__NR_setresgid bits/syscall.h d #define __NR_setresgid (__X32_SYSCALL_BIT + 119) -__NR_setresuid bits/syscall.h d #define __NR_setresuid (__X32_SYSCALL_BIT + 117) -__NR_setreuid bits/syscall.h d #define __NR_setreuid (__X32_SYSCALL_BIT + 113) -__NR_setrlimit bits/syscall.h d #define __NR_setrlimit (__X32_SYSCALL_BIT + 160) -__NR_setsid bits/syscall.h d #define __NR_setsid (__X32_SYSCALL_BIT + 112) -__NR_setsockopt bits/syscall.h d #define __NR_setsockopt (__X32_SYSCALL_BIT + 541) -__NR_settimeofday bits/syscall.h d #define __NR_settimeofday (__X32_SYSCALL_BIT + 164) -__NR_setuid bits/syscall.h d #define __NR_setuid (__X32_SYSCALL_BIT + 105) -__NR_setxattr bits/syscall.h d #define __NR_setxattr (__X32_SYSCALL_BIT + 188) -__NR_shmat bits/syscall.h d #define __NR_shmat (__X32_SYSCALL_BIT + 30) -__NR_shmctl bits/syscall.h d #define __NR_shmctl (__X32_SYSCALL_BIT + 31) -__NR_shmdt bits/syscall.h d #define __NR_shmdt (__X32_SYSCALL_BIT + 67) -__NR_shmget bits/syscall.h d #define __NR_shmget (__X32_SYSCALL_BIT + 29) -__NR_shutdown bits/syscall.h d #define __NR_shutdown (__X32_SYSCALL_BIT + 48) -__NR_sigaltstack bits/syscall.h d #define __NR_sigaltstack (__X32_SYSCALL_BIT + 525) -__NR_signalfd bits/syscall.h d #define __NR_signalfd (__X32_SYSCALL_BIT + 282) -__NR_signalfd4 bits/syscall.h d #define __NR_signalfd4 (__X32_SYSCALL_BIT + 289) -__NR_socket bits/syscall.h d #define __NR_socket (__X32_SYSCALL_BIT + 41) -__NR_socketpair bits/syscall.h d #define __NR_socketpair (__X32_SYSCALL_BIT + 53) -__NR_splice bits/syscall.h d #define __NR_splice (__X32_SYSCALL_BIT + 275) -__NR_stat bits/syscall.h d #define __NR_stat (__X32_SYSCALL_BIT + 4) -__NR_statfs bits/syscall.h d #define __NR_statfs (__X32_SYSCALL_BIT + 137) -__NR_swapoff bits/syscall.h d #define __NR_swapoff (__X32_SYSCALL_BIT + 168) -__NR_swapon bits/syscall.h d #define __NR_swapon (__X32_SYSCALL_BIT + 167) -__NR_symlink bits/syscall.h d #define __NR_symlink (__X32_SYSCALL_BIT + 88) -__NR_symlinkat bits/syscall.h d #define __NR_symlinkat (__X32_SYSCALL_BIT + 266) -__NR_sync bits/syscall.h d #define __NR_sync (__X32_SYSCALL_BIT + 162) -__NR_sync_file_range bits/syscall.h d #define __NR_sync_file_range (__X32_SYSCALL_BIT + 277) -__NR_syncfs bits/syscall.h d #define __NR_syncfs (__X32_SYSCALL_BIT + 306) -__NR_sysfs bits/syscall.h d #define __NR_sysfs (__X32_SYSCALL_BIT + 139) -__NR_sysinfo bits/syscall.h d #define __NR_sysinfo (__X32_SYSCALL_BIT + 99) -__NR_syslog bits/syscall.h d #define __NR_syslog (__X32_SYSCALL_BIT + 103) -__NR_tee bits/syscall.h d #define __NR_tee (__X32_SYSCALL_BIT + 276) -__NR_tgkill bits/syscall.h d #define __NR_tgkill (__X32_SYSCALL_BIT + 234) -__NR_time bits/syscall.h d #define __NR_time (__X32_SYSCALL_BIT + 201) -__NR_timer_create bits/syscall.h d #define __NR_timer_create (__X32_SYSCALL_BIT + 526) -__NR_timer_delete bits/syscall.h d #define __NR_timer_delete (__X32_SYSCALL_BIT + 226) -__NR_timer_getoverrun bits/syscall.h d #define __NR_timer_getoverrun (__X32_SYSCALL_BIT + 225) -__NR_timer_gettime bits/syscall.h d #define __NR_timer_gettime (__X32_SYSCALL_BIT + 224) -__NR_timer_settime bits/syscall.h d #define __NR_timer_settime (__X32_SYSCALL_BIT + 223) -__NR_timerfd_create bits/syscall.h d #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283) -__NR_timerfd_gettime bits/syscall.h d #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287) -__NR_timerfd_settime bits/syscall.h d #define __NR_timerfd_settime (__X32_SYSCALL_BIT + 286) -__NR_times bits/syscall.h d #define __NR_times (__X32_SYSCALL_BIT + 100) -__NR_tkill bits/syscall.h d #define __NR_tkill (__X32_SYSCALL_BIT + 200) -__NR_truncate bits/syscall.h d #define __NR_truncate (__X32_SYSCALL_BIT + 76) -__NR_tuxcall bits/syscall.h d #define __NR_tuxcall (__X32_SYSCALL_BIT + 184) -__NR_umask bits/syscall.h d #define __NR_umask (__X32_SYSCALL_BIT + 95) -__NR_umount2 bits/syscall.h d #define __NR_umount2 (__X32_SYSCALL_BIT + 166) -__NR_uname bits/syscall.h d #define __NR_uname (__X32_SYSCALL_BIT + 63) -__NR_unlink bits/syscall.h d #define __NR_unlink (__X32_SYSCALL_BIT + 87) -__NR_unlinkat bits/syscall.h d #define __NR_unlinkat (__X32_SYSCALL_BIT + 263) -__NR_unshare bits/syscall.h d #define __NR_unshare (__X32_SYSCALL_BIT + 272) -__NR_userfaultfd bits/syscall.h d #define __NR_userfaultfd (__X32_SYSCALL_BIT + 323) -__NR_ustat bits/syscall.h d #define __NR_ustat (__X32_SYSCALL_BIT + 136) -__NR_utime bits/syscall.h d #define __NR_utime (__X32_SYSCALL_BIT + 132) -__NR_utimensat bits/syscall.h d #define __NR_utimensat (__X32_SYSCALL_BIT + 280) -__NR_utimes bits/syscall.h d #define __NR_utimes (__X32_SYSCALL_BIT + 235) -__NR_vfork bits/syscall.h d #define __NR_vfork (__X32_SYSCALL_BIT + 58) -__NR_vhangup bits/syscall.h d #define __NR_vhangup (__X32_SYSCALL_BIT + 153) -__NR_vmsplice bits/syscall.h d #define __NR_vmsplice (__X32_SYSCALL_BIT + 532) -__NR_wait4 bits/syscall.h d #define __NR_wait4 (__X32_SYSCALL_BIT + 61) -__NR_waitid bits/syscall.h d #define __NR_waitid (__X32_SYSCALL_BIT + 529) -__NR_write bits/syscall.h d #define __NR_write (__X32_SYSCALL_BIT + 1) -__NR_writev bits/syscall.h d #define __NR_writev (__X32_SYSCALL_BIT + 516) +__NR_accept bits/syscall.h d #define __NR_accept (0x40000000 + 43) +__NR_accept4 bits/syscall.h d #define __NR_accept4 (0x40000000 + 288) +__NR_access bits/syscall.h d #define __NR_access (0x40000000 + 21) +__NR_acct bits/syscall.h d #define __NR_acct (0x40000000 + 163) +__NR_add_key bits/syscall.h d #define __NR_add_key (0x40000000 + 248) +__NR_adjtimex bits/syscall.h d #define __NR_adjtimex (0x40000000 + 159) +__NR_afs_syscall bits/syscall.h d #define __NR_afs_syscall (0x40000000 + 183) +__NR_alarm bits/syscall.h d #define __NR_alarm (0x40000000 + 37) +__NR_arch_prctl bits/syscall.h d #define __NR_arch_prctl (0x40000000 + 158) +__NR_bind bits/syscall.h d #define __NR_bind (0x40000000 + 49) +__NR_bpf bits/syscall.h d #define __NR_bpf (0x40000000 + 321) +__NR_brk bits/syscall.h d #define __NR_brk (0x40000000 + 12) +__NR_capget bits/syscall.h d #define __NR_capget (0x40000000 + 125) +__NR_capset bits/syscall.h d #define __NR_capset (0x40000000 + 126) +__NR_chdir bits/syscall.h d #define __NR_chdir (0x40000000 + 80) +__NR_chmod bits/syscall.h d #define __NR_chmod (0x40000000 + 90) +__NR_chown bits/syscall.h d #define __NR_chown (0x40000000 + 92) +__NR_chroot bits/syscall.h d #define __NR_chroot (0x40000000 + 161) +__NR_clock_adjtime bits/syscall.h d #define __NR_clock_adjtime (0x40000000 + 305) +__NR_clock_getres bits/syscall.h d #define __NR_clock_getres (0x40000000 + 229) +__NR_clock_gettime bits/syscall.h d #define __NR_clock_gettime (0x40000000 + 228) +__NR_clock_nanosleep bits/syscall.h d #define __NR_clock_nanosleep (0x40000000 + 230) +__NR_clock_settime bits/syscall.h d #define __NR_clock_settime (0x40000000 + 227) +__NR_clone bits/syscall.h d #define __NR_clone (0x40000000 + 56) +__NR_close bits/syscall.h d #define __NR_close (0x40000000 + 3) +__NR_connect bits/syscall.h d #define __NR_connect (0x40000000 + 42) +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range (0x40000000 + 326) +__NR_creat bits/syscall.h d #define __NR_creat (0x40000000 + 85) +__NR_delete_module bits/syscall.h d #define __NR_delete_module (0x40000000 + 176) +__NR_dup bits/syscall.h d #define __NR_dup (0x40000000 + 32) +__NR_dup2 bits/syscall.h d #define __NR_dup2 (0x40000000 + 33) +__NR_dup3 bits/syscall.h d #define __NR_dup3 (0x40000000 + 292) +__NR_epoll_create bits/syscall.h d #define __NR_epoll_create (0x40000000 + 213) +__NR_epoll_create1 bits/syscall.h d #define __NR_epoll_create1 (0x40000000 + 291) +__NR_epoll_ctl bits/syscall.h d #define __NR_epoll_ctl (0x40000000 + 233) +__NR_epoll_pwait bits/syscall.h d #define __NR_epoll_pwait (0x40000000 + 281) +__NR_epoll_wait bits/syscall.h d #define __NR_epoll_wait (0x40000000 + 232) +__NR_eventfd bits/syscall.h d #define __NR_eventfd (0x40000000 + 284) +__NR_eventfd2 bits/syscall.h d #define __NR_eventfd2 (0x40000000 + 290) +__NR_execve bits/syscall.h d #define __NR_execve (0x40000000 + 520) +__NR_execveat bits/syscall.h d #define __NR_execveat (0x40000000 + 545) +__NR_exit bits/syscall.h d #define __NR_exit (0x40000000 + 60) +__NR_exit_group bits/syscall.h d #define __NR_exit_group (0x40000000 + 231) +__NR_faccessat bits/syscall.h d #define __NR_faccessat (0x40000000 + 269) +__NR_fadvise64 bits/syscall.h d #define __NR_fadvise64 (0x40000000 + 221) +__NR_fallocate bits/syscall.h d #define __NR_fallocate (0x40000000 + 285) +__NR_fanotify_init bits/syscall.h d #define __NR_fanotify_init (0x40000000 + 300) +__NR_fanotify_mark bits/syscall.h d #define __NR_fanotify_mark (0x40000000 + 301) +__NR_fchdir bits/syscall.h d #define __NR_fchdir (0x40000000 + 81) +__NR_fchmod bits/syscall.h d #define __NR_fchmod (0x40000000 + 91) +__NR_fchmodat bits/syscall.h d #define __NR_fchmodat (0x40000000 + 268) +__NR_fchown bits/syscall.h d #define __NR_fchown (0x40000000 + 93) +__NR_fchownat bits/syscall.h d #define __NR_fchownat (0x40000000 + 260) +__NR_fcntl bits/syscall.h d #define __NR_fcntl (0x40000000 + 72) +__NR_fdatasync bits/syscall.h d #define __NR_fdatasync (0x40000000 + 75) +__NR_fgetxattr bits/syscall.h d #define __NR_fgetxattr (0x40000000 + 193) +__NR_finit_module bits/syscall.h d #define __NR_finit_module (0x40000000 + 313) +__NR_flistxattr bits/syscall.h d #define __NR_flistxattr (0x40000000 + 196) +__NR_flock bits/syscall.h d #define __NR_flock (0x40000000 + 73) +__NR_fork bits/syscall.h d #define __NR_fork (0x40000000 + 57) +__NR_fremovexattr bits/syscall.h d #define __NR_fremovexattr (0x40000000 + 199) +__NR_fsetxattr bits/syscall.h d #define __NR_fsetxattr (0x40000000 + 190) +__NR_fstat bits/syscall.h d #define __NR_fstat (0x40000000 + 5) +__NR_fstatfs bits/syscall.h d #define __NR_fstatfs (0x40000000 + 138) +__NR_fsync bits/syscall.h d #define __NR_fsync (0x40000000 + 74) +__NR_ftruncate bits/syscall.h d #define __NR_ftruncate (0x40000000 + 77) +__NR_futex bits/syscall.h d #define __NR_futex (0x40000000 + 202) +__NR_futimesat bits/syscall.h d #define __NR_futimesat (0x40000000 + 261) +__NR_get_mempolicy bits/syscall.h d #define __NR_get_mempolicy (0x40000000 + 239) +__NR_get_robust_list bits/syscall.h d #define __NR_get_robust_list (0x40000000 + 531) +__NR_getcpu bits/syscall.h d #define __NR_getcpu (0x40000000 + 309) +__NR_getcwd bits/syscall.h d #define __NR_getcwd (0x40000000 + 79) +__NR_getdents bits/syscall.h d #define __NR_getdents (0x40000000 + 78) +__NR_getdents64 bits/syscall.h d #define __NR_getdents64 (0x40000000 + 217) +__NR_getegid bits/syscall.h d #define __NR_getegid (0x40000000 + 108) +__NR_geteuid bits/syscall.h d #define __NR_geteuid (0x40000000 + 107) +__NR_getgid bits/syscall.h d #define __NR_getgid (0x40000000 + 104) +__NR_getgroups bits/syscall.h d #define __NR_getgroups (0x40000000 + 115) +__NR_getitimer bits/syscall.h d #define __NR_getitimer (0x40000000 + 36) +__NR_getpeername bits/syscall.h d #define __NR_getpeername (0x40000000 + 52) +__NR_getpgid bits/syscall.h d #define __NR_getpgid (0x40000000 + 121) +__NR_getpgrp bits/syscall.h d #define __NR_getpgrp (0x40000000 + 111) +__NR_getpid bits/syscall.h d #define __NR_getpid (0x40000000 + 39) +__NR_getpmsg bits/syscall.h d #define __NR_getpmsg (0x40000000 + 181) +__NR_getppid bits/syscall.h d #define __NR_getppid (0x40000000 + 110) +__NR_getpriority bits/syscall.h d #define __NR_getpriority (0x40000000 + 140) +__NR_getrandom bits/syscall.h d #define __NR_getrandom (0x40000000 + 318) +__NR_getresgid bits/syscall.h d #define __NR_getresgid (0x40000000 + 120) +__NR_getresuid bits/syscall.h d #define __NR_getresuid (0x40000000 + 118) +__NR_getrlimit bits/syscall.h d #define __NR_getrlimit (0x40000000 + 97) +__NR_getrusage bits/syscall.h d #define __NR_getrusage (0x40000000 + 98) +__NR_getsid bits/syscall.h d #define __NR_getsid (0x40000000 + 124) +__NR_getsockname bits/syscall.h d #define __NR_getsockname (0x40000000 + 51) +__NR_getsockopt bits/syscall.h d #define __NR_getsockopt (0x40000000 + 542) +__NR_gettid bits/syscall.h d #define __NR_gettid (0x40000000 + 186) +__NR_gettimeofday bits/syscall.h d #define __NR_gettimeofday (0x40000000 + 96) +__NR_getuid bits/syscall.h d #define __NR_getuid (0x40000000 + 102) +__NR_getxattr bits/syscall.h d #define __NR_getxattr (0x40000000 + 191) +__NR_init_module bits/syscall.h d #define __NR_init_module (0x40000000 + 175) +__NR_inotify_add_watch bits/syscall.h d #define __NR_inotify_add_watch (0x40000000 + 254) +__NR_inotify_init bits/syscall.h d #define __NR_inotify_init (0x40000000 + 253) +__NR_inotify_init1 bits/syscall.h d #define __NR_inotify_init1 (0x40000000 + 294) +__NR_inotify_rm_watch bits/syscall.h d #define __NR_inotify_rm_watch (0x40000000 + 255) +__NR_io_cancel bits/syscall.h d #define __NR_io_cancel (0x40000000 + 210) +__NR_io_destroy bits/syscall.h d #define __NR_io_destroy (0x40000000 + 207) +__NR_io_getevents bits/syscall.h d #define __NR_io_getevents (0x40000000 + 208) +__NR_io_setup bits/syscall.h d #define __NR_io_setup (0x40000000 + 543) +__NR_io_submit bits/syscall.h d #define __NR_io_submit (0x40000000 + 544) +__NR_ioctl bits/syscall.h d #define __NR_ioctl (0x40000000 + 514) +__NR_ioperm bits/syscall.h d #define __NR_ioperm (0x40000000 + 173) +__NR_iopl bits/syscall.h d #define __NR_iopl (0x40000000 + 172) +__NR_ioprio_get bits/syscall.h d #define __NR_ioprio_get (0x40000000 + 252) +__NR_ioprio_set bits/syscall.h d #define __NR_ioprio_set (0x40000000 + 251) +__NR_kcmp bits/syscall.h d #define __NR_kcmp (0x40000000 + 312) +__NR_kexec_file_load bits/syscall.h d #define __NR_kexec_file_load (0x40000000 + 320) +__NR_kexec_load bits/syscall.h d #define __NR_kexec_load (0x40000000 + 528) +__NR_keyctl bits/syscall.h d #define __NR_keyctl (0x40000000 + 250) +__NR_kill bits/syscall.h d #define __NR_kill (0x40000000 + 62) +__NR_lchown bits/syscall.h d #define __NR_lchown (0x40000000 + 94) +__NR_lgetxattr bits/syscall.h d #define __NR_lgetxattr (0x40000000 + 192) +__NR_link bits/syscall.h d #define __NR_link (0x40000000 + 86) +__NR_linkat bits/syscall.h d #define __NR_linkat (0x40000000 + 265) +__NR_listen bits/syscall.h d #define __NR_listen (0x40000000 + 50) +__NR_listxattr bits/syscall.h d #define __NR_listxattr (0x40000000 + 194) +__NR_llistxattr bits/syscall.h d #define __NR_llistxattr (0x40000000 + 195) +__NR_lookup_dcookie bits/syscall.h d #define __NR_lookup_dcookie (0x40000000 + 212) +__NR_lremovexattr bits/syscall.h d #define __NR_lremovexattr (0x40000000 + 198) +__NR_lseek bits/syscall.h d #define __NR_lseek (0x40000000 + 8) +__NR_lsetxattr bits/syscall.h d #define __NR_lsetxattr (0x40000000 + 189) +__NR_lstat bits/syscall.h d #define __NR_lstat (0x40000000 + 6) +__NR_madvise bits/syscall.h d #define __NR_madvise (0x40000000 + 28) +__NR_mbind bits/syscall.h d #define __NR_mbind (0x40000000 + 237) +__NR_membarrier bits/syscall.h d #define __NR_membarrier (0x40000000 + 324) +__NR_memfd_create bits/syscall.h d #define __NR_memfd_create (0x40000000 + 319) +__NR_migrate_pages bits/syscall.h d #define __NR_migrate_pages (0x40000000 + 256) +__NR_mincore bits/syscall.h d #define __NR_mincore (0x40000000 + 27) +__NR_mkdir bits/syscall.h d #define __NR_mkdir (0x40000000 + 83) +__NR_mkdirat bits/syscall.h d #define __NR_mkdirat (0x40000000 + 258) +__NR_mknod bits/syscall.h d #define __NR_mknod (0x40000000 + 133) +__NR_mknodat bits/syscall.h d #define __NR_mknodat (0x40000000 + 259) +__NR_mlock bits/syscall.h d #define __NR_mlock (0x40000000 + 149) +__NR_mlock2 bits/syscall.h d #define __NR_mlock2 (0x40000000 + 325) +__NR_mlockall bits/syscall.h d #define __NR_mlockall (0x40000000 + 151) +__NR_mmap bits/syscall.h d #define __NR_mmap (0x40000000 + 9) +__NR_modify_ldt bits/syscall.h d #define __NR_modify_ldt (0x40000000 + 154) +__NR_mount bits/syscall.h d #define __NR_mount (0x40000000 + 165) +__NR_move_pages bits/syscall.h d #define __NR_move_pages (0x40000000 + 533) +__NR_mprotect bits/syscall.h d #define __NR_mprotect (0x40000000 + 10) +__NR_mq_getsetattr bits/syscall.h d #define __NR_mq_getsetattr (0x40000000 + 245) +__NR_mq_notify bits/syscall.h d #define __NR_mq_notify (0x40000000 + 527) +__NR_mq_open bits/syscall.h d #define __NR_mq_open (0x40000000 + 240) +__NR_mq_timedreceive bits/syscall.h d #define __NR_mq_timedreceive (0x40000000 + 243) +__NR_mq_timedsend bits/syscall.h d #define __NR_mq_timedsend (0x40000000 + 242) +__NR_mq_unlink bits/syscall.h d #define __NR_mq_unlink (0x40000000 + 241) +__NR_mremap bits/syscall.h d #define __NR_mremap (0x40000000 + 25) +__NR_msgctl bits/syscall.h d #define __NR_msgctl (0x40000000 + 71) +__NR_msgget bits/syscall.h d #define __NR_msgget (0x40000000 + 68) +__NR_msgrcv bits/syscall.h d #define __NR_msgrcv (0x40000000 + 70) +__NR_msgsnd bits/syscall.h d #define __NR_msgsnd (0x40000000 + 69) +__NR_msync bits/syscall.h d #define __NR_msync (0x40000000 + 26) +__NR_munlock bits/syscall.h d #define __NR_munlock (0x40000000 + 150) +__NR_munlockall bits/syscall.h d #define __NR_munlockall (0x40000000 + 152) +__NR_munmap bits/syscall.h d #define __NR_munmap (0x40000000 + 11) +__NR_name_to_handle_at bits/syscall.h d #define __NR_name_to_handle_at (0x40000000 + 303) +__NR_nanosleep bits/syscall.h d #define __NR_nanosleep (0x40000000 + 35) +__NR_newfstatat bits/syscall.h d #define __NR_newfstatat (0x40000000 + 262) +__NR_open bits/syscall.h d #define __NR_open (0x40000000 + 2) +__NR_open_by_handle_at bits/syscall.h d #define __NR_open_by_handle_at (0x40000000 + 304) +__NR_openat bits/syscall.h d #define __NR_openat (0x40000000 + 257) +__NR_pause bits/syscall.h d #define __NR_pause (0x40000000 + 34) +__NR_perf_event_open bits/syscall.h d #define __NR_perf_event_open (0x40000000 + 298) +__NR_personality bits/syscall.h d #define __NR_personality (0x40000000 + 135) +__NR_pipe bits/syscall.h d #define __NR_pipe (0x40000000 + 22) +__NR_pipe2 bits/syscall.h d #define __NR_pipe2 (0x40000000 + 293) +__NR_pivot_root bits/syscall.h d #define __NR_pivot_root (0x40000000 + 155) +__NR_poll bits/syscall.h d #define __NR_poll (0x40000000 + 7) +__NR_ppoll bits/syscall.h d #define __NR_ppoll (0x40000000 + 271) +__NR_prctl bits/syscall.h d #define __NR_prctl (0x40000000 + 157) +__NR_pread64 bits/syscall.h d #define __NR_pread64 (0x40000000 + 17) +__NR_preadv bits/syscall.h d #define __NR_preadv (0x40000000 + 534) +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 (0x40000000 + 327) +__NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 (0x40000000 + 302) +__NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv (0x40000000 + 539) +__NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev (0x40000000 + 540) +__NR_pselect6 bits/syscall.h d #define __NR_pselect6 (0x40000000 + 270) +__NR_ptrace bits/syscall.h d #define __NR_ptrace (0x40000000 + 521) +__NR_putpmsg bits/syscall.h d #define __NR_putpmsg (0x40000000 + 182) +__NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 (0x40000000 + 18) +__NR_pwritev bits/syscall.h d #define __NR_pwritev (0x40000000 + 535) +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 (0x40000000 + 328) +__NR_quotactl bits/syscall.h d #define __NR_quotactl (0x40000000 + 179) +__NR_read bits/syscall.h d #define __NR_read (0x40000000 + 0) +__NR_readahead bits/syscall.h d #define __NR_readahead (0x40000000 + 187) +__NR_readlink bits/syscall.h d #define __NR_readlink (0x40000000 + 89) +__NR_readlinkat bits/syscall.h d #define __NR_readlinkat (0x40000000 + 267) +__NR_readv bits/syscall.h d #define __NR_readv (0x40000000 + 515) +__NR_reboot bits/syscall.h d #define __NR_reboot (0x40000000 + 169) +__NR_recvfrom bits/syscall.h d #define __NR_recvfrom (0x40000000 + 517) +__NR_recvmmsg bits/syscall.h d #define __NR_recvmmsg (0x40000000 + 537) +__NR_recvmsg bits/syscall.h d #define __NR_recvmsg (0x40000000 + 519) +__NR_remap_file_pages bits/syscall.h d #define __NR_remap_file_pages (0x40000000 + 216) +__NR_removexattr bits/syscall.h d #define __NR_removexattr (0x40000000 + 197) +__NR_rename bits/syscall.h d #define __NR_rename (0x40000000 + 82) +__NR_renameat bits/syscall.h d #define __NR_renameat (0x40000000 + 264) +__NR_renameat2 bits/syscall.h d #define __NR_renameat2 (0x40000000 + 316) +__NR_request_key bits/syscall.h d #define __NR_request_key (0x40000000 + 249) +__NR_restart_syscall bits/syscall.h d #define __NR_restart_syscall (0x40000000 + 219) +__NR_rmdir bits/syscall.h d #define __NR_rmdir (0x40000000 + 84) +__NR_rt_sigaction bits/syscall.h d #define __NR_rt_sigaction (0x40000000 + 512) +__NR_rt_sigpending bits/syscall.h d #define __NR_rt_sigpending (0x40000000 + 522) +__NR_rt_sigprocmask bits/syscall.h d #define __NR_rt_sigprocmask (0x40000000 + 14) +__NR_rt_sigqueueinfo bits/syscall.h d #define __NR_rt_sigqueueinfo (0x40000000 + 524) +__NR_rt_sigreturn bits/syscall.h d #define __NR_rt_sigreturn (0x40000000 + 513) +__NR_rt_sigsuspend bits/syscall.h d #define __NR_rt_sigsuspend (0x40000000 + 130) +__NR_rt_sigtimedwait bits/syscall.h d #define __NR_rt_sigtimedwait (0x40000000 + 523) +__NR_rt_tgsigqueueinfo bits/syscall.h d #define __NR_rt_tgsigqueueinfo (0x40000000 + 536) +__NR_sched_get_priority_max bits/syscall.h d #define __NR_sched_get_priority_max (0x40000000 + 146) +__NR_sched_get_priority_min bits/syscall.h d #define __NR_sched_get_priority_min (0x40000000 + 147) +__NR_sched_getaffinity bits/syscall.h d #define __NR_sched_getaffinity (0x40000000 + 204) +__NR_sched_getattr bits/syscall.h d #define __NR_sched_getattr (0x40000000 + 315) +__NR_sched_getparam bits/syscall.h d #define __NR_sched_getparam (0x40000000 + 143) +__NR_sched_getscheduler bits/syscall.h d #define __NR_sched_getscheduler (0x40000000 + 145) +__NR_sched_rr_get_interval bits/syscall.h d #define __NR_sched_rr_get_interval (0x40000000 + 148) +__NR_sched_setaffinity bits/syscall.h d #define __NR_sched_setaffinity (0x40000000 + 203) +__NR_sched_setattr bits/syscall.h d #define __NR_sched_setattr (0x40000000 + 314) +__NR_sched_setparam bits/syscall.h d #define __NR_sched_setparam (0x40000000 + 142) +__NR_sched_setscheduler bits/syscall.h d #define __NR_sched_setscheduler (0x40000000 + 144) +__NR_sched_yield bits/syscall.h d #define __NR_sched_yield (0x40000000 + 24) +__NR_seccomp bits/syscall.h d #define __NR_seccomp (0x40000000 + 317) +__NR_security bits/syscall.h d #define __NR_security (0x40000000 + 185) +__NR_select bits/syscall.h d #define __NR_select (0x40000000 + 23) +__NR_semctl bits/syscall.h d #define __NR_semctl (0x40000000 + 66) +__NR_semget bits/syscall.h d #define __NR_semget (0x40000000 + 64) +__NR_semop bits/syscall.h d #define __NR_semop (0x40000000 + 65) +__NR_semtimedop bits/syscall.h d #define __NR_semtimedop (0x40000000 + 220) +__NR_sendfile bits/syscall.h d #define __NR_sendfile (0x40000000 + 40) +__NR_sendmmsg bits/syscall.h d #define __NR_sendmmsg (0x40000000 + 538) +__NR_sendmsg bits/syscall.h d #define __NR_sendmsg (0x40000000 + 518) +__NR_sendto bits/syscall.h d #define __NR_sendto (0x40000000 + 44) +__NR_set_mempolicy bits/syscall.h d #define __NR_set_mempolicy (0x40000000 + 238) +__NR_set_robust_list bits/syscall.h d #define __NR_set_robust_list (0x40000000 + 530) +__NR_set_tid_address bits/syscall.h d #define __NR_set_tid_address (0x40000000 + 218) +__NR_setdomainname bits/syscall.h d #define __NR_setdomainname (0x40000000 + 171) +__NR_setfsgid bits/syscall.h d #define __NR_setfsgid (0x40000000 + 123) +__NR_setfsuid bits/syscall.h d #define __NR_setfsuid (0x40000000 + 122) +__NR_setgid bits/syscall.h d #define __NR_setgid (0x40000000 + 106) +__NR_setgroups bits/syscall.h d #define __NR_setgroups (0x40000000 + 116) +__NR_sethostname bits/syscall.h d #define __NR_sethostname (0x40000000 + 170) +__NR_setitimer bits/syscall.h d #define __NR_setitimer (0x40000000 + 38) +__NR_setns bits/syscall.h d #define __NR_setns (0x40000000 + 308) +__NR_setpgid bits/syscall.h d #define __NR_setpgid (0x40000000 + 109) +__NR_setpriority bits/syscall.h d #define __NR_setpriority (0x40000000 + 141) +__NR_setregid bits/syscall.h d #define __NR_setregid (0x40000000 + 114) +__NR_setresgid bits/syscall.h d #define __NR_setresgid (0x40000000 + 119) +__NR_setresuid bits/syscall.h d #define __NR_setresuid (0x40000000 + 117) +__NR_setreuid bits/syscall.h d #define __NR_setreuid (0x40000000 + 113) +__NR_setrlimit bits/syscall.h d #define __NR_setrlimit (0x40000000 + 160) +__NR_setsid bits/syscall.h d #define __NR_setsid (0x40000000 + 112) +__NR_setsockopt bits/syscall.h d #define __NR_setsockopt (0x40000000 + 541) +__NR_settimeofday bits/syscall.h d #define __NR_settimeofday (0x40000000 + 164) +__NR_setuid bits/syscall.h d #define __NR_setuid (0x40000000 + 105) +__NR_setxattr bits/syscall.h d #define __NR_setxattr (0x40000000 + 188) +__NR_shmat bits/syscall.h d #define __NR_shmat (0x40000000 + 30) +__NR_shmctl bits/syscall.h d #define __NR_shmctl (0x40000000 + 31) +__NR_shmdt bits/syscall.h d #define __NR_shmdt (0x40000000 + 67) +__NR_shmget bits/syscall.h d #define __NR_shmget (0x40000000 + 29) +__NR_shutdown bits/syscall.h d #define __NR_shutdown (0x40000000 + 48) +__NR_sigaltstack bits/syscall.h d #define __NR_sigaltstack (0x40000000 + 525) +__NR_signalfd bits/syscall.h d #define __NR_signalfd (0x40000000 + 282) +__NR_signalfd4 bits/syscall.h d #define __NR_signalfd4 (0x40000000 + 289) +__NR_socket bits/syscall.h d #define __NR_socket (0x40000000 + 41) +__NR_socketpair bits/syscall.h d #define __NR_socketpair (0x40000000 + 53) +__NR_splice bits/syscall.h d #define __NR_splice (0x40000000 + 275) +__NR_stat bits/syscall.h d #define __NR_stat (0x40000000 + 4) +__NR_statfs bits/syscall.h d #define __NR_statfs (0x40000000 + 137) +__NR_swapoff bits/syscall.h d #define __NR_swapoff (0x40000000 + 168) +__NR_swapon bits/syscall.h d #define __NR_swapon (0x40000000 + 167) +__NR_symlink bits/syscall.h d #define __NR_symlink (0x40000000 + 88) +__NR_symlinkat bits/syscall.h d #define __NR_symlinkat (0x40000000 + 266) +__NR_sync bits/syscall.h d #define __NR_sync (0x40000000 + 162) +__NR_sync_file_range bits/syscall.h d #define __NR_sync_file_range (0x40000000 + 277) +__NR_syncfs bits/syscall.h d #define __NR_syncfs (0x40000000 + 306) +__NR_sysfs bits/syscall.h d #define __NR_sysfs (0x40000000 + 139) +__NR_sysinfo bits/syscall.h d #define __NR_sysinfo (0x40000000 + 99) +__NR_syslog bits/syscall.h d #define __NR_syslog (0x40000000 + 103) +__NR_tee bits/syscall.h d #define __NR_tee (0x40000000 + 276) +__NR_tgkill bits/syscall.h d #define __NR_tgkill (0x40000000 + 234) +__NR_time bits/syscall.h d #define __NR_time (0x40000000 + 201) +__NR_timer_create bits/syscall.h d #define __NR_timer_create (0x40000000 + 526) +__NR_timer_delete bits/syscall.h d #define __NR_timer_delete (0x40000000 + 226) +__NR_timer_getoverrun bits/syscall.h d #define __NR_timer_getoverrun (0x40000000 + 225) +__NR_timer_gettime bits/syscall.h d #define __NR_timer_gettime (0x40000000 + 224) +__NR_timer_settime bits/syscall.h d #define __NR_timer_settime (0x40000000 + 223) +__NR_timerfd_create bits/syscall.h d #define __NR_timerfd_create (0x40000000 + 283) +__NR_timerfd_gettime bits/syscall.h d #define __NR_timerfd_gettime (0x40000000 + 287) +__NR_timerfd_settime bits/syscall.h d #define __NR_timerfd_settime (0x40000000 + 286) +__NR_times bits/syscall.h d #define __NR_times (0x40000000 + 100) +__NR_tkill bits/syscall.h d #define __NR_tkill (0x40000000 + 200) +__NR_truncate bits/syscall.h d #define __NR_truncate (0x40000000 + 76) +__NR_tuxcall bits/syscall.h d #define __NR_tuxcall (0x40000000 + 184) +__NR_umask bits/syscall.h d #define __NR_umask (0x40000000 + 95) +__NR_umount2 bits/syscall.h d #define __NR_umount2 (0x40000000 + 166) +__NR_uname bits/syscall.h d #define __NR_uname (0x40000000 + 63) +__NR_unlink bits/syscall.h d #define __NR_unlink (0x40000000 + 87) +__NR_unlinkat bits/syscall.h d #define __NR_unlinkat (0x40000000 + 263) +__NR_unshare bits/syscall.h d #define __NR_unshare (0x40000000 + 272) +__NR_userfaultfd bits/syscall.h d #define __NR_userfaultfd (0x40000000 + 323) +__NR_ustat bits/syscall.h d #define __NR_ustat (0x40000000 + 136) +__NR_utime bits/syscall.h d #define __NR_utime (0x40000000 + 132) +__NR_utimensat bits/syscall.h d #define __NR_utimensat (0x40000000 + 280) +__NR_utimes bits/syscall.h d #define __NR_utimes (0x40000000 + 235) +__NR_vfork bits/syscall.h d #define __NR_vfork (0x40000000 + 58) +__NR_vhangup bits/syscall.h d #define __NR_vhangup (0x40000000 + 153) +__NR_vmsplice bits/syscall.h d #define __NR_vmsplice (0x40000000 + 532) +__NR_wait4 bits/syscall.h d #define __NR_wait4 (0x40000000 + 61) +__NR_waitid bits/syscall.h d #define __NR_waitid (0x40000000 + 529) +__NR_write bits/syscall.h d #define __NR_write (0x40000000 + 1) +__NR_writev bits/syscall.h d #define __NR_writev (0x40000000 + 516) __WORDSIZE bits/reg.h d #define __WORDSIZE 32 __WORDSIZE bits/user.h d #define __WORDSIZE 64 -__X32_SYSCALL_BIT bits/syscall.h d #define __X32_SYSCALL_BIT 0x40000000 __isoc_va_list bits/alltypes.h t typedef __builtin_va_list __isoc_va_list; __jmp_buf bits/setjmp.h t typedef unsigned long long __jmp_buf[8]; blkcnt_t bits/alltypes.h t typedef _Int64 blkcnt_t; diff --git a/data/musl.x86_64.decls b/data/musl.x86_64.decls index 74e2b38..59b88fe 100644 --- a/data/musl.x86_64.decls +++ b/data/musl.x86_64.decls @@ -35,7 +35,9 @@ BS1 bits/termios.h d #define BS1 0020000 BSDLY bits/termios.h d #define BSDLY 0020000 CBAUD bits/termios.h d #define CBAUD 0010017 CBAUDEX bits/termios.h d #define CBAUDEX 0010000 +CIBAUD bits/termios.h d #define CIBAUD 002003600000 CLOCAL bits/termios.h d #define CLOCAL 0004000 +CMSPAR bits/termios.h d #define CMSPAR 010000000000 CR0 bits/termios.h d #define CR0 0000000 CR1 bits/termios.h d #define CR1 0001000 CR2 bits/termios.h d #define CR2 0002000 @@ -196,6 +198,8 @@ EUSERS bits/errno.h d #define EUSERS 87 EWOULDBLOCK bits/errno.h d #define EWOULDBLOCK EAGAIN EXDEV bits/errno.h d #define EXDEV 18 EXFULL bits/errno.h d #define EXFULL 54 +EXTA bits/termios.h d #define EXTA 0000016 +EXTB bits/termios.h d #define EXTB 0000017 EXTPROC bits/termios.h d #define EXTPROC 0200000 FE_ALL_EXCEPT bits/fenv.h d #define FE_ALL_EXCEPT 63 FE_DFL_ENV bits/fenv.h d #define FE_DFL_ENV ((const fenv_t *) -1) @@ -281,47 +285,8 @@ LDBL_TRUE_MIN bits/float.h d #define LDBL_TRUE_MIN 3.6451995318824746025e-4951L LLONG_MAX bits/limits.h d #define LLONG_MAX 0x7fffffffffffffffLL LONG_BIT bits/limits.h d #define LONG_BIT 64 LONG_MAX bits/limits.h d #define LONG_MAX 0x7fffffffffffffffL -MADV_DODUMP bits/mman.h d #define MADV_DODUMP 17 -MADV_DOFORK bits/mman.h d #define MADV_DOFORK 11 -MADV_DONTDUMP bits/mman.h d #define MADV_DONTDUMP 16 -MADV_DONTFORK bits/mman.h d #define MADV_DONTFORK 10 -MADV_DONTNEED bits/mman.h d #define MADV_DONTNEED 4 -MADV_HUGEPAGE bits/mman.h d #define MADV_HUGEPAGE 14 -MADV_HWPOISON bits/mman.h d #define MADV_HWPOISON 100 -MADV_MERGEABLE bits/mman.h d #define MADV_MERGEABLE 12 -MADV_NOHUGEPAGE bits/mman.h d #define MADV_NOHUGEPAGE 15 -MADV_NORMAL bits/mman.h d #define MADV_NORMAL 0 -MADV_RANDOM bits/mman.h d #define MADV_RANDOM 1 -MADV_REMOVE bits/mman.h d #define MADV_REMOVE 9 -MADV_SEQUENTIAL bits/mman.h d #define MADV_SEQUENTIAL 2 -MADV_SOFT_OFFLINE bits/mman.h d #define MADV_SOFT_OFFLINE 101 -MADV_UNMERGEABLE bits/mman.h d #define MADV_UNMERGEABLE 13 -MADV_WILLNEED bits/mman.h d #define MADV_WILLNEED 3 MAP_32BIT bits/mman.h d #define MAP_32BIT 0x40 -MAP_ANON bits/mman.h d #define MAP_ANON 0x20 -MAP_ANONYMOUS bits/mman.h d #define MAP_ANONYMOUS MAP_ANON -MAP_DENYWRITE bits/mman.h d #define MAP_DENYWRITE 0x0800 -MAP_EXECUTABLE bits/mman.h d #define MAP_EXECUTABLE 0x1000 -MAP_FAILED bits/mman.h d #define MAP_FAILED ((void *) -1) -MAP_FILE bits/mman.h d #define MAP_FILE 0x00 -MAP_FIXED bits/mman.h d #define MAP_FIXED 0x10 -MAP_GROWSDOWN bits/mman.h d #define MAP_GROWSDOWN 0x0100 -MAP_HUGETLB bits/mman.h d #define MAP_HUGETLB 0x40000 -MAP_LOCKED bits/mman.h d #define MAP_LOCKED 0x2000 -MAP_NONBLOCK bits/mman.h d #define MAP_NONBLOCK 0x10000 -MAP_NORESERVE bits/mman.h d #define MAP_NORESERVE 0x4000 -MAP_POPULATE bits/mman.h d #define MAP_POPULATE 0x8000 -MAP_PRIVATE bits/mman.h d #define MAP_PRIVATE 0x02 -MAP_SHARED bits/mman.h d #define MAP_SHARED 0x01 -MAP_STACK bits/mman.h d #define MAP_STACK 0x20000 -MAP_TYPE bits/mman.h d #define MAP_TYPE 0x0f -MCL_CURRENT bits/mman.h d #define MCL_CURRENT 1 -MCL_FUTURE bits/mman.h d #define MCL_FUTURE 2 -MCL_ONFAULT bits/mman.h d #define MCL_ONFAULT 4 MINSIGSTKSZ bits/signal.h d #define MINSIGSTKSZ 2048 -MS_ASYNC bits/mman.h d #define MS_ASYNC 1 -MS_INVALIDATE bits/mman.h d #define MS_INVALIDATE 2 -MS_SYNC bits/mman.h d #define MS_SYNC 4 NBPG bits/user.h d #define NBPG PAGE_SIZE NL0 bits/termios.h d #define NL0 0000000 NL1 bits/termios.h d #define NL1 0000400 @@ -377,17 +342,6 @@ PARENB bits/termios.h d #define PARENB 0000400 PARMRK bits/termios.h d #define PARMRK 0000010 PARODD bits/termios.h d #define PARODD 0001000 PENDIN bits/termios.h d #define PENDIN 0040000 -POSIX_MADV_DONTNEED bits/mman.h d #define POSIX_MADV_DONTNEED 0 -POSIX_MADV_NORMAL bits/mman.h d #define POSIX_MADV_NORMAL 0 -POSIX_MADV_RANDOM bits/mman.h d #define POSIX_MADV_RANDOM 1 -POSIX_MADV_SEQUENTIAL bits/mman.h d #define POSIX_MADV_SEQUENTIAL 2 -POSIX_MADV_WILLNEED bits/mman.h d #define POSIX_MADV_WILLNEED 3 -PROT_EXEC bits/mman.h d #define PROT_EXEC 4 -PROT_GROWSDOWN bits/mman.h d #define PROT_GROWSDOWN 0x01000000 -PROT_GROWSUP bits/mman.h d #define PROT_GROWSUP 0x02000000 -PROT_NONE bits/mman.h d #define PROT_NONE 0 -PROT_READ bits/mman.h d #define PROT_READ 1 -PROT_WRITE bits/mman.h d #define PROT_WRITE 2 PTRDIFF_MAX bits/stdint.h d #define PTRDIFF_MAX INT64_MAX PTRDIFF_MIN bits/stdint.h d #define PTRDIFF_MIN INT64_MIN R10 bits/reg.h d #define R10 7 @@ -524,6 +478,7 @@ SIOCSIFMAP bits/ioctl.h d #define SIOCSIFMAP 0x8971 SIOCSIFMEM bits/ioctl.h d #define SIOCSIFMEM 0x8920 SIOCSIFMETRIC bits/ioctl.h d #define SIOCSIFMETRIC 0x891e SIOCSIFMTU bits/ioctl.h d #define SIOCSIFMTU 0x8922 +SIOCSIFNAME bits/ioctl.h d #define SIOCSIFNAME 0x8923 SIOCSIFNETMASK bits/ioctl.h d #define SIOCSIFNETMASK 0x891c SIOCSIFPFLAGS bits/ioctl.h d #define SIOCSIFPFLAGS 0x8934 SIOCSIFSLAVE bits/ioctl.h d #define SIOCSIFSLAVE 0x8930 @@ -560,6 +515,7 @@ SYS_clock_settime bits/syscall.h d #define SYS_clock_settime 227 SYS_clone bits/syscall.h d #define SYS_clone 56 SYS_close bits/syscall.h d #define SYS_close 3 SYS_connect bits/syscall.h d #define SYS_connect 42 +SYS_copy_file_range bits/syscall.h d #define SYS_copy_file_range 326 SYS_creat bits/syscall.h d #define SYS_creat 85 SYS_create_module bits/syscall.h d #define SYS_create_module 174 SYS_delete_module bits/syscall.h d #define SYS_delete_module 176 @@ -719,6 +675,7 @@ SYS_ppoll bits/syscall.h d #define SYS_ppoll 271 SYS_prctl bits/syscall.h d #define SYS_prctl 157 SYS_pread64 bits/syscall.h d #define SYS_pread64 17 SYS_preadv bits/syscall.h d #define SYS_preadv 295 +SYS_preadv2 bits/syscall.h d #define SYS_preadv2 327 SYS_prlimit64 bits/syscall.h d #define SYS_prlimit64 302 SYS_process_vm_readv bits/syscall.h d #define SYS_process_vm_readv 310 SYS_process_vm_writev bits/syscall.h d #define SYS_process_vm_writev 311 @@ -727,6 +684,7 @@ SYS_ptrace bits/syscall.h d #define SYS_ptrace 101 SYS_putpmsg bits/syscall.h d #define SYS_putpmsg 182 SYS_pwrite64 bits/syscall.h d #define SYS_pwrite64 18 SYS_pwritev bits/syscall.h d #define SYS_pwritev 296 +SYS_pwritev2 bits/syscall.h d #define SYS_pwritev2 328 SYS_query_module bits/syscall.h d #define SYS_query_module 178 SYS_quotactl bits/syscall.h d #define SYS_quotactl 179 SYS_read bits/syscall.h d #define SYS_read 0 @@ -893,12 +851,16 @@ TCXONC bits/ioctl.h d #define TCXONC 0x540A TIOCCBRK bits/ioctl.h d #define TIOCCBRK 0x5428 TIOCCONS bits/ioctl.h d #define TIOCCONS 0x541D TIOCEXCL bits/ioctl.h d #define TIOCEXCL 0x540C +TIOCGDEV bits/ioctl.h d #define TIOCGDEV 0x80045432 TIOCGETD bits/ioctl.h d #define TIOCGETD 0x5424 -TIOCGHAYESESP bits/ioctl.h d #define TIOCGHAYESESP 0x545E +TIOCGEXCL bits/ioctl.h d #define TIOCGEXCL 0x80045440 TIOCGICOUNT bits/ioctl.h d #define TIOCGICOUNT 0x545D TIOCGLCKTRMIOS bits/ioctl.h d #define TIOCGLCKTRMIOS 0x5456 TIOCGPGRP bits/ioctl.h d #define TIOCGPGRP 0x540F +TIOCGPKT bits/ioctl.h d #define TIOCGPKT 0x80045438 +TIOCGPTLCK bits/ioctl.h d #define TIOCGPTLCK 0x80045439 TIOCGPTN bits/ioctl.h d #define TIOCGPTN 0x80045430 +TIOCGRS485 bits/ioctl.h d #define TIOCGRS485 0x542E TIOCGSERIAL bits/ioctl.h d #define TIOCGSERIAL 0x541E TIOCGSID bits/ioctl.h d #define TIOCGSID 0x5429 TIOCGSOFTCAR bits/ioctl.h d #define TIOCGSOFTCAR 0x5419 @@ -917,7 +879,6 @@ TIOCM_DSR bits/ioctl.h d #define TIOCM_DSR 0x100 TIOCM_DTR bits/ioctl.h d #define TIOCM_DTR 0x002 TIOCM_LE bits/ioctl.h d #define TIOCM_LE 0x001 TIOCM_LOOP bits/ioctl.h d #define TIOCM_LOOP 0x8000 -TIOCM_MODEM_BITS bits/ioctl.h d #define TIOCM_MODEM_BITS TIOCM_OUT2 TIOCM_OUT1 bits/ioctl.h d #define TIOCM_OUT1 0x2000 TIOCM_OUT2 bits/ioctl.h d #define TIOCM_OUT2 0x4000 TIOCM_RI bits/ioctl.h d #define TIOCM_RI TIOCM_RNG @@ -948,15 +909,16 @@ TIOCSERSETMULTI bits/ioctl.h d #define TIOCSERSETMULTI 0x545B TIOCSERSWILD bits/ioctl.h d #define TIOCSERSWILD 0x5455 TIOCSER_TEMT bits/ioctl.h d #define TIOCSER_TEMT 0x01 TIOCSETD bits/ioctl.h d #define TIOCSETD 0x5423 -TIOCSHAYESESP bits/ioctl.h d #define TIOCSHAYESESP 0x545F +TIOCSIG bits/ioctl.h d #define TIOCSIG 0x40045436 TIOCSLCKTRMIOS bits/ioctl.h d #define TIOCSLCKTRMIOS 0x5457 TIOCSPGRP bits/ioctl.h d #define TIOCSPGRP 0x5410 TIOCSPTLCK bits/ioctl.h d #define TIOCSPTLCK 0x40045431 +TIOCSRS485 bits/ioctl.h d #define TIOCSRS485 0x542F TIOCSSERIAL bits/ioctl.h d #define TIOCSSERIAL 0x541F TIOCSSOFTCAR bits/ioctl.h d #define TIOCSSOFTCAR 0x541A TIOCSTI bits/ioctl.h d #define TIOCSTI 0x5412 TIOCSWINSZ bits/ioctl.h d #define TIOCSWINSZ 0x5414 -TIOCTTYGSTRUCT bits/ioctl.h d #define TIOCTTYGSTRUCT 0x5426 +TIOCVHANGUP bits/ioctl.h d #define TIOCVHANGUP 0x5437 TOSTOP bits/termios.h d #define TOSTOP 0000400 UINTPTR_MAX bits/stdint.h d #define UINTPTR_MAX UINT64_MAX UINT_FAST16_MAX bits/stdint.h d #define UINT_FAST16_MAX UINT32_MAX @@ -982,6 +944,7 @@ VT1 bits/termios.h d #define VT1 0040000 VTDLY bits/termios.h d #define VTDLY 0040000 VTIME bits/termios.h d #define VTIME 5 VWERASE bits/termios.h d #define VWERASE 14 +XCASE bits/termios.h d #define XCASE 0000004 XTABS bits/termios.h d #define XTABS 0014000 _Addr bits/alltypes.h d #define _Addr long _IO bits/ioctl.h d #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) @@ -1099,6 +1062,7 @@ __NR_clock_settime bits/syscall.h d #define __NR_clock_settime 227 __NR_clone bits/syscall.h d #define __NR_clone 56 __NR_close bits/syscall.h d #define __NR_close 3 __NR_connect bits/syscall.h d #define __NR_connect 42 +__NR_copy_file_range bits/syscall.h d #define __NR_copy_file_range 326 __NR_creat bits/syscall.h d #define __NR_creat 85 __NR_create_module bits/syscall.h d #define __NR_create_module 174 __NR_delete_module bits/syscall.h d #define __NR_delete_module 176 @@ -1258,6 +1222,7 @@ __NR_ppoll bits/syscall.h d #define __NR_ppoll 271 __NR_prctl bits/syscall.h d #define __NR_prctl 157 __NR_pread64 bits/syscall.h d #define __NR_pread64 17 __NR_preadv bits/syscall.h d #define __NR_preadv 295 +__NR_preadv2 bits/syscall.h d #define __NR_preadv2 327 __NR_prlimit64 bits/syscall.h d #define __NR_prlimit64 302 __NR_process_vm_readv bits/syscall.h d #define __NR_process_vm_readv 310 __NR_process_vm_writev bits/syscall.h d #define __NR_process_vm_writev 311 @@ -1266,6 +1231,7 @@ __NR_ptrace bits/syscall.h d #define __NR_ptrace 101 __NR_putpmsg bits/syscall.h d #define __NR_putpmsg 182 __NR_pwrite64 bits/syscall.h d #define __NR_pwrite64 18 __NR_pwritev bits/syscall.h d #define __NR_pwritev 296 +__NR_pwritev2 bits/syscall.h d #define __NR_pwritev2 328 __NR_query_module bits/syscall.h d #define __NR_query_module 178 __NR_quotactl bits/syscall.h d #define __NR_quotactl 179 __NR_read bits/syscall.h d #define __NR_read 0 diff --git a/makedecls.sh b/makedecls.sh index 3c44d62..db5938b 100755 --- a/makedecls.sh +++ b/makedecls.sh @@ -13,8 +13,11 @@ arm i386 microblaze mips +mips64 +mipsn32 or1k powerpc +powerpc64 sh x32 x86_64 diff --git a/tab_c11.html b/tab_c11.html index 5dc8bef..f92cfa0 100644 --- a/tab_c11.html +++ b/tab_c11.html @@ -1,5 +1,5 @@

musl vs c11 api

-

commit

commit 074e6b3fe3f2ad89b991f3d8ab0932035b312a62
Date: 2016-02-22 00:07:05 -0500

release 1.1.14 +

commit

commit faf69b9a73d09fafcbe4fd3007b8d8724293d8e1
Date: 2016-07-05 17:58:46 -0400

release 1.1.15

legend

  • status: musl implementation status summary
    • (empty) - implemented
    • nosym - prototype found in include files (see decl) but not in libc.a (see sym)
    • nodecl - symbol is in libc.a but not declared in a public header
    • missing - neither in include files (see decl) nor in libc.a (see sym)
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
    • C - symbol is common (uninitialized data)
    • D - symbol is in the initialized data section
    • R - symbol is in the read only data section
    • T - symbol is in the text section
    • V - weak object
    • W - weak symbol
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)
    • d - macro definition
    • t - typedef
    • s - struct declaration
    • u - union declaration
    • p - function prototype
    • x - external and forward variable declaration

(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)

table

muslc11
statussymdeclnameheaderprotosection
  d static_assertassert.h B.1 Diagnostics @@ -567,18 +567,18 @@
  t jmp_bufsetjmp.h B.12 Nonlocal jumps
 Td p setjmpsetjmp.hint setjmp(jmp_buf env);B.12 Nonlocal jumps
 Tp longjmpsetjmp.h_Noreturn void longjmp(jmp_buf env, int val);B.12 Nonlocal jumps -
  t sig_atomic_tsignal.h B.13 Signal handling -
  d SIG_IGNsignal.h B.13 Signal handling +
  t sig_atomic_tsignal.h B.13 Signal handling +
  d SIG_IGNsignal.h B.13 Signal handling
  d SIGILLsignal.h B.13 Signal handling
  d SIGTERMsignal.h B.13 Signal handling -
  d SIG_DFLsignal.h B.13 Signal handling +
  d SIG_DFLsignal.h B.13 Signal handling
  d SIGABRTsignal.h B.13 Signal handling
  d SIGINTsignal.h B.13 Signal handling -
  d SIG_ERRsignal.h B.13 Signal handling +
  d SIG_ERRsignal.h B.13 Signal handling
  d SIGFPEsignal.h B.13 Signal handling
  d SIGSEGVsignal.h B.13 Signal handling -
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling -
 Tp raisesignal.hint raise(int sig);B.13 Signal handling +
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling +
 Tp raisesignal.hint raise(int sig);B.13 Signal handling
  d alignasstdalign.h B.14 Alignment
  d __alignas_is_definedstdalign.h B.14 Alignment
  t va_liststdarg.h B.15 Variable arguments @@ -781,15 +781,15 @@
 Dd x stderrstdio.h B.20 Input/output
  t fpos_tstdio.h B.20 Input/output
  d BUFSIZstdio.h B.20 Input/output -
  d d d d d SEEK_CURstdio.h B.20 Input/output +
  d d d d d SEEK_CURstdio.h B.20 Input/output
 Dd x stdinstdio.h B.20 Input/output
  d d d d d d d d d d d d d d d d NULLstdio.h B.20 Input/output
  d d EOFstdio.h B.20 Input/output -
  d d d d d SEEK_ENDstdio.h B.20 Input/output +
  d d d d d SEEK_ENDstdio.h B.20 Input/output
 Dd x stdoutstdio.h B.20 Input/output
  d _IOFBFstdio.h B.20 Input/output
  d FOPEN_MAXstdio.h B.20 Input/output -
  d d d d d SEEK_SETstdio.h B.20 Input/output +
  d d d d d SEEK_SETstdio.h B.20 Input/output
 Tp removestdio.hint remove(const char *filename);B.20 Input/output
 Tp renamestdio.hint rename(const char *old, const char *new);B.20 Input/output
 Tp tmpfilestdio.hFILE *tmpfile(void);B.20 Input/output @@ -859,8 +859,8 @@
 Tp randstdlib.hint rand(void);B.21 General utilities
 Tp srandstdlib.hvoid srand(unsigned int seed);B.21 General utilities
 Tp aligned_allocstdlib.hvoid *aligned_alloc(size_t alignment, size_t size);B.21 General utilities -
 Tp p p callocstdlib.hvoid *calloc(size_t nmemb, size_t size);B.21 General utilities -
 Tp p p freestdlib.hvoid free(void *ptr);B.21 General utilities +
 Tp p p callocstdlib.hvoid *calloc(size_t nmemb, size_t size);B.21 General utilities +
 Tp p p freestdlib.hvoid free(void *ptr);B.21 General utilities
 TWp p mallocstdlib.hvoid *malloc(size_t size);B.21 General utilities
 Tp p reallocstdlib.hvoid *realloc(void *ptr, size_t size);B.21 General utilities
 Tp abortstdlib.h_Noreturn void abort(void);B.21 General utilities @@ -887,13 +887,13 @@
  d noreturnstdnoreturn.h B.22 _Noreturn
  t size_tstring.h B.23 String handling
  d d d d d d d d d d d d d d d d NULLstring.h B.23 String handling -
 Tp p memcpystring.hvoid *memcpy(void * restrict s1, const void * restrict s2, size_t n);B.23 String handling +
 Tp p memcpystring.hvoid *memcpy(void * restrict s1, const void * restrict s2, size_t n);B.23 String handling
 Tp memmovestring.hvoid *memmove(void *s1, const void *s2, size_t n);B.23 String handling
 Tp strcpystring.hchar *strcpy(char * restrict s1, const char * restrict s2);B.23 String handling
 Tp strncpystring.hchar *strncpy(char * restrict s1, const char * restrict s2, size_t n);B.23 String handling
 Tp strcatstring.hchar *strcat(char * restrict s1, const char * restrict s2);B.23 String handling
 Tp strncatstring.hchar *strncat(char * restrict s1, const char * restrict s2, size_t n);B.23 String handling -
 Tp p memcmpstring.hint memcmp(const void *s1, const void *s2, size_t n);B.23 String handling +
 Tp p memcmpstring.hint memcmp(const void *s1, const void *s2, size_t n);B.23 String handling
 Tp strcmpstring.hint strcmp(const char *s1, const char *s2);B.23 String handling
 Tp strcollstring.hint strcoll(const char *s1, const char *s2);B.23 String handling
 Tp strncmpstring.hint strncmp(const char *s1, const char *s2, size_t n);B.23 String handling @@ -908,7 +908,7 @@
 Tp strtokstring.hchar *strtok(char * restrict s1, const char * restrict s2);B.23 String handling
 Tp memsetstring.hvoid *memset(void *s, int c, size_t n);B.23 String handling
 Tp strerrorstring.hchar *strerror(int errnum);B.23 String handling -
 Tp p strlenstring.hsize_t strlen(const char *s);B.23 String handling +
 Tp p strlenstring.hsize_t strlen(const char *s);B.23 String handling
 Tp d d acostgmath.h B.24 Type-generic math
 Tp d d sqrttgmath.h B.24 Type-generic math
 Tp d d fmodtgmath.h B.24 Type-generic math @@ -1015,21 +1015,21 @@
  d d d d d d d d d d d d d d d d NULLtime.h B.26 Date and time
  t size_ttime.h B.26 Date and time
  s struct timespectime.h B.26 Date and time -
  d CLOCKS_PER_SECtime.h B.26 Date and time +
  d CLOCKS_PER_SECtime.h B.26 Date and time
  t clock_ttime.h B.26 Date and time
  s struct tmtime.h B.26 Date and time -
  d TIME_UTCtime.h B.26 Date and time +
  d TIME_UTCtime.h B.26 Date and time
  t time_ttime.h B.26 Date and time -
 Tp clocktime.hclock_t clock(void);B.26 Date and time -
 Tp difftimetime.hdouble difftime(time_t time1, time_t time0);B.26 Date and time -
 Tp mktimetime.htime_t mktime(struct tm *timeptr);B.26 Date and time -
 Tp timetime.htime_t time(time_t *timer);B.26 Date and time -
 Tp timespec_gettime.hint timespec_get(timespec *ts, int base);B.26 Date and time -
 Tp asctimetime.hchar *asctime(const struct tm *timeptr);B.26 Date and time -
 Tp ctimetime.hchar *ctime(const time_t *timer);B.26 Date and time -
 Tp gmtimetime.hstruct tm *gmtime(const time_t *timer);B.26 Date and time -
 Tp localtimetime.hstruct tm *localtime(const time_t *timer);B.26 Date and time -
 Tp strftimetime.hsize_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);B.26 Date and time +
 Tp clocktime.hclock_t clock(void);B.26 Date and time +
 Tp difftimetime.hdouble difftime(time_t time1, time_t time0);B.26 Date and time +
 Tp mktimetime.htime_t mktime(struct tm *timeptr);B.26 Date and time +
 Tp timetime.htime_t time(time_t *timer);B.26 Date and time +
 Tp timespec_gettime.hint timespec_get(timespec *ts, int base);B.26 Date and time +
 Tp asctimetime.hchar *asctime(const struct tm *timeptr);B.26 Date and time +
 Tp ctimetime.hchar *ctime(const time_t *timer);B.26 Date and time +
 Tp gmtimetime.hstruct tm *gmtime(const time_t *timer);B.26 Date and time +
 Tp localtimetime.hstruct tm *localtime(const time_t *timer);B.26 Date and time +
 Tp strftimetime.hsize_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);B.26 Date and time
  t mbstate_tuchar.h B.27 Unicode utilities
  t size_tuchar.h B.27 Unicode utilities
  t char16_tuchar.h B.27 Unicode utilities diff --git a/tab_c99.html b/tab_c99.html index 7889fb4..637c0f2 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit 074e6b3fe3f2ad89b991f3d8ab0932035b312a62
Date: 2016-02-22 00:07:05 -0500

release 1.1.14 +

commit

commit faf69b9a73d09fafcbe4fd3007b8d8724293d8e1
Date: 2016-07-05 17:58:46 -0400

release 1.1.15

legend

  • status: musl implementation status summary
    • (empty) - implemented
    • nosym - prototype found in include files (see decl) but not in libc.a (see sym)
    • nodecl - symbol is in libc.a but not declared in a public header
    • missing - neither in include files (see decl) nor in libc.a (see sym)
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
    • C - symbol is common (uninitialized data)
    • D - symbol is in the initialized data section
    • R - symbol is in the read only data section
    • T - symbol is in the text section
    • V - weak object
    • W - weak symbol
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)
    • d - macro definition
    • t - typedef
    • s - struct declaration
    • u - union declaration
    • p - function prototype
    • x - external and forward variable declaration

table

muslc99
statussymdeclnameheaderprotosection
  d d d assertassert.hvoid assert(scalar expression);B.1 Diagnostics @@ -554,18 +554,18 @@
  t jmp_bufsetjmp.h B.12 Nonlocal jumps
 Td p setjmpsetjmp.hint setjmp(jmp_buf env);B.12 Nonlocal jumps
 Tp longjmpsetjmp.hvoid longjmp(jmp_buf env, int val);B.12 Nonlocal jumps -
  t sig_atomic_tsignal.h B.13 Signal handling -
  d SIG_IGNsignal.h B.13 Signal handling +
  t sig_atomic_tsignal.h B.13 Signal handling +
  d SIG_IGNsignal.h B.13 Signal handling
  d SIGILLsignal.h B.13 Signal handling
  d SIGTERMsignal.h B.13 Signal handling -
  d SIG_DFLsignal.h B.13 Signal handling +
  d SIG_DFLsignal.h B.13 Signal handling
  d SIGABRTsignal.h B.13 Signal handling
  d SIGINTsignal.h B.13 Signal handling -
  d SIG_ERRsignal.h B.13 Signal handling +
  d SIG_ERRsignal.h B.13 Signal handling
  d SIGFPEsignal.h B.13 Signal handling
  d SIGSEGVsignal.h B.13 Signal handling -
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling -
 Tp raisesignal.hint raise(int sig);B.13 Signal handling +
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling +
 Tp raisesignal.hint raise(int sig);B.13 Signal handling
  t va_liststdarg.h B.14 Variable arguments
  d d va_argstdarg.htype va_arg(va_list ap, type);B.14 Variable arguments
  d d va_copystdarg.hvoid va_copy(va_list dest, va_list src);B.14 Variable arguments @@ -679,15 +679,15 @@
 Dd x stderrstdio.h B.18 Input/output
  t fpos_tstdio.h B.18 Input/output
  d BUFSIZstdio.h B.18 Input/output -
  d d d d d SEEK_CURstdio.h B.18 Input/output +
  d d d d d SEEK_CURstdio.h B.18 Input/output
 Dd x stdinstdio.h B.18 Input/output
  d d d d d d d d d d d d d d d d NULLstdio.h B.18 Input/output
  d d EOFstdio.h B.18 Input/output -
  d d d d d SEEK_ENDstdio.h B.18 Input/output +
  d d d d d SEEK_ENDstdio.h B.18 Input/output
 Dd x stdoutstdio.h B.18 Input/output
  d _IOFBFstdio.h B.18 Input/output
  d FOPEN_MAXstdio.h B.18 Input/output -
  d d d d d SEEK_SETstdio.h B.18 Input/output +
  d d d d d SEEK_SETstdio.h B.18 Input/output
 Tp removestdio.hint remove(const char *filename);B.18 Input/output
 Tp renamestdio.hint rename(const char *old, const char *new);B.18 Input/output
 Tp tmpfilestdio.hFILE *tmpfile(void);B.18 Input/output @@ -757,8 +757,8 @@
 Tp strtoullstdlib.hunsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base);B.19 General utilities
 Tp randstdlib.hint rand(void);B.19 General utilities
 Tp srandstdlib.hvoid srand(unsigned int seed);B.19 General utilities -
 Tp p p callocstdlib.hvoid *calloc(size_t nmemb, size_t size);B.19 General utilities -
 Tp p p freestdlib.hvoid free(void *ptr);B.19 General utilities +
 Tp p p callocstdlib.hvoid *calloc(size_t nmemb, size_t size);B.19 General utilities +
 Tp p p freestdlib.hvoid free(void *ptr);B.19 General utilities
 TWp p mallocstdlib.hvoid *malloc(size_t size);B.19 General utilities
 Tp p reallocstdlib.hvoid *realloc(void *ptr, size_t size);B.19 General utilities
 Tp abortstdlib.hvoid abort(void);B.19 General utilities @@ -782,13 +782,13 @@
 Tp wcstombsstdlib.hsize_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);B.19 General utilities
  t size_tstring.h B.20 String handling
  d d d d d d d d d d d d d d d d NULLstring.h B.20 String handling -
 Tp p memcpystring.hvoid *memcpy(void * restrict s1, const void * restrict s2, size_t n);B.20 String handling +
 Tp p memcpystring.hvoid *memcpy(void * restrict s1, const void * restrict s2, size_t n);B.20 String handling
 Tp memmovestring.hvoid *memmove(void *s1, const void *s2, size_t n);B.20 String handling
 Tp strcpystring.hchar *strcpy(char * restrict s1, const char * restrict s2);B.20 String handling
 Tp strncpystring.hchar *strncpy(char * restrict s1, const char * restrict s2, size_t n);B.20 String handling
 Tp strcatstring.hchar *strcat(char * restrict s1, const char * restrict s2);B.20 String handling
 Tp strncatstring.hchar *strncat(char * restrict s1, const char * restrict s2, size_t n);B.20 String handling -
 Tp p memcmpstring.hint memcmp(const void *s1, const void *s2, size_t n);B.20 String handling +
 Tp p memcmpstring.hint memcmp(const void *s1, const void *s2, size_t n);B.20 String handling
 Tp strcmpstring.hint strcmp(const char *s1, const char *s2);B.20 String handling
 Tp strcollstring.hint strcoll(const char *s1, const char *s2);B.20 String handling
 Tp strncmpstring.hint strncmp(const char *s1, const char *s2, size_t n);B.20 String handling @@ -803,7 +803,7 @@
 Tp strtokstring.hchar *strtok(char * restrict s1, const char * restrict s2);B.20 String handling
 Tp memsetstring.hvoid *memset(void *s, int c, size_t n);B.20 String handling
 Tp strerrorstring.hchar *strerror(int errnum);B.20 String handling -
 Tp p strlenstring.hsize_t strlen(const char *s);B.20 String handling +
 Tp p strlenstring.hsize_t strlen(const char *s);B.20 String handling
 Tp d d acostgmath.h B.21 Type-generic math
 Tp d d sqrttgmath.h B.21 Type-generic math
 Tp d d fmodtgmath.h B.21 Type-generic math @@ -867,18 +867,18 @@
  d d d d d d d d d d d d d d d d NULLtime.h B.22 Date and time
  t size_ttime.h B.22 Date and time
  t time_ttime.h B.22 Date and time -
  d CLOCKS_PER_SECtime.h B.22 Date and time +
  d CLOCKS_PER_SECtime.h B.22 Date and time
  t clock_ttime.h B.22 Date and time
  s struct tmtime.h B.22 Date and time -
 Tp clocktime.hclock_t clock(void);B.22 Date and time -
 Tp difftimetime.hdouble difftime(time_t time1, time_t time0);B.22 Date and time -
 Tp mktimetime.htime_t mktime(struct tm *timeptr);B.22 Date and time -
 Tp timetime.htime_t time(time_t *timer);B.22 Date and time -
 Tp asctimetime.hchar *asctime(const struct tm *timeptr);B.22 Date and time -
 Tp ctimetime.hchar *ctime(const time_t *timer);B.22 Date and time -
 Tp gmtimetime.hstruct tm *gmtime(const time_t *timer);B.22 Date and time -
 Tp localtimetime.hstruct tm *localtime(const time_t *timer);B.22 Date and time -
 Tp strftimetime.hsize_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);B.22 Date and time +
 Tp clocktime.hclock_t clock(void);B.22 Date and time +
 Tp difftimetime.hdouble difftime(time_t time1, time_t time0);B.22 Date and time +
 Tp mktimetime.htime_t mktime(struct tm *timeptr);B.22 Date and time +
 Tp timetime.htime_t time(time_t *timer);B.22 Date and time +
 Tp asctimetime.hchar *asctime(const struct tm *timeptr);B.22 Date and time +
 Tp ctimetime.hchar *ctime(const time_t *timer);B.22 Date and time +
 Tp gmtimetime.hstruct tm *gmtime(const time_t *timer);B.22 Date and time +
 Tp localtimetime.hstruct tm *localtime(const time_t *timer);B.22 Date and time +
 Tp strftimetime.hsize_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr);B.22 Date and time
  t wchar_twchar.h B.23 Extended multibyte/wide character utilities
  t wint_twchar.h B.23 Extended multibyte/wide character utilities
  d d d d WCHAR_MAXwchar.h B.23 Extended multibyte/wide character utilities diff --git a/tab_posix.html b/tab_posix.html index 9cb2b32..e2fa1ae 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,11 +1,11 @@

musl vs posix api

-

commit

commit 074e6b3fe3f2ad89b991f3d8ab0932035b312a62
Date: 2016-02-22 00:07:05 -0500

release 1.1.14 +

commit

commit faf69b9a73d09fafcbe4fd3007b8d8724293d8e1
Date: 2016-07-05 17:58:46 -0400

release 1.1.15

legend

  • status: musl implementation status summary
    • (empty) - implemented
    • nosym - prototype found in include files (see decl) but not in libc.a (see sym)
    • nodecl - symbol is in libc.a but not declared in a public header
    • missing - neither in include files (see decl) nor in libc.a (see sym)
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
    • C - symbol is common (uninitialized data)
    • D - symbol is in the initialized data section
    • R - symbol is in the read only data section
    • T - symbol is in the text section
    • V - weak object
    • W - weak symbol
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported)
    • d - macro definition
    • p - function prototype
    • x - external and forward variable declaration

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc -
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing -
  d FD_ISSET sys/select.h pselect, select - synchronous I/O multiplexing -
  d FD_SET sys/select.h pselect, select - synchronous I/O multiplexing -
  d FD_ZERO sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_ISSET sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_SET sys/select.h pselect, select - synchronous I/O multiplexing +
  d FD_ZERO sys/select.h pselect, select - synchronous I/O multiplexing
 Tp _Exit stdlib.h _Exit, _exit - terminate a process
 Tp _exit unistd.h _Exit, _exit - terminate a process
 Tp _longjmp setjmp.h OB XSI_longjmp, _setjmp - non-local goto @@ -15,7 +15,7 @@
 Tp a64l stdlib.h XSIa64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 Tp abort stdlib.h abort - generate an abnormal process abort
 Tp abs stdlib.h abs - return an integer absolute value -
 Tp accept sys/socket.h accept - accept a new connection on a socket +
 Tp accept sys/socket.h accept - accept a new connection on a socket
 Tp access unistd.h access, faccessat - determine accessibility of a file relative to directory file descriptor
 Tp d d acos math.h acos, acosf, acosl - arc cosine functions
 Tp acosf math.h acos, acosf, acosl - arc cosine functions @@ -31,9 +31,9 @@
 Tp aio_suspend aio.h aio_suspend - wait for an asynchronous I/O request
 Tp aio_write aio.h aio_write - asynchronous write to a file
 Tp alarm unistd.h alarm - schedule an alarm signal -
 Tp alphasort dirent.h alphasort, scandir - scan a directory -
 Tp asctime time.h OBasctime, asctime_r - convert date and time to a string -
 Tp asctime_r time.h OB CXasctime, asctime_r - convert date and time to a string +
 Tp alphasort dirent.h alphasort, scandir - scan a directory +
 Tp asctime time.h OBasctime, asctime_r - convert date and time to a string +
 Tp asctime_r time.h OB CXasctime, asctime_r - convert date and time to a string
 Tp d d asin math.h asin, asinf, asinl - arc sine function
 Tp asinf math.h asin, asinf, asinl - arc sine function
 Tp d d asinh math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions @@ -56,7 +56,7 @@
 Tp atol stdlib.h atol, atoll - convert a string to a long integer
 Tp atoll stdlib.h atol, atoll - convert a string to a long integer
 Tp p basename libgen.h XSIbasename - return the last component of a pathname -
 Tp bind sys/socket.h bind - bind a name to a socket +
 Tp bind sys/socket.h bind - bind a name to a socket
 Tp bsearch stdlib.h bsearch - binary search a sorted table
 Tp btowc stdio.h wchar.h btowc - single byte to wide character conversion
 Tp cabs complex.h cabs, cabsf, cabsl - return a complex absolute value @@ -68,7 +68,7 @@
 Tp cacoshf complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 Tp cacoshl complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 Tp cacosl complex.h cacos, cacosf, cacosl - complex arc cosine functions -
 Tp p p calloc stdlib.h calloc - a memory allocator +
 Tp p p calloc stdlib.h calloc - a memory allocator
 Tp d d carg complex.h carg, cargf, cargl - complex argument functions
 Tp cargf complex.h carg, cargf, cargl - complex argument functions
 Tp cargl complex.h carg, cargf, cargl - complex argument functions @@ -113,23 +113,23 @@
 Td p cimagf complex.h cimag, cimagf, cimagl - complex imaginary functions
 Td p cimagl complex.h cimag, cimagf, cimagl - complex imaginary functions
 Tp clearerr stdio.h clearerr - clear indicators on a stream -
 Tp clock time.h clock - report CPU time used -
 Tp clock_getcpuclockid time.h CPTclock_getcpuclockid - access a process CPU-time clock (ADVANCED REALTIME) -
 Tp clock_getres time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions -
 Wp clock_gettime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions -
 Tp clock_nanosleep time.h CXclock_nanosleep - high resolution sleep with specifiable clock -
 Tp clock_settime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions +
 Tp clock time.h clock - report CPU time used +
 Tp clock_getcpuclockid time.h CPTclock_getcpuclockid - access a process CPU-time clock (ADVANCED REALTIME) +
 Tp clock_getres time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions +
 Wp clock_gettime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions +
 Tp clock_nanosleep time.h CXclock_nanosleep - high resolution sleep with specifiable clock +
 Tp clock_settime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions
 Tp clog complex.h clog, clogf, clogl - complex natural logarithm functions
 Tp clogf complex.h clog, clogf, clogl - complex natural logarithm functions
 Tp clogl complex.h clog, clogf, clogl - complex natural logarithm functions
 Tp close unistd.h close - close a file descriptor -
 Tp closedir dirent.h closedir - close a directory stream +
 Tp closedir dirent.h closedir - close a directory stream
 Tp closelog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log
 Tp confstr unistd.h confstr - get configurable variables
 Tp d d conj complex.h conj, conjf, conjl - complex conjugate functions
 Tp conjf complex.h conj, conjf, conjl - complex conjugate functions
 Tp conjl complex.h conj, conjf, conjl - complex conjugate functions -
 Tp connect sys/socket.h connect - connect a socket +
 Tp connect sys/socket.h connect - connect a socket
 Tp d d copysign math.h copysign, copysignf, copysignl - number manipulation function
 Tp copysignf math.h copysign, copysignf, copysignl - number manipulation function
 Tp copysignl math.h copysign, copysignf, copysignl - number manipulation function @@ -148,7 +148,7 @@
 Td p d d creal complex.h creal, crealf, creall - complex real functions
 Td p crealf complex.h creal, crealf, creall - complex real functions
 Td p creall complex.h creal, crealf, creall - complex real functions -
 Tp creat sys/stat.h fcntl.h OHcreat - create a new file or rewrite an existing one +
 Tp creat sys/stat.h fcntl.h OHcreat - create a new file or rewrite an existing one
 Tp p crypt unistd.h XSIcrypt - string encoding function (CRYPT)
 Tp csin complex.h csin, csinf, csinl - complex sine functions
 Tp csinf complex.h csin, csinf, csinl - complex sine functions @@ -166,9 +166,9 @@
 Tp ctanhl complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions
 Tp ctanl complex.h ctan, ctanf, ctanl - complex tangent functions
 Tp p ctermid stdio.h CXctermid - generate a pathname for the controlling terminal -
 Tp ctime time.h OBctime, ctime_r - convert a time value to a date and time string -
 Tp ctime_r time.h OB CXctime, ctime_r - convert a time value to a date and time string -
 Vx daylight time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information +
 Tp ctime time.h OBctime, ctime_r - convert a time value to a date and time string +
 Tp ctime_r time.h OB CXctime, ctime_r - convert a time value to a date and time string +
 Vx daylight time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information
missing  dbm_clearerr ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
missing  dbm_close ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
missing  dbm_delete ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions @@ -178,8 +178,8 @@
missing  dbm_nextkey ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
missing  dbm_open ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions
missing  dbm_store ndbm.h XSIdbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions -
 Tp difftime time.h difftime - compute the difference between two calendar time values -
 Tp dirfd dirent.h dirfd - extract the file descriptor used by a DIR stream +
 Tp difftime time.h difftime - compute the difference between two calendar time values +
 Tp dirfd dirent.h dirfd - extract the file descriptor used by a DIR stream
 Tp dirname libgen.h XSIdirname - report the parent directory name of a file pathname
 Tp div stdlib.h div - compute the quotient and remainder of an integer division
 Tp dlclose dlfcn.h dlclose - close a dlopen object @@ -192,13 +192,13 @@
 Tp dup2 unistd.h dup, dup2 - duplicate an open file descriptor
 Wp duplocale locale.h CXduplocale - duplicate a locale object
 Tp encrypt unistd.h XSIencrypt - encoding function (CRYPT) -
 Wp endgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions -
 Tp endhostent netdb.h endhostent, gethostent, sethostent - network host database functions -
 Wp endnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions -
 Tp endprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions -
 Wp endpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions -
 Tp endservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions -
 Tp endutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Wp endgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions +
 Tp endhostent netdb.h endhostent, gethostent, sethostent - network host database functions +
 Wp endnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +
 Tp endprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +
 Wp endpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions +
 Tp endservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +
 Tp endutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Vx environ unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp erand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp d d erf math.h erf, erff, erfl - error functions @@ -234,13 +234,13 @@
 Tp fchown unistd.h fchown - change owner and group of a file
 Tp fchownat unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor
 Tp fclose stdio.h fclose - close a stream -
 Tp fcntl fcntl.h fcntl - file control +
 Tp fcntl fcntl.h fcntl - file control
 Tp fdatasync unistd.h SIOfdatasync - synchronize the data of a file (REALTIME)
 Tp d d fdim math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 Tp fdimf math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 Tp fdiml math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 Wp fdopen stdio.h CXfdopen - associate a stream with a file descriptor -
 Tp fdopendir dirent.h fdopendir, opendir - open directory associated with file descriptor +
 Tp fdopendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp feclearexcept fenv.h feclearexcept - clear floating-point exception
 Tp fegetenv fenv.h fegetenv, fesetenv - get and set current floating-point environment
 Tp fegetexceptflag fenv.h fegetexceptflag, fesetexceptflag - get and set floating-point status flags @@ -292,8 +292,8 @@
 Tp fputwc stdio.h wchar.h fputwc - put a wide-character code on a stream
 Tp fputws stdio.h wchar.h fputws - put a wide-character string on a stream
 Tp fread stdio.h fread - binary input -
 Tp p p free stdlib.h free - free allocated memory -
 Tp freeaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +
 Tp p p free stdlib.h free - free allocated memory +
 Tp freeaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information
 Tp freelocale locale.h CXfreelocale - free resources allocated for a locale object
 Tp freopen stdio.h freopen - open a stream
 Tp d d frexp math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number @@ -312,96 +312,96 @@
 Tp ftok sys/ipc.h XSIftok - generate an IPC key
 Tp ftruncate unistd.h ftruncate - truncate a file to a specified length
 Tp ftrylockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions -
 Tp ftw ftw.h OB XSIftw - traverse (walk) a file tree +
 Tp ftw ftw.h OB XSIftw - traverse (walk) a file tree
 Tp funlockfile stdio.h CXflockfile, ftrylockfile, funlockfile - stdio locking functions
 Tp futimens sys/stat.h futimens, utimensat, utimes - set file access and modification times
 Tp fwide stdio.h wchar.h fwide - set stream orientation
 Tp fwprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output
 Tp fwrite stdio.h fwrite - binary output
 Tp fwscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input -
 Tp gai_strerror netdb.h gai_strerror - address and name information error description -
 Tp getaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +
 Tp gai_strerror netdb.h gai_strerror - address and name information error description +
 Tp getaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information
 Tp getc stdio.h getc - get a byte from a stream
 Tp getc_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp getchar stdio.h getchar - get a byte from a .I stdin stream
 Tp getchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp getcwd unistd.h getcwd - get the pathname of the current working directory -
 Tp getdate time.h XSIgetdate - convert user format date and time -
 Cx getdate_err time.h XSIgetdate - convert user format date and time +
 Tp getdate time.h XSIgetdate - convert user format date and time +
 Cx getdate_err time.h XSIgetdate - convert user format date and time
 Tp getdelim stdio.h CXgetdelim, getline - read a delimited record from .I stream
 Tp getegid unistd.h getegid - get the effective group ID
 Tp getenv stdlib.h getenv - get value of an environment variable
 Tp geteuid unistd.h geteuid - get the effective user ID
 Tp getgid unistd.h getgid - get the real group ID -
 Tp getgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions -
 Tp getgrgid grp.h getgrgid, getgrgid_r - get group database entry for a group ID -
 Tp getgrgid_r grp.h getgrgid, getgrgid_r - get group database entry for a group ID -
 Tp getgrnam grp.h getgrnam, getgrnam_r - search group database for a name -
 Tp getgrnam_r grp.h getgrnam, getgrnam_r - search group database for a name +
 Tp getgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions +
 Tp getgrgid grp.h getgrgid, getgrgid_r - get group database entry for a group ID +
 Tp getgrgid_r grp.h getgrgid, getgrgid_r - get group database entry for a group ID +
 Tp getgrnam grp.h getgrnam, getgrnam_r - search group database for a name +
 Tp getgrnam_r grp.h getgrnam, getgrnam_r - search group database for a name
 Tp getgroups unistd.h getgroups - get supplementary group IDs -
 Tp gethostent netdb.h endhostent, gethostent, sethostent - network host database functions +
 Tp gethostent netdb.h endhostent, gethostent, sethostent - network host database functions
 Tp gethostid unistd.h XSIgethostid - get an identifier for the current host
 Tp gethostname unistd.h gethostname - get name of current host -
 Tp getitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer +
 Tp getitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer
 Tp getline stdio.h CXgetdelim, getline - read a delimited record from .I stream
 Tp getlogin unistd.h getlogin, getlogin_r - get login name
 Tp getlogin_r unistd.h getlogin, getlogin_r - get login name -
 Tp getnameinfo sys/socket.h netdb.h getnameinfo - get name information -
 Tp getnetbyaddr netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions -
 Tp getnetbyname netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions -
 Wp getnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +
 Tp getnameinfo sys/socket.h netdb.h getnameinfo - get name information +
 Tp getnetbyaddr netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +
 Tp getnetbyname netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +
 Wp getnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Tp p getopt unistd.h getopt, optarg, opterr, optind, optopt - command option parsing -
 Tp getpeername sys/socket.h getpeername - get the name of the peer socket +
 Tp getpeername sys/socket.h getpeername - get the name of the peer socket
 Tp getpgid unistd.h getpgid - get the process group ID for a process
 Tp getpgrp unistd.h getpgrp - get the process group ID of the calling process
 Tp getpid unistd.h getpid - get the process ID
 Tp getppid unistd.h getppid - get the parent process ID -
 Tp getpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value -
 Tp getprotobyname netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions -
 Tp getprotobynumber netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions -
 Tp getprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions -
 Tp getpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions -
 Tp getpwnam pwd.h getpwnam, getpwnam_r - search user database for a name -
 Tp getpwnam_r pwd.h getpwnam, getpwnam_r - search user database for a name -
 Tp getpwuid pwd.h getpwuid, getpwuid_r - search user database for a user ID -
 Tp getpwuid_r pwd.h getpwuid, getpwuid_r - search user database for a user ID -
 Tp getrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption -
 Tp getrusage sys/resource.h XSIgetrusage - get information about resource utilization +
 Tp getpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value +
 Tp getprotobyname netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +
 Tp getprotobynumber netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +
 Tp getprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +
 Tp getpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions +
 Tp getpwnam pwd.h getpwnam, getpwnam_r - search user database for a name +
 Tp getpwnam_r pwd.h getpwnam, getpwnam_r - search user database for a name +
 Tp getpwuid pwd.h getpwuid, getpwuid_r - search user database for a user ID +
 Tp getpwuid_r pwd.h getpwuid, getpwuid_r - search user database for a user ID +
 Tp getrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption +
 Tp getrusage sys/resource.h XSIgetrusage - get information about resource utilization
 Tp gets stdio.h OBgets - get a string from a .I stdin stream -
 Tp getservbyname netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions -
 Tp getservbyport netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions -
 Tp getservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +
 Tp getservbyname netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +
 Tp getservbyport netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +
 Tp getservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp getsid unistd.h getsid - get the process group ID of a session leader -
 Tp getsockname sys/socket.h getsockname - get the socket name -
 Tp getsockopt sys/socket.h getsockopt - get the socket options +
 Tp getsockname sys/socket.h getsockname - get the socket name +
 Tp getsockopt sys/socket.h getsockopt - get the socket options
 Tp getsubopt stdlib.h getsubopt - parse suboption arguments from a string
 Tp gettimeofday sys/time.h OB XSIgettimeofday - get the date and time
 Tp getuid unistd.h getuid - get a real user ID -
 Tp getutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions -
 Tp getutxid utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions -
 Tp getutxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Tp getutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Tp getutxid utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Tp getutxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp getwc stdio.h wchar.h getwc - get a wide character from a stream
 Tp getwchar wchar.h getwchar - get a wide character from a .I stdin stream
 Tp glob glob.h glob, globfree - generate pathnames matching a pattern
 Tp globfree glob.h glob, globfree - generate pathnames matching a pattern -
 Tp gmtime time.h gmtime, gmtime_r - convert a time value to a broken-down UTC time -
 Wp gmtime_r time.h CXgmtime, gmtime_r - convert a time value to a broken-down UTC time +
 Tp gmtime time.h gmtime, gmtime_r - convert a time value to a broken-down UTC time +
 Wp gmtime_r time.h CXgmtime, gmtime_r - convert a time value to a broken-down UTC time
 Tp grantpt stdlib.h XSIgrantpt - grant access to the slave pseudo-terminal device
 Tp hcreate search.h XSIhcreate, hdestroy, hsearch - manage hash search table
 Tp hdestroy search.h XSIhcreate, hdestroy, hsearch - manage hash search table
 Tp hsearch search.h XSIhcreate, hdestroy, hsearch - manage hash search table -
 Tp p htonl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp p htons arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p htonl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p htons arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order
 Tp d d hypot math.h hypot, hypotf, hypotl - Euclidean distance function
 Tp hypotf math.h hypot, hypotf, hypotl - Euclidean distance function
 Tp hypotl math.h hypot, hypotf, hypotl - Euclidean distance function
 Tp iconv iconv.h iconv - codeset conversion function
 Tp iconv_close iconv.h iconv_close - codeset conversion deallocation function
 Tp iconv_open iconv.h iconv_open - codeset conversion allocation function -
 Tp if_freenameindex net/if.h if_freenameindex - free memory allocated by if_nameindex -
 Tp if_indextoname net/if.h if_indextoname - map a network interface index to its corresponding name -
 Tp if_nameindex net/if.h if_nameindex - return all network interface names and indexes -
 Tp if_nametoindex net/if.h if_nametoindex - map a network interface name to its corresponding index +
 Tp if_freenameindex net/if.h if_freenameindex - free memory allocated by if_nameindex +
 Tp if_indextoname net/if.h if_indextoname - map a network interface index to its corresponding name +
 Tp if_nameindex net/if.h if_nameindex - return all network interface names and indexes +
 Tp if_nametoindex net/if.h if_nametoindex - map a network interface name to its corresponding index
 Tp d d ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent
 Tp ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent
 Tp ilogbl math.h ilogb, ilogbf, ilogbl - return an unbiased exponent @@ -479,8 +479,8 @@
 Tp j1 math.h XSIj0, j1, jn - Bessel functions of the first kind
 Tp jn math.h XSIj0, j1, jn - Bessel functions of the first kind
 Tp jrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp kill signal.h CXkill - send a signal to a process or a group of processes -
 Tp killpg signal.h XSIkillpg - send a signal to a process group +
 Tp kill signal.h CXkill - send a signal to a process or a group of processes +
 Tp killpg signal.h XSIkillpg - send a signal to a process group
 Tp l64a stdlib.h XSIa64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 Tp labs stdlib.h labs, llabs - return a long integer absolute value
 Tp lchown unistd.h lchown - change the owner and group of a symbolic link @@ -496,7 +496,7 @@
 Tp link unistd.h link, linkat - link one file to another file relative to two directory file descriptors
 Tp linkat unistd.h link, linkat - link one file to another file relative to two directory file descriptors
 Tp lio_listio aio.h lio_listio - list directed I/O -
 Tp listen sys/socket.h listen - listen for socket connections and limit the queue of incoming connections +
 Tp listen sys/socket.h listen - listen for socket connections and limit the queue of incoming connections
 Tp llabs stdlib.h labs, llabs - return a long integer absolute value
 Tp lldiv stdlib.h ldiv, lldiv - compute quotient and remainder of a long division
 Tp d d llrint math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction @@ -506,9 +506,9 @@
 Tp llroundf math.h llround, llroundf, llroundl - round to nearest integer value
 Tp llroundl math.h llround, llroundf, llroundl - round to nearest integer value
 Tp localeconv locale.h localeconv - return locale-specific information -
 Tp localtime time.h localtime, localtime_r - convert a time value to a broken-down local time -
 Wp localtime_r time.h CXlocaltime, localtime_r - convert a time value to a broken-down local time -
 Tp p lockf unistd.h XSIlockf - record locking on files +
 Tp localtime time.h localtime, localtime_r - convert a time value to a broken-down local time +
 Wp localtime_r time.h CXlocaltime, localtime_r - convert a time value to a broken-down local time +
 Tp p lockf unistd.h XSIlockf - record locking on files
 Tp d d log math.h log, logf, logl - natural logarithm function
 Tp d d log10 math.h log10, log10f, log10l - base 10 logarithm function
 Tp log10f math.h log10, log10f, log10l - base 10 logarithm function @@ -546,8 +546,8 @@
 Tp mbtowc stdlib.h mbtowc - convert a character to a wide-character code
 Tp memccpy string.h XSImemccpy - copy bytes in memory
 Tp memchr string.h memchr - find byte in memory -
 Tp p memcmp string.h memcmp - compare bytes in memory -
 Tp p memcpy string.h memcpy - copy bytes in memory +
 Tp p memcmp string.h memcmp - compare bytes in memory +
 Tp p memcpy string.h memcpy - copy bytes in memory
 Tp memmove string.h memmove - copy bytes in memory with overlapping areas
 Tp memset string.h memset - set bytes in memory
 Tp mkdir sys/stat.h mkdir, mkdirat - make a directory relative to directory file descriptor @@ -558,14 +558,14 @@
 Tp mknod sys/stat.h XSImknod, mknodat - make directory, special file, or regular file
 Tp mknodat sys/stat.h XSImknod, mknodat - make directory, special file, or regular file
 Tp mkstemp stdlib.h CXmkdtemp, mkstemp - create a unique directory or file -
 Tp mktime time.h mktime - convert broken-down time into time since the Epoch -
 Tp mlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) -
 Tp mlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) -
 Wp mmap sys/mman.h mmap - map pages of memory +
 Tp mktime time.h mktime - convert broken-down time into time since the Epoch +
 Tp mlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) +
 Tp mlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) +
 Wp mmap sys/mman.h mmap - map pages of memory
 Tp modf math.h modf, modff, modfl - decompose a floating-point number
 Tp modff math.h modf, modff, modfl - decompose a floating-point number
 Tp modfl math.h modf, modff, modfl - decompose a floating-point number -
 Wp mprotect sys/mman.h mprotect - set protection of memory mapping +
 Wp mprotect sys/mman.h mprotect - set protection of memory mapping
 Tp mq_close mqueue.h MSGmq_close - close a message queue (REALTIME)
 Tp mq_getattr mqueue.h MSGmq_getattr - get message queue attributes (REALTIME)
 Tp mq_notify mqueue.h MSGmq_notify - notify process that a message is available (REALTIME) @@ -581,14 +581,14 @@
 Tp msgget sys/msg.h XSImsgget - get the XSI message queue identifier
 Tp msgrcv sys/msg.h XSImsgrcv - XSI message receive operation
 Tp msgsnd sys/msg.h XSImsgsnd - XSI message send operation -
 Tp msync sys/mman.h XSImsync - synchronize memory with physical storage -
 Tp munlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) -
 Tp munlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) -
 Wp munmap sys/mman.h munmap - unmap pages of memory +
 Tp msync sys/mman.h XSImsync - synchronize memory with physical storage +
 Tp munlock sys/mman.h MLRmlock, munlock - lock or unlock a range of process address space (REALTIME) +
 Tp munlockall sys/mman.h MLmlockall, munlockall - lock/unlock the address space of a process (REALTIME) +
 Wp munmap sys/mman.h munmap - unmap pages of memory
 Tp nan math.h nan, nanf, nanl - return quiet NaN
 Tp nanf math.h nan, nanf, nanl - return quiet NaN
 Tp nanl math.h nan, nanf, nanl - return quiet NaN -
 Tp nanosleep time.h CXnanosleep - high resolution sleep +
 Tp nanosleep time.h CXnanosleep - high resolution sleep
 Tp d d nearbyint math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 Tp nearbyintf math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 Tp nearbyintl math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions @@ -599,18 +599,18 @@
 Tp d d nexttoward math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 Tp nexttowardf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 Tp nexttowardl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number -
 Tp nftw ftw.h XSInftw - walk a file tree +
 Tp nftw ftw.h XSInftw - walk a file tree
 Tp nice unistd.h XSInice - change the nice value of a process
 Wp nl_langinfo langinfo.h nl_langinfo, nl_langinfo_l - language information
 Wp nl_langinfo_l langinfo.h nl_langinfo, nl_langinfo_l - language information
 Tp nrand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp p ntohl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp p ntohs arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order -
 Tp open sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor +
 Tp p ntohl arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp p ntohs arpa/inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +
 Tp open sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor
 Tp open_memstream stdio.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream
 Tp open_wmemstream wchar.h CXopen_memstream, open_wmemstream - open a dynamic memory buffer stream -
 Tp openat sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor -
 Tp opendir dirent.h fdopendir, opendir - open directory associated with file descriptor +
 Tp openat sys/stat.h fcntl.h OHopen, openat - open file relative to directory file descriptor +
 Tp opendir dirent.h fdopendir, opendir - open directory associated with file descriptor
 Tp openlog syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log
 Cx x optarg unistd.h getopt, optarg, opterr, optind, optopt - command option parsing
 Dx x opterr unistd.h getopt, optarg, opterr, optind, optopt - command option parsing @@ -621,11 +621,11 @@
 Tp pclose stdio.h CXpclose - close a pipe stream to or from a process
 Tp perror stdio.h perror - write error messages to standard error
 Tp pipe unistd.h pipe - create an interprocess channel -
 Tp poll poll.h poll - input/output multiplexing +
 Tp poll poll.h poll - input/output multiplexing
 Tp popen stdio.h CXpopen - initiate pipe streams to or from a process -
 Tp posix_fadvise fcntl.h ADVposix_fadvise - file advisory information (ADVANCED REALTIME) -
 Tp posix_fallocate fcntl.h ADVposix_fallocate - file space control (ADVANCED REALTIME) -
 Tp posix_madvise sys/mman.h ADVposix_madvise - memory advisory information and alignment control (ADVANCED REALTIME) +
 Tp posix_fadvise fcntl.h ADVposix_fadvise - file advisory information (ADVANCED REALTIME) +
 Tp posix_fallocate fcntl.h ADVposix_fallocate - file space control (ADVANCED REALTIME) +
 Tp posix_madvise sys/mman.h ADVposix_madvise - memory advisory information and alignment control (ADVANCED REALTIME)
missing  posix_mem_offset sys/mman.h TYMposix_mem_offset - find offset and length of a mapped typed memory block (ADVANCED REALTIME)
 Tp posix_memalign stdlib.h ADVposix_memalign - aligned memory allocation (ADVANCED REALTIME)
 Tp posix_openpt stdlib.h fcntl.h XSIposix_openpt - open a pseudo-terminal device @@ -657,9 +657,9 @@
 Tp powl math.h pow, powf, powl - power function
 Tp pread unistd.h pread, read - read from a file
 Tp printf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output -
 Tp pselect sys/select.h pselect, select - synchronous I/O multiplexing -
 Tp psiginfo signal.h CXpsiginfo, psignal - print signal information to standard error -
 Tp psignal signal.h CXpsiginfo, psignal - print signal information to standard error +
 Tp pselect sys/select.h pselect, select - synchronous I/O multiplexing +
 Tp psiginfo signal.h CXpsiginfo, psignal - print signal information to standard error +
 Tp psignal signal.h CXpsiginfo, psignal - print signal information to standard error
 Tp pthread_atfork pthread.h pthread_atfork - register fork handlers
 Tp pthread_attr_destroy pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
 Tp pthread_attr_getdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute @@ -712,7 +712,7 @@
 Wp pthread_join pthread.h pthread_join - wait for thread termination
 Wp pthread_key_create pthread.h pthread_key_create - thread-specific data key creation
 Wp pthread_key_delete pthread.h pthread_key_delete - thread-specific data key deletion -
 Tp pthread_kill signal.h CXpthread_kill - send a signal to a thread +
 Tp pthread_kill signal.h CXpthread_kill - send a signal to a thread
 Tp pthread_mutex_consistent pthread.h pthread_mutex_consistent - mark state protected by robust mutex as consistent
 Tp pthread_mutex_destroy pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
 Tp pthread_mutex_getprioceiling pthread.h RPPpthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (REALTIME THREADS) @@ -755,7 +755,7 @@
 Tp pthread_setschedparam pthread.h TPSpthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS)
 Tp pthread_setschedprio pthread.h TPSpthread_setschedprio - dynamic thread scheduling parameters access (REALTIME THREADS)
 Tp pthread_setspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management -
 Tp pthread_sigmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals +
 Tp pthread_sigmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals
 Tp pthread_spin_destroy pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 Tp pthread_spin_init pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 Tp pthread_spin_lock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object @@ -769,26 +769,26 @@
 Tp putchar_unlocked stdio.h CXgetc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking
 Tp putenv stdlib.h XSIputenv - change or add a value to an environment
 Tp puts stdio.h puts - put a string on standard output -
 Tp pututxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Tp pututxline utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp putwc stdio.h wchar.h putwc - put a wide character on a stream
 Tp putwchar wchar.h putwchar - put a wide character on a stdout stream
 Tp pwrite unistd.h pwrite, write - write on a file
 Tp qsort stdlib.h qsort - sort a table of data -
 Tp raise signal.h raise - send a signal to the executing process +
 Tp raise signal.h raise - send a signal to the executing process
 Tp rand stdlib.h rand, rand_r, srand - pseudo-random number generator
 Tp rand_r stdlib.h OB CXrand, rand_r, srand - pseudo-random number generator
 Tp random stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions
 Tp read unistd.h pread, read - read from a file -
 Tp readdir dirent.h readdir, readdir_r - read a directory -
 Tp readdir_r dirent.h readdir, readdir_r - read a directory +
 Tp readdir dirent.h readdir, readdir_r - read a directory +
 Tp readdir_r dirent.h readdir, readdir_r - read a directory
 Tp readlink unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 Tp readlinkat unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor
 Tp readv sys/uio.h XSIreadv - read a vector
 Tp p realloc stdlib.h realloc - memory reallocator
 Tp realpath stdlib.h XSIrealpath - resolve a pathname -
 Tp recv sys/socket.h recv - receive a message from a connected socket -
 Tp recvfrom sys/socket.h recvfrom - receive a message from a socket -
 Tp recvmsg sys/socket.h recvmsg - receive a message from a socket +
 Tp recv sys/socket.h recv - receive a message from a connected socket +
 Tp recvfrom sys/socket.h recvfrom - receive a message from a socket +
 Tp recvmsg sys/socket.h recvmsg - receive a message from a socket
 Tp regcomp regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regerror regex.h regcomp, regerror, regexec, regfree - regular expression matching
 Tp regexec regex.h regcomp, regerror, regexec, regfree - regular expression matching @@ -804,7 +804,7 @@
 Tp rename stdio.h CXrename, renameat - rename file relative to directory file descriptor
 Tp renameat stdio.h CXrename, renameat - rename file relative to directory file descriptor
 Tp rewind stdio.h rewind - reset the file position indicator in a stream -
 Tp rewinddir dirent.h rewinddir - reset the position of a directory stream to the beginning of a directory +
 Tp rewinddir dirent.h rewinddir - reset the position of a directory stream to the beginning of a directory
 Tp d d rint math.h rint, rintf, rintl - round-to-nearest integral value
 Tp rintf math.h rint, rintf, rintl - round-to-nearest integral value
 Tp rintl math.h rint, rintf, rintl - round-to-nearest integral value @@ -818,7 +818,7 @@
 Tp d d scalbn math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 Tp scalbnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 Tp scalbnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX -
 Tp scandir dirent.h alphasort, scandir - scan a directory +
 Tp scandir dirent.h alphasort, scandir - scan a directory
 Tp scanf stdio.h fscanf, scanf, sscanf - convert formatted input
 Tp sched_get_priority_max sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME)
 Tp sched_get_priority_min sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) @@ -829,8 +829,8 @@
 Tp sched_setscheduler sched.h PSsched_setscheduler - set scheduling policy and parameters (REALTIME)
 Tp sched_yield sched.h sched_yield - yield the processor
 Tp seed48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers -
 Tp seekdir dirent.h XSIseekdir - set the position of a directory stream -
 Tp select sys/select.h pselect, select - synchronous I/O multiplexing +
 Tp seekdir dirent.h XSIseekdir - set the position of a directory stream +
 Tp select sys/select.h pselect, select - synchronous I/O multiplexing
 Tp sem_close semaphore.h sem_close - close a named semaphore
 Tp sem_destroy semaphore.h sem_destroy - destroy an unnamed semaphore
 Tp sem_getvalue semaphore.h sem_getvalue - get the value of a semaphore @@ -844,69 +844,69 @@
 Tp semctl sys/sem.h XSIsemctl - XSI semaphore control operations
 Tp semget sys/sem.h XSIsemget - get set of XSI semaphores
 Tp semop sys/sem.h XSIsemop - XSI semaphore operations -
 Tp send sys/socket.h send - send a message on a socket -
 Tp sendmsg sys/socket.h sendmsg - send a message on a socket using a message structure -
 Tp sendto sys/socket.h sendto - send a message on a socket +
 Tp send sys/socket.h send - send a message on a socket +
 Tp sendmsg sys/socket.h sendmsg - send a message on a socket using a message structure +
 Tp sendto sys/socket.h sendto - send a message on a socket
 Tp setbuf stdio.h setbuf - assign buffering to a stream
 Tp setegid unistd.h setegid - set the effective group ID
 Tp setenv stdlib.h CXsetenv - add or change environment variable
 Tp seteuid unistd.h seteuid - set effective user ID
 Tp setgid unistd.h setgid - set-group-ID -
 Tp setgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions -
 Tp sethostent netdb.h endhostent, gethostent, sethostent - network host database functions -
 Tp setitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer +
 Tp setgrent grp.h XSIendgrent, getgrent, setgrent - group database entry functions +
 Tp sethostent netdb.h endhostent, gethostent, sethostent - network host database functions +
 Tp setitimer sys/time.h OB XSIgetitimer, setitimer - get and set value of interval timer
 Td p setjmp setjmp.h setjmp - set jump point for a non-local goto
 Tp setkey stdlib.h XSIsetkey - set encoding key (CRYPT)
 Tp setlocale locale.h setlocale - set program locale
 Tp setlogmask syslog.h XSIcloselog, openlog, setlogmask, syslog - control system log -
 Wp setnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +
 Wp setnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 Tp setpgid unistd.h setpgid - set process group ID for job control
 Tp setpgrp unistd.h OB XSIsetpgrp - set the process group ID -
 Tp setpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value -
 Tp setprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions -
 Tp setpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions +
 Tp setpriority sys/resource.h XSIgetpriority, setpriority - get and set the nice value +
 Tp setprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +
 Tp setpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions
 Tp setregid unistd.h XSIsetregid - set real and effective group IDs
 Tp setreuid unistd.h XSIsetreuid - set real and effective user IDs -
 Tp setrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption -
 Tp setservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +
 Tp setrlimit sys/resource.h XSIgetrlimit, setrlimit - control maximum resource consumption +
 Tp setservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp setsid unistd.h setsid - create session and set process group ID -
 Tp setsockopt sys/socket.h setsockopt - set the socket options +
 Tp setsockopt sys/socket.h setsockopt - set the socket options
 Tp setstate stdlib.h XSIinitstate, random, setstate, srandom - pseudo-random number functions
 Tp setuid unistd.h setuid - set user ID -
 Tp setutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +
 Tp setutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 Tp setvbuf stdio.h setvbuf - assign buffering to a stream -
 Tp shm_open sys/mman.h SHMshm_open - open a shared memory object (REALTIME) -
 Tp shm_unlink sys/mman.h SHMshm_unlink - remove a shared memory object (REALTIME) +
 Tp shm_open sys/mman.h SHMshm_open - open a shared memory object (REALTIME) +
 Tp shm_unlink sys/mman.h SHMshm_unlink - remove a shared memory object (REALTIME)
 Tp shmat sys/shm.h XSIshmat - XSI shared memory attach operation
 Tp shmctl sys/shm.h XSIshmctl - XSI shared memory control operations
 Tp shmdt sys/shm.h XSIshmdt - XSI shared memory detach operation
 Tp shmget sys/shm.h XSIshmget - get an XSI shared memory segment -
 Tp shutdown sys/socket.h shutdown - shut down socket send and receive operations -
 Wp sigaction signal.h CXsigaction - examine and change a signal action -
 Tp sigaddset signal.h CXsigaddset - add a signal to a signal set -
 Tp sigaltstack signal.h XSIsigaltstack - set and get signal alternate stack context -
 Tp sigdelset signal.h CXsigdelset - delete a signal from a signal set -
 Tp sigemptyset signal.h CXsigemptyset - initialize and empty a signal set -
 Tp sigfillset signal.h CXsigfillset - initialize and fill a signal set -
 Tp sighold signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigignore signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp siginterrupt signal.h OB XSIsiginterrupt - allow signals to interrupt functions -
 Tp sigismember signal.h CXsigismember - test for a signal in a signal set +
 Tp shutdown sys/socket.h shutdown - shut down socket send and receive operations +
 Wp sigaction signal.h CXsigaction - examine and change a signal action +
 Tp sigaddset signal.h CXsigaddset - add a signal to a signal set +
 Tp sigaltstack signal.h XSIsigaltstack - set and get signal alternate stack context +
 Tp sigdelset signal.h CXsigdelset - delete a signal from a signal set +
 Tp sigemptyset signal.h CXsigemptyset - initialize and empty a signal set +
 Tp sigfillset signal.h CXsigfillset - initialize and fill a signal set +
 Tp sighold signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigignore signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp siginterrupt signal.h OB XSIsiginterrupt - allow signals to interrupt functions +
 Tp sigismember signal.h CXsigismember - test for a signal in a signal set
 Tp siglongjmp setjmp.h CXsiglongjmp - non-local goto with signal handling -
 Tp signal signal.h signal - signal management +
 Tp signal signal.h signal - signal management
  d signbit math.h signbit - test sign
 Vx signgam math.h XSIlgamma, lgammaf, lgammal, signgam - log gamma function -
 Tp sigpause signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigpending signal.h CXsigpending - examine pending signals -
 Tp sigprocmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals -
 Tp sigqueue signal.h CXsigqueue - queue a signal to a process -
 Tp sigrelse signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management -
 Tp sigset signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigpause signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigpending signal.h CXsigpending - examine pending signals +
 Tp sigprocmask signal.h CXpthread_sigmask, sigprocmask - examine and change blocked signals +
 Tp sigqueue signal.h CXsigqueue - queue a signal to a process +
 Tp sigrelse signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management +
 Tp sigset signal.h OB XSIsighold, sigignore, sigpause, sigrelse, sigset - signal management
 Tp sigsetjmp setjmp.h CXsigsetjmp - set jump point for a non-local goto -
 Tp sigsuspend signal.h CXsigsuspend - wait for a signal -
 Tp sigtimedwait signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals -
 Tp sigwait signal.h CXsigwait - wait for queued signals -
 Tp sigwaitinfo signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals +
 Tp sigsuspend signal.h CXsigsuspend - wait for a signal +
 Tp sigtimedwait signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals +
 Tp sigwait signal.h CXsigwait - wait for queued signals +
 Tp sigwaitinfo signal.h CXsigtimedwait, sigwaitinfo - wait for queued signals
 Tp d d sin math.h sin, sinf, sinl - sine function
 Tp sinf math.h sin, sinf, sinl - sine function
 Tp d d sinh math.h sinh, sinhf, sinhl - hyperbolic sine functions @@ -915,9 +915,9 @@
 Tp sinl math.h sin, sinf, sinl - sine function
 Tp sleep unistd.h sleep - suspend execution for an interval of time
 Tp snprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output -
 Tp sockatmark sys/socket.h sockatmark - determine whether a socket is at the out-of-band mark -
 Tp socket sys/socket.h socket - create an endpoint for communication -
 Tp socketpair sys/socket.h socketpair - create a pair of connected sockets +
 Tp sockatmark sys/socket.h sockatmark - determine whether a socket is at the out-of-band mark +
 Tp socket sys/socket.h socket - create an endpoint for communication +
 Tp socketpair sys/socket.h socketpair - create a pair of connected sockets
 Tp sprintf stdio.h dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 Tp d d sqrt math.h sqrt, sqrtf, sqrtl - square root function
 Tp sqrtf math.h sqrt, sqrtf, sqrtl - square root function @@ -948,9 +948,9 @@
 Tp strerror_r string.h CXstrerror, strerror_l, strerror_r - get error message string
 Tp strfmon monetary.h strfmon, strfmon_l - convert monetary value to a string
 Tp strfmon_l monetary.h strfmon, strfmon_l - convert monetary value to a string -
 Tp strftime time.h strftime, strftime_l - convert date and time to a string -
 Wp strftime_l time.h CXstrftime, strftime_l - convert date and time to a string -
 Tp p strlen string.h strlen, strnlen - get length of fixed size string +
 Tp strftime time.h strftime, strftime_l - convert date and time to a string +
 Wp strftime_l time.h CXstrftime, strftime_l - convert date and time to a string +
 Tp p strlen string.h strlen, strnlen - get length of fixed size string
 Tp strncasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 Wp p strncasecmp_l strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons
 Tp strncat string.h strncat - concatenate a string with part of another @@ -959,7 +959,7 @@
 Tp strndup string.h CXstrdup, strndup - duplicate a specific number of bytes from a string
 Tp strnlen string.h CXstrlen, strnlen - get length of fixed size string
 Tp strpbrk string.h strpbrk - scan a string for a byte -
 Tp strptime time.h XSIstrptime - date and time conversion +
 Tp strptime time.h XSIstrptime - date and time conversion
 Tp strrchr string.h strrchr - string scanning operation
 Tp strsignal string.h CXstrsignal - get name of signal
 Tp strspn string.h strspn - get length of a substring @@ -1002,20 +1002,20 @@
 Tp tcsetattr termios.h tcsetattr - set the parameters associated with the terminal
 Tp tcsetpgrp unistd.h tcsetpgrp - set the foreground process group ID
 Tp tdelete search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree -
 Tp telldir dirent.h XSItelldir - current location of a named directory stream +
 Tp telldir dirent.h XSItelldir - current location of a named directory stream
 Tp tempnam stdio.h OB XSItempnam - create a name for a temporary file
 Tp tfind search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree
 Tp d d tgamma math.h tgamma, tgammaf, tgammal - compute gamma() function
 Tp tgammaf math.h tgamma, tgammaf, tgammal - compute gamma() function
 Tp tgammal math.h tgamma, tgammaf, tgammal - compute gamma() function -
 Tp time time.h time - get time -
 Tp timer_create signal.h time.h CXtimer_create - create a per-process timer -
 Tp timer_delete time.h CXtimer_delete - delete a per-process timer -
 Tp timer_getoverrun time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers -
 Tp timer_gettime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers -
 Tp timer_settime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers -
 Tp times sys/times.h times - get process and waited-for child process times -
 Vx timezone time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information +
 Tp time time.h time - get time +
 Tp timer_create signal.h time.h CXtimer_create - create a per-process timer +
 Tp timer_delete time.h CXtimer_delete - delete a per-process timer +
 Tp timer_getoverrun time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers +
 Tp timer_gettime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers +
 Tp timer_settime time.h CXtimer_getoverrun, timer_gettime, timer_settime - per-process timers +
 Tp times sys/times.h times - get process and waited-for child process times +
 Vx timezone time.h XSIdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp tmpfile stdio.h tmpfile - create a temporary file
 Tp tmpnam stdio.h OBtmpnam - create a name for a temporary file
 Tp toascii ctype.h OB XSItoascii - translate an integer to a 7-bit ASCII character @@ -1037,11 +1037,11 @@
 Tp ttyname unistd.h ttyname, ttyname_r - find the pathname of a terminal
 Tp ttyname_r unistd.h ttyname, ttyname_r - find the pathname of a terminal
 Tp twalk search.h XSItdelete, tfind, tsearch, twalk - manage a binary search tree -
 Vx tzname time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information -
 Wp tzset time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information +
 Vx tzname time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information +
 Wp tzset time.h CXdaylight, timezone, tzname, tzset - set timezone conversion information
 Tp ulimit ulimit.h OB XSIulimit - get and set process limits
 Tp umask sys/stat.h umask - set and get the file mode creation mask -
 Tp uname sys/utsname.h uname - get the name of the current system +
 Tp uname sys/utsname.h uname - get the name of the current system
 Tp ungetc stdio.h ungetc - push byte back into input stream
 Tp ungetwc stdio.h wchar.h ungetwc - push wide-character code back into the input stream
 Tp unlink unistd.h unlink, unlinkat - remove a directory entry relative to directory file descriptor @@ -1049,9 +1049,9 @@
 Tp unlockpt stdlib.h XSIunlockpt - unlock a pseudo-terminal master/slave pair
 Tp unsetenv stdlib.h CXunsetenv - remove an environment variable
 Wp uselocale locale.h CXuselocale - use locale in current thread -
 Tp utime utime.h OButime - set file access and modification times +
 Tp utime utime.h OButime - set file access and modification times
 Tp utimensat sys/stat.h futimens, utimensat, utimes - set file access and modification times -
 Tp utimes sys/time.h XSIfutimens, utimensat, utimes - set file access and modification times +
 Tp utimes sys/time.h XSIfutimens, utimensat, utimes - set file access and modification times
  d d va_arg stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list
  d d va_copy stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list
  d d va_end stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list @@ -1126,8 +1126,8 @@
 Tp wmemcpy wchar.h wmemcpy - copy wide characters in memory
 Tp wmemmove wchar.h wmemmove - copy wide characters in memory with overlapping areas
 Tp wmemset wchar.h wmemset - set wide characters in memory -
 Tp wordexp wordexp.h wordexp, wordfree - perform word expansions -
 Tp wordfree wordexp.h wordexp, wordfree - perform word expansions +
 Tp wordexp wordexp.h wordexp, wordfree - perform word expansions +
 Tp wordfree wordexp.h wordexp, wordfree - perform word expansions
 Tp wprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output
 Tp write unistd.h pwrite, write - write on a file
 Tp writev sys/uio.h XSIwritev - write a vector -- 2.20.1