Searched refs:fn_new (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.h38 struct fn *fn_new(const char *s);
H A Dkw.c201 struct fn *kw = fn_new(NULL);
400 struct fn *src = fn_new(NULL);
401 struct fn *dst = fn_new(NULL);
411 kw_init(fn_new(argv[1]), NULL);
H A Dfn.c55 /* info created by fn_new(), private to this module */
74 * fn_new -- create a new filename buffer, possibly with initial contents
77 * struct fn *fnp = fn_new("this is a string");
80 fn_new(const char *s) function
117 struct fn *ret = fn_new(fn_s(fnp));
140 return (fn_new("."));
143 ret = fn_new(buf);
204 * fn_new(s);
396 fn_list_addfn(fnlp, fn_new(s));
H A Dmain.c414 struct fn *fnp = fn_new(NULL);
578 struct fn *recentlog = fn_new(NULL); /* for -R cmd */
738 struct fn *rawcmd = fn_new(opts_optarg(opts, "R"));
739 struct fn *cmd = fn_new(NULL);
782 struct fn *template = fn_new(opts_optarg(opts, "t"));
783 struct fn *newfile = fn_new(NULL);
836 struct fn *rawcmd = fn_new(opts_optarg(opts, "M"));
837 struct fn *cmd = fn_new(NULL);
882 template = fn_new(opts_optarg(opts, "T"));
886 template = fn_new(opts_optar
[all...]
H A Dglob.c345 struct fn *ret = fn_new(NULL);
389 struct fn *argfnp = fn_new(NULL);

Completed in 64 milliseconds