Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/logadm/
H A Dmain.c414 struct fn *fnp = fn_new(NULL); in doaftercmd()
578 struct fn *recentlog = fn_new(NULL); /* for -R cmd */ in rotatelog()
738 struct fn *rawcmd = fn_new(opts_optarg(opts, "R")); in rotatelog()
739 struct fn *cmd = fn_new(NULL); in rotatelog()
782 struct fn *template = fn_new(opts_optarg(opts, "t")); in rotateto()
783 struct fn *newfile = fn_new(NULL); in rotateto()
836 struct fn *rawcmd = fn_new(opts_optarg(opts, "M")); in rotateto()
837 struct fn *cmd = fn_new(NULL); in rotateto()
882 template = fn_new(opts_optarg(opts, "T")); in expirefiles()
886 template = fn_new(opts_optarg(opts, "t")); in expirefiles()
[all …]
H A Dkw.c201 struct fn *kw = fn_new(NULL); in kw_expand()
400 struct fn *src = fn_new(NULL); in main()
401 struct fn *dst = fn_new(NULL); in main()
411 kw_init(fn_new(argv[1]), NULL); in main()
H A Dfn.c80 fn_new(const char *s) in fn_new() function
117 struct fn *ret = fn_new(fn_s(fnp)); in fn_dup()
140 return (fn_new(".")); in fn_dirname()
143 ret = fn_new(buf); in fn_dirname()
396 fn_list_addfn(fnlp, fn_new(s)); in fn_list_adds()
H A Dglob.c345 struct fn *ret = fn_new(NULL); in glob_to_reglob()
389 struct fn *argfnp = fn_new(NULL); in main()
H A Dfn.h38 struct fn *fn_new(const char *s);