prototype comparision tools
[musl-tables] / data / musl.problems
1 header  FD_CLR  sys/select.h    sys_select.h
2 header  FD_ISSET        sys/select.h    sys_select.h
3 header  FD_SET  sys/select.h    sys_select.h
4 header  FD_ZERO sys/select.h    sys_select.h
5 header  accept  sys/socket.h    sys_socket.h
6 proto   aio_error       aio.h   int(struct aiocb*)      int(const struct aiocb*)        int aio_error(struct aiocb *);  int aio_error(const struct aiocb *aiocbp);
7 proto   aio_suspend     aio.h   int(struct aiocb*const[],int,const struct timespec*)    int(const struct aiocb*const[],int,const struct timespec*)      int aio_suspend(struct aiocb *const [], int, const struct timespec *);  int aio_suspend(const struct aiocb *const list[], int nent, const struct timespec *timeout);
8 header  bind    sys/socket.h    sys_socket.h
9 nodecl  cfmakeraw       T
10 nodecl  cfsetspeed      W
11 header  chmod   sys/stat.h      sys_stat.h
12 nodecl  clearerr_unlocked       W
13 header  connect sys/socket.h    sys_socket.h
14 nodecl  crypt_r W
15 header  ctermid unistd.h        stdio.h
16 nodecl  daemon  T
17 nodecl  dst_offset      V
18 proto   encrypt unistd.h        void(char*,int) void(char[64],int)      void encrypt(char *, int);      void encrypt(char block[64], int edflag);
19 nodecl  environ V
20 proto   erand48 stdlib.h        double(unsigned short[])        double(unsigned short[3])       double erand48 (unsigned short [3]);    double erand48(unsigned short xsubi[3]);
21 header  fchmod  sys/stat.h      sys_stat.h
22 header  fchmodat        sys/stat.h      sys_stat.h
23 nodecl  feof_unlocked   W
24 nodecl  ferror_unlocked W
25 nodecl  fflush_unlocked W
26 nodecl  fgetwc_unlocked W
27 nodecl  fgetws_unlocked W
28 nodecl  fileno_unlocked W
29 nodecl  fputwc_unlocked W
30 nodecl  fputws_unlocked W
31 nodecl  fread_unlocked  W
32 header  fstat   sys/stat.h      sys_stat.h
33 header  fstatat sys/stat.h      sys_stat.h
34 header  fstatvfs        sys/statvfs.h   sys_statvfs.h
35 header  ftok    sys/ipc.h       sys_ipc.h
36 header  futimens        sys/stat.h      sys_stat.h sys_time.h
37 proto   futimens        sys/stat.h      int(int,const struct timespec[])        int(int,const struct timespec[2])       int futimens(int, const struct timespec [2]);   int futimens(int fd, const struct timespec times[2]);
38 nodecl  fwrite_unlocked W
39 proto   getdate time.h  extern struct tm*(const char*)  struct tm*(const char*) extern struct tm *getdate (const char *);       struct tm *getdate(const char *string);
40 nodecl  getdents        W
41 nodecl  getdomainname   T
42 header  getitimer       sys/time.h      sys_time.h
43 header  getpeername     sys/socket.h    sys_socket.h
44 header  getpriority     sys/resource.h  sys_resource.h
45 header  getrlimit       sys/resource.h  sys_resource.h
46 header  getrusage       sys/resource.h  sys_resource.h
47 header  getsockname     sys/socket.h    sys_socket.h
48 header  getsockopt      sys/socket.h    sys_socket.h
49 header  gettimeofday    sys/time.h      sys_time.h
50 nodecl  getw    T
51 nodecl  getwc_unlocked  W
52 nodecl  getwchar_unlocked       W
53 header  htonl   netinet/in.h    arpa_inet.h
54 header  htons   netinet/in.h    arpa_inet.h
55 header  if_freenameindex        net/if.h        net_if.h
56 header  if_indextoname  net/if.h        net_if.h
57 header  if_nameindex    net/if.h        net_if.h
58 header  if_nametoindex  net/if.h        net_if.h
59 header  inet_addr       arpa/inet.h     arpa_inet.h
60 header  inet_ntoa       arpa/inet.h     arpa_inet.h
61 header  inet_ntop       arpa/inet.h     arpa_inet.h
62 header  inet_pton       arpa/inet.h     arpa_inet.h
63 proto   jrand48 stdlib.h        long(unsigned short[])  long(unsigned short[3]) long jrand48 (unsigned short [3]);      long jrand48(unsigned short xsubi[3]);
64 proto   lcong48 stdlib.h        void(unsigned short[])  void(unsigned short[7]) void lcong48 (unsigned short [7]);      void lcong48(unsigned short param[7]);
65 header  listen  sys/socket.h    sys_socket.h
66 header  lstat   sys/stat.h      sys_stat.h
67 header  mkdir   sys/stat.h      sys_stat.h
68 header  mkdirat sys/stat.h      sys_stat.h
69 header  mkfifo  sys/stat.h      sys_stat.h
70 header  mkfifoat        sys/stat.h      sys_stat.h
71 header  mknod   sys/stat.h      sys_stat.h
72 header  mknodat sys/stat.h      sys_stat.h
73 header  mlock   sys/mman.h      sys_mman.h
74 header  mlockall        sys/mman.h      sys_mman.h
75 header  mmap    sys/mman.h      sys_mman.h
76 header  mprotect        sys/mman.h      sys_mman.h
77 header  msgctl  sys/msg.h       sys_msg.h
78 header  msgget  sys/msg.h       sys_msg.h
79 header  msgrcv  sys/msg.h       sys_msg.h
80 header  msgsnd  sys/msg.h       sys_msg.h
81 header  msync   sys/mman.h      sys_mman.h
82 header  munlock sys/mman.h      sys_mman.h
83 header  munlockall      sys/mman.h      sys_mman.h
84 header  munmap  sys/mman.h      sys_mman.h
85 proto   nrand48 stdlib.h        long(unsigned short[])  long(unsigned short[3]) long int nrand48 (unsigned short [3]);  long nrand48(unsigned short xsubi[3]);
86 header  ntohl   netinet/in.h    arpa_inet.h
87 header  ntohs   netinet/in.h    arpa_inet.h
88 proto   pipe    unistd.h        int(int[])      int(int[2])     int pipe(int [2]);      int pipe(int fildes[2]);
89 nodecl  pivot_root      T
90 proto   poll    poll.h  int(struct pollfd*,nfds_t,int)  int(struct pollfd[],nfds_t,int) int poll (struct pollfd *, nfds_t, int);        int poll(struct pollfd fds[], nfds_t nfds, int timeout);
91 header  posix_madvise   sys/mman.h      sys_mman.h
92 proto   posix_spawn     spawn.h int(pid_t*,const char*,const posix_spawn_file_actions_t*,const posix_spawnattr_t*,char**,char**)        int(pid_t*,const char*,const posix_spawn_file_actions_t*,const posix_spawnattr_t*,char*const[],char*const[])    int posix_spawn(pid_t *, const char *, const posix_spawn_file_actions_t *, const posix_spawnattr_t *, char **, char **);        int posix_spawn(pid_t *restrict pid, const char *restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]);
93 proto   posix_spawnp    spawn.h int(pid_t*,const char*,const posix_spawn_file_actions_t*,const posix_spawnattr_t*,char**,char**)        int(pid_t*,const char*,const posix_spawn_file_actions_t*,const posix_spawnattr_t*,char*const[],char*const[])    int posix_spawnp(pid_t *, const char *, const posix_spawn_file_actions_t *, const posix_spawnattr_t *, char **, char **);       int posix_spawnp(pid_t *restrict pid, const char *restrict file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const argv[restrict], char *const envp[restrict]);
94 header  pselect sys/select.h    sys_select.h
95 nodecl  putw    T
96 nodecl  putwc_unlocked  W
97 nodecl  putwchar_unlocked       W
98 proto   readlink        unistd.h        int(const char*,char*,size_t)   ssize_t(const char*,char*,size_t)       int readlink(const char *, char *, size_t);     ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize);
99 proto   readlinkat      unistd.h        int(int,const char*,char*,size_t)       ssize_t(int,const char*,char*,size_t)   int readlinkat(int, const char *, char *, size_t);      ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize);
100 header  readv   sys/uio.h       sys_uio.h
101 header  recv    sys/socket.h    sys_socket.h
102 header  recvfrom        sys/socket.h    sys_socket.h
103 header  recvmsg sys/socket.h    sys_socket.h
104 nodecl  scalbf  T
105 proto   seed48  stdlib.h        unsigned short*(unsigned short[])       unsigned short*(unsigned short[3])      unsigned short *seed48 (unsigned short [3]);    unsigned short *seed48(unsigned short seed16v[3]);
106 header  select  sys/select.h    sys_select.h
107 header  semget  sys/sem.h       sys_sem.h
108 header  semop   sys/sem.h       sys_sem.h
109 header  send    sys/socket.h    sys_socket.h
110 header  sendmsg sys/socket.h    sys_socket.h
111 header  sendto  sys/socket.h    sys_socket.h
112 header  setitimer       sys/time.h      sys_time.h
113 proto   setpgrp unistd.h        int(void)       pid_t(void)     int setpgrp(void);      pid_t setpgrp(void);
114 header  setpriority     sys/resource.h  sys_resource.h
115 header  setrlimit       sys/resource.h  sys_resource.h
116 header  setsockopt      sys/socket.h    sys_socket.h
117 header  shm_open        sys/mman.h      sys_mman.h
118 header  shm_unlink      sys/mman.h      sys_mman.h
119 header  shmat   sys/shm.h       sys_shm.h
120 header  shmctl  sys/shm.h       sys_shm.h
121 header  shmdt   sys/shm.h       sys_shm.h
122 header  shmget  sys/shm.h       sys_shm.h
123 header  shutdown        sys/socket.h    sys_socket.h
124 nodecl  sincos  T
125 header  sockatmark      sys/socket.h    sys_socket.h
126 header  socket  sys/socket.h    sys_socket.h
127 header  socketpair      sys/socket.h    sys_socket.h
128 proto   socketpair      sys/socket.h    int(int,int,int,int[])  int(int,int,int,int[2]) int socketpair (int, int, int, int [2]);        int socketpair(int domain, int type, int protocol, int socket_vector[2]);
129 nodecl  start   T
130 header  stat    sys/stat.h      sys_stat.h
131 header  statvfs sys/statvfs.h   sys_statvfs.h
132 nodecl  stime   T
133 header  times   sys/times.h     sys_times.h
134 header  umask   sys/stat.h      sys_stat.h
135 header  uname   sys/utsname.h   sys_utsname.h
136 header  utimensat       sys/stat.h      sys_stat.h sys_time.h
137 proto   utimensat       sys/stat.h      int(int,const char*,const struct timespec[],int)        int(int,const char*,const struct timespec[2],int)       int utimensat(int, const char *, const struct timespec [2], int);       int utimensat(int fd, const char *path, const struct timespec times[2], int flag);
138 header  utimes  sys/time.h      sys_stat.h sys_time.h
139 proto   utimes  sys/time.h      int(const char*,const struct timeval[]) int(const char*,const struct timeval[2])        int utimes (const char *, const struct timeval [2]);    int utimes(const char *path, const struct timeval times[2]);
140 header  wait    sys/wait.h      sys_wait.h
141 header  waitid  sys/wait.h      sys_wait.h
142 header  waitpid sys/wait.h      sys_wait.h
143 header  wcrtomb wchar.h stdio.h
144 header  writev  sys/uio.h       sys_uio.h