Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dclnt_gen.c51 char *prttmpbuf; in clnt_create() local
86 prttmpbuf = __alloca (prtbuflen); in clnt_create()
87 while (__getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()
100 prttmpbuf = __alloca (prtbuflen); in clnt_create()