Lines Matching refs:fn
36 struct fn *fn_new(const char *s);
37 struct fn *fn_dup(struct fn *fnp);
38 struct fn *fn_dirname(struct fn *fnp);
39 void fn_setn(struct fn *fnp, int n);
40 int fn_getn(struct fn *fnp);
41 void fn_setstat(struct fn *fnp, struct stat *stp);
42 struct stat *fn_getstat(struct fn *fnp);
43 void fn_free(struct fn *fnp);
44 void fn_renew(struct fn *fnp, const char *s);
45 void fn_putc(struct fn *fnp, int c);
46 void fn_puts(struct fn *fnp, const char *s);
47 void fn_putfn(struct fn *fnp, struct fn *srcfnp);
48 void fn_rewind(struct fn *fnp);
49 int fn_getc(struct fn *fnp);
50 int fn_peekc(struct fn *fnp);
51 char *fn_s(struct fn *fnp);
52 boolean_t fn_isgz(struct fn *fnp);
59 void fn_list_addfn(struct fn_list *fnlp, struct fn *fnp);
61 struct fn *fn_list_next(struct fn_list *fnlp);
67 struct fn *fn_list_popoldest(struct fn_list *fnlp);