OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outbuf_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
617
char *
outbuf_alloc
= NULL;
local in function:rpcbproc_callit_com
809
outbuf_alloc
= alloca(sendsz); /* not in IDR2? */
811
outbuf_alloc
= malloc(sendsz);
813
if (
outbuf_alloc
== NULL) {
819
xdrmem_create(&outxdr,
outbuf_alloc
, sendsz, XDR_ENCODE);
886
if (
outbuf_alloc
)
887
outbufp =
outbuf_alloc
;
917
if (
outbuf_alloc
)
918
free(
outbuf_alloc
);
rpcb_svc_com.c
617
char *
outbuf_alloc
= NULL;
local in function:rpcbproc_callit_com
809
outbuf_alloc
= alloca(sendsz); /* not in IDR2? */
811
outbuf_alloc
= malloc(sendsz);
813
if (
outbuf_alloc
== NULL) {
819
xdrmem_create(&outxdr,
outbuf_alloc
, sendsz, XDR_ENCODE);
886
if (
outbuf_alloc
)
887
outbufp =
outbuf_alloc
;
917
if (
outbuf_alloc
)
918
free(
outbuf_alloc
);
Completed in 22 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025