Searched refs:Path (Results 26 - 50 of 71) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.h96 char *Path(char *const dst, const size_t siz, const char *const parent, const char *const fname);
H A Dutil.c292 Path(char *const dst, const size_t siz, const char *const parent, const char *const fname) function
297 } /* Path */
305 return (Path(dst, siz, gOurDirectoryPath, fname));
313 return (Path(dst, siz, gOurInstallationPath, fname));
433 (void) Path(gOurDirectoryPath,
H A Dspoolutil.c169 Path(spathname2, sizeof(spathname2), sdir, sname2);
172 Path(spathname, sizeof(spathname), sdir, sname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dutil.c189 Path(char *const dst, const size_t siz, const char *const parent, const char *const fname) function
194 } /* Path */
202 return (Path(dst, siz, gOurDirectoryPath, fname));
210 return (Path(dst, siz, gOurInstallationPath, fname));
328 (void) Path(gOurDirectoryPath,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.cs27 using System.IO; /* BufferedStream, StreamWriter, TextWriter, FileNotFoundException, Path */
111 + Path.DirectorySeparatorChar + cultureName
112 + Path.DirectorySeparatorChar + resourceName + ".resources.dll";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp64 CPPUNIT_TEST( Path );
81 void Path();
122 void FileConfigTestCase::Path() function in class:FileConfigTestCase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.c262 void FindDesktopFolder(char *Path) argument
303 sstrcat(buffer,Path);
304 sstrcpy(Path,buffer);
597 * Path expansions are relative to the running app.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.c262 void FindDesktopFolder(char *Path) argument
303 sstrcat(buffer,Path);
304 sstrcpy(Path,buffer);
597 * Path expansions are relative to the running app.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.h31 #include <common/Path.h>
H A DPartFileConvertDlg.cpp29 #include <common/Path.h>
H A DKnownFile.h35 #include <common/Path.h>
H A DCFile.cpp29 #include <common/Path.h> // Needed for CPath
H A DECSpecialMuleTags.cpp63 bool ret = theApp->glob_prefs->UpdateCategory(GetInt(), Name(), CPath(Path()), Comment(), Color(), Prio());
73 bool ret = theApp->glob_prefs->CreateCategory(category, Name(), CPath(Path()), Comment(), Color(), Prio());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.vbs149 myTmpIn = objFSO.GetSpecialFolder(2).Path & "\" & objFSO.GetTempName
150 myTmpOut = objFSO.GetSpecialFolder(2).Path & "\" & objFSO.GetTempName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMakefile.in77 MD5Sum.$(OBJEXT) MuleDebug.$(OBJEXT) Path.$(OBJEXT) \
346 Path.cpp \
356 Path.h \
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Path.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DTextFileTest.cpp5 #include <common/Path.h>
H A DPathTest.cpp3 #include <common/Path.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c2240 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
2251 if ((phys_disk->Path[j].Flags &
2254 if ((phys_disk->Path[j].Flags &
2257 if ((id == phys_disk->Path[j].PhysDiskID) &&
2258 (channel == phys_disk->Path[j].PhysDiskBus)) {
2318 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
2329 if ((phys_disk->Path[j].Flags &
2332 if ((phys_disk->Path[j].Flags &
2335 if ((id == phys_disk->Path[j].PhysDiskID) &&
2336 (channel == phys_disk->Path[
[all...]
H A Dmptbase.c5794 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID;
5795 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus;
5796 phys_disk->Path[i].OwnerIdentifier =
5797 buffer->Path[i].OwnerIdentifier;
5798 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags);
5799 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64));
5801 memcpy(&phys_disk->Path[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicspath.tex144 Returns the native path (CGPathRef for Core Graphics, Path pointer for GDIPlus and a cairo\_path\_t pointer for cairo).
H A Duri.tex283 Returns \true if the Path component of the URI exists.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs460 zfe.FileName = Path.GetFileName(fname);
461 zfe.FilePath = Path.GetDirectoryName(fname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h474 #pragma mark ----- FSRef/FSpec/Path/Name Conversion Routines -----
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h154 wxString Path() const { return GetTagByNameSafe(EC_TAG_CATEGORY_PATH)->GetStringData(); } function in class:CEC_Category_Tag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h660 const wxString &Path() { return m_path; } function in class:CParsedUrl

Completed in 251 milliseconds

123