This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.

Squashed commit of the following:

    libs/libxx:  Fix some confusing in naming.  If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
    libs/:  Fix paths in moved library directories.
    libs:  Brute force move of libc, libnx, and libxx to libs.  Cannot yet build it in that configuration.
This commit is contained in:
Gregory Nutt
2018-05-29 13:21:26 -06:00
parent 53a4408428
commit cf99fb40c9
836 changed files with 987 additions and 974 deletions
+231
View File
@@ -0,0 +1,231 @@
"_inet_ntoa","arpa/inet.h","defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS)","FAR char","in_addr_t"
"abort","stdlib.h","","void"
"abs","stdlib.h","","int","int"
"aio_error","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *"
"aio_return","aio.h","defined(CONFIG_FS_AIO)","ssize_t","FAR struct aiocb *"
"aio_suspend","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *const []|FAR struct aiocb *const *","int","FAR const struct timespec *"
"asprintf","stdio.h","","int","FAR char **","FAR const char *","..."
"vasprintf","stdio.h","","int","FAR char **","FAR const char *","va_list"
"b16atan2","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t","b16_t"
"b16cos","fixedmath.h","","b16_t","b16_t"
"b16divb16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t","b16_t"
"b16mulb16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t","b16_t"
"b16sin","fixedmath.h","","b16_t","b16_t"
"b16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t"
"basename","libgen.h","","FAR char","FAR char *"
"cfgetspeed","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","speed_t","FAR const struct termios *"
"cfsetspeed","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","FAR struct termios *","speed_t"
"chdir","unistd.h","CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
"clock","time.h","","clock_t"
"crc32","crc32.h","","uint32_t","FAR const uint8_t *","size_t"
"crc32part","crc32.h","","uint32_t","FAR const uint8_t *","size_t","uint32_t"
"dirname","libgen.h","","FAR char","FAR char *"
"dq_addafter","queue.h","","void","FAR dq_entry_t *","FAR dq_entry_t *","FAR dq_queue_t *"
"dq_addbefore","queue.h","","void","FAR dq_entry_t *","FAR dq_entry_t *","FAR dq_queue_t *"
"dq_addfirst","queue.h","","void","FAR dq_entry_t *","dq_queue_t *"
"dq_addlast","queue.h","","void","FAR dq_entry_t *","dq_queue_t *"
"dq_rem","queue.h","","void","FAR dq_entry_t *","dq_queue_t *"
"dq_remfirst","queue.h","","FAR dq_entry_t","dq_queue_t *"
"dq_remlast","queue.h","","FAR dq_entry_t","dq_queue_t *"
"_err","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)","int","FAR const char *","..."
"ether_ntoa","netinet/ether.h","","FAR char","FAR const struct ether_addr *"
"fclose","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *"
"fdopen","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","FAR FILE","int","FAR const char *"
"fflush","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *"
"ffs","strings.h","","int","int"
"fgetc","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *"
"fgetpos","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *","FAR fpos_t *"
"fgets","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","FAR char","FAR char *","int","FAR FILE *"
"fileno","stdio.h","","int","FAR FILE *"
"fopen","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","FAR FILE","FAR const char *","FAR const char *"
"fprintf","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *","FAR const char *","..."
"fputc","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","int c","FAR FILE *"
"fputs","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR const char *","FAR FILE *"
"fread","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","size_t","FAR void *","size_t","size_t","FAR FILE *"
"fseek","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *","long int","int"
"fsetpos","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *","FAR fpos_t *"
"ftell","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","long","FAR FILE *"
"fwrite","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","size_t","FAR const void *","size_t","size_t","FAR FILE *"
"getcwd","unistd.h","CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON)","FAR char","FAR char *","size_t"
"gethostname","unistd.h","defined(CONFIG_LIBC_NETDB)","int","FAR char*","size_t"
"getopt","unistd.h","","int","int","FAR char *const[]","FAR const char *"
"getoptargp","unistd.h","","FAR char *"
"getoptindp","unistd.h","","int"
"getoptoptp","unistd.h","","int"
"gets","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","FAR char","FAR char *"
"gmtime","time.h","","struct tm","FAR const time_t *"
"gmtime_r","time.h","","FAR struct tm","FAR const time_t *","FAR struct tm *"
"htonl","arpa/inet.h","","uint32_t","uint32_t"
"htons","arpa/inet.h","","uint16_t","uint16_t"
"imaxabs","inttypes.h","","intmax_t","intmax_t"
"inet_addr","arpa/inet.h","","in_addr_t","FAR const char "
"inet_ntoa","arpa/inet.h","defined(CONFIG_NET_IPv4) && defined(CONFIG_CAN_PASS_STRUCTS)","FAR char","struct in_addr"
"inet_ntop","arpa/inet.h","","FAR const char","int","FAR const void *","FAR char *","socklen_t"
"inet_pton","arpa/inet.h","","int","int","FAR const char *","FAR void *"
"iswalnum","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswalpha","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswblank","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswcntrl","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswctype","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t","wctype_t"
"iswdigit","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswgraph","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswlower","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswprint","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswpunct","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswspace","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswupper","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"iswxdigit","wctype.h","defined(CONFIG_LIBC_WCHAR)","int","wint_t"
"labs","stdlib.h","","long int","long int"
"lib_dumpbuffer","debug.h","","void","FAR const char *","FAR const uint8_t *","unsigned int"
"lio_listio","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *const []|FAR struct aiocb *const *","int","FAR struct sigevent *"
"llabs","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long int","long long int"
"match","nuttx/lib/regex.h","","int","FAR const char *","FAR const char *"
"mbrtowc","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","wchar_t *","FAR const char *","size_t","mbstate_t *"
"mbsnrtowcs","wchar.h","","size_t","FAR wchar_t *","FAR const char **","size_t","size_t","mbstate_t *"
"mbtowc","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","wchar_t *","FAR const wchar_t *","size_t"
"memccpy","string.h","","FAR void","FAR void *","FAR const void *","int c","size_t"
"memchr","string.h","","FAR void","FAR const void *","int c","size_t"
"memcmp","string.h","","int","FAR const void *","FAR const void *","size_t"
"memcpy","string.h","","FAR void","FAR void *","FAR const void *","size_t"
"memmove","string.h","","FAR void","FAR void *","FAR const void *","size_t"
"memset","string.h","","FAR void","FAR void *","int c","size_t"
"mkfifo","sys/stat.h","CONFIG_NFILE_DESCRIPTORS > 0","int","FAR const char*","mode_t"
"mktime","time.h","","time_t","FAR const struct tm *"
"ntohl","arpa/inet.h","","uint32_t","uint32_t"
"ntohs","arpa/inet.h","","uint16_t","uint16_t"
"perror","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","void","FAR const char *"
"pipe","unistd.h","CONFIG_NFILE_DESCRIPTORS > 0","int","int [2]|int*"
"printf","stdio.h","","int","FAR const char *","..."
"pthread_attr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *"
"pthread_attr_getinheritsched","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR const pthread_attr_t *","FAR int *"
"pthread_attr_getschedparam","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","FAR struct sched_param *"
"pthread_attr_getschedpolicy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","int *"
"pthread_attr_getstacksize","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","FAR long *"
"pthread_attr_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *"
"pthread_attr_setinheritsched","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","int"
"pthread_attr_setschedparam","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","FAR const struct sched_param *"
"pthread_attr_setschedpolicy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","int"
"pthread_attr_setstacksize","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_attr_t *","long"
"pthread_barrierattr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrierattr_t *"
"pthread_barrierattr_getpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR const pthread_barrierattr_t *","FAR int *"
"pthread_barrierattr_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrierattr_t *"
"pthread_barrierattr_setpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrierattr_t *","int"
"pthread_barrier_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrier_t*"
"pthread_barrier_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrier_t*","FAR const pthread_barrierattr_t*","unsigned int"
"pthread_barrier_wait","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrier_t*"
"pthread_condattr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_condattr_t *"
"pthread_condattr_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_condattr_t *"
"pthread_cond_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t*"
"pthread_cond_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t*","FAR const pthread_condattr_t*"
"pthread_mutexattr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *"
"pthread_mutexattr_getpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *","FAR int *"
"pthread_mutexattr_gettype","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES)","int","FAR const pthread_mutexattr_t *","int *"
"pthread_mutexattr_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *"
"pthread_mutexattr_setpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *","int "
"pthread_mutexattr_settype","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES)","int","pthread_mutexattr_t *","int"
"pthread_once","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_once_t*","CODE void (*)(void)"
"pthread_yield","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","void"
"puts","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR const char *"
"qsort","stdlib.h","","void","void *","size_t","size_t","int(*)(const void *","FAR const void *)"
"rand","stdlib.h","","int"
"readdir_r","dirent.h","CONFIG_NFILE_DESCRIPTORS > 0","int","FAR DIR *","FAR struct dirent *","FAR struct dirent **"
"sched_get_priority_max","sched.h","","int","int"
"sched_get_priority_min","sched.h","","int","int"
"sem_getvalue","semaphore.h","","int","FAR sem_t *","FAR int *"
"sem_init","semaphore.h","","int","FAR sem_t *","int","unsigned int"
"sendfile","sys/sendfile.h","CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0","ssize_t","int","int","off_t","size_t"
"setlocale","local.h","","FAR char *s","int","FAR const char *s"
"setlogmask","syslog.h","","int","int"
"sigaddset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","int"
"sigdelset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","int"
"sigemptyset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *"
"sigfillset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *"
"sigismember","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR const sigset_t *","int"
"sleep","unistd.h","!defined(CONFIG_DISABLE_SIGNALS)","unsigned int","unsigned int"
"snprintf","stdio.h","","int","FAR char *","size_t","FAR const char *","..."
"sprintf","stdio.h","","int","FAR char *","FAR const char *","..."
"sq_addafter","queue.h","","void","FAR sq_entry_t *","FAR sq_entry_t *","FAR sq_queue_t *"
"sq_addfirst","queue.h","","void","FAR sq_entry_t *","sq_queue_t *"
"sq_addlast","queue.h","","void","FAR sq_entry_t *","sq_queue_t *"
"sq_rem","queue.h","","void","FAR sq_entry_t *","sq_queue_t *"
"sq_remafter","queue.h","","FAR sq_entry_t","FAR sq_entry_t *","sq_queue_t *"
"sq_remfirst","queue.h","","FAR sq_entry_t","sq_queue_t *"
"sq_remlast","queue.h","","FAR sq_entry_t","sq_queue_t *"
"srand","stdlib.h","","void","unsigned int"
"sscanf","stdio.h","","int","FAR const char *","FAR const char *","..."
"strcasecmp","strings.h","","int","FAR const char *","FAR const char *"
"strcasestr","string.h","","FAR char","FAR const char *","FAR const char *"
"strcat","string.h","","FAR char","FAR char *","FAR const char *"
"strchr","string.h","","FAR char","FAR const char *","int"
"strcmp","string.h","","int","FAR const char *","FAR const char *"
"strcoll","string.h","CONFIG_LIBC_LOCALE","int","FAR const char *","FAR const char *"
"strcpy","string.h","","FAR char *","FAR char *","FAR const char *"
"strcspn","string.h","","size_t","FAR const char *","FAR const char *"
"strdup","string.h","","FAR char","FAR const char *"
"strerror","string.h","","FAR const char","int"
"strerror_r","string.h","","int","int","FAR char *","size_t"
"strftime","time.h","","size_t","FAR char *","size_t","FAR const char *","FAR const struct tm *"
"strlen","string.h","","size_t","FAR const char *"
"strncasecmp","strings.h","","int","FAR const char *","FAR const char *","size_t"
"strncat","string.h","","FAR char","FAR char *","FAR const char *","size_t"
"strncmp","string.h","","int","FAR const char *","FAR const char *","size_t"
"strncpy","string.h","","FAR char","FAR char *","FAR const char *","size_t"
"strndup","string.h","","FAR char","FAR const char *","size_t"
"strnlen","string.h","","size_t","FAR const char *","size_t"
"strpbrk","string.h","","FAR char","FAR const char *","FAR const char *"
"strrchr","string.h","","FAR char","FAR const char *","int"
"strspn","string.h","","size_t","FAR const char *","FAR const char *"
"strstr","string.h","","FAR char","FAR const char *","FAR const char *"
"strtod","stdlib.h","","double_t","FAR const char *str","FAR char **endptr"
"strtok","string.h","","FAR char","FAR char *","FAR const char *"
"strtok_r","string.h","","FAR char","FAR char *","FAR const char *","FAR char **"
"strtol","string.h","","long","FAR const char *","FAR char **","int"
"strtoll","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","long long","FAR const char *nptr","FAR char **endptr","int base"
"strtoul","stdlib.h","","unsigned long","FAR const char *","FAR char **","int"
"strtoull","stdlib.h","defined(CONFIG_HAVE_LONG_LONG)","unsigned long long","FAR const char *","FAR char **","int"
"strxfrm","string.h","defined(CONFIG_LIBC_LOCALE)","size_t","FAR char *","FAR const char *","size_t"
"swab","unistd.h","","void","int","FAR const void *","FAR void *","ssize_t"
"swprintf","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","FAR wchar_t *","size_t","FAR const wchar_t *","..."
"syslog","syslog.h","","int","int","FAR const char *","..."
"tcflush","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","int"
"tcgetattr","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","FAR struct termios *"
"tcsetattr","termios.h","CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS)","int","int","int","FAR const struct termios *"
"telldir","dirent.h","CONFIG_NFILE_DESCRIPTORS > 0","off_t","FAR DIR *"
"time","time.h","","time_t","time_t *"
"towlower","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"towupper","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"ub16divub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
"ub16mulub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
"ub16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t"
"ungetc","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","int","FAR FILE *"
"usleep","unistd.h","!defined(CONFIG_DISABLE_SIGNALS)","int","int","FAR FILE *"
"_info","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO)","int","FAR const char *","..."
"vfprintf","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR FILE *","FAR const char *","va_list"
"vprintf","stdio.h","CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0","int","FAR const char *","va_list"
"vsnprintf","stdio.h","","int","FAR char *","size_t","FAR const char *","va_list"
"vsprintf","stdio.h","","int","FAR char *","FAR const char *","va_list"
"vsscanf","stdio.h","","int","FAR char *","FAR const char *","va_list"
"vsyslog","syslog.h","","int","int","FAR const char *","va_list"
"wcrtomb","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR char *","wchar_t","mbstate_t *"
"wcscmp","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","FAR const wchar_t *","FAR const wchar_t *"
"wcscoll","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","FAR const wchar_t *","FAR const wchar_t *"
"wcsftime","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR wchar_t *","size_t","FAR const wchar_t *","FAR const struct tm *"
"wcslcpy","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR const wchar_t *","FAR const wchar_t *","size_t"
"wcslen","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","FAR const wchar_t *"
"wcsnrtombs","wchar.h","","size_t","FAR char *","FAR const wchar_t **","size_t","size_t","mbstate_t *"
"wcstod","wchar.h","defined(CONFIG_LIBC_WCHAR)","","FAR const wchar_t *","FAR wchar_t **"
"wcstof","wchar.h","defined(CONFIG_LIBC_WCHAR)","float","FAR const wchar_t *","FAR wchar_t **"
"wcstol","wchar.h","defined(CONFIG_LIBC_WCHAR)","long int","FAR const wchar_t *","FAR wchar_t **","int"
"wcstold","wchar.h","defined(CONFIG_LIBC_WCHAR)","long double","FAR const wchar_t *","FAR wchar_t **"
"wcstoll","wchar.h","defined(CONFIG_LIBC_WCHAR)","long long int","FAR const wchar_t *","FAR wchar_t **","int"
"wcstoul","wchar.h","defined(CONFIG_LIBC_WCHAR)","unsigned long int","FAR const wchar_t *","FAR wchar_t **","int"
"wcsxfrm","wchar.h","defined(CONFIG_LIBC_WCHAR)","size_t","wchar_t *","FAR const wchar_t *","size_t"
"wctob","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","wchar_t"
"wctomb","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","FAR char *","wchar_t"
"wctype","wctype.h","defined(CONFIG_LIBC_WCHAR)","wctype_t","FAR const char *"
"wmemchr","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchar_t *","wchar_t *","wchar_t","size_t"
"wmemcmp","wchar.h","defined(CONFIG_LIBC_WCHAR)","int","wchar_t *","wchar_t *","size_t"
"wmemcpy","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t *","size_t"
"wmemmove","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t *","size_t"
"wmemset","wchar.h","defined(CONFIG_LIBC_WCHAR)","wchat_t *","wchar_t *","wchar_t","size_t"
"_warn","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN)","int","FAR const char *","..."
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 ** FAR const char * ...
8 vasprintf stdio.h int FAR char ** FAR 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 clock time.h clock_t
20 crc32 crc32.h uint32_t FAR const uint8_t * size_t
21 crc32part crc32.h uint32_t FAR const uint8_t * size_t uint32_t
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 _err debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR) int FAR const char * ...
31 ether_ntoa netinet/ether.h FAR char FAR const struct ether_addr *
32 fclose stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE *
33 fdopen stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 FAR FILE int FAR const char *
34 fflush stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE *
35 ffs strings.h int int
36 fgetc stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE *
37 fgetpos stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE * FAR fpos_t *
38 fgets stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 FAR char FAR char * int FAR FILE *
39 fileno stdio.h int FAR FILE *
40 fopen stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 FAR FILE FAR const char * FAR const char *
41 fprintf stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE * FAR const char * ...
42 fputc stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int int c FAR FILE *
43 fputs stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR const char * FAR FILE *
44 fread stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 size_t FAR void * size_t size_t FAR FILE *
45 fseek stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE * long int int
46 fsetpos stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE * FAR fpos_t *
47 ftell stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 long FAR FILE *
48 fwrite stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 size_t FAR const void * size_t size_t FAR FILE *
49 getcwd unistd.h CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) FAR char FAR char * size_t
50 gethostname unistd.h defined(CONFIG_LIBC_NETDB) int FAR char* size_t
51 getopt unistd.h int int FAR char *const[] FAR const char *
52 getoptargp unistd.h FAR char *
53 getoptindp unistd.h int
54 getoptoptp unistd.h int
55 gets stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 FAR char FAR char *
56 gmtime time.h struct tm FAR const time_t *
57 gmtime_r time.h FAR struct tm FAR const time_t * FAR struct tm *
58 htonl arpa/inet.h uint32_t uint32_t
59 htons arpa/inet.h uint16_t uint16_t
60 imaxabs inttypes.h intmax_t intmax_t
61 inet_addr arpa/inet.h in_addr_t FAR const char
62 inet_ntoa arpa/inet.h defined(CONFIG_NET_IPv4) && defined(CONFIG_CAN_PASS_STRUCTS) FAR char struct in_addr
63 inet_ntop arpa/inet.h FAR const char int FAR const void * FAR char * socklen_t
64 inet_pton arpa/inet.h int int FAR const char * FAR void *
65 iswalnum wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
66 iswalpha wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
67 iswblank wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
68 iswcntrl wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
69 iswctype wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t wctype_t
70 iswdigit wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
71 iswgraph wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
72 iswlower wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
73 iswprint wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
74 iswpunct wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
75 iswspace wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
76 iswupper wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
77 iswxdigit wctype.h defined(CONFIG_LIBC_WCHAR) int wint_t
78 labs stdlib.h long int long int
79 lib_dumpbuffer debug.h void FAR const char * FAR const uint8_t * unsigned int
80 lio_listio aio.h defined(CONFIG_FS_AIO) int int FAR struct aiocb *const []|FAR struct aiocb *const * int FAR struct sigevent *
81 llabs stdlib.h defined(CONFIG_HAVE_LONG_LONG) long long int long long int
82 match nuttx/lib/regex.h int FAR const char * FAR const char *
83 mbrtowc wchar.h defined(CONFIG_LIBC_WCHAR) size_t wchar_t * FAR const char * size_t mbstate_t *
84 mbsnrtowcs wchar.h size_t FAR wchar_t * FAR const char ** size_t size_t mbstate_t *
85 mbtowc wchar.h defined(CONFIG_LIBC_WCHAR) int wchar_t * FAR const wchar_t * size_t
86 memccpy string.h FAR void FAR void * FAR const void * int c size_t
87 memchr string.h FAR void FAR const void * int c size_t
88 memcmp string.h int FAR const void * FAR const void * size_t
89 memcpy string.h FAR void FAR void * FAR const void * size_t
90 memmove string.h FAR void FAR void * FAR const void * size_t
91 memset string.h FAR void FAR void * int c size_t
92 mkfifo sys/stat.h CONFIG_NFILE_DESCRIPTORS > 0 int FAR const char* mode_t
93 mktime time.h time_t FAR const struct tm *
94 ntohl arpa/inet.h uint32_t uint32_t
95 ntohs arpa/inet.h uint16_t uint16_t
96 perror stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 void FAR const char *
97 pipe unistd.h CONFIG_NFILE_DESCRIPTORS > 0 int int [2]|int*
98 printf stdio.h int FAR const char * ...
99 pthread_attr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t *
100 pthread_attr_getinheritsched pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR const pthread_attr_t * FAR int *
101 pthread_attr_getschedparam pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * FAR struct sched_param *
102 pthread_attr_getschedpolicy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * int *
103 pthread_attr_getstacksize pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * FAR long *
104 pthread_attr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t *
105 pthread_attr_setinheritsched pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * int
106 pthread_attr_setschedparam pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * FAR const struct sched_param *
107 pthread_attr_setschedpolicy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * int
108 pthread_attr_setstacksize pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_attr_t * long
109 pthread_barrierattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrierattr_t *
110 pthread_barrierattr_getpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR const pthread_barrierattr_t * FAR int *
111 pthread_barrierattr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrierattr_t *
112 pthread_barrierattr_setpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrierattr_t * int
113 pthread_barrier_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrier_t*
114 pthread_barrier_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrier_t* FAR const pthread_barrierattr_t* unsigned int
115 pthread_barrier_wait pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_barrier_t*
116 pthread_condattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_condattr_t *
117 pthread_condattr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_condattr_t *
118 pthread_cond_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_cond_t*
119 pthread_cond_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_cond_t* FAR const pthread_condattr_t*
120 pthread_mutexattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_mutexattr_t *
121 pthread_mutexattr_getpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_mutexattr_t * FAR int *
122 pthread_mutexattr_gettype pthread.h !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES) int FAR const pthread_mutexattr_t * int *
123 pthread_mutexattr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_mutexattr_t *
124 pthread_mutexattr_setpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_mutexattr_t * int
125 pthread_mutexattr_settype pthread.h !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES) int pthread_mutexattr_t * int
126 pthread_once pthread.h !defined(CONFIG_DISABLE_PTHREAD) int FAR pthread_once_t* CODE void (*)(void)
127 pthread_yield pthread.h !defined(CONFIG_DISABLE_PTHREAD) void
128 puts stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR const char *
129 qsort stdlib.h void void * size_t size_t int(*)(const void * FAR const void *)
130 rand stdlib.h int
131 readdir_r dirent.h CONFIG_NFILE_DESCRIPTORS > 0 int FAR DIR * FAR struct dirent * FAR struct dirent **
132 sched_get_priority_max sched.h int int
133 sched_get_priority_min sched.h int int
134 sem_getvalue semaphore.h int FAR sem_t * FAR int *
135 sem_init semaphore.h int FAR sem_t * int unsigned int
136 sendfile sys/sendfile.h CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0 ssize_t int int off_t size_t
137 setlocale local.h FAR char *s int FAR const char *s
138 setlogmask syslog.h int int
139 sigaddset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t * int
140 sigdelset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t * int
141 sigemptyset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t *
142 sigfillset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t *
143 sigismember signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR const sigset_t * int
144 sleep unistd.h !defined(CONFIG_DISABLE_SIGNALS) unsigned int unsigned int
145 snprintf stdio.h int FAR char * size_t FAR const char * ...
146 sprintf stdio.h int FAR char * FAR const char * ...
147 sq_addafter queue.h void FAR sq_entry_t * FAR sq_entry_t * FAR sq_queue_t *
148 sq_addfirst queue.h void FAR sq_entry_t * sq_queue_t *
149 sq_addlast queue.h void FAR sq_entry_t * sq_queue_t *
150 sq_rem queue.h void FAR sq_entry_t * sq_queue_t *
151 sq_remafter queue.h FAR sq_entry_t FAR sq_entry_t * sq_queue_t *
152 sq_remfirst queue.h FAR sq_entry_t sq_queue_t *
153 sq_remlast queue.h FAR sq_entry_t sq_queue_t *
154 srand stdlib.h void unsigned int
155 sscanf stdio.h int FAR const char * FAR const char * ...
156 strcasecmp strings.h int FAR const char * FAR const char *
157 strcasestr string.h FAR char FAR const char * FAR const char *
158 strcat string.h FAR char FAR char * FAR const char *
159 strchr string.h FAR char FAR const char * int
160 strcmp string.h int FAR const char * FAR const char *
161 strcoll string.h CONFIG_LIBC_LOCALE int FAR const char * FAR const char *
162 strcpy string.h FAR char * FAR char * FAR const char *
163 strcspn string.h size_t FAR const char * FAR const char *
164 strdup string.h FAR char FAR const char *
165 strerror string.h FAR const char int
166 strerror_r string.h int int FAR char * size_t
167 strftime time.h size_t FAR char * size_t FAR const char * FAR const struct tm *
168 strlen string.h size_t FAR const char *
169 strncasecmp strings.h int FAR const char * FAR const char * size_t
170 strncat string.h FAR char FAR char * FAR const char * size_t
171 strncmp string.h int FAR const char * FAR const char * size_t
172 strncpy string.h FAR char FAR char * FAR const char * size_t
173 strndup string.h FAR char FAR const char * size_t
174 strnlen string.h size_t FAR const char * size_t
175 strpbrk string.h FAR char FAR const char * FAR const char *
176 strrchr string.h FAR char FAR const char * int
177 strspn string.h size_t FAR const char * FAR const char *
178 strstr string.h FAR char FAR const char * FAR const char *
179 strtod stdlib.h double_t FAR const char *str FAR char **endptr
180 strtok string.h FAR char FAR char * FAR const char *
181 strtok_r string.h FAR char FAR char * FAR const char * FAR char **
182 strtol string.h long FAR const char * FAR char ** int
183 strtoll stdlib.h defined(CONFIG_HAVE_LONG_LONG) long long FAR const char *nptr FAR char **endptr int base
184 strtoul stdlib.h unsigned long FAR const char * FAR char ** int
185 strtoull stdlib.h defined(CONFIG_HAVE_LONG_LONG) unsigned long long FAR const char * FAR char ** int
186 strxfrm string.h defined(CONFIG_LIBC_LOCALE) size_t FAR char * FAR const char * size_t
187 swab unistd.h void int FAR const void * FAR void * ssize_t
188 swprintf wchar.h defined(CONFIG_LIBC_WCHAR) int FAR wchar_t * size_t FAR const wchar_t * ...
189 syslog syslog.h int int FAR const char * ...
190 tcflush termios.h CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) int int int
191 tcgetattr termios.h CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) int int FAR struct termios *
192 tcsetattr termios.h CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) int int int FAR const struct termios *
193 telldir dirent.h CONFIG_NFILE_DESCRIPTORS > 0 off_t FAR DIR *
194 time time.h time_t time_t *
195 towlower wchar.h defined(CONFIG_LIBC_WCHAR) wint_t wint_t
196 towupper wchar.h defined(CONFIG_LIBC_WCHAR) wint_t wint_t
197 ub16divub16 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t ub16_t ub16_t
198 ub16mulub16 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t ub16_t ub16_t
199 ub16sqr fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t ub16_t
200 ungetc stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int int FAR FILE *
201 usleep unistd.h !defined(CONFIG_DISABLE_SIGNALS) int int FAR FILE *
202 _info debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO) int FAR const char * ...
203 vfprintf stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR FILE * FAR const char * va_list
204 vprintf stdio.h CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 int FAR const char * va_list
205 vsnprintf stdio.h int FAR char * size_t FAR const char * va_list
206 vsprintf stdio.h int FAR char * FAR const char * va_list
207 vsscanf stdio.h int FAR char * FAR const char * va_list
208 vsyslog syslog.h int int FAR const char * va_list
209 wcrtomb wchar.h defined(CONFIG_LIBC_WCHAR) size_t FAR char * wchar_t mbstate_t *
210 wcscmp wchar.h defined(CONFIG_LIBC_WCHAR) int FAR const wchar_t * FAR const wchar_t *
211 wcscoll wchar.h defined(CONFIG_LIBC_WCHAR) int FAR const wchar_t * FAR const wchar_t *
212 wcsftime wchar.h defined(CONFIG_LIBC_WCHAR) size_t FAR wchar_t * size_t FAR const wchar_t * FAR const struct tm *
213 wcslcpy wchar.h defined(CONFIG_LIBC_WCHAR) size_t FAR const wchar_t * FAR const wchar_t * size_t
214 wcslen wchar.h defined(CONFIG_LIBC_WCHAR) size_t FAR const wchar_t *
215 wcsnrtombs wchar.h size_t FAR char * FAR const wchar_t ** size_t size_t mbstate_t *
216 wcstod wchar.h defined(CONFIG_LIBC_WCHAR) FAR const wchar_t * FAR wchar_t **
217 wcstof wchar.h defined(CONFIG_LIBC_WCHAR) float FAR const wchar_t * FAR wchar_t **
218 wcstol wchar.h defined(CONFIG_LIBC_WCHAR) long int FAR const wchar_t * FAR wchar_t ** int
219 wcstold wchar.h defined(CONFIG_LIBC_WCHAR) long double FAR const wchar_t * FAR wchar_t **
220 wcstoll wchar.h defined(CONFIG_LIBC_WCHAR) long long int FAR const wchar_t * FAR wchar_t ** int
221 wcstoul wchar.h defined(CONFIG_LIBC_WCHAR) unsigned long int FAR const wchar_t * FAR wchar_t ** int
222 wcsxfrm wchar.h defined(CONFIG_LIBC_WCHAR) size_t wchar_t * FAR const wchar_t * size_t
223 wctob wchar.h defined(CONFIG_LIBC_WCHAR) int wchar_t
224 wctomb wchar.h defined(CONFIG_LIBC_WCHAR) int FAR char * wchar_t
225 wctype wctype.h defined(CONFIG_LIBC_WCHAR) wctype_t FAR const char *
226 wmemchr wchar.h defined(CONFIG_LIBC_WCHAR) wchar_t * wchar_t * wchar_t size_t
227 wmemcmp wchar.h defined(CONFIG_LIBC_WCHAR) int wchar_t * wchar_t * size_t
228 wmemcpy wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t * wchar_t * size_t
229 wmemmove wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t * wchar_t * size_t
230 wmemset wchar.h defined(CONFIG_LIBC_WCHAR) wchat_t * wchar_t * wchar_t size_t
231 _warn debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN) int FAR const char * ...