Searched refs:buf_p (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A Dmacnc_options.c198 void * buf_p = buf; local
219 *((struct in_addr *)buf_p) = iaddr; /* ip */
220 buf_p += sizeof(iaddr);
222 *((u_short *)buf_p) = port; /* port */
223 buf_p += sizeof(port);
226 *((u_char *)buf_p) = l;
227 buf_p++;
229 bcopy(volname, (u_char *)buf_p, l);
230 buf_p += l;
232 *((uint32_t *)buf_p)
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnxfer.c805 rpc_cn_fragbuf_p_t buf_p;
810 buf_p = rpc__cn_fragbuf_alloc (true);
811 if (buf_p == NULL)
824 iov_p->buff_dealloc = (rpc_buff_dealloc_fn_t)buf_p->fragbuf_dealloc;
825 iov_p->buff_addr = (byte_p_t) buf_p;
826 iov_p->buff_len = buf_p->max_data_size;
827 iov_p->data_addr = (byte_p_t) buf_p->data_p;
831 RPC_CN_CREP_FREE_BYTE_PTR (call_rep) = (byte_p_t) buf_p->data_p;
800 rpc_cn_fragbuf_p_t buf_p; local
/macosx-10.10/Libc-1044.1.2/include/sys/
H A Dacl.h202 extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);
203 extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size);
204 extern acl_t acl_copy_int(const void *buf_p);
205 extern acl_t acl_copy_int_native(const void *buf_p);
206 extern acl_t acl_from_text(const char *buf_p);
/macosx-10.10/Libc-1044.1.2/gen/
H A Dfilesec.c35 extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size);
36 extern acl_t acl_copy_int_native(const void *buf_p);
/macosx-10.10/Libc-1044.1.2/posix1e/
H A Dacl_translate.c307 acl_from_text(const char *buf_p) argument
321 if (buf_p == NULL)
327 if ((buf = strdup(buf_p)) == NULL)

Completed in 138 milliseconds