Home
last modified time | relevance | path

Searched refs:DIRSIZ (Results 1 – 25 of 31) sorted by relevance

12

/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dx2ch.c19 #define DIRSIZ 256 macro
26 short bitmapindex[DIRSIZ + 1];/* bit offsets in bitmap */
27 short widths[DIRSIZ + 1]; /* widths calculated from but offsets */
36 unsigned char defascii[DIRSIZ]; /* default characters to print */
58 for (i = 0; i < DIRSIZ; i++) {
85 if (first < 0 || last >= DIRSIZ || last <= first)
167 for (i = 0; i < DIRSIZ; i++) {
H A Dch2vft.c29 #define DIRSIZ 256 /* vfonts MUST have 256 entries */ macro
35 struct dispatch g[DIRSIZ]; /* directory of glyph definitions */
47 char * glyphs[DIRSIZ];
86 for (i = 0; i < DIRSIZ; glyphs[i++] = (char *) 0);
107 if (codeindex < 0 || codeindex >= DIRSIZ)
193 for (i = 0; i < DIRSIZ; i++) {
209 for (i = 0; i < DIRSIZ; i++)
H A Dvft2ch.c17 #define DIRSIZ 256 macro
25 struct dispatch disptable[DIRSIZ];
30 unsigned char defascii[DIRSIZ];
47 for (i = 0; i < DIRSIZ; i++)
73 for (i = 0; i < DIRSIZ; i++) {
H A Dch2x.c23 #define DIRSIZ 256 /* maximum # of entries */ macro
38 } g[DIRSIZ]; /* table of glyph definitions */
39 short leftarea[DIRSIZ];
90 for (i = 0; i < DIRSIZ; g[i++].ptr = (char *) 0);
103 if (codeindex < 0 || codeindex >= DIRSIZ)
185 for (i = DIRSIZ - 1; g[i].ptr == NULL; i--)
H A Dch2qms.c26 #define DIRSIZ 256 /* maximum number of characters in font */ macro
63 glyphentry g[DIRSIZ];
80 if (baselinechar < 0 || baselinechar >= DIRSIZ)
138 if (codeindex >= DIRSIZ)
263 for (codeindex = 0; codeindex < DIRSIZ; codeindex++) {
H A Drst2ch.c21 char defascii[DIRSIZ]; /* list of ascii characters - in order */
23 glyph_dir g[DIRSIZ]; /* directory of glyph definitions */
50 for (i = 0; i < DIRSIZ; i++)
70 if ((p.p_last = rd2()) >= DIRSIZ)
H A Dqms2ch.c19 #define DIRSIZ 256 /* maximum number of characters in font */ macro
24 char defascii[DIRSIZ]; /* list of ascii characters to print */
70 for (i = 0; i < DIRSIZ; i++)
H A Drst.h12 #define DIRSIZ 128 /* max size of a glyph directory */ macro
H A Dmakeifont.c80 glyph_dir g[DIRSIZ]; /* directory of glyph definitions */
384 (constant ? i : i/3), DIRSIZ, (constant ? 0 : i/6), DIRSIZ);
404 for (j=0; j<DIRSIZ; j++) {
H A Dch2rst.c30 glyph_dir g[DIRSIZ]; /* directory of glyph definitions */
47 char * glyphs[DIRSIZ];
85 for (i = 0; i < DIRSIZ; glyphs[i++] = (char *) 0);
209 for (i = DIRSIZ - 1; glyphs[i] == (char *) 0; i--);
H A Difontinfo.c21 glyph_dir g[DIRSIZ]; /* directory of glyph definitions */
29 char defascii[DIRSIZ]; /* list of ascii characters - in order */
75 for (i=0; i<DIRSIZ; i++)
/original-bsd/sys/sys/
H A Ddir.h31 #undef DIRSIZ
32 #define DIRSIZ(dp) \ macro
/original-bsd/usr.bin/uucp/port/LIBNDIR/
H A Dndir.h53 #undef DIRSIZ
54 #define DIRSIZ(dp) \ macro
/original-bsd/lib/libc/gen/
H A Dscandir.c31 #undef DIRSIZ
32 #define DIRSIZ(dp) \ macro
70 p = (struct dirent *)malloc(DIRSIZ(d));
/original-bsd/sys/ufs/ffs/
H A Ddir.h79 #define DIRSIZ(oldfmt, dp) \ macro
84 #define DIRSIZ(oldfmt, dp) \ macro
H A Dufs_lookup.c267 size -= DIRSIZ(FSFMT(vdp), ep);
397 if (entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep) > dp->i_size) {
399 dp->i_size = entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep);
578 ep->d_reclen < DIRSIZ(FSFMT(dp), ep) || namlen > MAXNAMLEN) {
640 newentrysize = DIRSIZ(FSFMT(dvp), &newdir);
703 dsize = DIRSIZ(FSFMT(dvp), ep);
715 dsize = DIRSIZ(FSFMT(dvp), nep);
/original-bsd/sys/ufs/ufs/
H A Ddir.h88 #define DIRSIZ(oldfmt, dp) \ macro
93 #define DIRSIZ(oldfmt, dp) \ macro
H A Dufs_lookup.c271 size -= DIRSIZ(FSFMT(vdp), ep);
421 if (entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep) > dp->i_size) {
423 dp->i_size = entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep);
602 ep->d_reclen < DIRSIZ(FSFMT(dp), ep) || namlen > MAXNAMLEN) {
681 newentrysize = DIRSIZ(FSFMT(dvp), dirp);
745 dsize = DIRSIZ(FSFMT(dvp), ep);
757 dsize = DIRSIZ(FSFMT(dvp), nep);
/original-bsd/sbin/restore/
H A Ddirs.c146 nulldir.d_reclen = DIRSIZ(0, &nulldir);
341 dp->d_reclen < DIRSIZ(0, dp) ||
347 if (dp->d_reclen < DIRSIZ(0, dp))
350 dp->d_reclen, DIRSIZ(0, dp));
381 dp->d_reclen = DIRSIZ(0, dp);
416 ndp->d_reclen = DIRSIZ(0, ndp);
/original-bsd/sys/tahoe/stand/
H A Dls.c75 DIRSIZ(((struct direct *)dp)))
/original-bsd/sbin/fsck/
H A Dpass2.c231 entrysize = DIRSIZ(0, &proto);
274 entrysize = DIRSIZ(0, &proto);
276 n = DIRSIZ(0, dirp);
H A Ddir.c216 size = DIRSIZ(!newinofmt, dp);
315 newlen = DIRSIZ(0, &newent);
317 oldlen = DIRSIZ(0, dirp);
/original-bsd/local/toolchest/ksh/sh/
H A Dexpand.c87 entry->d_name[DIRSIZ]=0; /* to end the string */
/original-bsd/usr.sbin/mkproto/
H A Dmkproto.c278 oldsize = DIRSIZ(odp);
285 newsize = DIRSIZ(dp);
/original-bsd/old/512restor/
H A D512restor.c626 for (i = 0; i < DIRSIZ; i++) {
641 for (i = 0; i < DIRSIZ; i++)
746 for (i = 0; i < DIRSIZ; i++)

12