libc.csv: sort

This commit is contained in:
YAMAMOTO Takashi
2022-04-28 09:50:52 +09:00
committed by Xiang Xiao
parent 2b938ed8f8
commit d832df88a5
+14 -14
View File
@@ -1,7 +1,7 @@
"__errno","errno.h","defined(CONFIG_BUILD_FLAT)","FAR int *"
"__stack_chk_fail","ssp/ssp.h","defined(CONFIG_STACK_CANARIES)","void","void"
"_assert","assert.h","","void","FAR const char *","int"
"_alert","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)","void","FAR const char *","..."
"_assert","assert.h","","void","FAR const char *","int"
"_err","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)","void","FAR const char *","..."
"_info","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO)","void","FAR const char *","..."
"_warn","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN)","void","FAR const char *","..."
@@ -91,21 +91,18 @@
"inet_ntoa","arpa/inet.h","defined(CONFIG_NET_IPv4)","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 *"
"isspace","ctype.h","","int","int"
"isascii","ctype.h","","int","int"
"isprint","ctype.h","","int","int"
"isgraph","ctype.h","","int","int"
"iscntrl","ctype.h","","int","int"
"islower","ctype.h","","int","int"
"isupper","ctype.h","","int","int"
"isalpha","ctype.h","","int","int"
"isblank","ctype.h","","int","int"
"isdigit","ctype.h","","int","int"
"isalnum","ctype.h","","int","int"
"isalpha","ctype.h","","int","int"
"isascii","ctype.h","","int","int"
"isblank","ctype.h","","int","int"
"iscntrl","ctype.h","","int","int"
"isdigit","ctype.h","","int","int"
"isgraph","ctype.h","","int","int"
"islower","ctype.h","","int","int"
"isprint","ctype.h","","int","int"
"ispunct","ctype.h","","int","int"
"isxdigit","ctype.h","","int","int"
"toupper","ctype.h","","int","int"
"tolower","ctype.h","","int","int"
"isspace","ctype.h","","int","int"
"isupper","ctype.h","","int","int"
"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"
@@ -119,6 +116,7 @@
"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"
"isxdigit","ctype.h","","int","int"
"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 *"
@@ -257,6 +255,8 @@
"tcsetattr","termios.h","defined(CONFIG_SERIAL_TERMIOS)","int","int","int","FAR const struct termios *"
"telldir","dirent.h","","off_t","FAR DIR *"
"time","time.h","","time_t","FAR time_t *"
"tolower","ctype.h","","int","int"
"toupper","ctype.h","","int","int"
"towlower","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"towupper","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"truncate","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","FAR const char *","off_t"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
2 __stack_chk_fail ssp/ssp.h defined(CONFIG_STACK_CANARIES) void
_assert assert.h void
3 _alert debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR) void
4 _assert assert.h void
5 _err debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR) void
6 _info debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO) void
7 _warn debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_WARN) void
91 inet_ntoa arpa/inet.h defined(CONFIG_NET_IPv4) FAR char *
92 inet_ntop arpa/inet.h FAR const char
93 inet_pton arpa/inet.h int
isspace ctype.h int
isascii ctype.h int
isprint ctype.h int
isgraph ctype.h int
iscntrl ctype.h int
islower ctype.h int
isupper ctype.h int
isalpha ctype.h int
isblank ctype.h int
isdigit ctype.h int
94 isalnum ctype.h int
95 isalpha ctype.h int
96 isascii ctype.h int
97 isblank ctype.h int
98 iscntrl ctype.h int
99 isdigit ctype.h int
100 isgraph ctype.h int
101 islower ctype.h int
102 isprint ctype.h int
103 ispunct ctype.h int
104 isxdigit isspace ctype.h int
105 toupper isupper ctype.h int
tolower ctype.h int
106 iswalnum wctype.h defined(CONFIG_LIBC_WCHAR) int
107 iswalpha wctype.h defined(CONFIG_LIBC_WCHAR) int
108 iswblank wctype.h defined(CONFIG_LIBC_WCHAR) int
116 iswspace wctype.h defined(CONFIG_LIBC_WCHAR) int
117 iswupper wctype.h defined(CONFIG_LIBC_WCHAR) int
118 iswxdigit wctype.h defined(CONFIG_LIBC_WCHAR) int
119 isxdigit ctype.h int
120 labs stdlib.h long int
121 lib_dumpbuffer debug.h void
122 lio_listio aio.h defined(CONFIG_FS_AIO) int
255 tcsetattr termios.h defined(CONFIG_SERIAL_TERMIOS) int
256 telldir dirent.h off_t
257 time time.h time_t
258 tolower ctype.h int
259 toupper ctype.h int
260 towlower wchar.h defined(CONFIG_LIBC_WCHAR) wint_t
261 towupper wchar.h defined(CONFIG_LIBC_WCHAR) wint_t
262 truncate unistd.h !defined(CONFIG_DISABLE_MOUNTPOINT) FAR const char *