source: rtems/doc/posix1003.1/compliance_list @ e630235

4.115
Last change on this file since e630235 was 1b56699e, checked in by Joel Sherrill <joel.sherrill@…>, on 02/23/00 at 20:05:32

New file.

  • Property mode set to 100644
File size: 8.6 KB
Line 
1S_ISBLK(), Supported
2S_ISCHR(), Supported
3S_ISDIR(), Supported
4S_ISFIFO(), Supported
5S_ISREG(), Supported
6S_TYPEISMQ(), see note 3
7S_TYPEISSEM(), see note 3
8S_TYPEISSHM(), see note 3
9WEXITSTATUS(), see note 1
10WIFEXITED(), see note 1
11WIFSIGNALED(), see note 1
12WIFSTOPPED(), see note 1
13WSTOPSIG(), see note 1
14WTERMSIG(), see note 1
15_exit(), Supported
16abort(), Supported
17abs(), Supported
18access(), Supported
19acos(), Supported
20aio_cancel(), Supported
21aio_error(), Supported
22aio_fsync(), Supported
23aio_read(), Supported
24aio_return(), Supported
25aio_suspend(), Supported
26aio_write(), Supported
27alarm(), Supported
28asctime(), Supported
29asctime_r(), Supported
30asin(), Supported
31assert(), Supported
32atan(), Supported
33atan2(), Supported
34atof(), Supported
35atoi(), Supported
36atol(), Supported
37bsearch(), Supported
38calloc(), Supported
39ceil(), Supported
40cfgetispeed(), Supported
41cfgetospeed(), Supported
42cfsetispeed(), Supported
43cfsetospeed(), Supported
44chdir(), Supported
45chmod(), Supported
46chown(), Supported
47clearerr(), Supported
48clock_getres(), see note 2
49clock_gettime(), see note 2
50clock_settime(), see note 2
51close(), Supported
52closedir(), Supported
53cos(), Supported
54cosh(), Supported
55creat(), Supported
56ctermid(), see note 1
57ctime(), Supported
58ctime_r(), Supported
59dup(), Supported
60dup2(), Supported
61execl(), see note 1
62execle(), see note 1
63execlp(), see note 1
64execv(), see note 1
65execve(), see note 1
66execvp(), see note 1
67exit(), Supported
68exp(), Supported
69fabs(), Supported
70fchmod(), Supported
71fclose(), Supported
72fcntl(), Supported
73fdatasync(), Supported
74fdopen(), Supported
75feof(), Supported
76ferror(), Supported
77fflush(), Supported
78fgetc(), Supported
79fgets(), Supported
80fileno(), Supported
81flockfile(), see note 1
82floor(), Supported
83fmod(), Supported
84fopen(), Supported
85fork(), see note 1
86fpathconf(), Supported
87fprintf(), Supported
88fputc(), Supported
89fputs(), Supported
90fread(), Supported
91free(), Supported
92freopen(), Supported
93frexp(), Supported
94fscanf(), Supported
95fseek(), Supported
96fstat(), Supported
97fsync(), Supported
98ftell(), Supported
99ftruncate(), Supported
100ftrylockfile(), see note 1
101funlockfile(), see note 1
102fwrite(), Supported
103getc(), Supported
104getc_unlocked(), see note 1
105getchar(), Supported
106getchar_unlocked(), see note 1
107getcwd(), Supported
108getegid(), Supported
109getenv(), Supported
110geteuid(), Supported
111getgid(), Supported
112getgrgid(), Supported
113getgrgid_r(), Supported
114getgrnam_r(), Supported
115getgrname(), Supported
116getgroups(), Supported
117getlogin(), Supported
118getlogin_r(), Supported
119getpgrp(), Supported
120getpid(), Supported
121getppid(), Supported
122getpwnam(), Supported
123getpwnam_r(), Supported
124getpwuid(), Supported
125getpwuid_r(), Supported
126gets(), Supported
127getuid(), Supported
128gmtime(), Supported
129gmtime_r(), Supported
130isalnum(), Supported
131isalpha(), Supported
132isatty(), Supported
133iscntrl(), Supported
134isdigit(), Supported
135isgraph(), Supported
136islower(), Supported
137isprint(), Supported
138ispunct(), Supported
139isspace(), Supported
140isupper(), Supported
141isxdigit(), Supported
142kill(), Supported
143ldexp(), Supported
144link(), Supported
145lio_listio(), Supported
146localtime(), Supported
147localtime_r(), Supported
148log(), Supported
149log10(), Supported
150longjmp(), Supported
151lseek(), Supported
152malloc(), Supported
153mkdir(), Supported
154mkfifo(), see note 3
155mktime(), Supported
156mlock(), Not Supported
157mlockall(), Not Supported
158mmap(), Not Supported
159modf(), Supported
160mprotect(), Not Supported
161mq_close(), Supported
162mq_getattr(), Supported
163mq_notify(), Supported
164mq_open(), Supported
165mq_receive(), Supported
166mq_send(), Supported
167mq_setattr(), Supported
168mq_unlink(), Supported
169msync(), Not Supported
170munlock(), Not Supported
171munlockall(), Not Supported
172munmap(), Not Supported
173nanosleep(), Supported
174open(), Supported
175opendir(), Supported
176pathconf(), Supported
177pause(), Supported
178perror(), Supported
179pipe(), Supported
180pow(), Supported
181printf(), Supported
182pthread_atfork(), see note 1
183pthread_attr_destroy(), Supported
184pthread_attr_getdetachstate(), Supported
185pthread_attr_getinheritsched(), Supported
186pthread_attr_getschedparam(), Supported
187pthread_attr_getschedpolicy(), Supported
188pthread_attr_getscope(), Supported
189pthread_attr_getstackaddr(), Supported
190pthread_attr_getstacksize(), Supported
191pthread_attr_init(), Supported
192pthread_attr_setdetachstate(), Supported
193pthread_attr_setinheritsched(), Supported
194pthread_attr_setschedparam(), Supported
195pthread_attr_setschedpolicy(), Supported
196pthread_attr_setscope(), Supported
197pthread_attr_setstackaddr(), Supported
198pthread_attr_setstacksize(), Supported
199pthread_cancel(), Supported
200pthread_cleanup_pop(), Supported
201pthread_cleanup_push(), Supported
202pthread_cond_broadcast(), Supported
203pthread_cond_destroy(), Supported
204pthread_cond_init(), Supported
205pthread_cond_signal(), Supported
206pthread_cond_timedwait(), Supported
207pthread_cond_wait(), Supported
208pthread_condattr_destroy(), Supported
209pthread_condattr_getpshared(), Supported
210pthread_condattr_init(), Supported
211pthread_condattr_setpshared(), Supported
212pthread_create(), Supported
213pthread_detach(), Supported
214pthread_equal(), Supported
215pthread_exit(), Supported
216pthread_getschedparam(), Supported
217pthread_join(), Supported
218pthread_key_create(), Supported
219pthread_key_delete(), Supported
220pthread_key_getspecific(), Supported
221pthread_key_setspecific(), Supported
222pthread_kill(), Supported
223pthread_mutex_destroy(), Supported
224pthread_mutex_getprioceiling(), Supported
225pthread_mutex_init(), Supported
226pthread_mutex_lock(), Supported
227pthread_mutex_setprioceiling(), Supported
228pthread_mutex_trylock(), Supported
229pthread_mutex_unlock(), Supported
230pthread_mutexattr_destroy(), Supported
231pthread_mutexattr_getprioceiling(), Supported
232pthread_mutexattr_getprotocol(), Supported
233pthread_mutexattr_getpshared(), Supported
234pthread_mutexattr_init(), Supported
235pthread_mutexattr_setprioceiling(), Supported
236pthread_mutexattr_setprotocol(), Supported
237pthread_mutexattr_setpshared(), Supported
238pthread_once(), Supported
239pthread_self(), Supported
240pthread_setcancelstate(), Supported
241pthread_setcanceltype(), Supported
242pthread_setschedparam(), Supported
243pthread_sigmask(), Supported
244pthread_testcancel(), Supported
245putc(), Supported
246putc_unlocked(), see note 1
247putchar(), Supported
248putchar_unlocked(), see note 1
249puts(), Supported
250qsort(), Supported
251rand(), Supported
252rand_r(), Supported
253read(), Supported
254readdir(), Supported
255readdir_r(), Supported
256realloc(), Supported
257remove(), Supported
258rename(), Supported
259rewind(), Supported
260rewinddir(), Supported
261rmdir(), Supported
262scanf(), Supported
263sched_get_priority_max(), Supported
264sched_get_priority_min(), Supported
265sched_get_priority_rr_get_interval(), Supported
266sched_getparam(), Supported
267sched_getscheduler(), Supported
268sched_setparam(), Supported
269sched_setscheduler(), Supported
270sched_yield(), Supported
271sem_close(), Supported
272sem_destroy(), Supported
273sem_getvalue(), Supported
274sem_init(), Supported
275sem_open(), Supported
276sem_post(), Supported
277sem_trywait(), Supported
278sem_unlink(), Supported
279sem_wait(), Supported
280setbuf(), Supported
281setgid(), Supported
282setjmp(), Supported
283setlocale(), Supported
284setpgid(), Supported
285setsid(), Supported
286setuid(), Supported
287shm_open(), Not Supported
288shm_unlink(), Not Supported
289sigaction(), Supported
290sigaddset(), Supported
291sigdelset(), Supported
292sigemptyset(), Supported
293sigfillset(), Supported
294sigismember(), Supported
295siglongjmp(), Supported
296sigpending(), Supported
297sigprocmask(), Supported
298sigqueue(), Supported
299sigsetjmp(), Supported
300sigsuspend(), Supported
301sigtimedwait(), Supported
302sigwait(), Supported
303sigwaitinfo(), Supported
304sin(), Supported
305sinh(), Supported
306sleep(), Supported
307sprintf(), Supported
308sqrt(), Supported
309srand(), Supported
310sscanf(), Supported
311stat(), Supported
312strcat(), Supported
313strchr(), Supported
314strcmp(), Supported
315strcpy(), Supported
316strcspn(), Supported
317strftime(), Supported
318strlen(), Supported
319strncat(), Supported
320strncmp(), Supported
321strncpy(), Supported
322strpbrk(), Supported
323strrchr(), Supported
324strspn(), Supported
325strstr(), Supported
326strtok(), Supported
327strtok_r(), Supported
328sysconf(), Not Supported
329tan(), Supported
330tanh(), Supported
331tcdrain(), Supported
332tcflow(), Not Supported
333tcflush(), Not Supported
334tcgetattr(), Supported
335tcgetprgrp(), see note 1
336tcsendbreak(), Not Supported
337tcsetattr(), Supported
338tcsetprgrp(), see note 1
339time(), Supported
340timer_create(), Supported
341timer_delete(), Supported
342timer_getoverrun(), Supported
343timer_gettime(), Supported
344timer_settime(), Supported
345times(), Supported
346tmpfile(), Supported
347tmpnam(), Supported
348tolower(), Supported
349toupper(), Supported
350ttyname(), Not Supported
351ttyname_r(), Not Supported
352tzset(), Not Supported
353umask(), Supported
354uname(), Supported
355ungetc(), Supported
356unlink(), Supported
357utime(), Supported
358wait(), see note 1
359waitpid(), see note 1
360write(), Supported
361
362Notes:
363
3641.  This is not supported as it requires processes.
365
3662.  Partial implementation.
367
3683.  Coming soon.
Note: See TracBrowser for help on using the repository browser.