libs/libc/libc.csv: Add getaddrinfo and friends
This commit is contained in:
parent
1b7cb3ef63
commit
a06cf25ab6
|
@ -57,14 +57,18 @@
|
||||||
"fputs","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR const IPTR char *","FAR FILE *"
|
"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 *"
|
"fread","stdio.h","defined(CONFIG_FILE_STREAM)","size_t","FAR void *","size_t","size_t","FAR FILE *"
|
||||||
"free","stdlib.h","","void","FAR void *"
|
"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"
|
"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 *"
|
"fsetpos","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *","FAR fpos_t *"
|
||||||
"ftell","stdio.h","defined(CONFIG_FILE_STREAM)","long","FAR FILE *"
|
"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 *"
|
"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"
|
"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 *"
|
"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"
|
"gethostbyname2","netdb.h","defined(CONFIG_LIBC_NETDB)","FAR struct hostent *","FAR const char *","int"
|
||||||
"gethostname","unistd.h","","int","FAR char *","size_t"
|
"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 *"
|
"getopt","unistd.h","","int","int","FAR char * const []|FAR char * const *","FAR const char *"
|
||||||
"getoptargp","unistd.h","","FAR char **"
|
"getoptargp","unistd.h","","FAR char **"
|
||||||
"getopterrp","unistd.h","","FAR int *"
|
"getopterrp","unistd.h","","FAR int *"
|
||||||
|
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Reference in New Issue