Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c181 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; in cred_send() local
187 bzero(credbuf, sizeof(credbuf)); in cred_send()
204 msg.msg_control = credbuf; in cred_send()
205 msg.msg_controllen = sizeof(credbuf); in cred_send()
221 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; in cred_recv() local
227 bzero(credbuf, sizeof(credbuf)); in cred_recv()
236 msg.msg_control = credbuf; in cred_recv()
237 msg.msg_controllen = sizeof(credbuf); in cred_recv()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c7426 char *credbuf; in gserver_authenticate_connection() local
7465 credbuf = buf; in gserver_authenticate_connection()
7471 credbuf = xmalloc (credbuflen); in gserver_authenticate_connection()
7474 if (fread (credbuf, 1, nbytes, stdin) != nbytes) in gserver_authenticate_connection()
7479 tok_in.value = credbuf; in gserver_authenticate_connection()
7531 if (credbuf != buf) in gserver_authenticate_connection()
7532 free (credbuf); in gserver_authenticate_connection()