Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dfn.h39 struct fn *fn_dup(struct fn *fnp);
H A Dfn.c115 fn_dup(struct fn *fnp) in fn_dup() function
371 fn_list_addfn(ret, fn_dup(fnp)); in fn_list_dup()
H A Dglob.c274 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
H A Dmain.c805 struct fn *gzfnp = fn_dup(newfile); in rotateto()
/titanic_41/usr/src/cmd/compress/
H A Dcompress.c1870 char *fn_dup; in addDotZ() local
1875 fn_dup = strdup(fn); in addDotZ()
1876 dir = dirname(fn_dup); in addDotZ()
1879 free(fn_dup); in addDotZ()