Searched refs:BUF (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfsm_subs.h | 293 #define nfsm_chain_zero_opaque_pad(BUF, LEN) \ argument 296 *(((uint32_t*)(BUF))+((nfsm_rndup(LEN)>>2)-1)) = 0; \ 300 #define nfsm_chain_add_opaque(E, NMC, BUF, LEN) \ argument 305 (E) = nfsm_chain_add_opaque_f((NMC), (const u_char*)(BUF), (LEN)); \ 309 bcopy((BUF), (NMC)->nmc_ptr, (LEN)); \ 315 #define nfsm_chain_add_opaque_nopad(E, NMC, BUF, LEN) \ argument 319 (E) = nfsm_chain_add_opaque_nopad_f((NMC), (const u_char*)(BUF), (LEN)); \ 322 bcopy((BUF), (NMC)->nmc_ptr, (LEN)); \
|
| /xnu-8792.41.9/libkern/stdio/ |
| H A D | scanf.c | 79 #define BUF 32 /* Maximum length of numeric string. */ macro 146 char buf[BUF]; /* buffer for numeric conversions */ in vsscanf()
|