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