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

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_array.c160 * > basep: base of the array
166 xdr_vector(xdrs, basep, nelem, elemsize, xdr_elem)
168 char *basep;
176 elptr = basep;
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstrtoi.h47 * if basep!=0 it points to the default base on input and
200 S2I_function(const char* a, size_t size, char** e, char* basep, int m) argument
202 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m;
214 S2I_function(const char* a, char** e, char* basep, int m)
216 S2I_function(a, e, basep, m) const char* a; char** e; char* basep; int m;
252 base = basep ? *((unsigned char*)basep) : 0;
320 if (basep)
[all...]
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtelldir.h70 size_t __getdirentries64(int fd, void *buf, size_t bufsize, __darwin_off_t *basep);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c389 long basep; local
407 while ((numread = getdirentries(fd, dirge, sizeof(dirge), &basep)) > 0) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c7720 error = copyout((caddr_t)&base, uap->basep, sizeof(user64_long_t));
7723 error = copyout((caddr_t)&base, uap->basep, sizeof(user32_long_t));
8003 if ((error = copyout((caddr_t) &loff, uap->basep, sizeof(loff))))

Completed in 114 milliseconds