Home
last modified time | relevance | path

Searched refs:fn_list_new (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c87 struct fn_list *ret = fn_list_new(NULL); in glob_debrace()
115 newret = fn_list_new(NULL); in glob_debrace()
182 ret = fn_list_new(NULL); in glob_glob()
201 struct fn_list *ret = fn_list_new(NULL); in glob_glob_list()
218 struct fn_list *ret = fn_list_new(NULL); in glob_reglob()
257 newret = fn_list_new(NULL); in glob_reglob()
327 struct fn_list *ret = fn_list_new(NULL); in glob_reglob_list()
H A Dfn.h55 struct fn_list *fn_list_new(const char * const *slist);
H A Dfn.c346 fn_list_new(const char * const *slist) in fn_list_new() function
364 struct fn_list *ret = fn_list_new(NULL); in fn_list_dup()
H A Dopts.c135 opts->op_cmdargs = fn_list_new(NULL); in opts_parse()
H A Dconf.c332 Confentries = fn_list_new(NULL); in conf_open()