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