Home
last modified time | relevance | path

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

/dports/sysutils/isomaster/isomaster-1.3.16/
H A Dfsbrowser.c414 char* newCurrentDir; in fsGoUpDirTreeCbk() local
422 newCurrentDir = (char*)malloc(strlen(GBLfsCurrentDir) + 1); in fsGoUpDirTreeCbk()
423 if(newCurrentDir == NULL) in fsGoUpDirTreeCbk()
425 strcpy(newCurrentDir, GBLfsCurrentDir); in fsGoUpDirTreeCbk()
429 for(count = strlen(newCurrentDir) - 1; !done; count--) in fsGoUpDirTreeCbk()
431 if(newCurrentDir[count - 1] == '/') in fsGoUpDirTreeCbk()
434 newCurrentDir[count] = '\0'; in fsGoUpDirTreeCbk()
435 changeFsDirectory(newCurrentDir); in fsGoUpDirTreeCbk()
440 free(newCurrentDir); in fsGoUpDirTreeCbk()
H A Disobrowser.c1020 char* newCurrentDir; in isoGoUpDirTreeCbk() local
1036 strcpy(newCurrentDir, GBLisoCurrentDir); in isoGoUpDirTreeCbk()
1042 if(newCurrentDir[count - 1] == '/') in isoGoUpDirTreeCbk()
1045 newCurrentDir[count] = '\0'; in isoGoUpDirTreeCbk()
1064 free(newCurrentDir); in isoGoUpDirTreeCbk()
1085 char* newCurrentDir; in isoRowDblClickCbk() local
1111 if(newCurrentDir == NULL) in isoRowDblClickCbk()
1116 strcat(newCurrentDir, name); in isoRowDblClickCbk()
1117 strcat(newCurrentDir, "/"); in isoRowDblClickCbk()
1119 changeIsoDirectory(newCurrentDir); in isoRowDblClickCbk()
[all …]
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkdirtreeview.cpp735 void KDirTreeView::sendProgressInfo(const QString &newCurrentDir) { in sendProgressInfo() argument
736 _currentDir = newCurrentDir; in sendProgressInfo()