Home
last modified time | relevance | path

Searched refs:fn_s (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c357 buf = fn_s(fnp); in main()
404 buf = fn_s(fnp); in commajoin()
425 err_mailto(fn_s(fnp)); in doaftercmd()
551 buf = fn_s(nextfnp); in dologname()
580 char *fname = fn_s(fnp); in rotatelog()
798 buf1 = fn_s(fnp); in rotateto()
799 buf2 = fn_s(newfile); in rotateto()
839 docopytruncate(opts, fn_s(fnp), fn_s(newfile)); in rotateto()
853 fn_s(fnp), fn_s(newfile)); in rotateto()
903 buf = fn_s(pattern); in expirefiles()
[all …]
H A Dglob.c89 char *sp = fn_s(fnp); in glob_debrace()
139 char *s = fn_s(fnp); in glob_magic()
221 char *mys = STRDUP(fn_s(fnp)); in glob_reglob()
264 if ((dirp = opendir(fn_s(nextfnp))) == NULL) in glob_reglob()
278 if (stat(fn_s(matchfnp), &stbuf) < 0) { in glob_reglob()
414 printf(" <%s>\n", fn_s(fnp)); in main()
419 printf(" oldest <%s>\n", fn_s(fnp)); in main()
H A Dkw.c91 fullpath = STRDUP(fn_s(fnp)); in kw_init()
101 nfullpath = STRDUP(fn_s(nfnp)); in kw_init()
108 splitpath = STRDUP(fn_s(fnp)); in kw_init()
275 fn_s(kw))) == NULL) { in kw_expand()
421 printf("result <%s>\n", fn_s(dst)); in main()
H A Dfn.c115 struct fn *ret = fn_new(fn_s(fnp)); in fn_dup()
133 buf = fn_s(fnp); in fn_dirname()
310 fn_s(struct fn *fnp) in fn_s() function
H A Dfn.h51 char *fn_s(struct fn *fnp);
H A Dopts.c509 opts_printword(fn_s(fnp), stream); in opts_print()