Lines Matching defs:shf
82 struct shf *shf;
236 if (!(shf = tf->shf)) {
243 shf_fprintf(shf, "%s\n", *hp);
244 if (shf_close(shf) == EOF) {
269 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) {
274 n = fstat(shf_fileno(shf), &statb) < 0 ? 128
277 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
284 tf->name, strerror(shf_errno(shf)));
285 shf_close(shf);
288 shf_close(shf);