libc.csv: Add new found missing functions

This commit is contained in:
Alan Carvalho de Assis
2022-08-17 11:23:56 +08:00
committed by Xiang Xiao
parent a7e7487053
commit cf6eabd125
+7
View File
@@ -46,6 +46,7 @@
"dq_remfirst","queue.h","","FAR dq_entry_t *","FAR dq_queue_t *"
"dq_remlast","queue.h","","FAR dq_entry_t *","FAR dq_queue_t *"
"ether_ntoa","netinet/ether.h","","FAR char *","FAR const struct ether_addr *"
"fchdir","unistd.h","!defined(CONFIG_DISABLE_ENVIRON)","int","int"
"fclose","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
"fdopen","stdio.h","defined(CONFIG_FILE_STREAM)","FAR FILE *","int","FAR const char *"
"feof","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
@@ -72,6 +73,8 @@
"gai_strerror","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR const char *","int"
"getaddrinfo","netdb.h","defined(CONFIG_LIBC_NETDB)","int","FAR const char *","FAR const char *","FAR const struct addrinfo *","FAR struct addrinfo **"
"getcwd","unistd.h","!defined(CONFIG_DISABLE_ENVIRON)","FAR char *","FAR char *","size_t"
"getegid","unistd.h","","gid_t","void"
"geteuid","unistd.h","","uid_t","void"
"gethostbyname","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR struct hostent *","FAR const char *"
"gethostbyname2","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR struct hostent *","FAR const char *","int"
"gethostname","unistd.h","","int","FAR char *","size_t"
@@ -81,6 +84,7 @@
"getopterrp","unistd.h","","FAR int *"
"getoptindp","unistd.h","","FAR int *"
"getoptoptp","unistd.h","","FAR int *"
"getpriority","sys/resource.h","","int","int","id_t"
"gets","stdio.h","defined(CONFIG_FILE_STREAM)","FAR char *","FAR char *"
"gettimeofday","sys/time.h","","int","FAR struct timeval *","FAR struct timezone *"
"gmtime","time.h","","FAR struct tm *","FAR const time_t *"
@@ -144,10 +148,12 @@
"mkstemp","stdlib.h","","int","FAR char *"
"mktemp","stdlib.h","","FAR char *","FAR char *"
"mktime","time.h","","time_t","FAR struct tm *"
"nice","unistd.h","","int","int"
"ntohl","arpa/inet.h","","uint32_t","uint32_t"
"ntohs","arpa/inet.h","","uint16_t","uint16_t"
"perror","stdio.h","defined(CONFIG_FILE_STREAM)","void","FAR const char *"
"pipe","unistd.h","defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0","int","int [2]|FAR int *"
"pipe2","unistd.h","defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0","int","int [2]|FAR int *","int"
"posix_fallocate","fcntl.h","","int","off_t","off_t"
"preadv","sys/uio.h","","ssize_t","int","FAR const struct iovec *","int","off_t"
"printf","stdio.h","","int","FAR const IPTR char *","..."
@@ -199,6 +205,7 @@
"sem_init","semaphore.h","","int","FAR sem_t *","int","unsigned int"
"setlocale","locale.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","int","FAR const char *"
"setlogmask","syslog.h","","int","int"
"setpriority","sys/resource.h","","int","int","id_t","int"
"shutdown","sys/socket.h","defined(CONFIG_NET)","int","int","int"
"sigaddset","signal.h","","int","FAR sigset_t *","int"
"sigdelset","signal.h","","int","FAR sigset_t *","int"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
46 dq_remfirst queue.h FAR dq_entry_t *
47 dq_remlast queue.h FAR dq_entry_t *
48 ether_ntoa netinet/ether.h FAR char *
49 fchdir unistd.h !defined(CONFIG_DISABLE_ENVIRON) int
50 fclose stdio.h defined(CONFIG_FILE_STREAM) int
51 fdopen stdio.h defined(CONFIG_FILE_STREAM) FAR FILE *
52 feof stdio.h defined(CONFIG_FILE_STREAM) int
73 gai_strerror netdb.h defined(CONFIG_LIBC_NETDB) FAR const char *
74 getaddrinfo netdb.h defined(CONFIG_LIBC_NETDB) int
75 getcwd unistd.h !defined(CONFIG_DISABLE_ENVIRON) FAR char *
76 getegid unistd.h gid_t
77 geteuid unistd.h uid_t
78 gethostbyname netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
79 gethostbyname2 netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
80 gethostname unistd.h int
84 getopterrp unistd.h FAR int *
85 getoptindp unistd.h FAR int *
86 getoptoptp unistd.h FAR int *
87 getpriority sys/resource.h int
88 gets stdio.h defined(CONFIG_FILE_STREAM) FAR char *
89 gettimeofday sys/time.h int
90 gmtime time.h FAR struct tm *
148 mkstemp stdlib.h int
149 mktemp stdlib.h FAR char *
150 mktime time.h time_t
151 nice unistd.h int
152 ntohl arpa/inet.h uint32_t
153 ntohs arpa/inet.h uint16_t
154 perror stdio.h defined(CONFIG_FILE_STREAM) void
155 pipe unistd.h defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0 int
156 pipe2 unistd.h defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0 int
157 posix_fallocate fcntl.h int
158 preadv sys/uio.h ssize_t
159 printf stdio.h int
205 sem_init semaphore.h int
206 setlocale locale.h defined(CONFIG_LIBC_LOCALE) FAR char *
207 setlogmask syslog.h int
208 setpriority sys/resource.h int
209 shutdown sys/socket.h defined(CONFIG_NET) int
210 sigaddset signal.h int
211 sigdelset signal.h int