Searched refs:FSIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c109 #define FSIZE 254 /* size of a physical font (e.g., 102 for cat) */ macro
110 char width[FSIZE]; /* width table for a physical font */
111 char kern[FSIZE]; /* ascender+descender info */
112 char code[FSIZE]; /* actual device codes for a physical font */
113 #define BIGGESTFONT FSIZE /* biggest font if no size in DESC */
243 for (i = 0; i < FSIZE; i++)
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c109 #define FSIZE 256 /* size of a physical font (e.g., 102 for cat) */ macro
110 char width[FSIZE]; /* width table for a physical font */
111 char kern[FSIZE]; /* ascender+descender info */
112 char code[FSIZE]; /* actual device codes for a physical font */
233 for (i = 0; i < FSIZE; i++)
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c48 #define FSIZE 256*1024*1024 macro
52 static long fsize = FSIZE;

Completed in 100 milliseconds