Searched refs:SBUFSIZE (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getproto.c | 34 #define SBUFSIZE (BUFSZ + 1 + (sizeof(char *) * MAXTOKENS)) macro 107 protobuf = malloc(SBUFSIZE); in libc_hidden_def() 118 getprotoent_r(&protoe, protobuf, SBUFSIZE, &result); in getprotoent() 151 getprotobyname_r(name, &protoe, protobuf, SBUFSIZE, &result); in libc_hidden_def() 179 getprotobynumber_r(proto, &protoe, protobuf, SBUFSIZE, &result); in libc_hidden_def()
|
A D | getnet.c | 34 #define SBUFSIZE (BUFSZ + 1 + (sizeof(char *) * MAXTOKENS)) macro 127 netbuf = malloc(SBUFSIZE); in libc_hidden_def() 139 getnetent_r(&nete, netbuf, SBUFSIZE, &result, &herrnop); in getnetent() 175 getnetbyname_r(name, &nete, netbuf, SBUFSIZE, &result, &herrnop); in libc_hidden_def() 205 getnetbyaddr_r(net, type, &nete, netbuf, SBUFSIZE, &result, &herrnop); in libc_hidden_def()
|
A D | getservice.c | 35 #define SBUFSIZE (BUFSZ + 1 + (sizeof(char *) * MAXTOKENS)) macro 40 static size_t servbuf_sz = SBUFSIZE; 110 servbuf = malloc(SBUFSIZE); in libc_hidden_def()
|
Completed in 3 milliseconds