Home
last modified time | relevance | path

Searched refs:zp (Results 1 – 9 of 9) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dtimezone.c89 register struct zone *zp; local
92 for (zp = zonetab; zp->offset != -1;++zp) /* static tables */
93 if (zp->offset == zone) {
94 if (dst && zp->dlzone)
95 return(zp->dlzone);
96 if (!dst && zp->stdzone)
97 return(zp->stdzone);
/original-bsd/share/zoneinfo/
H A Dzic.c620 zp = &zones[i]; in associate()
630 zp = &zones[i]; in associate()
638 zp = &zones[i]; in associate()
643 eat(zp->z_filename, zp->z_linenum); in associate()
644 zp->z_stdoff = in associate()
1331 eat(zp->z_filename, zp->z_linenum);
1334 type = addtype(oadd(zp->z_gmtoff, zp->z_stdoff),
1335 zp->z_format, zp->z_stdoff != 0,
1350 eats(zp->z_filename, zp->z_linenum,
1388 eats(zp->z_filename, zp->z_linenum,
[all …]
/original-bsd/usr.bin/m4/
H A Dmisc.c68 register char *zp; local
71 zp = bp;
77 if (zp < endpbb)
78 *zp++ = *es--;
79 if ((bp = zp) == endpbb)
/original-bsd/sys/tests/netccitt/
H A Dxi_src.c204 unsigned short *zp, *zlim; local
206 zp = (unsigned short *)&(cm.cm.cmhdr.cmsg_len);
210 zlim = zp + ((x + 1) / 2);
211 while (zp < zlim) printf("%x ", *zp++);
219 zp = (unsigned short *)data_msg;
220 zlim = zp + ((x + 1) / 2);
221 while (zp < zlim) printf("%x ", *zp++);
/original-bsd/old/analyze/
H A Danalyze.c658 dump(zp);
662 zp->z_type = type;
663 zp->z_count++;
664 zp->z_pid = pid;
665 zp->z_pte = *pte;
668 bad(zp, type)
669 struct paginfo *zp; variable
672 if (zp->z_type != 0 && zp->z_type != ZTEXT)
679 dump(zp)
683 printf("page %x type %s pid %d ", zp - paginfo, typepg[zp->z_type], zp->z_pid);
[all …]
/original-bsd/usr.bin/pascal/libpc/
H A DPACK.c42 register char *zp = z; local
53 *zp++ = *cp++;
H A DUNPACK.c33 register char *zp = z; local
44 *cp++ = *zp++;
/original-bsd/usr.bin/pascal/src/
H A Dtype.c251 register struct nl *np, *op, *zp; local
261 zp = np;
268 zp->chain = op;
269 zp = op;
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c8604 register long *zp = (long *) ptr; local
8607 while (zp < zl)
8608 *zp++ = 0;