Home
last modified time | relevance | path

Searched refs:PathCat (Results 1 – 18 of 18) sorted by relevance

/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Ddosio.c441 PathCat(uchar *path, const uchar *fname) in PathCat() function
479 PathCat(pfname, fname); in PathFName()
516 PathCat(fullpath, fname);
529 PathCat(pfname, fname);
H A Ddosio.c.sjis439 PathCat(uchar *path, const uchar *fname)
477 PathCat(pfname, fname);
514 PathCat(fullpath, fname);
527 PathCat(pfname, fname);
H A Dexecdos.c32 PathCat(buf, templet); in MakeTemp()
H A Dexecdos.c.sjis32 PathCat(buf, templet);
H A Dxtr.h1147 uchar *PathCat ARGS((uchar *path, const uchar *fname));
H A Dfuncs.c1057 PathCat(dst, fname); in SF_fn()
H A Dmain.c1994 PathCat((uchar *)strcpy((char *)ifname2, XTRPATH), ifname); in Include()
H A Dfuncs.c.sjis1057 PathCat(dst, fname);
H A Dxtr.h.sjis1145 uchar *PathCat ARGS((uchar *path, const uchar *fname));
H A Dmain.c.sjis1994 PathCat((uchar *)strcpy((char *)ifname2, XTRPATH), ifname);
/dports/www/lynx-current/lynx2.9.0dev.9/PACKAGE/
H A Dlynx.iss420 function PathCat(const head, tail: string): string;
430 Log('Copy from: ' + PathCat(source, name));
431 Log('Copy to: ' + PathCat(target, name));
433 Status := FileCopy(PathCat(source, name), PathCat(target, name), FailExists);
461 fullPath := PathCat( AppDir, name );
467 ReallyDelete( PathCat( AppDir, findRec.name ) );
469 ReallyDelete( PathCat( AppDir, findRec.name ) );
/dports/www/lynx/lynx2.8.9rel.1/PACKAGE/
H A Dlynx.iss418 function PathCat(const head, tail: string): string;
428 Log('Copy from: ' + PathCat(source, name));
429 Log('Copy to: ' + PathCat(target, name));
431 Status := FileCopy(PathCat(source, name), PathCat(target, name), FailExists);
456 fullPath := PathCat( AppDir, name );
462 ReallyDelete( PathCat( AppDir, findRec.name ) );
464 ReallyDelete( PathCat( AppDir, findRec.name ) );
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Du_pathcat.c238 PathCat(char *const dst, const size_t dsize, const char *const cwd, const char *const src, int dosC… in PathCat() function
H A Dncftp.h1117 void PathCat(char *const dst, const size_t dsize, const char *const cwd, const char *const src, int…
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dls.c581 PathCat(itempath, sizeof(itempath), gRemoteCWD, in Ls()
H A Dreadln.c340 PathCat(rpath, sizeof(rpath), gRemoteCWD, text, gServerUsesMSDOSPaths); in RemoteCompletionFunction()
H A Dutil.c237 PathCat(dst, dsize, rcwd, fn, 0); in FileToURL()
H A Dcmds.c533 PathCat(gRemoteCWD, sizeof(gRemoteCWD), gScratchCWD, cdCwd, gServerUsesMSDOSPaths); in nFTPChdirAndGetCWD()
543 PathCat(gRemoteCWD, sizeof(gRemoteCWD), gScratchCWD, cdCwd, gServerUsesMSDOSPaths); in nFTPChdirAndGetCWD()
585 PathCat(cip->buf, cip->bufSize, gRemoteCWD, cdCwd, gServerUsesMSDOSPaths); in Chdirs()