Searched refs:prtbuflen (Results 1 – 1 of 1) sorted by relevance
54 size_t prtbuflen; in clnt_create() local115 prtbuflen = 1024; in clnt_create()116 prttmpbuf = alloca (prtbuflen); in clnt_create()117 while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()129 prtbuflen *= 2; in clnt_create()130 prttmpbuf = alloca (prtbuflen); in clnt_create()
Completed in 3 milliseconds