Lines Matching refs:ARGS
63 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
65 struct shf *shf_fdopen ARGS((int fd, int sflags, struct shf *shf));
66 struct shf *shf_reopen ARGS((int fd, int sflags, struct shf *shf));
67 struct shf *shf_sopen ARGS((char *buf, int bsize, int sflags,
69 int shf_close ARGS((struct shf *shf));
70 int shf_fdclose ARGS((struct shf *shf));
71 char *shf_sclose ARGS((struct shf *shf));
72 int shf_finish ARGS((struct shf *shf));
73 int shf_flush ARGS((struct shf *shf));
74 int shf_seek ARGS((struct shf *shf, off_t where, int from));
75 int shf_read ARGS((char *buf, int bsize, struct shf *shf));
76 char *shf_getse ARGS((char *buf, int bsize, struct shf *shf));
77 int shf_getchar ARGS((struct shf *shf));
78 int shf_ungetc ARGS((int c, struct shf *shf));
79 int shf_putchar ARGS((int c, struct shf *shf));
80 int shf_puts ARGS((const char *s, struct shf *shf));
81 int shf_write ARGS((const char *buf, int nbytes, struct shf *shf));
82 int shf_fprintf ARGS((struct shf *shf, const char *fmt, ...));
83 int shf_snprintf ARGS((char *buf, int bsize, const char *fmt, ...));
84 char *shf_smprintf ARGS((const char *fmt, ...));
85 int shf_vfprintf ARGS((struct shf *, const char *fmt, va_list args));