Files
nuttx/libs/libc/libc.csv
T
Miguel Herranz 819ebe7356 libc/stdio: Add stdio file locking functions
Add flockfile(), ftrylockfile() and funlockfile() functions [1].

[1] POSIX.1-2008 / System Interfaces / flockfile
    https://pubs.opengroup.org/onlinepubs/9699919799.2008edition/functions/flockfile.html

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