Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/logadm/
H A Dmain.c353 buf = fn_s(fnp); in main()
400 buf = fn_s(fnp); in commajoin()
421 err_mailto(fn_s(fnp)); in doaftercmd()
449 const char *logname = fn_s(fnp); in dologname()
547 buf = fn_s(nextfnp); in dologname()
575 char *fname = fn_s(fnp); in rotatelog()
743 docmd(opts, "-R cmd", Sh, "-c", fn_s(cmd), NULL); in rotatelog()
793 buf1 = fn_s(fnp); in rotateto()
794 buf2 = fn_s(newfile); in rotateto()
811 if (lstat(fn_s(gzfnp), &stbuf) != -1) in rotateto()
[all …]
H A Dglob.c91 char *sp = fn_s(fnp); in glob_debrace()
141 char *s = fn_s(fnp); in glob_magic()
223 char *mys = STRDUP(fn_s(fnp)); in glob_reglob()
266 if ((dirp = opendir(fn_s(nextfnp))) == NULL) in glob_reglob()
280 if (stat(fn_s(matchfnp), &stbuf) < 0) { in glob_reglob()
416 printf(" <%s>\n", fn_s(fnp)); in main()
421 printf(" oldest <%s>\n", fn_s(fnp)); in main()
H A Dkw.c93 fullpath = STRDUP(fn_s(fnp)); in kw_init()
103 nfullpath = STRDUP(fn_s(nfnp)); in kw_init()
110 splitpath = STRDUP(fn_s(fnp)); in kw_init()
277 fn_s(kw))) == NULL) { in kw_expand()
423 printf("result <%s>\n", fn_s(dst)); in main()
H A Dfn.c117 struct fn *ret = fn_new(fn_s(fnp)); in fn_dup()
135 buf = fn_s(fnp); in fn_dirname()
312 fn_s(struct fn *fnp) in fn_s() function
H A Dfn.h53 char *fn_s(struct fn *fnp);
H A Dopts.c509 opts_printword(fn_s(fnp), stream); in opts_print()