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

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c91 char *sp = fn_s(fnp);
141 char *s = fn_s(fnp);
223 char *mys = STRDUP(fn_s(fnp));
266 if ((dirp = opendir(fn_s(nextfnp))) == NULL)
280 if (stat(fn_s(matchfnp), &stbuf) < 0) {
416 printf(" <%s>\n", fn_s(fnp));
421 printf(" oldest <%s>\n", fn_s(fnp));
H A Dmain.c353 buf = fn_s(fnp);
400 buf = fn_s(fnp);
421 err_mailto(fn_s(fnp));
449 const char *logname = fn_s(fnp);
547 buf = fn_s(nextfnp);
575 char *fname = fn_s(fnp);
743 docmd(opts, "-R cmd", Sh, "-c", fn_s(cmd), NULL);
793 buf1 = fn_s(fnp);
794 buf2 = fn_s(newfile);
811 if (lstat(fn_s(gzfn
[all...]
H A Dkw.c93 fullpath = STRDUP(fn_s(fnp));
103 nfullpath = STRDUP(fn_s(nfnp));
110 splitpath = STRDUP(fn_s(fnp));
277 fn_s(kw))) == NULL) {
423 printf("result <%s>\n", fn_s(dst));
H A Dfn.h53 char *fn_s(struct fn *fnp);
H A Dfn.c117 struct fn *ret = fn_new(fn_s(fnp));
135 buf = fn_s(fnp);
309 * fn_s -- return a pointer to a null-terminated string containing the filename
312 fn_s(struct fn *fnp) function

Completed in 60 milliseconds