Home
last modified time | relevance | path

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

/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.cc871 char *mysource, *mydestdir; in getRelativePath() local
893 mydestdir = NWC::Path::handlePath( destdir ); in getRelativePath()
899 mydestdir = NWC::Path::handlePath( destdir ); in getRelativePath()
906 for ( i = strlen( mydestdir ) - 1; i >= 0; i-- ) { in getRelativePath()
907 if ( mydestdir[i] == '/' ) mydestdir[i] = '\0'; in getRelativePath()
913 _freesafe( mydestdir ); in getRelativePath()
926 if ( mydestdir[curpos] == '\0' ) { in getRelativePath()
957 if ( mydestdir[ curpos++ ] == '/' ) { in getRelativePath()
964 ( mydestdir[ curpos ] == '/' ) ) { in getRelativePath()
968 } else if ( mysource[ curpos ] == mydestdir[ curpos ] ) { in getRelativePath()
[all …]