mirror of
https://github.com/apache/nuttx.git
synced 2026-03-28 19:31:42 +08:00
15 KiB
15 KiB
| 1 | _inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | in_addr_t | ||||
|---|---|---|---|---|---|---|---|---|---|
| 2 | abort | stdlib.h | void | ||||||
| 3 | abs | stdlib.h | int | int | |||||
| 4 | aio_error | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * | ||||
| 5 | aio_return | aio.h | defined(CONFIG_FS_AIO) | ssize_t | FAR struct aiocb * | ||||
| 6 | aio_suspend | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb *const []|FAR struct aiocb *const * | int | FAR const struct timespec * | ||
| 7 | asprintf | stdio.h | int | FAR char ** | const char * | ... | |||
| 8 | vasprintf | stdio.h | int | FAR char ** | const char * | va_list | |||
| 9 | b16atan2 | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t | b16_t | |||
| 10 | b16cos | fixedmath.h | b16_t | b16_t | |||||
| 11 | b16divb16 | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t | b16_t | |||
| 12 | b16mulb16 | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t | b16_t | |||
| 13 | b16sin | fixedmath.h | b16_t | b16_t | |||||
| 14 | b16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t | ||||
| 15 | basename | libgen.h | FAR char | FAR char * | |||||
| 16 | cfgetspeed | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | speed_t | FAR const struct termios * | ||||
| 17 | cfsetspeed | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | int | FAR struct termios * | speed_t | |||
| 18 | chdir | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * | ||||
| 19 | crc32 | crc32.h | uint32_t | FAR const uint8_t * | size_t | ||||
| 20 | crc32part | crc32.h | uint32_t | FAR const uint8_t * | size_t | uint32_t | |||
| 21 | dbg | debug.h | !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) | int | const char * | ... | |||
| 22 | dirname | libgen.h | FAR char | FAR char * | |||||
| 23 | dq_addafter | queue.h | void | FAR dq_entry_t * | FAR dq_entry_t * | FAR dq_queue_t * | |||
| 24 | dq_addbefore | queue.h | void | FAR dq_entry_t * | FAR dq_entry_t * | FAR dq_queue_t * | |||
| 25 | dq_addfirst | queue.h | void | FAR dq_entry_t * | dq_queue_t * | ||||
| 26 | dq_addlast | queue.h | void | FAR dq_entry_t * | dq_queue_t * | ||||
| 27 | dq_rem | queue.h | void | FAR dq_entry_t * | dq_queue_t * | ||||
| 28 | dq_remfirst | queue.h | FAR dq_entry_t | dq_queue_t * | |||||
| 29 | dq_remlast | queue.h | FAR dq_entry_t | dq_queue_t * | |||||
| 30 | ether_ntoa | netinet/ether.h | FAR char | FAR const struct ether_addr * | |||||
| 31 | fclose | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | ||||
| 32 | fdopen | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR FILE | int | FAR const char * | |||
| 33 | fflush | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | ||||
| 34 | fgetc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | ||||
| 35 | fgetpos | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | FAR fpos_t * | |||
| 36 | fgets | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * | int | FAR FILE * | ||
| 37 | fileno | stdio.h | int | FAR FILE * | |||||
| 38 | fopen | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR FILE | FAR const char * | FAR const char * | |||
| 39 | fprintf | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | FAR const char * | ... | ||
| 40 | fputc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | int c | FAR FILE * | |||
| 41 | fputs | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * | FAR FILE * | |||
| 42 | fread | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | size_t | FAR void * | size_t | size_t | FAR FILE * | |
| 43 | fseek | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | long int | int | ||
| 44 | fsetpos | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | FAR fpos_t * | |||
| 45 | ftell | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | long | FAR FILE * | ||||
| 46 | fwrite | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | size_t | FAR const void * | size_t | size_t | FAR FILE * | |
| 47 | getcwd | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) | FAR char | FAR char * | size_t | |||
| 48 | gethostname | unistd.h | defined(CONFIG_LIBC_NETDB) | int | FAR char* | size_t | |||
| 49 | getopt | unistd.h | int | int | FAR char *const[] | FAR const char * | |||
| 50 | getoptargp | unistd.h | FAR char * | ||||||
| 51 | getoptindp | unistd.h | int | ||||||
| 52 | getoptoptp | unistd.h | int | ||||||
| 53 | gets | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * | ||||
| 54 | gmtime | time.h | struct tm | const time_t * | |||||
| 55 | gmtime_r | time.h | FAR struct tm | FAR const time_t * | FAR struct tm * | ||||
| 56 | htonl | arpa/inet.h | uint32_t | uint32_t | |||||
| 57 | htons | arpa/inet.h | uint16_t | uint16_t | |||||
| 58 | imaxabs | inttypes.h | intmax_t | intmax_t | |||||
| 59 | inet_addr | arpa/inet.h | in_addr_t | FAR const char | |||||
| 60 | inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | struct in_addr | ||||
| 61 | inet_ntop | arpa/inet.h | FAR const char | int | FAR const void * | FAR char * | socklen_t | ||
| 62 | inet_pton | arpa/inet.h | int | int | FAR const char * | FAR void * | |||
| 63 | labs | stdlib.h | long int | long int | |||||
| 64 | lib_dumpbuffer | debug.h | void | FAR const char * | FAR const uint8_t * | unsigned int | |||
| 65 | lio_listio | aio.h | defined(CONFIG_FS_AIO) | int | int | FAR struct aiocb *const []|FAR struct aiocb *const * | int | FAR struct sigevent * | |
| 66 | llabs | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long int | long long int | ||||
| 67 | lldbg | debug.h | !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) && defined(CONFIG_ARCH_LOWPUTC) | int | const char * | ... | |||
| 68 | llvdbg | debug.h | !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_VERBOSE) && defined(CONFIG_ARCH_LOWPUTC) | int | const char * | ... | |||
| 69 | lowsyslog | syslog.h | int | int | FAR const char * | ... | |||
| 70 | lowvsyslog | syslog.h | int | int | FAR const char * | va_list | |||
| 71 | match | nuttx/regex.h | int | const char * | const char * | ||||
| 72 | memccpy | string.h | FAR void | FAR void * | FAR const void * | int c | size_t | ||
| 73 | memchr | string.h | FAR void | FAR const void * | int c | size_t | |||
| 74 | memcmp | string.h | int | FAR const void * | FAR const void * | size_t | |||
| 75 | memcpy | string.h | FAR void | FAR void * | FAR const void * | size_t | |||
| 76 | memmove | string.h | FAR void | FAR void * | FAR const void * | size_t | |||
| 77 | memset | string.h | FAR void | FAR void * | int c | size_t | |||
| 78 | mktime | time.h | time_t | const struct tm * | |||||
| 79 | ntohl | arpa/inet.h | uint32_t | uint32_t | |||||
| 80 | ntohs | arpa/inet.h | uint16_t | uint16_t | |||||
| 81 | perror | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | void | FAR const char * | ||||
| 82 | printf | stdio.h | int | const char * | ... | ||||
| 83 | pthread_attr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | ||||
| 84 | pthread_attr_getinheritsched | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR const pthread_attr_t * | FAR int * | |||
| 85 | pthread_attr_getschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | FAR struct sched_param * | |||
| 86 | pthread_attr_getschedpolicy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | int * | |||
| 87 | pthread_attr_getstacksize | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | FAR long * | |||
| 88 | pthread_attr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | ||||
| 89 | pthread_attr_setinheritsched | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | int | |||
| 90 | pthread_attr_setschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | FAR const struct sched_param * | |||
| 91 | pthread_attr_setschedpolicy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | int | |||
| 92 | pthread_attr_setstacksize | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * | long | |||
| 93 | pthread_barrierattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * | ||||
| 94 | pthread_barrierattr_getpshared | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR const pthread_barrierattr_t * | FAR int * | |||
| 95 | pthread_barrierattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * | ||||
| 96 | pthread_barrierattr_setpshared | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * | int | |||
| 97 | pthread_condattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * | ||||
| 98 | pthread_condattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * | ||||
| 99 | pthread_mutexattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * | ||||
| 100 | pthread_mutexattr_getpshared | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * | FAR int * | |||
| 101 | pthread_mutexattr_gettype | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_MUTEX_TYPES) | int | const pthread_mutexattr_t * | int * | |||
| 102 | pthread_mutexattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * | ||||
| 103 | pthread_mutexattr_setpshared | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * | int | |||
| 104 | pthread_mutexattr_settype | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_MUTEX_TYPES) | int | pthread_mutexattr_t * | int | |||
| 105 | puts | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * | ||||
| 106 | qsort | stdlib.h | void | void * | size_t | size_t | int(*)(const void * | const void *) | |
| 107 | rand | stdlib.h | int | ||||||
| 108 | readdir_r | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | int | FAR DIR * | FAR struct dirent * | FAR struct dirent ** | ||
| 109 | sched_get_priority_max | sched.h | int | int | |||||
| 110 | sched_get_priority_min | sched.h | int | int | |||||
| 111 | sem_getvalue | semaphore.h | int | FAR sem_t * | FAR int * | ||||
| 112 | sem_init | semaphore.h | int | FAR sem_t * | int | unsigned int | |||
| 113 | sendfile | sys/sendfile.h | CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0 | ssize_t | int | int | off_t | size_t | |
| 114 | setlogmask | syslog.h | int | int | |||||
| 115 | sigaddset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * | int | |||
| 116 | sigdelset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * | int | |||
| 117 | sigemptyset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * | ||||
| 118 | sigfillset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * | ||||
| 119 | sigismember | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR const sigset_t * | int | |||
| 120 | sleep | unistd.h | !defined(CONFIG_DISABLE_SIGNALS) | unsigned int | unsigned int | ||||
| 121 | snprintf | stdio.h | int | FAR char * | size_t | const char * | ... | ||
| 122 | sprintf | stdio.h | int | FAR char * | const char * | ... | |||
| 123 | sq_addafter | queue.h | void | FAR sq_entry_t * | FAR sq_entry_t * | FAR sq_queue_t * | |||
| 124 | sq_addfirst | queue.h | void | FAR sq_entry_t * | sq_queue_t * | ||||
| 125 | sq_addlast | queue.h | void | FAR sq_entry_t * | sq_queue_t * | ||||
| 126 | sq_rem | queue.h | void | FAR sq_entry_t * | sq_queue_t * | ||||
| 127 | sq_remafter | queue.h | FAR sq_entry_t | FAR sq_entry_t * | sq_queue_t * | ||||
| 128 | sq_remfirst | queue.h | FAR sq_entry_t | sq_queue_t * | |||||
| 129 | sq_remlast | queue.h | FAR sq_entry_t | sq_queue_t * | |||||
| 130 | srand | stdlib.h | void | unsigned int | |||||
| 131 | sscanf | stdio.h | int | const char * | const char * | ... | |||
| 132 | strcasecmp | string.h | int | FAR const char * | FAR const char * | ||||
| 133 | strcasestr | string.h | FAR char | FAR const char * | FAR const char * | ||||
| 134 | strcat | string.h | FAR char | FAR char * | FAR const char * | ||||
| 135 | strchr | string.h | FAR char | FAR const char * | int | ||||
| 136 | strcmp | string.h | int | FAR const char * | FAR const char * | ||||
| 137 | strcpy | string.h | FAR char | char * | FAR const char * | ||||
| 138 | strcspn | string.h | size_t | FAR const char * | FAR const char * | ||||
| 139 | strdup | string.h | FAR char | FAR const char * | |||||
| 140 | strerror | string.h | FAR const char | int | |||||
| 141 | strftime | time.h | size_t | char * | size_t | const char * | const struct tm * | ||
| 142 | strlen | string.h | size_t | FAR const char * | |||||
| 143 | strncasecmp | string.h | int | FAR const char * | FAR const char * | size_t | |||
| 144 | strncat | string.h | FAR char | FAR char * | FAR const char * | size_t | |||
| 145 | strncmp | string.h | int | FAR const char * | FAR const char * | size_t | |||
| 146 | strncpy | string.h | FAR char | char * | FAR const char * | size_t | |||
| 147 | strndup | string.h | FAR char | FAR const char * | size_t | ||||
| 148 | strnlen | string.h | size_t | FAR const char * | size_t | ||||
| 149 | strpbrk | string.h | FAR char | FAR const char * | FAR const char * | ||||
| 150 | strrchr | string.h | FAR char | FAR const char * | int | ||||
| 151 | strspn | string.h | size_t | FAR const char * | FAR const char * | ||||
| 152 | strstr | string.h | FAR char | FAR const char * | FAR const char * | ||||
| 153 | strtod | stdlib.h | double_t | const char *str | char **endptr | ||||
| 154 | strtok | string.h | FAR char | FAR char * | FAR const char * | ||||
| 155 | strtok_r | string.h | FAR char | FAR char * | FAR const char * | FAR char ** | |||
| 156 | strtol | string.h | long | const char * | char ** | int | |||
| 157 | strtoll | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long | const char *nptr | char **endptr | int base | ||
| 158 | strtoul | stdlib.h | unsigned long | const char * | char ** | int | |||
| 159 | strtoull | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | unsigned long long | const char * | char ** | int | ||
| 160 | syslog | syslog.h | int | int | FAR const char * | ... | |||
| 161 | tcflush | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | int | int | int | |||
| 162 | tcgetattr | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | int | int | FAR struct termios * | |||
| 163 | tcsetattr | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | int | int | int | FAR const struct termios * | ||
| 164 | telldir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | off_t | FAR DIR * | ||||
| 165 | time | time.h | time_t | time_t * | |||||
| 166 | ub16divub16 | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | ub16_t | ub16_t | ub16_t | |||
| 167 | ub16mulub16 | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | ub16_t | ub16_t | ub16_t | |||
| 168 | ub16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | ub16_t | ub16_t | ||||
| 169 | ungetc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | int | FAR FILE * | |||
| 170 | usleep | unistd.h | !defined(CONFIG_DISABLE_SIGNALS) | int | int | FAR FILE * | |||
| 171 | vdbg | debug.h | !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_VERBOSE) | int | const char * | ... | |||
| 172 | vfprintf | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * | const char * | va_list | ||
| 173 | vprintf | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * | va_list | |||
| 174 | vsnprintf | stdio.h | int | FAR char * | size_t | const char * | va_list | ||
| 175 | vsprintf | stdio.h | int | FAR char * | const char * | va_list | |||
| 176 | vsscanf | stdio.h | int | char * | const char * | va_list | |||
| 177 | vsyslog | syslog.h | int | int | FAR const char * | va_list |