Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c418 struct fn *fnp = fn_new(NULL); in doaftercmd()
743 struct fn *rawcmd = fn_new(opts_optarg(opts, "R")); in rotatelog()
744 struct fn *cmd = fn_new(NULL); in rotatelog()
788 struct fn *newfile = fn_new(NULL); in rotateto()
841 struct fn *rawcmd = fn_new(opts_optarg(opts, "M")); in rotateto()
842 struct fn *cmd = fn_new(NULL); in rotateto()
887 template = fn_new(opts_optarg(opts, "T")); in expirefiles()
891 template = fn_new(opts_optarg(opts, "t")); in expirefiles()
892 pattern = fn_new(NULL); in expirefiles()
991 struct fn *rawcmd = fn_new(opts_optarg(opts, "E")); in dorm()
[all …]
H A Dkw.c199 struct fn *kw = fn_new(NULL); in kw_expand()
398 struct fn *src = fn_new(NULL); in main()
399 struct fn *dst = fn_new(NULL); in main()
409 kw_init(fn_new(argv[1]), NULL); in main()
H A Dfn.c78 fn_new(const char *s) in fn_new() function
115 struct fn *ret = fn_new(fn_s(fnp)); in fn_dup()
138 return (fn_new(".")); in fn_dirname()
141 ret = fn_new(buf); in fn_dirname()
394 fn_list_addfn(fnlp, fn_new(s)); in fn_list_adds()
H A Dglob.c343 struct fn *ret = fn_new(NULL); in glob_to_reglob()
387 struct fn *argfnp = fn_new(NULL); in main()
H A Dfn.h36 struct fn *fn_new(const char *s);