Home
last modified time | relevance | path

Searched refs:hstbuflen (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_generic.c51 size_t hstbuflen; in clnt_create() local
83 hstbuflen = 1024; in clnt_create()
84 hsttmpbuf = alloca (hstbuflen); in clnt_create()
85 while (gethostbyname_r (hostname, &hostbuf, hsttmpbuf, hstbuflen, in clnt_create()
96 hstbuflen *= 2; in clnt_create()
97 hsttmpbuf = alloca (hstbuflen); in clnt_create()
A Drcmd.c108 size_t hstbuflen; in rcmd() local
122 hstbuflen = 1024; in rcmd()
123 tmphstbuf = stack_heap_alloc(hstbuflen); in rcmd()
126 hstbuflen, &hp, &herr) != 0 || hp == NULL) in rcmd()
138 hstbuflen *= 2; in rcmd()
140 tmphstbuf = stack_heap_alloc(hstbuflen); in rcmd()

Completed in 4 milliseconds