18 KiB
18 KiB
1 | _inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | in_addr_t |
---|---|---|---|---|---|
2 | abs | stdlib.h | int | int | |
3 | aio_error | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
4 | aio_return | aio.h | defined(CONFIG_FS_AIO) | ssize_t | FAR struct aiocb * |
5 | alarm | unistd.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | unsigned int | unsigned int |
6 | b16cos | fixedmath.h | b16_t | b16_t | |
7 | b16sin | fixedmath.h | b16_t | b16_t | |
8 | b16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t |
9 | basename | libgen.h | FAR char | FAR char * | |
10 | cfgetspeed | termios.h | defined(CONFIG_SERIAL_TERMIOS) | speed_t | FAR const struct termios * |
11 | chdir | unistd.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * |
12 | dirname | libgen.h | FAR char | FAR char * | |
13 | dq_remfirst | queue.h | FAR dq_entry_t | dq_queue_t * | |
14 | dq_remlast | queue.h | FAR dq_entry_t | dq_queue_t * | |
15 | ether_ntoa | netinet/ether.h | FAR char | FAR const struct ether_addr * | |
16 | fclose | stdio.h | CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
17 | fflush | stdio.h | CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
18 | ffs | strings.h | int | int | |
19 | fgetc | stdio.h | CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
20 | fileno | stdio.h | int | FAR FILE * | |
21 | free | stdlib.h | void | FAR void * | |
22 | ftell | stdio.h | CONFIG_NFILE_STREAMS > 0 | long | FAR FILE * |
23 | gets | stdio.h | CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * |
24 | gmtime | time.h | struct tm | FAR const time_t * | |
25 | htonl | arpa/inet.h | uint32_t | uint32_t | |
26 | htons | arpa/inet.h | uint16_t | uint16_t | |
27 | imaxabs | inttypes.h | intmax_t | intmax_t | |
28 | inet_addr | arpa/inet.h | in_addr_t | FAR const char | |
29 | inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | struct in_addr |
30 | iswalnum | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
31 | iswalpha | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
32 | iswblank | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
33 | iswcntrl | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
34 | iswdigit | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
35 | iswgraph | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
36 | iswlower | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
37 | iswprint | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
38 | iswpunct | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
39 | iswspace | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
40 | iswupper | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
41 | iswxdigit | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
42 | labs | stdlib.h | long int | long int | |
43 | llabs | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long int | long long int |
44 | malloc | stdlib.h | FAR void * | size_t | |
45 | mktime | time.h | time_t | FAR const struct tm * | |
46 | ntohl | arpa/inet.h | uint32_t | uint32_t | |
47 | ntohs | arpa/inet.h | uint16_t | uint16_t | |
48 | perror | stdio.h | CONFIG_NFILE_STREAMS > 0 | void | FAR const char * |
49 | pipe | unistd.h | int | int [2]|int* | |
50 | pthread_attr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
51 | pthread_attr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
52 | pthread_barrierattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
53 | pthread_barrierattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
54 | pthread_barrier_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
55 | pthread_barrier_wait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
56 | pthread_condattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
57 | pthread_condattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
58 | pthread_cond_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* |
59 | pthread_mutex_lock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* |
60 | pthread_mutexattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
61 | pthread_mutexattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
62 | puts | stdio.h | CONFIG_NFILE_STREAMS > 0 | int | FAR const char * |
63 | sched_get_priority_max | sched.h | int | int | |
64 | sched_get_priority_min | sched.h | int | int | |
65 | setlogmask | syslog.h | int | int | |
66 | sigemptyset | signal.h | int | FAR sigset_t * | |
67 | sigfillset | signal.h | int | FAR sigset_t * | |
68 | sleep | unistd.h | unsigned int | unsigned int | |
69 | sq_remfirst | queue.h | FAR sq_entry_t | sq_queue_t * | |
70 | sq_remlast | queue.h | FAR sq_entry_t | sq_queue_t * | |
71 | srand | stdlib.h | void | unsigned int | |
72 | strdup | string.h | FAR char | FAR const char * | |
73 | strerror | string.h | FAR const char | int | |
74 | strlen | string.h | size_t | FAR const char * | |
75 | telldir | dirent.h | off_t | FAR DIR * | |
76 | time | time.h | time_t | time_t * | |
77 | towlower | wchar.h | defined(CONFIG_LIBC_WCHAR) | wint_t | wint_t |
78 | towupper | wchar.h | defined(CONFIG_LIBC_WCHAR) | wint_t | wint_t |
79 | ub16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | ub16_t | ub16_t |
80 | wcslen | wchar.h | defined(CONFIG_LIBC_WCHAR) | size_t | FAR const wchar_t * |
81 | wctob | wchar.h | defined(CONFIG_LIBC_WCHAR) | int | wchar_t |
82 | wctype | wctype.h | defined(CONFIG_LIBC_WCHAR) | wctype_t | FAR const char * |