Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.h37 struct fn *fn_dup(struct fn *fnp);
H A Dfn.c113 fn_dup(struct fn *fnp) in fn_dup() function
369 fn_list_addfn(ret, fn_dup(fnp)); in fn_list_dup()
H A Dglob.c272 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
H A Dmain.c810 struct fn *gzfnp = fn_dup(newfile); in rotateto()
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1873 char *fn_dup; in addDotZ() local
1878 fn_dup = strdup(fn); in addDotZ()
1879 dir = dirname(fn_dup); in addDotZ()
1882 free(fn_dup); in addDotZ()