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