dd00d545efd3a0a2d78b269c9daee399359d7caf
[musl-tables] / data / musl.problems
1 nodecl  cfmakeraw       T
2 nodecl  cfsetspeed      W
3 nodecl  clearerr_unlocked       W
4 nodecl  crypt_r W
5 nodecl  daemon  T
6 nodecl  dst_offset      V
7 proto   encrypt unistd.h        void(char*,int) void(char[],int)        void encrypt(char *, int);      void encrypt(char block[64], int edflag);
8 nodecl  environ V
9 nodecl  feof_unlocked   W
10 nodecl  ferror_unlocked W
11 nodecl  fflush_unlocked W
12 nodecl  fgetwc_unlocked W
13 nodecl  fgetws_unlocked W
14 nodecl  fileno_unlocked W
15 nodecl  fputwc_unlocked W
16 nodecl  fputws_unlocked W
17 nodecl  fread_unlocked  W
18 nodecl  fwrite_unlocked W
19 nodecl  getdents        W
20 nodecl  getdomainname   T
21 header  getopt  getopt.h        unistd.h
22 nodecl  getw    T
23 nodecl  getwc_unlocked  W
24 nodecl  getwchar_unlocked       W
25 header  iswalnum        wchar.h wctype.h
26 header  iswalpha        wchar.h wctype.h
27 header  iswblank        wchar.h wctype.h
28 header  iswcntrl        wchar.h wctype.h
29 header  iswctype        wchar.h wctype.h
30 header  iswdigit        wchar.h wctype.h
31 header  iswgraph        wchar.h wctype.h
32 header  iswlower        wchar.h wctype.h
33 header  iswprint        wchar.h wctype.h
34 header  iswpunct        wchar.h wctype.h
35 header  iswspace        wchar.h wctype.h
36 header  iswupper        wchar.h wctype.h
37 header  iswxdigit       wchar.h wctype.h
38 header  optarg  getopt.h        unistd.h
39 header  opterr  getopt.h        unistd.h
40 header  optind  getopt.h        unistd.h
41 header  optopt  getopt.h        unistd.h
42 nodecl  pivot_root      T
43 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);
44 nodecl  putw    T
45 nodecl  putwc_unlocked  W
46 nodecl  putwchar_unlocked       W
47 nodecl  scalbf  T
48 proto   setgroups       unistd.h        grp.h   int setgroups(size_t, const gid_t []);  int setgroups(size_t, const gid_t *);
49 nodecl  sincos  T
50 nodecl  start   T
51 nodecl  stime   T
52 header  strcasecmp      string.h        strings.h
53 header  strncasecmp     string.h        strings.h
54 header  towlower        wchar.h wctype.h
55 header  towupper        wchar.h wctype.h
56 header  wcrtomb wchar.h stdio.h
57 header  wctype  wchar.h wctype.h