Searched refs:crmsg (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | getpeereid.c | 180 void *crmsg; in lutil_getpeereid() 187 crmsg = malloc(crmsgsize); in lutil_getpeereid() 188 if (crmsg == NULL) goto sc_err; in lutil_getpeereid() 189 memset(crmsg, 0, crmsgsize); in lutil_getpeereid() 191 msg.msg_control = crmsg; in lutil_getpeereid() 195 free(crmsg); in lutil_getpeereid() 200 free(crmsg); in lutil_getpeereid() 215 free(crmsg); in lutil_getpeereid()
|
/netbsd-src/usr.bin/last/ |
H A D | want.c | 76 const char *crmsg; in wtmp() local 88 crmsg = NULL; in wtmp() 173 crmsg = strncmp(namep, "shutdown", in wtmp() 232 printf("- %s", crmsg); in wtmp() 257 crmsg = fmttime(seentime, FULLTIME); in wtmp() 260 printf("\n%s begins %s\n", ct ? ct : file, crmsg); in wtmp()
|
/netbsd-src/lib/libc/rpc/ |
H A D | svc_vc.c | 472 void *crmsg = NULL; in read_vc() local 487 crmsg = malloc(crmsgsize); in read_vc() 488 if (crmsg == NULL) in read_vc() 490 memset(crmsg, 0, crmsgsize); in read_vc() 492 msg.msg_control = crmsg; in read_vc() 514 free(crmsg); in read_vc() 515 crmsg = NULL; in read_vc() 556 if (crmsg != NULL) in read_vc() 557 free(crmsg); in read_vc()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
H A D | server.c | 566 void *crmsg; in update_client_creds() local 575 crmsg = malloc(crmsgsize); in update_client_creds() 576 if (crmsg == NULL) in update_client_creds() 579 memset(crmsg, 0, crmsgsize); in update_client_creds() 581 msg.msg_control = crmsg; in update_client_creds() 585 free(crmsg); in update_client_creds() 590 free(crmsg); in update_client_creds() 596 free(crmsg); in update_client_creds() 606 free(crmsg); in update_client_creds()
|