Lines Matching defs:shf
53 struct shf *shf; in shf_open() local
129 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen()
164 shf_reopen(int fd, int sflags, struct shf *shf) in shf_reopen()
198 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen()
231 shf_close(struct shf *shf) in shf_close()
250 shf_fdclose(struct shf *shf) in shf_fdclose()
273 shf_sclose(struct shf *shf) in shf_sclose()
292 shf_flush(struct shf *shf) in shf_flush()
326 shf_emptybuf(struct shf *shf, int flags) in shf_emptybuf()
409 shf_fillbuf(struct shf *shf) in shf_fillbuf()
455 shf_read(char *buf, ssize_t bsize, struct shf *shf) in shf_read()
491 shf_getse(char *buf, ssize_t bsize, struct shf *shf) in shf_getse()
548 shf_getchar(struct shf *shf) in shf_getchar()
565 shf_ungetc(int c, struct shf *shf) in shf_ungetc()
603 shf_putchar(int c, struct shf *shf) in shf_putchar()
647 shf_puts(const char *s, struct shf *shf) in shf_puts()
657 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) in shf_write()
729 shf_fprintf(struct shf *shf, const char *fmt, ...) in shf_fprintf()
744 struct shf shf; in shf_snprintf() local
764 struct shf shf; in shf_smprintf() local
789 shf_vfprintf(struct shf *shf, const char *fmt, va_list args) in shf_vfprintf()
1078 shf_getc(struct shf *shf) in shf_getc()
1084 shf_putc(int c, struct shf *shf) in shf_putc()