Searched refs:cp0 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/libkern/
H A Dskpc.c66 skpc(int mask0, int size, char *cp0) argument
71 cp = (u_char *)cp0;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_predict.c240 horAcc8(TIFF* tif, tidata_t cp0, tsize_t cc) argument
244 char* cp = (char*) cp0;
283 swabHorAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) argument
286 uint16* wp = (uint16*) cp0;
300 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) argument
303 uint16* wp = (uint16*) cp0;
316 swabHorAcc32(TIFF* tif, tidata_t cp0, tsize_t cc) argument
319 uint32* wp = (uint32*) cp0;
333 horAcc32(TIFF* tif, tidata_t cp0, tsize_t cc) argument
336 uint32* wp = (uint32*) cp0;
352 fpAcc(TIFF* tif, tidata_t cp0, tsize_t cc) argument
434 horDiff8(TIFF* tif, tidata_t cp0, tsize_t cc) argument
479 horDiff16(TIFF* tif, tidata_t cp0, tsize_t cc) argument
497 horDiff32(TIFF* tif, tidata_t cp0, tsize_t cc) argument
518 fpDiff(TIFF* tif, tidata_t cp0, tsize_t cc) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dutil.c95 okname(cp0)
96 char *cp0;
101 cp = (unsigned char *)cp0;
111 bad: warnx("%s: invalid user name", cp0);
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c84 okname(char *cp0) argument
89 cp = cp0;
99 bad: warnx("%s: invalid user name", cp0);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Drtsock.c1071 caddr_t cp0; local
1110 cp0 = cp;
1111 if (cp0)
1172 struct rt_msghdr *rtm = (struct rt_msghdr *)(void *)cp0;
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvfprintf.c129 const CHAR *cp0 = cp; local
149 return (cp - cp0);
H A Dvfwprintf.c154 const CHAR *cp0 = cp; local
174 return (cp - cp0);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dscp.c1415 okname(char *cp0) argument
1420 cp = cp0;
1440 bad: fprintf(stderr, "%s: invalid user name\n", cp0);

Completed in 966 milliseconds