Searched refs:BUF (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfsm_subs.h288 #define nfsm_chain_zero_opaque_pad(BUF, LEN) \
289 *(((uint32_t*)(BUF))+((nfsm_rndup(LEN)>>2)-1)) = 0
292 #define nfsm_chain_add_opaque(E, NMC, BUF, LEN) \
297 (E) = nfsm_chain_add_opaque_f((NMC), (const u_char*)(BUF), (LEN)); \
301 bcopy((BUF), (NMC)->nmc_ptr, (LEN)); \
307 #define nfsm_chain_add_opaque_nopad(E, NMC, BUF, LEN) \
311 (E) = nfsm_chain_add_opaque_nopad_f((NMC), (const u_char*)(BUF), (LEN)); \
314 bcopy((BUF), (NMC)->nmc_ptr, (LEN)); \
/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c80 #define BUF 32 /* Maximum length of numeric string. */ macro
146 char buf[BUF]; /* buffer for numeric conversions */

Completed in 17 milliseconds