Lines Matching refs:buf
67 char *buf; in __registerrpc() local
72 if (__asprintf (&buf, _("can't reassign procedure number %ld\n"), in __registerrpc()
74 buf = NULL; in __registerrpc()
82 buf = __strdup (_("couldn't create an rpc server\n")); in __registerrpc()
90 if (__asprintf (&buf, _("couldn't register prog %ld vers %ld\n"), in __registerrpc()
92 buf = NULL; in __registerrpc()
98 buf = __strdup (_("registerrpc: out of memory\n")); in __registerrpc()
111 if (buf == NULL) in __registerrpc()
113 (void) __fxprintf (NULL, "%s", buf); in __registerrpc()
114 free (buf); in __registerrpc()
128 char *buf = NULL; in libc_sunrpc_symbol() local
161 if (__asprintf (&buf, _("trouble replying to prog %d\n"), in libc_sunrpc_symbol()
163 buf = NULL; in libc_sunrpc_symbol()
170 if (__asprintf (&buf, _("never registered prog %d\n"), prog) < 0) in libc_sunrpc_symbol()
171 buf = NULL; in libc_sunrpc_symbol()
173 if (buf == NULL) in libc_sunrpc_symbol()
175 __fxprintf (NULL, "%s", buf); in libc_sunrpc_symbol()
176 free (buf); in libc_sunrpc_symbol()