From d832df88a56a3932fa720377cb86fe90aaabd333 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 28 Apr 2022 09:50:52 +0900 Subject: [PATCH] libc.csv: sort --- libs/libc/libc.csv | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libs/libc/libc.csv b/libs/libc/libc.csv index 5054e927c1..fde50b25d4 100644 --- a/libs/libc/libc.csv +++ b/libs/libc/libc.csv @@ -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"