Searched refs:fn_list_new (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c89 struct fn_list *ret = fn_list_new(NULL);
117 newret = fn_list_new(NULL);
184 ret = fn_list_new(NULL);
203 struct fn_list *ret = fn_list_new(NULL);
220 struct fn_list *ret = fn_list_new(NULL);
259 newret = fn_list_new(NULL);
329 struct fn_list *ret = fn_list_new(NULL);
H A Dfn.h57 struct fn_list *fn_list_new(const char * const *slist);
H A Dfn.c66 /* info created by fn_list_new(), private to this module */
335 * fn_list_new -- create a new list of filenames
348 fn_list_new(const char * const *slist) function
366 struct fn_list *ret = fn_list_new(NULL);
H A Dopts.c135 opts->op_cmdargs = fn_list_new(NULL);

Completed in 69 milliseconds