Lines Matching refs:fn
49 * on a filename to the "n" value kept by the fn routines with each
50 * filename (see fn_setn() in fn.c). logadm uses this mechanism to
59 * struct (see fn_setstat() in fn.c).
77 #include "fn.h"
81 static struct fn_list *glob_debrace(struct fn *fnp);
83 static boolean_t glob_magic(struct fn *fnp);
87 glob_debrace(struct fn *fnp)
139 glob_magic(struct fn *fnp)
159 glob_glob(struct fn *fnp)
163 struct fn *nextfnp;
164 struct fn *newfnp;
204 struct fn *fnp;
218 glob_reglob(struct fn *fnp)
222 struct fn *nextfnp;
274 struct fn *matchfnp = fn_dup(nextfnp);
330 struct fn *fnp;
341 struct fn *
342 glob_to_reglob(struct fn *fnp)
345 struct fn *ret = fn_new(NULL);
389 struct fn *argfnp = fn_new(NULL);
390 struct fn *fnp;