Searched refs:intp (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.bcopy.d45 intp = (int *)ptr;
46 ret = (`kmem_flags == *intp) ? 0 : 1;
59 *intp, `kmem_flags);
/freebsd-9.3-release/contrib/top/
H A Dcommands.c126 scanint(str, intp)
129 int *intp;
157 *intp = val;
/freebsd-9.3-release/contrib/nvi/tcl_api/
H A Dtcl.c818 getint(interp, msg, s, intp)
821 int *intp;
825 if (Tcl_GetInt(interp, s, intp) == TCL_ERROR)
827 if (*intp < 0) {
/freebsd-9.3-release/sys/boot/common/
H A Dmodule.c716 int *intp, bestver, blen, clen, found, ival, modnamelen, reclen; local
730 intp = (int*)recptr;
731 reclen = *intp++;
732 ival = *intp++;
733 cp = (char*)intp;
/freebsd-9.3-release/sys/kern/
H A Dkern_linker.c1736 int error, ival, bestver, *intp, found, flags, clen, blen; local
1785 intp = (int *)hints;
1786 ival = *intp++;
1792 recptr = (u_char *)intp;
1795 intp = (int *)recptr;
1796 reclen = *intp++;
1797 ival = *intp++;
1798 cp = (char *)intp;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h280 void intp(void);
H A Dsys_bsd.c137 intp();
667 intp();
H A Dtelnet.c2298 intp(void) function
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1112 char *intp; local
1121 intp = u.intbuf;
1126 memcpy (intp, data->bufp, need);
1129 memcpy (intp, data->bufp, data->size);
1130 intp += data->size;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c182 intp();
817 intp();
H A Dexterns.h248 intp(void),
H A Dtelnet.c2291 intp(void)
2282 intp(void) function

Completed in 119 milliseconds