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

/macosx-10.10/Libc-1044.1.2/gen/
H A Ddevname.c76 char _buf[sizeof(_PATH_DEV) + MAXNAMLEN]; local
78 strcpy(_buf, _PATH_DEV);
84 bcopy(dirp->d_name, _buf + sizeof(_PATH_DEV) - 1,
86 if (lstat(_buf, &sb))
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-arc4random.c95 arc4random_buf(void *_buf, size_t n) argument
99 char *buf = (char *)_buf;
/macosx-10.10/emacs-93/emacs/src/s/
H A Dms-w32.h437 #define getdefdir(_drv, _buf) ((_buf[0] = (_drv + 'A' - 1), _buf[1] = ':', _buf[2] = '/', _buf[3] = 0), 1)
439 #define getdefdir(_drv, _buf) _getdcwd (_drv, _buf, MAXPATHLEN)
/macosx-10.10/libutil-38/
H A Dlibutil.h59 int humanize_number(char *_buf, size_t _len, int64_t _number,
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Denc_writ.c80 int DES_enc_write(int fd, const void *_buf, int len, argument
87 const unsigned char *buf=_buf;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dclnt_perror.c78 _buf() function
97 char *str = _buf();
261 char *str = _buf();
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Darc4random.c260 arc4random_buf(void *_buf, size_t n) argument
262 u_char *buf = (u_char *)_buf;
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAUtil.h53 void * __name ## _buf[_SizeInPointers(__size_func())]; \
54 __type __name = (__type) __name ## _buf;
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds2_pkt.c415 int ssl2_write(SSL *s, const void *_buf, int len) argument
417 const unsigned char *buf=_buf;
/macosx-10.10/misc_cmds-33/tsort/
H A Dtsort.c99 typedef struct _buf { struct
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c4498 user_addr_t _buf = buf; local
4568 buf = _buf;

Completed in 476 milliseconds