Files
nuttx/libs/libc/libc.csv
T
2022-08-17 11:23:56 +08:00

23 KiB

1__errnoerrno.hdefined(CONFIG_BUILD_FLAT)FAR int *
2__stack_chk_failssp/ssp.hdefined(CONFIG_STACK_CANARIES)voidvoid
3_alertdebug.h!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)voidFAR const char *...
4_assertassert.hvoidFAR const char *int
5_errdebug.h!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)voidFAR const char *...
6_infodebug.h!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO)voidFAR const char *...
7_warndebug.h!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN)voidFAR const char *...
8abortstdlib.hvoid
9absstdlib.hintint
10aio_erroraio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
11aio_returnaio.hdefined(CONFIG_FS_AIO)ssize_tFAR struct aiocb *
12aio_suspendaio.hdefined(CONFIG_FS_AIO)intFAR const struct aiocb * const []|FAR const struct aiocb * const *intFAR const struct timespec *
13alarmunistd.h!defined(CONFIG_DISABLE_POSIX_TIMERS)unsigned intunsigned int
14asprintfstdio.hintFAR char **FAR const IPTR char *...
15atofstdlib.hdefined(CONFIG_HAVE_DOUBLE)doubleFAR const char *
16atoistdlib.hintFAR const char *
17atolstdlib.hlongFAR const char *
18atollstdlib.hdefined(CONFIG_HAVE_LONG_LONG)long longFAR const char *
19b16atan2fixedmath.h!defined(CONFIG_HAVE_LONG_LONG)b16_tb16_tb16_t
20b16cosfixedmath.hb16_tb16_t
21b16divb16fixedmath.h!defined(CONFIG_HAVE_LONG_LONG)b16_tb16_tb16_t
22b16mulb16fixedmath.h!defined(CONFIG_HAVE_LONG_LONG)b16_tb16_tb16_t
23b16sinfixedmath.hb16_tb16_t
24b16sqrfixedmath.h!defined(CONFIG_HAVE_LONG_LONG)b16_tb16_t
25basenamelibgen.hFAR char *FAR char *
26btowcwchar.hwint_tint
27callocstdlib.hFAR void *size_tsize_t
28cfgetspeedtermios.hdefined(CONFIG_SERIAL_TERMIOS)speed_tFAR const struct termios *
29cfsetspeedtermios.hdefined(CONFIG_SERIAL_TERMIOS)intFAR struct termios *speed_t
30chdirunistd.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *
31clocktime.hclock_t
32crc32nuttx/crc32.huint32_tFAR const uint8_t *size_t
33crc32partnuttx/crc32.huint32_tFAR const uint8_t *size_tuint32_t
34ctimetime.hchar *const time_t *
35dirnamelibgen.hFAR char *FAR char *
36dlclosedlfcn.hdefined(CONFIG_LIBC_DLFCN)intFAR void *
37dlerrordlfcn.hdefined(CONFIG_LIBC_DLFCN)FAR char *void
38dlopendlfcn.hdefined(CONFIG_LIBC_DLFCN)FAR void *FAR const char *int
39dlsymdlfcn.hdefined(CONFIG_LIBC_DLFCN)FAR void *FAR void *FAR const char *
40dlsymtabdlfcn.hdefined(CONFIG_LIBC_DLFCN)intFAR const struct symtab_s *int
41dq_addafterqueue.hvoidFAR dq_entry_t *FAR dq_entry_t *FAR dq_queue_t *
42dq_addbeforequeue.hvoidFAR dq_entry_t *FAR dq_entry_t *FAR dq_queue_t *
43dq_addfirstqueue.hvoidFAR dq_entry_t *FAR dq_queue_t *
44dq_addlastqueue.hvoidFAR dq_entry_t *FAR dq_queue_t *
45dq_remqueue.hvoidFAR dq_entry_t *FAR dq_queue_t *
46dq_remfirstqueue.hFAR dq_entry_t *FAR dq_queue_t *
47dq_remlastqueue.hFAR dq_entry_t *FAR dq_queue_t *
48ether_ntoanetinet/ether.hFAR char *FAR const struct ether_addr *
49fchdirunistd.h!defined(CONFIG_DISABLE_ENVIRON)intint
50fclosestdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *
51fdopenstdio.hdefined(CONFIG_FILE_STREAM)FAR FILE *intFAR const char *
52feofstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *
53ferrorstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *
54fflushstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *
55ffsstrings.hintint
56fgetcstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *
57fgetposstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *FAR fpos_t *
58fgetsstdio.hdefined(CONFIG_FILE_STREAM)FAR char *FAR char *intFAR FILE *
59filenostdio.hintFAR FILE *
60fnmatchfnmatch.hintFAR const char *FAR const char *int
61fopenstdio.hdefined(CONFIG_FILE_STREAM)FAR FILE *FAR const char *FAR const char *
62fprintfstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *FAR const IPTR char *...
63fputcstdio.hdefined(CONFIG_FILE_STREAM)intintFAR FILE *
64fputsstdio.hdefined(CONFIG_FILE_STREAM)intFAR const IPTR char *FAR FILE *
65freadstdio.hdefined(CONFIG_FILE_STREAM)size_tFAR void *size_tsize_tFAR FILE *
66freestdlib.hvoidFAR void *
67freeaddrinfonetdb.hdefined(CONFIG_LIBC_NETDB)voidFAR struct addrinfo *
68fseekstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *long intint
69fsetposstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *FAR fpos_t *
70fstatvfssys/statvfs.hintintFAR struct statvfs *
71ftellstdio.hdefined(CONFIG_FILE_STREAM)longFAR FILE *
72fwritestdio.hdefined(CONFIG_FILE_STREAM)size_tFAR const void *size_tsize_tFAR FILE *
73gai_strerrornetdb.hdefined(CONFIG_LIBC_NETDB)FAR const char *int
74getaddrinfonetdb.hdefined(CONFIG_LIBC_NETDB)intFAR const char *FAR const char *FAR const struct addrinfo *FAR struct addrinfo **
75getcwdunistd.h!defined(CONFIG_DISABLE_ENVIRON)FAR char *FAR char *size_t
76getegidunistd.hgid_tvoid
77geteuidunistd.huid_tvoid
78gethostbynamenetdb.hdefined(CONFIG_LIBC_NETDB)FAR struct hostent *FAR const char *
79gethostbyname2netdb.hdefined(CONFIG_LIBC_NETDB)FAR struct hostent *FAR const char *int
80gethostnameunistd.hintFAR char *size_t
81getnameinfonetdb.hdefined(CONFIG_LIBC_NETDB)intFAR const struct sockaddr *socklen_tFAR char *socklen_tFAR char *socklen_tint
82getoptunistd.hintintFAR char * const []|FAR char * const *FAR const char *
83getoptargpunistd.hFAR char **
84getopterrpunistd.hFAR int *
85getoptindpunistd.hFAR int *
86getoptoptpunistd.hFAR int *
87getprioritysys/resource.hintintid_t
88getsstdio.hdefined(CONFIG_FILE_STREAM)FAR char *FAR char *
89gettimeofdaysys/time.hintFAR struct timeval *FAR struct timezone *
90gmtimetime.hFAR struct tm *FAR const time_t *
91gmtime_rtime.hFAR struct tm *FAR const time_t *FAR struct tm *
92htonlarpa/inet.huint32_tuint32_t
93htonsarpa/inet.huint16_tuint16_t
94imaxabsinttypes.hintmax_tintmax_t
95inet_addrarpa/inet.hin_addr_tFAR const char *
96inet_ntoaarpa/inet.hdefined(CONFIG_NET_IPv4)FAR char *struct in_addr
97inet_ntoparpa/inet.hFAR const charintFAR const void *FAR char *socklen_t
98inet_ptonarpa/inet.hintintFAR const char *FAR void *
99isalnumctype.hintint
100isalphactype.hintint
101isasciictype.hintint
102isblankctype.hintint
103iscntrlctype.hintint
104isdigitctype.hintint
105isgraphctype.hintint
106islowerctype.hintint
107isprintctype.hintint
108ispunctctype.hintint
109isspacectype.hintint
110isupperctype.hintint
111iswalnumwctype.hintwint_t
112iswalphawctype.hintwint_t
113iswblankwctype.hintwint_t
114iswcntrlwctype.hintwint_t
115iswctypewctype.hintwint_twctype_t
116iswdigitwctype.hintwint_t
117iswgraphwctype.hintwint_t
118iswlowerwctype.hintwint_t
119iswprintwctype.hintwint_t
120iswpunctwctype.hintwint_t
121iswspacewctype.hintwint_t
122iswupperwctype.hintwint_t
123iswxdigitwctype.hintwint_t
124isxdigitctype.hintint
125labsstdlib.hlong intlong int
126lib_dumpbufferdebug.hvoidFAR const char *FAR const uint8_t *unsigned int
127lio_listioaio.hdefined(CONFIG_FS_AIO)intintFAR struct aiocb * const []|FAR struct aiocb * const *intFAR struct sigevent *
128llabsstdlib.hdefined(CONFIG_HAVE_LONG_LONG)long long intlong long int
129localtimetime.hstruct tm *const time_t *
130mallinfomalloc.hstruct mallinfovoid
131mallocstdlib.hFAR void *size_t
132malloc_sizemalloc.hsize_tFAR void *
133mblenstdlib.hintFAR const char *size_t
134mbrlenwchar.hsize_tFAR const char *size_tFAR mbstate_t *
135mbrtowcwchar.hsize_tFAR wchar_t *FAR const char *size_tFAR mbstate_t *
136mbsnrtowcswchar.hsize_tFAR wchar_t *FAR const char **size_tsize_tFAR mbstate_t *
137mbsrtowcswchar.hsize_tFAR wchar_t *FAR const char **size_tFAR mbstate_t *
138mbstowcsstdlib.hsize_tFAR wchar_t *FAR const char *size_t
139mbtowcstdlib.hintFAR wchar_t *FAR const char *size_t
140memccpystring.hFAR void *FAR void *FAR const void *intsize_t
141memchrstring.hFAR void *FAR const void *intsize_t
142memcmpstring.hintFAR const void *FAR const void *size_t
143memcpystring.hFAR void *FAR void *FAR const void *size_t
144memmovestring.hFAR void *FAR void *FAR const void *size_t
145memsetstring.hFAR void *FAR void *intsize_t
146mkdtempstdlib.hFAR char *FAR char *
147mkfifosys/stat.hdefined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0intFAR const char *mode_t
148mkstempstdlib.hintFAR char *
149mktempstdlib.hFAR char *FAR char *
150mktimetime.htime_tFAR struct tm *
151niceunistd.hintint
152ntohlarpa/inet.huint32_tuint32_t
153ntohsarpa/inet.huint16_tuint16_t
154perrorstdio.hdefined(CONFIG_FILE_STREAM)voidFAR const char *
155pipeunistd.hdefined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0intint [2]|FAR int *
156pipe2unistd.hdefined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0intint [2]|FAR int *int
157posix_fallocatefcntl.hintoff_toff_t
158preadvsys/uio.hssize_tintFAR const struct iovec *intoff_t
159printfstdio.hintFAR const IPTR char *...
160pthread_attr_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *
161pthread_attr_getinheritschedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR const pthread_attr_t *FAR int *
162pthread_attr_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR const pthread_attr_t *FAR struct sched_param *
163pthread_attr_getschedpolicypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR const pthread_attr_t *FAR int *
164pthread_attr_getstacksizepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR const pthread_attr_t *FAR size_t *
165pthread_attr_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *
166pthread_attr_setinheritschedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *int
167pthread_attr_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *FAR const struct sched_param *
168pthread_attr_setschedpolicypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *int
169pthread_attr_setstacksizepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_attr_t *size_t
170pthread_barrier_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t *
171pthread_barrier_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t *FAR const pthread_barrierattr_t *unsigned int
172pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t *
173pthread_barrierattr_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrierattr_t *
174pthread_barrierattr_getpsharedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR const pthread_barrierattr_t *FAR int *
175pthread_barrierattr_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrierattr_t *
176pthread_barrierattr_setpsharedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrierattr_t *int
177pthread_cond_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *
178pthread_cond_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *FAR const pthread_condattr_t *
179pthread_cond_timedwaitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *FAR pthread_mutex_t *FAR const struct timespec *
180pthread_condattr_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_condattr_t *
181pthread_condattr_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_condattr_t *
182pthread_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_t *FAR const pthread_attr_t *pthread_startroutine_tpthread_addr_t
183pthread_getname_nppthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tchar *size_t
184pthread_mutex_lockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
185pthread_mutexattr_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutexattr_t *
186pthread_mutexattr_getpsharedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutexattr_t *FAR int *
187pthread_mutexattr_gettypepthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES)intFAR const pthread_mutexattr_t *FAR int *
188pthread_mutexattr_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutexattr_t *
189pthread_mutexattr_setpsharedpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutexattr_t *int
190pthread_mutexattr_settypepthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES)intFAR pthread_mutexattr_t *int
191pthread_oncepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_once_t*CODE void (*)(void)
192pthread_setname_nppthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tconst char *
193pthread_yieldpthread.h!defined(CONFIG_DISABLE_PTHREAD)void
194putsstdio.hdefined(CONFIG_FILE_STREAM)intFAR const IPTR char *
195pwritevsys/uio.hssize_tintFAR const struct iovec *intoff_t
196qsortstdlib.hvoidFAR void *size_tsize_tint(*)(FAR const void *FAR const void *)
197randstdlib.hint
198readdir_rdirent.hintFAR DIR *FAR struct dirent *FAR struct dirent **
199readvsys/uio.hssize_tintFAR const struct iovec *int
200reallocstdlib.hFAR void *FAR void *size_t
201rewindstdio.hdefined(CONFIG_FILE_STREAM)voidFAR FILE *
202sched_get_priority_maxsched.hintint
203sched_get_priority_minsched.hintint
204sem_getvaluesemaphore.hintFAR sem_t *FAR int *
205sem_initsemaphore.hintFAR sem_t *intunsigned int
206setlocalelocale.hdefined(CONFIG_LIBC_LOCALE)FAR char *intFAR const char *
207setlogmasksyslog.hintint
208setprioritysys/resource.hintintid_tint
209shutdownsys/socket.hdefined(CONFIG_NET)intintint
210sigaddsetsignal.hintFAR sigset_t *int
211sigdelsetsignal.hintFAR sigset_t *int
212sigemptysetsignal.hintFAR sigset_t *
213sigfillsetsignal.hintFAR sigset_t *
214sigismembersignal.hintFAR const sigset_t *int
215signalsignal.h_sa_handler_tint_sa_handler_t
216sleepunistd.hunsigned intunsigned int
217snprintfstdio.hintFAR char *size_tFAR const IPTR char *...
218sprintfstdio.hintFAR char *FAR const IPTR char *...
219sq_addafterqueue.hvoidFAR sq_entry_t *FAR sq_entry_t *FAR sq_queue_t *
220sq_addfirstqueue.hvoidFAR sq_entry_t *FAR sq_queue_t *
221sq_addlastqueue.hvoidFAR sq_entry_t *FAR sq_queue_t *
222sq_remqueue.hvoidFAR sq_entry_t *FAR sq_queue_t *
223sq_remafterqueue.hFAR sq_entry_tFAR sq_entry_t *FAR sq_queue_t *
224sq_remfirstqueue.hFAR sq_entry_t *FAR sq_queue_t *
225sq_remlastqueue.hFAR sq_entry_t *FAR sq_queue_t *
226srandstdlib.hvoidunsigned int
227sscanfstdio.hintFAR const IPTR char *FAR const char *...
228statvfssys/statvfs.hintFAR const char *FAR struct statvfs *
229strcasecmpstrings.hintFAR const char *FAR const char *
230strcasestrstring.hFAR char *FAR const char *FAR const char *
231strcatstring.hFAR char *FAR char *FAR const char *
232strchrstring.hFAR charFAR const char *int
233strcmpstring.hintFAR const char *FAR const char *
234strcollstring.hdefined(CONFIG_LIBC_LOCALE)intFAR const char *FAR const char *
235strcpystring.hFAR char *FAR char *FAR const char *
236strcspnstring.hsize_tFAR const char *FAR const char *
237strdupstring.hFAR char *FAR const char *
238strerrorstring.hFAR char *int
239strerror_rstring.hintintFAR char *size_t
240strftimetime.hsize_tFAR char *size_tFAR const char *FAR const struct tm *
241strlenstring.hsize_tFAR const char *
242strncasecmpstrings.hintFAR const char *FAR const char *size_t
243strncatstring.hFAR char *FAR char *FAR const char *size_t
244strncmpstring.hintFAR const char *FAR const char *size_t
245strncpystring.hFAR char *FAR char *FAR const char *size_t
246strndupstring.hFAR char *FAR const char *size_t
247strnlenstring.hsize_tFAR const char *size_t
248strpbrkstring.hFAR char *FAR const char *FAR const char *
249strrchrstring.hFAR char *FAR const char *int
250strspnstring.hsize_tFAR const char *FAR const char *
251strstrstring.hFAR charFAR const char *FAR const char *
252strtodstdlib.hdefined(CONFIG_HAVE_DOUBLE)doubleFAR const char *FAR char **
253strtoimaxinttypes.hintmax_tFAR const char *FAR char **int
254strtokstring.hFAR char *FAR char *FAR const char *
255strtok_rstring.hFAR char *FAR char *FAR const char *FAR char **
256strtolstdlib.hlongFAR const char *FAR char **int
257strtollstdlib.hdefined(CONFIG_HAVE_LONG_LONG)long longFAR const char *nptrFAR char **endptrint base
258strtoulstdlib.hunsigned longFAR const char *FAR char **int
259strtoullstdlib.hdefined(CONFIG_HAVE_LONG_LONG)unsigned long longFAR const char *FAR char **int
260strtoumaxinttypes.huintmax_tFAR const char *FAR char **int
261strxfrmstring.hdefined(CONFIG_LIBC_LOCALE)size_tFAR char *FAR const char *size_t
262swabunistd.hvoidFAR const void *FAR void *ssize_t
263swprintfwchar.hintFAR wchar_t *size_tFAR const wchar_t *...
264syslogsyslog.hvoidintFAR const IPTR char *...
265tcflushtermios.hdefined(CONFIG_SERIAL_TERMIOS)intintint
266tcgetattrtermios.hdefined(CONFIG_SERIAL_TERMIOS)intintFAR struct termios *
267tcsetattrtermios.hdefined(CONFIG_SERIAL_TERMIOS)intintintFAR const struct termios *
268telldirdirent.hoff_tFAR DIR *
269timetime.htime_tFAR time_t *
270tolowerctype.hintint
271toupperctype.hintint
272towlowerwchar.hwint_twint_t
273towupperwchar.hwint_twint_t
274truncateunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)FAR const char *off_t
275ub16divub16fixedmath.h!defined(CONFIG_HAVE_LONG_LONG)ub16_tub16_tub16_t
276ub16mulub16fixedmath.h!defined(CONFIG_HAVE_LONG_LONG)ub16_tub16_tub16_t
277ub16sqrfixedmath.h!defined(CONFIG_HAVE_LONG_LONG)ub16_tub16_t
278unamesys/utsname.hintFAR struct utsname *
279ungetcstdio.hdefined(CONFIG_FILE_STREAM)intintFAR FILE *
280usleepunistd.hintuseconds_t
281vasprintfstdio.hintFAR char **FAR const IPTR char *va_list
282vfprintfstdio.hdefined(CONFIG_FILE_STREAM)intFAR FILE *FAR const IPTR char *va_list
283vprintfstdio.hintFAR const IPTR char *va_list
284vscanfstdio.hdefined(CONFIG_FILE_STREAM)intFAR const IPTR char *va_list
285vsnprintfstdio.hintFAR char *size_tFAR const IPTR char *va_list
286vsprintfstdio.hintFAR char *FAR const IPTR char *va_list
287vsscanfstdio.hintFAR const char *FAR const IPTR char *va_list
288vsyslogsyslog.hvoidintFAR const IPTR char *va_list
289wcrtombwchar.hsize_tFAR char *wchar_tFAR mbstate_t *
290wcscmpwchar.hintFAR const wchar_t *FAR const wchar_t *
291wcscollwchar.hintFAR const wchar_t *FAR const wchar_t *
292wcsftimewchar.hsize_tFAR wchar_t *size_tFAR const wchar_t *FAR const struct tm *
293wcslcpywchar.hsize_tFAR wchar_t *FAR const wchar_t *size_t
294wcslenwchar.hsize_tFAR const wchar_t *
295wcsnrtombswchar.hsize_tFAR char *FAR const wchar_t **size_tsize_tFAR mbstate_t *
296wcsrtombswchar.hsize_tFAR char *FAR const wchar_t **size_tFAR mbstate_t *
297wcstodwchar.hdoubleFAR const wchar_t *FAR wchar_t **
298wcstofwchar.hfloatFAR const wchar_t *FAR wchar_t **
299wcstolwchar.hlong intFAR const wchar_t *FAR wchar_t **int
300wcstoldwchar.hlong doubleFAR const wchar_t *FAR wchar_t **
301wcstollwchar.hlong long intFAR const wchar_t *FAR wchar_t **int
302wcstombsstdlib.hsize_tFAR char *FAR const wchar_t *size_t
303wcstoulwchar.hunsigned long intFAR const wchar_t *FAR wchar_t **int
304wcsxfrmwchar.hsize_tFAR wchar_t *FAR const wchar_t *size_t
305wctobwchar.hintwint_t
306wctombstdlib.hintFAR char *wchar_t
307wctypewctype.hwctype_tFAR const char *
308wmemchrwchar.hFAR wchar_t *FAR const wchar_t *wchar_tsize_t
309wmemcmpwchar.hintFAR const wchar_t *FAR const wchar_t *size_t
310wmemcpywchar.hFAR wchat_t *FAR wchar_t *FAR const wchar_t *size_t
311wmemmovewchar.hFAR wchat_t *FAR wchar_t *FAR const wchar_t *size_t
312wmemsetwchar.hFAR wchat_t *FAR wchar_t *wchar_tsize_t
313writevsys/uio.hssize_tintFAR const struct iovec *int