path
stringlengths
14
112
content
stringlengths
0
6.32M
size
int64
0
6.32M
max_lines
int64
1
100k
repo_name
stringclasses
2 values
autogenerated
bool
1 class
cosmopolitan/libc/sysv/consts/O_NOATIME.S
#include "libc/sysv/consts/syscon.internal.h" .syscon open,O_NOATIME,0x00040000,0x00040000,0,0,0,0,0,0
103
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SCM_CREDENTIALS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon scm,SCM_CREDENTIALS,2,2,0,0,0,0,0,0
90
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TIOCGWINSZ.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,TIOCGWINSZ,0x5413,0x5413,1074295912,1074295912,1074295912,1074295912,1074295912,0x5413
149
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SPLICE_F_MORE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon splice,SPLICE_F_MORE,4,4,0,0,0,0,0,0
91
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MADV_HWPOISON.S
#include "libc/sysv/consts/syscon.internal.h" .syscon madv,MADV_HWPOISON,100,100,127,127,127,127,127,127
105
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/DT_CHR.S
#include "libc/sysv/consts/syscon.internal.h" .syscon dt,DT_CHR,2,2,2,2,2,2,2,2
80
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_arch_prctl.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_arch_prctl,0x009e,0x0fff,0x3000003,0xfff,0x00a5,0x149,0x13d,0xfff
128
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/POSIX_FADV_NORMAL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon compat,POSIX_FADV_NORMAL,0,0,0,0,0,0,0,0
95
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TCP_REPAIR_QUEUE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon tcp,TCP_REPAIR_QUEUE,20,20,0,0,0,0,0,0
93
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IPPROTO_HOPOPTS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon iproto,IPPROTO_HOPOPTS,-1,-1,-1,-1,-1,-1,-1,-1
101
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_shmctl.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_shmctl,0x001f,0x00c3,0x2000107,0x0107,0x0200,0x0128,0x1bb,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/PF_PHONET.S
#include "libc/sysv/consts/syscon.internal.h" .syscon pf,PF_PHONET,35,35,0,0,0,0,0,0
85
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_statfs.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_statfs,0x0089,0x002b,0x2000159,0x0159,0x022b,0x003f,0xfff,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IFF_POINTOPOINT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon iff,IFF_POINTOPOINT,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10
114
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/tcp.h
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_TCP_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_TCP_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const int TCP_CC_INFO; extern const int TCP_CONGESTION; extern const int TCP_COOKIE_TRANSACTIONS; extern const int TCP_CORK; extern const int TCP_DEFER_ACCEPT; extern const int TCP_FASTOPEN; extern const int TCP_FASTOPEN_CONNECT; extern const int TCP_INFO; extern const int TCP_KEEPCNT; extern const int TCP_KEEPIDLE; extern const int TCP_KEEPINTVL; extern const int TCP_LINGER2; extern const int TCP_MAXSEG; extern const int TCP_MD5SIG; extern const int TCP_MD5SIG_MAXKEYLEN; extern const int TCP_NODELAY; extern const int TCP_NOTSENT_LOWAT; extern const int TCP_QUEUE_SEQ; extern const int TCP_QUICKACK; extern const int TCP_REPAIR; extern const int TCP_REPAIR_OPTIONS; extern const int TCP_REPAIR_QUEUE; extern const int TCP_SAVED_SYN; extern const int TCP_SAVE_SYN; extern const int TCP_SYNCNT; extern const int TCP_THIN_DUPACK; extern const int TCP_THIN_LINEAR_TIMEOUTS; extern const int TCP_TIMESTAMP; extern const int TCP_ULP; extern const int TCP_USER_TIMEOUT; extern const int TCP_WINDOW_CLAMP; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #define TCP_CC_INFO SYMBOLIC(TCP_CC_INFO) #define TCP_CONGESTION SYMBOLIC(TCP_CONGESTION) #define TCP_COOKIE_TRANSACTIONS SYMBOLIC(TCP_COOKIE_TRANSACTIONS) #define TCP_CORK SYMBOLIC(TCP_CORK) #define TCP_DEFER_ACCEPT SYMBOLIC(TCP_DEFER_ACCEPT) #define TCP_FASTOPEN SYMBOLIC(TCP_FASTOPEN) #define TCP_FASTOPEN_CONNECT SYMBOLIC(TCP_FASTOPEN_CONNECT) #define TCP_INFO SYMBOLIC(TCP_INFO) #define TCP_KEEPCNT SYMBOLIC(TCP_KEEPCNT) #define TCP_KEEPIDLE SYMBOLIC(TCP_KEEPIDLE) #define TCP_KEEPINTVL SYMBOLIC(TCP_KEEPINTVL) #define TCP_LINGER2 SYMBOLIC(TCP_LINGER2) #define TCP_MAXSEG SYMBOLIC(TCP_MAXSEG) #define TCP_MD5SIG SYMBOLIC(TCP_MD5SIG) #define TCP_MD5SIG_MAXKEYLEN SYMBOLIC(TCP_MD5SIG_MAXKEYLEN) #define TCP_NODELAY LITERALLY(1) #define TCP_NOTSENT_LOWAT SYMBOLIC(TCP_NOTSENT_LOWAT) #define TCP_QUEUE_SEQ SYMBOLIC(TCP_QUEUE_SEQ) #define TCP_QUICKACK SYMBOLIC(TCP_QUICKACK) #define TCP_REPAIR SYMBOLIC(TCP_REPAIR) #define TCP_REPAIR_OPTIONS SYMBOLIC(TCP_REPAIR_OPTIONS) #define TCP_REPAIR_QUEUE SYMBOLIC(TCP_REPAIR_QUEUE) #define TCP_SAVED_SYN SYMBOLIC(TCP_SAVED_SYN) #define TCP_SAVE_SYN SYMBOLIC(TCP_SAVE_SYN) #define TCP_SYNCNT SYMBOLIC(TCP_SYNCNT) #define TCP_THIN_DUPACK SYMBOLIC(TCP_THIN_DUPACK) #define TCP_THIN_LINEAR_TIMEOUTS SYMBOLIC(TCP_THIN_LINEAR_TIMEOUTS) #define TCP_TIMESTAMP SYMBOLIC(TCP_TIMESTAMP) #define TCP_ULP SYMBOLIC(TCP_ULP) #define TCP_USER_TIMEOUT SYMBOLIC(TCP_USER_TIMEOUT) #define TCP_WINDOW_CLAMP SYMBOLIC(TCP_WINDOW_CLAMP) #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_TCP_H_ */
3,094
75
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/utime.h
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_UTIME_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_UTIME_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const int UTIME_NOW; extern const int UTIME_OMIT; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #define UTIME_NOW SYMBOLIC(UTIME_NOW) #define UTIME_OMIT SYMBOLIC(UTIME_OMIT) #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_UTIME_H_ */
448
17
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_sched_rr_get_interval.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_sched_rr_get_interval,0x0094,0x007f,0xfff,0xfff,0x014e,0xfff,0xfff,0xfff
135
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/RLIMIT_SWAP.S
#include "libc/sysv/consts/syscon.internal.h" .syscon rlimit,RLIMIT_SWAP,127,127,127,127,12,127,127,127
104
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MAP_FIXED.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mmap,MAP_FIXED,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010
157
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SIGHUP.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sig,SIGHUP,1,1,1,1,1,1,1,1
81
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/modem.h
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_MODEM_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_MODEM_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const uint64_t TIOCMGET; extern const uint64_t TIOCMSET; extern const uint64_t TIOCMBIC; extern const uint64_t TIOCMBIS; extern const int TIOCM_CAR; extern const int TIOCM_CD; extern const int TIOCM_CTS; extern const int TIOCM_DSR; extern const int TIOCM_DTR; extern const int TIOCM_LE; extern const int TIOCM_RI; extern const int TIOCM_RNG; extern const int TIOCM_RTS; extern const int TIOCM_SR; extern const int TIOCM_ST; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #define TIOCMGET SYMBOLIC(TIOCMGET) #define TIOCMSET SYMBOLIC(TIOCMSET) #define TIOCMBIC SYMBOLIC(TIOCMBIC) #define TIOCMBIS SYMBOLIC(TIOCMBIS) #define TIOCM_LE LITERALLY(0x01) #define TIOCM_DTR LITERALLY(0x02) #define TIOCM_RTS LITERALLY(0x04) #define TIOCM_ST LITERALLY(0x08) #define TIOCM_SR LITERALLY(0x10) #define TIOCM_CTS LITERALLY(0x20) #define TIOCM_CAR LITERALLY(0x40) #define TIOCM_CD LITERALLY(0x40) #define TIOCM_RI LITERALLY(0x80) #define TIOCM_RNG LITERALLY(0x80) #define TIOCM_DSR LITERALLY(0x0100) #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MODEM_H_ */
1,265
45
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SIOCSIFMTU.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sio,SIOCSIFMTU,0x8922,0x8922,0x80206934,0x80206934,0x80206934,0x8020697f,0x8020697f,0
140
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/VEOF.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,VEOF,4+1,4+1,0,0,0,0,0,4
87
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/PF_CAN.S
#include "libc/sysv/consts/syscon.internal.h" .syscon af,PF_CAN,29,29,0,0,0,0,35,0
83
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_fork.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_fork,0x0039,0x0fff,0x2000002,0x0002,0x0002,0x0002,0x002,0xfff
124
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IP6F_MORE_FRAG.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,IP6F_MORE_FRAG,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100
130
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SCHED_RR.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sched,SCHED_RR,2,2,127,127,3,127,2,127
93
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/B57600.S
#include "libc/sysv/consts/syscon.internal.h" .syscon baud,B57600,0x1001,0x1001,57600,57600,57600,57600,57600,57600
116
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_accept.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_accept,0x002b,0x00ca,0x200001e,0x001e,0x0063,0x001e,0x01e,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MADV_SEQUENTIAL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon madv,MADV_SEQUENTIAL,2,2,2,2,2,2,2,2
91
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_readlinkat.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_readlinkat,0x010b,0x004e,0x20001d9,0x01d9,0x01f4,0x0142,0x1d5,0xfff
130
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IP_UNBLOCK_SOURCE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ip,IP_UNBLOCK_SOURCE,37,37,73,73,73,0,0,18
97
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/B19200.S
#include "libc/sysv/consts/syscon.internal.h" .syscon baud,B19200,14,14,19200,19200,19200,19200,19200,19200
108
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IP6F_OFF_MASK.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,IP6F_OFF_MASK,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff
129
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SIOCATMARK.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sio,SIOCATMARK,0x8905,0x8905,0x40047307,0x40047307,0x40047307,0x40047307,0x40047307,0x40047307
149
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ST_NOEXEC.S
#include "libc/sysv/consts/syscon.internal.h" .syscon statfs,ST_NOEXEC,8,8,4,4,4,4,4,0
87
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MSG_DONTWAIT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon msg,MSG_DONTWAIT,0x40,0x40,0x80,0x80,0x80,0x80,0x80,0
108
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/CR1.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,CR1,0b0000001000000000,0b0000001000000000,0b000001000000000000,0b000001000000000000,0b000001000000000000,0,0b000001000000000000,0b0000001000000000
209
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/AT_HWCAP2.S
#include "libc/sysv/consts/syscon.internal.h" .syscon auxv,AT_HWCAP2,26,26,26,26,0,0,0,0
89
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/CLNEXT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,CLNEXT,22,22,22,22,22,22,22,0
89
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/NOFLSH.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,NOFLSH,0b0000000010000000,0b0000000010000000,2147483648,2147483648,2147483648,2147483648,2147483648,0b0000000010000000
181
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_getxattr.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_getxattr,0x00bf,0x0008,0x20000ea,0x00ea,0xfff,0xfff,0x17a,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_msgget.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_msgget,0x0044,0x00ba,0x2000103,0x0103,0x00e1,0x00e1,0x0e1,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MAP_LOCKED.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mmap,MAP_LOCKED,0x00002000,0x00002000,0,0,0,0,0,0
104
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/AF_WANPIPE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon af,AF_WANPIPE,25,25,0,0,0,0,0,0
86
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MS_REMOUNT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mount,MS_REMOUNT,0x00000020,0x00000020,0x00010000,0x00010000,0x00010000,0x00010000,0x00010000,0x00000020
159
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TCIFLUSH.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,TCIFLUSH,0,0,1,1,1,1,1,0
87
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SOL_NETBEUI.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sol,SOL_NETBEUI,267,267,-1,-1,-1,-1,-1,-1
96
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ESRMNT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon junkerr,ESRMNT,69,69,-1,-1,-1,-1,-1,-1
93
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_kexec_file_load.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_kexec_file_load,0x0140,0x0fff,0xfff,0xfff,0xfff,0xfff,0xfff,0xfff
128
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MNT_NODEV.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mount,MNT_NODEV,0x00000004,0x00000004,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000004
158
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/PF_AX25.S
#include "libc/sysv/consts/syscon.internal.h" .syscon pf,PF_AX25,3,3,0,0,0,0,0,0
81
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/lock.h
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_LOCK_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_LOCK_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const int LOCK_EX; extern const int LOCK_NB; extern const int LOCK_SH; extern const int LOCK_UN; extern const int LOCK_UNLOCK_CACHE; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #define LOCK_EX LITERALLY(2) #define LOCK_NB SYMBOLIC(LOCK_NB) #define LOCK_SH SYMBOLIC(LOCK_SH) #define LOCK_UN SYMBOLIC(LOCK_UN) #define LOCK_UNLOCK_CACHE SYMBOLIC(LOCK_UNLOCK_CACHE) #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_LOCK_H_ */
634
23
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ISIG.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,ISIG,0b0000000000000001,0b0000000000000001,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000000000001
219
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SO_WIFI_STATUS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon so,SO_WIFI_STATUS,41,41,0,0,0,0,0,0
90
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TIOCM_RI.S
#include "libc/sysv/consts/syscon.internal.h" .syscon modem,TIOCM_RI,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000
221
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/EPROGMISMATCH.S
#include "libc/sysv/consts/syscon.internal.h" .syscon errno,EPROGMISMATCH,303,303,75,75,75,75,75,595
101
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon icmp6,ICMP6_RR_FLAGS_PREVDONE,8,8,8,8,8,8,8,0
100
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/BS1.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,BS1,0b0010000000000000,0b0010000000000000,0b001000000000000000,0b001000000000000000,0b001000000000000000,0,0,0b0010000000000000
190
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/CLD_KILLED.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sicode,CLD_KILLED,2,2,2,2,2,2,2,2
88
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_access.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_access,0x0015,0x0fff,0x2000021,0x0021,0x0021,0x0021,0x021,0xfff
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/PF_INET.S
#include "libc/sysv/consts/syscon.internal.h" .syscon pf,PF_INET,2,2,2,2,2,2,2,0
81
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TUREAD.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,TUREAD,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100,0
117
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/AT_PAGESIZES.S
#include "libc/sysv/consts/syscon.internal.h" .syscon auxv,AT_PAGESIZES,0,0,0,0,20,0,0,0
89
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon compat,POSIX_MADV_SEQUENTIAL,2,2,2,2,2,2,2,2
99
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MS_NOEXEC.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mount,MS_NOEXEC,0x00000008,0x00000008,0x00000004,0x00000004,0x00000004,0x00000004,0x00000004,0x00000008
158
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/posix.h
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_POSIX_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_POSIX_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const int POSIX_FADV_DONTNEED; extern const int POSIX_FADV_NOREUSE; extern const int POSIX_MADV_DONTNEED; extern const int POSIX_MADV_DONTNEED; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #define POSIX_FADV_NORMAL LITERALLY(0) #define POSIX_FADV_RANDOM LITERALLY(1) #define POSIX_FADV_SEQUENTIAL LITERALLY(2) #define POSIX_FADV_WILLNEED LITERALLY(3) #define POSIX_FADV_DONTNEED SYMBOLIC(POSIX_FADV_DONTNEED) #define POSIX_FADV_NOREUSE SYMBOLIC(POSIX_FADV_NOREUSE) #define POSIX_MADV_NORMAL LITERALLY(0) #define POSIX_MADV_RANDOM LITERALLY(1) #define POSIX_MADV_SEQUENTIAL LITERALLY(2) #define POSIX_MADV_WILLNEED LITERALLY(3) #define POSIX_MADV_DONTNEED SYMBOLIC(POSIX_MADV_DONTNEED) #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_POSIX_H_ */
983
31
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SEGSIZE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,SEGSIZE,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200,0
118
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MSG_NOSIGNAL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon msg,MSG_NOSIGNAL,0x4000,0x4000,0x80000,0x80000,0x020000,0x0400,0x0400,0
126
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TIOCPKT_DOSTOP.S
#include "libc/sysv/consts/syscon.internal.h" .syscon pty,TIOCPKT_DOSTOP,32,32,32,32,32,32,32,32
97
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SO_PEEK_OFF.S
#include "libc/sysv/consts/syscon.internal.h" .syscon so,SO_PEEK_OFF,42,42,0,0,0,0,0,0
87
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IPV6_HOPOPTS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ipv6,IPV6_HOPOPTS,54,54,0,0,49,49,49,1
93
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_getsockopt.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_getsockopt,0x0037,0x00d1,0x2000076,0x0076,0x0076,0x0076,0x076,0xfff
130
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/EBADFD.S
#include "libc/sysv/consts/syscon.internal.h" .syscon errno,EBADFD,77,77,9,9,0,0,0,0
85
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SO_SNDBUFFORCE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon so,SO_SNDBUFFORCE,0x20,0x20,0,0,0,0,0,0
94
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MAX_HANDLE_SZ.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,MAX_HANDLE_SZ,0x80,0x80,0,0,0,0,0,0
95
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/RPM_PCO_SETGLOBAL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,RPM_PCO_SETGLOBAL,3,3,3,3,3,3,3,0
93
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ACORE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon misc,ACORE,0,0,8,8,8,8,8,0
81
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SO_REUSEPORT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon so,SO_REUSEPORT,15,15,0x0200,0x0200,0x0200,0x0200,0x0200,4
113
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MAX_INPUT.S
#include "libc/sysv/consts/syscon.internal.h" .syscon limits,MAX_INPUT,255,255,1024,1024,255,255,255,255
105
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TIOCSWINSZ.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,TIOCSWINSZ,0x5414,0x5414,0x80087467,0x80087467,0x80087467,0x80087467,0x80087467,0x5414
149
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/TIOCSCTTY.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,TIOCSCTTY,0x540e,0x540e,0x20007461,0x20007461,0x20007461,0x20007461,0x20007461,0
143
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ESTALE.S
#include "libc/sysv/consts/syscon.internal.h" .syscon errno,ESTALE,116,116,70,70,70,70,70,10070
96
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/FIODGNAME.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,FIODGNAME,0,0,0,0,0x80106678,0,0,0
97
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_signalfd.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_signalfd,0x011a,0x0fff,0xfff,0xfff,0xfff,0xfff,0xfff,0xfff
121
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IP_RECVRETOPTS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ip,IP_RECVRETOPTS,7,7,6,6,6,6,6,0
88
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SIGVTALRM.S
#include "libc/sysv/consts/syscon.internal.h" .syscon sig,SIGVTALRM,26,26,26,26,26,26,26,26
92
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/AT_REMOVEDIR.S
#include "libc/sysv/consts/syscon.internal.h" .syscon at,AT_REMOVEDIR,0x0200,0x0200,0x80,0x80,0x0800,8,0x800,0x0200
116
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MNT_SUIDDIR.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mount,MNT_SUIDDIR,0,0,0,0,0x00100000,0,0,0
97
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/FIONBIO.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ioctl,FIONBIO,0x5421,0x5421,0x8004667e,0x8004667e,0x8004667e,0x8004667e,0x8004667e,0x8004667e
148
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_link.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_link,0x0056,0x0fff,0x2000009,0x0009,0x0009,0x0009,0x009,0xfff
124
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/MS_RELATIME.S
#include "libc/sysv/consts/syscon.internal.h" .syscon mount,MS_RELATIME,0x00200000,0x00200000,0,0,0,0,0x00020000,0
115
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/ENAVAIL.S
#include "libc/sysv/consts/syscon.internal.h" .syscon junkerr,ENAVAIL,119,119,-1,-1,-1,-1,-1,-1
96
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IPV6_IPSEC_POLICY.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ipv6,IPV6_IPSEC_POLICY,34,34,28,28,28,0,0,0
98
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/SHM_LOCKED.S
#include "libc/sysv/consts/syscon.internal.h" .syscon shm,SHM_LOCKED,0x0400,0x0400,0,0,0,0,0,0
95
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/OPOST.S
#include "libc/sysv/consts/syscon.internal.h" .syscon termios,OPOST,0b0000000000000001,0b0000000000000001,0b000000000000000001,0b000000000000000001,0b000000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001
226
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/RLIMIT_AS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon rlimit,RLIMIT_AS,9,9,5,5,10,2,10,0
89
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/__NR_ioctl.S
#include "libc/sysv/consts/syscon.internal.h" .syscon nr,__NR_ioctl,0x0010,0x001d,0x2000036,0x0036,0x0036,0x0036,0x036,0xfff
125
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/F_SETFD.S
#include "libc/sysv/consts/syscon.internal.h" .syscon fcntl2,F_SETFD,2,2,2,2,2,2,2,2
85
3
jart/cosmopolitan
false
cosmopolitan/libc/sysv/consts/IPV6_RXDSTOPTS.S
#include "libc/sysv/consts/syscon.internal.h" .syscon ipv6,IPV6_RXDSTOPTS,59,59,0,0,0,0,0,0
92
3
jart/cosmopolitan
false