Searched refs:fn_dup (Results 1 – 5 of 5) sorted by relevance
39 struct fn *fn_dup(struct fn *fnp);
115 fn_dup(struct fn *fnp) in fn_dup() function371 fn_list_addfn(ret, fn_dup(fnp)); in fn_list_dup()
274 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
805 struct fn *gzfnp = fn_dup(newfile); in rotateto()
1870 char *fn_dup; in addDotZ() local1875 fn_dup = strdup(fn); in addDotZ()1876 dir = dirname(fn_dup); in addDotZ()1879 free(fn_dup); in addDotZ()