libs/libc/libc.csv: Add getaddrinfo and friends

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 16:12:28 +09:00
committed by Xiang Xiao
parent 1b7cb3ef63
commit a06cf25ab6
+4
View File
@@ -57,14 +57,18 @@
"fputs","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR const IPTR char *","FAR FILE *"
"fread","stdio.h","defined(CONFIG_FILE_STREAM)","size_t","FAR void *","size_t","size_t","FAR FILE *"
"free","stdlib.h","","void","FAR void *"
"freeaddrinfo","netdb.h","defined(CONFIG_LIBC_NETDB)","void","FAR struct addrinfo *"
"fseek","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *","long int","int"
"fsetpos","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *","FAR fpos_t *"
"ftell","stdio.h","defined(CONFIG_FILE_STREAM)","long","FAR FILE *"
"fwrite","stdio.h","defined(CONFIG_FILE_STREAM)","size_t","FAR const void *","size_t","size_t","FAR FILE *"
"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"
"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"
"getnameinfo","netdb.h","defined(CONFIG_LIBC_NETDB)","int","FAR const struct sockaddr *","socklen_t","FAR char *","socklen_t","FAR char *","socklen_t","int"
"getopt","unistd.h","","int","int","FAR char * const []|FAR char * const *","FAR const char *"
"getoptargp","unistd.h","","FAR char **"
"getopterrp","unistd.h","","FAR int *"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
57 fputs stdio.h defined(CONFIG_FILE_STREAM) int
58 fread stdio.h defined(CONFIG_FILE_STREAM) size_t
59 free stdlib.h void
60 freeaddrinfo netdb.h defined(CONFIG_LIBC_NETDB) void
61 fseek stdio.h defined(CONFIG_FILE_STREAM) int
62 fsetpos stdio.h defined(CONFIG_FILE_STREAM) int
63 ftell stdio.h defined(CONFIG_FILE_STREAM) long
64 fwrite stdio.h defined(CONFIG_FILE_STREAM) size_t
65 gai_strerror netdb.h defined(CONFIG_LIBC_NETDB) FAR const char *
66 getaddrinfo netdb.h defined(CONFIG_LIBC_NETDB) int
67 getcwd unistd.h !defined(CONFIG_DISABLE_ENVIRON) FAR char *
68 gethostbyname netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
69 gethostbyname2 netdb.h defined(CONFIG_LIBC_NETDB) FAR struct hostent *
70 gethostname unistd.h int
71 getnameinfo netdb.h defined(CONFIG_LIBC_NETDB) int
72 getopt unistd.h int
73 getoptargp unistd.h FAR char **
74 getopterrp unistd.h FAR int *