Lines Matching defs:ffd
142 int c, res, wsfd, ffd, verbose = 0, listfonts = 0;
226 ffd = open(argv[0], O_RDONLY, 0);
227 if (ffd < 0)
232 ffd = 0;
237 if ((ffd != 0) && (fstat(ffd, &st) == 0)) {
243 read(ffd, b, 4);
246 read(ffd, b, 64);
252 read(ffd, &foo, 4);
254 read(ffd, &foo, 4);
256 read(ffd, &foo, 4);
258 read(ffd, &foo, 4);
260 read(ffd, &foo, 4);
262 read(ffd, &foo, 4);
264 read(ffd, &foo, 4);
266 read(ffd, &foo, 4);
278 res = read(ffd, buf, len);