Home
last modified time | relevance | path

Searched refs:memp (Results 1 – 12 of 12) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dexec.c161 static char **memp; local
220 if ((memp = realloc(memp, memsize)) == NULL) {
225 memp[0] = "sh";
226 memp[1] = bp;
227 bcopy(argv + 1, memp + 2, cnt * sizeof(char *));
228 (void)execve(_PATH_BSHELL, memp, environ);
/original-bsd/usr.bin/gprof/
H A Darcs.c861 nltype *memp; local
897 for ( memp = headp -> cnext ; memp ; memp = memp -> cnext ) {
898 for (arcp = memp->parents ; arcp ; arcp = arcp->arc_parentlist) {
919 for ( memp = headp ; memp ; memp = memp -> cnext ) {
920 memp -> printflag = headp -> printflag;
921 memp -> propfraction = headp -> propfraction;
/original-bsd/sys/kern/
H A Dsys_generic.c343 caddr_t data, memp; local
372 memp = NULL;
374 memp = (caddr_t)malloc((u_long)size, M_IOCTLOPS, M_WAITOK);
375 data = memp;
382 if (memp)
383 free(memp, M_IOCTLOPS);
456 if (memp)
457 free(memp, M_IOCTLOPS);
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dn3.c595 char *memp; in collect() local
596 memp = (char *)savnxf; in collect()
602 memp += sizeof(struct s); in collect()
610 memp += APERMAC * sizeof(tchar *); in collect()
611 memp += CPERMAC * sizeof(tchar); in collect()
612 nxf = (struct s*)memp; in collect()
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dn3.c595 char *memp; in collect() local
596 memp = (char *)savnxf; in collect()
602 memp += sizeof(struct s); in collect()
610 memp += APERMAC * sizeof(tchar *); in collect()
611 memp += CPERMAC * sizeof(tchar); in collect()
612 nxf = (struct s*)memp; in collect()
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dn3.c588 char *memp; in collect() local
589 memp = (char *)savnxf; in collect()
595 memp += sizeof(struct s); in collect()
603 memp += APERMAC * sizeof(tchar *); in collect()
604 memp += CPERMAC * sizeof(tchar); in collect()
605 nxf = (struct s*)memp; in collect()
/original-bsd/old/roff/common_source/
H A Dn3.c527 char *memp; in collect() local
528 memp = (char *)savnxf; in collect()
534 memp += sizeof(struct s); in collect()
542 memp += APERMAC * sizeof(tchar *); in collect()
543 memp += CPERMAC * sizeof(tchar); in collect()
544 nxf = (struct s*)memp; in collect()
/original-bsd/old/yacc/
H A Dy3.c106 if( qq>memp ) memp = qq;
111 for( pp=amem; pp<= memp; pp+=10 ){
H A Dy1.c36 int *memp = amem; /* next free action table position */ variable
175 memp-amem, ACTSIZE ); in summary()
H A Ddextern204 extern int *memp ; /* next free action table position */
/original-bsd/old/pcc/mip/
H A Dpftn.c250 register int *memp; local
253 if (paramno > 0) for( memp = &paramstk[paramno-1];
254 /* while */ *memp>=0 && stab[*memp].sclass != STNAME
255 && stab[*memp].sclass != UNAME;
256 /* iterate */ --memp){ char *cname, *oname;
257 if( stab[*memp].sflags & SNONUNIQ ){
259 oname=stab[*memp].sname;
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c1356 caddr_t memp = 0; variable
1382 memp = (caddr_t)malloc((u_long)size, M_IOCTLOPS, M_WAITOK);
1383 data = memp;
1389 if (memp)
1390 free(memp, M_IOCTLOPS);
1479 if (memp)
1480 free(memp, M_IOCTLOPS);