Lines Matching defs:shf
51 struct shf *shf; in shf_open() local
127 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen()
162 shf_reopen(int fd, int sflags, struct shf *shf) in shf_reopen()
196 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen()
228 shf_close(struct shf *shf) in shf_close()
247 shf_fdclose(struct shf *shf) in shf_fdclose()
270 shf_sclose(struct shf *shf) in shf_sclose()
289 shf_flush(struct shf *shf) in shf_flush()
321 shf_emptybuf(struct shf *shf, int flags) in shf_emptybuf()
404 shf_fillbuf(struct shf *shf) in shf_fillbuf()
450 shf_read(char *buf, ssize_t bsize, struct shf *shf) in shf_read()
485 shf_getse(char *buf, ssize_t bsize, struct shf *shf) in shf_getse()
525 shf_getchar(struct shf *shf) in shf_getchar()
541 shf_ungetc(int c, struct shf *shf) in shf_ungetc()
578 shf_putchar(int c, struct shf *shf) in shf_putchar()
621 shf_puts(const char *s, struct shf *shf) in shf_puts()
631 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) in shf_write()
702 shf_fprintf(struct shf *shf, const char *fmt, ...) in shf_fprintf()
717 struct shf shf; in shf_snprintf() local
737 struct shf shf; in shf_smprintf() local
762 shf_vfprintf(struct shf *shf, const char *fmt, va_list args) in shf_vfprintf()
1057 shf_getc(struct shf *shf) in shf_getc()
1063 shf_putc(int c, struct shf *shf) in shf_putc()