forked from Archive/PX4-Autopilot
14 KiB
14 KiB
1 | _inet_ntoa | arpa/inet.h | !defined(CONFIG_NET_IPv6) && !defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | in_addr_t |
---|---|---|---|---|---|
2 | abs | stdlib.h | int | int | |
3 | b16cos | fixedmath.h | b16_t | b16_t | |
4 | b16sin | fixedmath.h | b16_t | b16_t | |
5 | b16sqr | fixedmath.h | b16_t | b16_t | |
6 | basename | libgen.h | FAR char | FAR char * | |
7 | cfgetspeed | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | speed_t | FAR const struct termios * |
8 | chdir | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * |
9 | dbg_enable | debug.h | defined(CONFIG_DEBUG_ENABLE) | void | bool |
10 | dirname | libgen.h | FAR char | FAR char * | |
11 | dq_remfirst | queue.h | FAR dq_entry_t | dq_queue_t * | |
12 | dq_remlast | queue.h | FAR dq_entry_t | dq_queue_t * | |
13 | ether_ntoa | netinet/ether.h | FAR char | FAR const struct ether_addr * | |
14 | fclose | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
15 | fflush | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
16 | fgetc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
17 | fileno | stdio.h | int | FAR FILE * | |
18 | ftell | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | long | FAR FILE * |
19 | gets | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * |
20 | gmtime | time.h | struct tm | const time_t * | |
21 | htonl | arpa/inet.h | uint32_t | uint32_t | |
22 | htons | arpa/inet.h | uint16_t | uint16_t | |
23 | imaxabs | stdlib.h | intmax_t | intmax_t | |
24 | inet_addr | arpa/inet.h | in_addr_t | FAR const char | |
25 | inet_ntoa | arpa/inet.h | !defined(CONFIG_NET_IPv6) && defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | struct in_addr |
26 | labs | stdlib.h | long int | long int | |
27 | llabs | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long int | long long int |
28 | mktime | time.h | time_t | const struct tm * | |
29 | ntohl | arpa/inet.h | uint32_t | uint32_t | |
30 | ntohs | arpa/inet.h | uint16_t | uint16_t | |
31 | perror | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | void | FAR const char * |
32 | pthread_attr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
33 | pthread_attr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
34 | pthread_barrierattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
35 | pthread_barrierattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
36 | pthread_condattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
37 | pthread_condattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
38 | pthread_mutexattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
39 | pthread_mutexattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
40 | puts | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * |
41 | rint | double_t | double_t | ||
42 | sched_get_priority_max | sched.h | int | int | |
43 | sched_get_priority_min | sched.h | int | int | |
44 | sigemptyset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
45 | sigfillset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
46 | sq_remfirst | queue.h | FAR sq_entry_t | sq_queue_t * | |
47 | sq_remlast | queue.h | FAR sq_entry_t | sq_queue_t * | |
48 | srand | stdlib.h | void | unsigned int | |
49 | strdup | string.h | FAR char | FAR const char * | |
50 | strerror | string.h | FAR const char | int | |
51 | strlen | string.h | size_t | FAR const char * | |
52 | telldir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | off_t | FAR DIR * |
53 | time | time.h | time_t | time_t * | |
54 | ub16sqr | fixedmath.h | ub16_t | ub16_t |