Searched refs:prtbuflen (Results 1 – 1 of 1) sorted by relevance
50 size_t prtbuflen; in clnt_create() local81 prtbuflen = 1024; in clnt_create()82 prttmpbuf = __alloca (prtbuflen); in clnt_create()83 while (__getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()95 prtbuflen *= 2; in clnt_create()96 prttmpbuf = __alloca (prtbuflen); in clnt_create()
Completed in 5 milliseconds