Searched refs:thePath (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.c197 void createArchiveName(char *thePath) argument
201 unsigned short namelen, pathlen = strlen(thePath);
203 if (thePath[pathlen-1] == ':') thePath[pathlen-1] = 0x0;
205 for (tmpPtr = thePath; *tmpPtr; tmpPtr++)
228 if (thePath[pathlen-1] == '.')
230 thePath[pathlen-1] = 0;
241 thePath[pathlen] = '.';
242 thePath[pathlen+1] = 'z';
243 thePath[pathle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.c197 void createArchiveName(char *thePath) argument
201 unsigned short namelen, pathlen = strlen(thePath);
203 if (thePath[pathlen-1] == ':') thePath[pathlen-1] = 0x0;
205 for (tmpPtr = thePath; *tmpPtr; tmpPtr++)
228 if (thePath[pathlen-1] == '.')
230 thePath[pathlen-1] = 0;
241 thePath[pathlen] = '.';
242 thePath[pathlen+1] = 'z';
243 thePath[pathle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp379 wxString thePath ; local
393 thePath = wxMacFSRefToPath( &theFSRef, navReply.saveFileName );
395 thePath = wxMacFSRefToPath( &theFSRef );
397 if (!thePath)
404 m_path = thePath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp437 wxString thePath ; local
472 thePath = wxMacCFStringHolder(cfString).AsString(m_font.GetEncoding());
473 if (!thePath)
478 m_path = thePath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfiledlg.cpp252 wxXmString thePath( m_dir );
255 XmNdirectory, thePath(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp543 wxString thePath = wxPathOnly(InputFile); local
544 if (thePath.empty())
545 thePath = _T(".");
547 wxFprintf(fd, _T("BMROOT=%s ; Assume that bitmaps are where the source is\n"), thePath.c_str());

Completed in 127 milliseconds