Searched refs:dirName (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddllnames.sh9 dirName=`echo $dllFile | sed 's-\(.*[/\\]\)[^/\\]*$-\1-'`
31 echo $dirName$dllFile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacdir.c52 DIR *opendir(char *dirName) argument
64 GetCompletePath(CompletePath, dirName, &spec, &err);
65 printerr("GetCompletePath", err, err, __LINE__, __FILE__, dirName);
67 if (dirName == NULL || *dirName == '\0' ||
68 (pathLen = strlen(dirName)) >= 256) {
77 if (((s = strchr(dirName, ':')) == NULL) || (*dirName == ':')) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp85 extern bool wxIsDriveAvailable(const wxString& dirName);
274 bool wxIsDriveAvailable(const wxString& dirName) argument
278 wxUnusedVar(dirName);
280 if ( dirName.length() == 3 && dirName[1u] == wxT(':') )
282 wxString dirNameLower(dirName.Lower());
328 bool wxIsDriveAvailable(const wxString& WXUNUSED_IN_WINCE(dirName))
340 if (dirName.length() == 3 && dirName[(size_t)1] == wxT(':'))
342 wxString dirNameLower(dirName
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDirectoryTreeCtrl.cpp248 CPath dirName = sharedDir.GetFirstFile(CDirIterator::Dir); local
249 while (dirName.IsOk()) {
250 AddChildItem(hBranch, dirName);
252 dirName = sharedDir.GetNextFile();
H A DPreferences.cpp853 wxString dirName(JoinPaths(GetConfigDir(theApp->m_configFile), folder));
857 if (wxDir::Exists(dirName) &&
858 d.Open(dirName) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c105 static char dirName[_MAX_DIR]; local
110 ParsePath(cwd,serverName,volumeName,dirName); /* shouldn't fail! */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc580 if( !tokens.empty() && myDestination.dirName()==tokens.at(0) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c868 CIFSSMBRmDir(const int xid, struct cifsTconInfo *tcon, const char *dirName, argument
885 name_len = cifsConvertToUCS((__le16 *) pSMB->DirName, dirName,
890 name_len = strnlen(dirName, PATH_MAX);
892 strncpy(pSMB->DirName, dirName, name_len);

Completed in 94 milliseconds