Home
last modified time | relevance | path

Searched refs:FSIZE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c107 #define FSIZE 254 /* size of a physical font (e.g., 102 for cat) */ macro
108 char width[FSIZE]; /* width table for a physical font */
109 char kern[FSIZE]; /* ascender+descender info */
110 char code[FSIZE]; /* actual device codes for a physical font */
111 #define BIGGESTFONT FSIZE /* biggest font if no size in DESC */
241 for (i = 0; i < FSIZE; i++) in dofont()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c107 #define FSIZE 256 /* size of a physical font (e.g., 102 for cat) */ macro
108 char width[FSIZE]; /* width table for a physical font */
109 char kern[FSIZE]; /* ascender+descender info */
110 char code[FSIZE]; /* actual device codes for a physical font */
231 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;
/illumos-gate/usr/src/test/smbclient-tests/cmd/file_trunc/
H A Dfile_trunc.c43 #define FSIZE 256*1024*1024 macro
47 static long fsize = FSIZE;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/fault/
H A Dfault.cfg31 export FSIZE=10M