Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/logadm/
H A Dglob.c89 struct fn_list *ret = fn_list_new(NULL); in glob_debrace()
117 newret = fn_list_new(NULL); in glob_debrace()
184 ret = fn_list_new(NULL); in glob_glob()
203 struct fn_list *ret = fn_list_new(NULL); in glob_glob_list()
220 struct fn_list *ret = fn_list_new(NULL); in glob_reglob()
259 newret = fn_list_new(NULL); in glob_reglob()
329 struct fn_list *ret = fn_list_new(NULL); in glob_reglob_list()
H A Dfn.h57 struct fn_list *fn_list_new(const char * const *slist);
H A Dfn.c348 fn_list_new(const char * const *slist) in fn_list_new() function
366 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.c317 Confentries = fn_list_new(NULL); in conf_open()