Searched refs:_buf (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Denc_writ.c80 int DES_enc_write(int fd, const void *_buf, int len, argument
90 const unsigned char *buf=_buf;
/barrelfish-master/lib/libc/rpc/
H A Dclnt_perror.c59 static char *_buf(void);
64 _buf(void) function
87 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
242 str = _buf(); /* side effect: sets CLNT_PERROR_BUFLEN */
/barrelfish-master/lib/libc/gen/
H A Darc4random.c246 arc4random_buf(void *_buf, size_t n) argument
248 u_char *buf = (u_char *)_buf;
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds2_pkt.c418 int ssl2_write(SSL *s, const void *_buf, int len) argument
420 const unsigned char *buf=_buf;

Completed in 92 milliseconds