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 | dirname | libgen.h | FAR char | FAR char * | |
10 | dq_remfirst | queue.h | FAR dq_entry_t | dq_queue_t * | |
11 | dq_remlast | queue.h | FAR dq_entry_t | dq_queue_t * | |
12 | ether_ntoa | netinet/ether.h | FAR char | FAR const struct ether_addr * | |
13 | fclose | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
14 | fflush | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
15 | fgetc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
16 | fileno | stdio.h | int | FAR FILE * | |
17 | ftell | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | long | FAR FILE * |
18 | gets | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * |
19 | gmtime | time.h | struct tm | const time_t * | |
20 | htonl | arpa/inet.h | uint32_t | uint32_t | |
21 | htons | arpa/inet.h | uint16_t | uint16_t | |
22 | imaxabs | stdlib.h | intmax_t | intmax_t | |
23 | inet_addr | arpa/inet.h | in_addr_t | FAR const char | |
24 | inet_ntoa | arpa/inet.h | !defined(CONFIG_NET_IPv6) && defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | struct in_addr |
25 | labs | stdlib.h | long int | long int | |
26 | llabs | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long int | long long int |
27 | mktime | time.h | time_t | const struct tm * | |
28 | ntohl | arpa/inet.h | uint32_t | uint32_t | |
29 | ntohs | arpa/inet.h | uint16_t | uint16_t | |
30 | perror | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | void | FAR const char * |
31 | pthread_attr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
32 | pthread_attr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
33 | pthread_barrierattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
34 | pthread_barrierattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
35 | pthread_condattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
36 | pthread_condattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
37 | pthread_mutexattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
38 | pthread_mutexattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
39 | puts | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * |
40 | rint | double_t | double_t | ||
41 | sched_get_priority_max | sched.h | int | int | |
42 | sched_get_priority_min | sched.h | int | int | |
43 | sigemptyset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
44 | sigfillset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
45 | sq_remfirst | queue.h | FAR sq_entry_t | sq_queue_t * | |
46 | sq_remlast | queue.h | FAR sq_entry_t | sq_queue_t * | |
47 | srand | stdlib.h | void | unsigned int | |
48 | strdup | string.h | FAR char | FAR const char * | |
49 | strerror | string.h | FAR const char | int | |
50 | strlen | string.h | size_t | FAR const char * | |
51 | syslog_enable | syslog.h | defined(CONFIG_SYSLOG_ENABLE) | void | bool |
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 |