Searched refs:fn_list (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.h38 struct fn_list *glob_glob(struct fn *fnp);
39 struct fn_list *glob_glob_list(struct fn_list *fnlp);
40 struct fn_list *glob_reglob(struct fn *fnp);
H A Dfn.h57 struct fn_list *fn_list_new(const char * const *slist);
58 struct fn_list *fn_list_dup(struct fn_list *fnlp);
59 void fn_list_free(struct fn_list *fnlp);
60 void fn_list_adds(struct fn_list *fnlp, const char *s);
61 void fn_list_addfn(struct fn_list *fnlp, struct fn *fnp);
62 void fn_list_rewind(struct fn_list *fnlp);
63 struct fn *fn_list_next(struct fn_list *fnlp);
64 void fn_list_addfn_list(struct fn_list *fnlp, struct fn_list *fnlp
[all...]
H A Dglob.c81 static struct fn_list *glob_debrace(struct fn *fnp);
82 static struct fn_list *glob_reglob_list(struct fn_list *fnlp);
86 static struct fn_list *
89 struct fn_list *ret = fn_list_new(NULL);
90 struct fn_list *newret;
119 struct fn_list *dup = fn_list_dup(ret);
158 struct fn_list *
161 struct fn_list *tmplist = glob_debrace(fnp);
162 struct fn_list *re
[all...]
H A Dconf.h40 struct fn_list *conf_entries(void);
H A Dfn.c32 * that return lists of strings return a struct fn_list.
67 struct fn_list { struct
338 * struct fn_list which contains a NULL linked list, rather than
339 * by a NULL fn_list pointer. in other words:
341 * struct fn_list *fnlp = some_func_returning_a_list();
347 struct fn_list *
350 struct fn_list *fnlp = MALLOC(sizeof (struct fn_list));
363 struct fn_list *
364 fn_list_dup(struct fn_list *fnl
[all...]
H A Dopts.h63 struct fn_list *opts_cmdargs(struct opts *opts);
H A Dopts.c52 struct fn_list *op_cmdargs; /* the op_cmdargs */
283 struct fn_list *
H A Dconf.c89 static struct fn_list *Confentries; /* list of valid entry names */
633 struct fn_list *
H A Dmain.c164 struct fn_list *lognames; /* list of lognames we're processing */
452 struct fn_list *logfiles;
453 struct fn_list *globbedfiles;
862 struct fn_list *files;

Completed in 67 milliseconds