Home
last modified time | relevance | path

Searched refs:srctail (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dfiles_reg.c46 void TestLeptCpRm(L_REGPARAMS *rp, const char *srctail, const char *newdir,
168 const char *srctail, in TestLeptCpRm() argument
178 realtail = (newtail) ? stringNew(newtail) : stringNew(srctail); in TestLeptCpRm()
183 srctail, newdir, newtail); in TestLeptCpRm()
192 lept_cp(srctail, newdir, newtail, &fname); in TestLeptCpRm()
216 lept_cp(srctail, newdir, newtail, &fname); in TestLeptCpRm()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dutils2.c2256 srcpath = pathJoin(dir, srctail); in lept_mv()
2261 newpath = pathJoin(newtemp, srctail); in lept_mv()
2264 LEPT_FREE(srctail); in lept_mv()
2274 srcpath = genPathname(dir, srctail); in lept_mv()
2282 LEPT_FREE(srctail); in lept_mv()
2338 char *srcpath, *newpath, *dir, *srctail; in lept_cp() local
2355 srcpath = pathJoin(dir, srctail); in lept_cp()
2360 newpath = pathJoin(newtemp, srctail); in lept_cp()
2363 LEPT_FREE(srctail); in lept_cp()
2368 srcpath = genPathname(dir, srctail); in lept_cp()
[all …]