Searched refs:sizep (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dsysctlnametomib.c46 sysctlnametomib(const char *name, int *mibp, size_t *sizep) argument
54 *sizep *= sizeof (int);
55 error = __sysctl(oid, 2, mibp, sizep, (void *)name, strlen(name));
56 *sizep /= sizeof (int);
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_data.c60 void **valp, size_t *sizep)
66 error = mac_find_module_data(mpc->mpc_data, key, valp, sizep);
72 void **valp, size_t *sizep)
81 *sizep = (size_t)mmd->data[i].value_size;
59 mac_find_policy_data(const mac_policy_handle_t handle, const char *key, void **valp, size_t *sizep) argument
71 mac_find_module_data(struct mac_module_data *mmd, const char *key, void **valp, size_t *sizep) argument
H A Dmac_data.h126 void **valp, size_t *sizep);
128 void **valp, size_t *sizep);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr_array.c81 * *addrp is a pointer to the array, *sizep is the number of elements.
82 * If addrp is NULL (*sizep * elsize) bytes are allocated.
87 sec_xdr_array(XDR *xdrs, uint8_t **addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument
92 u_int c = sizep ? *sizep : 0; /* the actual element count */
97 if (sizep && (xdrs->x_op == XDR_DECODE))
98 *sizep = c;
H A Dsec_xdr.c35 * *cpp is a pointer to the bytes, *sizep is the count.
38 bool_t sec_xdr_bytes(XDR *xdrs, uint8_t **cpp, u_int *sizep, u_int maxsize) argument
41 u_int nodesize = sizep ? *sizep : 0;
52 if (sizep && (xdrs->x_op == XDR_DECODE))
53 *sizep = nodesize;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr_array.c81 * *addrp is a pointer to the array, *sizep is the number of elements.
82 * If addrp is NULL (*sizep * elsize) bytes are allocated.
87 sec_xdr_array(XDR *xdrs, uint8_t **addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument
92 u_int c = sizep ? *sizep : 0; /* the actual element count */
97 if (sizep && (xdrs->x_op == XDR_DECODE))
98 *sizep = c;
H A Dsec_xdr.c35 * *cpp is a pointer to the bytes, *sizep is the count.
38 bool_t sec_xdr_bytes(XDR *xdrs, uint8_t **cpp, u_int *sizep, u_int maxsize) argument
41 u_int nodesize = sizep ? *sizep : 0;
52 if (sizep && (xdrs->x_op == XDR_DECODE))
53 *sizep = nodesize;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_array.c82 * *addrp is a pointer to the array, *sizep is the number of elements.
83 * If addrp is NULL (*sizep * elsize) bytes are allocated.
88 xdr_array(xdrs, addrp, sizep, maxsize, elsize, elproc)
91 u_int *sizep; /* number of elements */
103 if (!xdr_u_int(xdrs, sizep)) {
106 c = *sizep;
H A Dxdr.c571 * *cpp is a pointer to the bytes, *sizep is the count.
575 xdr_bytes(xdrs, cpp, sizep, maxsize)
578 u_int *sizep;
587 if (! xdr_u_int(xdrs, sizep)) {
590 nodesize = *sizep;
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dstring.cpp26 static char *salloc(int len, int *sizep);
28 static char *sfree_alloc(char *ptr, int size, int len, int *sizep);
29 static char *srealloc(char *ptr, int size, int oldlen, int newlen, int *sizep);
31 static char *salloc(int len, int *sizep) argument
34 *sizep = 0;
38 return new char[*sizep = len*2];
46 static char *sfree_alloc(char *ptr, int oldsz, int len, int *sizep) argument
49 *sizep = oldsz;
54 *sizep = 0;
58 return new char[*sizep
61 srealloc(char *ptr, int oldsz, int oldlen, int newlen, int *sizep) argument
[all...]
/macosx-10.10/dtrace-147/lockstat/
H A Dsym.c164 addr_to_sym(uintptr_t addr, uintptr_t *offset, size_t *sizep) argument
171 assert(sizep);
177 *sizep = range.length;
185 *sizep = sym->length;
H A Dlockstat.c1055 char *addrp, *offp, *sizep, *evp, *lastp, *p; local
1151 sizep = strtok(NULL, ",");
1155 size = sizep ? strtoul(sizep, NULL, 0) : 1;
1162 if (sizep == NULL)
/macosx-10.10/vim-55/src/proto/
H A Dos_mac_conv.pro3 int macroman2enc __ARGS((char_u *ptr, long *sizep, long real_size));
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_pcsamples.c68 int pcsamples_control(int *name, u_int namelen, user_addr_t where, size_t *sizep);
226 pcsamples_control(int *name, __unused u_int namelen, user_addr_t where, size_t *sizep) argument
229 size_t size=*sizep;
309 ret = pcsamples_read(where, sizep);
340 *sizep = 0;
346 ret = pcsamples_read(where, sizep);
H A Dkdebug.c2165 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t *sizep) argument
2168 size_t size = *sizep;
2364 ret = kdbg_read(where, sizep, NULL, NULL);
2383 if (*sizep) {
2384 ns = ((u_int64_t)*sizep) * (u_int64_t)(1000 * 1000);
2437 *sizep = number;
2461 if (*sizep) {
2462 ns = ((u_int64_t)*sizep) * (u_int64_t)(1000 * 1000);
2501 *sizep = number;
2531 ret = kdbg_readcpumap(where, sizep);
[all...]
/macosx-10.10/text_cmds-88/ed/
H A Dio.c213 get_extended_line(int *sizep, int nonl) argument
224 *sizep = l;
227 *sizep = -1;
249 *sizep = l;
/macosx-10.10/vim-55/src/
H A Dos_mac_conv.c174 * Input: "ptr[*sizep]".
176 * output is in-place, "sizep" is adjusted.
180 macroman2enc(ptr, sizep, real_size)
182 long *sizep;
187 CFIndex len = *sizep;
206 ptr + *sizep, real_size - *sizep, &len))
212 mch_memmove(ptr, ptr + *sizep, len);
213 *sizep = len;
/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_seq.cpp81 DBSEQ_METHOD(get_cachesize, (int32_t *sizep), (seq, sizep), 0)
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr_2.h53 uio_t uio, size_t *sizep,
106 uio_t uio, size_t *sizep, const char *stream_namep,
120 uio_t uio, size_t *sizep,
H A Dsmbfs_subr.h182 uio_t uio, size_t *sizep,
240 uint32_t rights, uio_t uio, size_t *sizep, const char *name,
245 SMBFID *fidp, uio_t uio, size_t *sizep,
254 size_t *sizep, vfs_context_t context);
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dk5dcecon.c233 int k5dcematch(luid, pname, ccname, sizep, tgt)
237 off_t *sizep; /* size of the file */
281 *sizep = stbuf.st_size;
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_init.c263 size_t *sizep)
273 *sizep += required;
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_internal.c778 _CopyObjBytes(interp, obj, newp, sizep, freep)
782 u_int32_t *sizep;
796 *sizep = (u_int32_t)len;
/macosx-10.10/IOPCIFamily-239.1.2/
H A Drballoc.c151 vtd_rbaddr_t sizep = parent->end - parent->start; local
153 if (sizen < sizep) return (1);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c367 ssize_t *sizep, int is_64bit)
379 *sizep += sizeof(struct user64_timespec);
381 *sizep += sizeof(struct user32_timespec);
384 *sizep += tab->size;
400 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
407 *sizep = sizeof(uint32_t); /* length count */
414 alp->commonattr, vsp, sizep,
420 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
592 struct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp,
604 if (sizep) {
366 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
591 getattrlist_parsetab(struct getattrlist_attrtab *tab, attrgroup_t attrs, struct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp, int is_64bit) argument
635 getattrlist_setupvattr(struct attrlist *alp, struct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp, int is_64bit, int isdir) argument
[all...]

Completed in 311 milliseconds

123