Searched refs:fileName (Results 101 - 125 of 165) sorted by relevance

1234567

/haiku-fatelf/src/bin/rc/
H A Ddecompile.cpp918 examine_file(char *fileName) argument
920 BFile file(fileName, B_READ_ONLY);
922 strcpy(rdef_err_file, fileName);
929 strcpy(rdef_err_file, fileName);
957 open_output_files(const char *fileName, const char *headerName) argument
959 sOutputFile = fopen(fileName, "w");
962 strcpy(rdef_err_file, fileName);
988 close_output_files(const char *fileName, const char *headerName) argument
1001 unlink(fileName);
1006 rdef_decompile(const char *fileName) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A Dbesure_auth.c722 bool GetKeyInt(const char *fileName, const char *key, int *value) argument
727 if (GetKeyValue(fileName, key, num, sizeof(num)))
736 bool GetKeyValue(const char *fileName, const char *key, char *value, int bufSize) argument
744 fp = fopen(fileName, "r");
763 bool SetKeyInt(const char *fileName, const char *key, int value) argument
767 return SetKeyValue(fileName, key, num);
770 bool SetKeyValue(const char *fileName, const char *key, const char *value) argument
781 fp = fopen(fileName, "r");
806 fp = fopen(fileName, "w");
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeSnifferAddonManager.cpp139 MimeSnifferAddonManager::GuessMimeType(const char* fileName, BMimeType* type) argument
152 float priority = addons[i]->Addon()->GuessMimeType(fileName,
/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp85 SSynthFile::SSynthFile(const char* fileName) argument
86 : fReader(fileName)
H A DSynthFile.h120 SSynthFile(const char* fileName);
/haiku-fatelf/src/tools/fs_shell/
H A Dpartition_support.cpp76 add_file_restriction(const char* fileName, fssh_off_t startOffset, argument
80 if (unrestricted_stat(fileName, &st) < 0)
/haiku-fatelf/src/libs/linprog/
H A DActiveSetSolver.h75 bool SaveModel(const char* fileName);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfUtils.cpp261 const char* fileName = unit->FileAt(file - 1, &directoryName); local
262 if (fileName == NULL)
266 _file = fileName;
H A DCompilationUnit.h83 bool AddFile(const char* fileName, int32 dirIndex);
/haiku-fatelf/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp58 RepositoryReaderImpl::Init(const char* fileName) argument
61 int fd = open(fileName, O_RDONLY);
64 "Error: Failed to open repository file \"%s\": %s\n", fileName,
H A DRepositoryWriterImpl.cpp201 RepositoryWriterImpl::Init(const char* fileName) argument
208 return _Init(fileName);
247 RepositoryWriterImpl::_Init(const char* fileName) argument
249 return inherited::Init(fileName, "repository", 0);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.c210 bt_node *btFindNode(bt_node *parent, char *fileName) argument
220 if (strcmp(node->name, fileName) == 0)
406 int btLookup(char *pathBuf, vnode_id dir_vnid, char *fileName, vnode_id *file_vnid) argument
424 fnode = btFindNode(dnode, fileName);
443 sprintf(path, "%s/%s", folder, fileName);
448 btAddHandle(dir_vnid, *file_vnid, fileName);
457 char *fileName; local
460 fileName = btGetLocalFileName(pathBuf, vnid);
461 if (fileName)
463 error = lstat(fileName, s
1098 btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent) argument
[all...]
/haiku-fatelf/src/tools/
H A Dset_haiku_revision.cpp342 void SetTo(const char* fileName) argument
347 fFD = open(fileName, O_RDWR);
349 throw Exception("Failed to open \"%s\"", fileName);
680 const char* fileName = argv[1]; local
685 elfObject.SetTo(fileName);
/haiku-fatelf/src/kits/mail/
H A DMailSettings.cpp903 BString fileName = fAccountName;
904 if (fileName == "")
905 fileName << fAccountID;
907 BString testFileName = fileName;
916 fileName = testFileName;
921 path.Append(fileName);
/haiku-fatelf/src/kits/locale/
H A DDefaultCatalog.cpp573 char fileName[B_FILE_NAME_LENGTH]; local
575 file.GetName(fileName);
576 BString langName(fileName);
600 char fileName[B_FILE_NAME_LENGTH]; local
602 file.GetName(fileName);
603 BString langName(fileName);
/haiku-fatelf/src/bin/bfs_tools/
H A Drecover.cpp722 char *fileName = strrchr(argv[0], '/'); local
723 fileName = fileName ? fileName + 1 : argv[0];
731 usage(fileName);
755 usage(fileName);
/haiku-fatelf/src/add-ons/translators/exr/openexr/
H A Dexrheader.cpp276 printInfo (const char fileName[]) argument
278 InputFile in (fileName);
281 cout << "\n" << fileName <<
/haiku-fatelf/src/bin/desklink/
H A DMediaReplicant.cpp133 const char* fileName);
380 directory_which base, const char* fileName)
385 path.Append(fileName);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackage.h39 status_t Init(const char* fileName);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPStorage.h35 BString fileName; member in struct:StorageMailEntry
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfRgbaFile.h292 const char * fileName () const;
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp414 TFTP::ReceiveFile(const char* fileName, uint8** data, size_t* size) argument
420 strlcpy(getFileSize.file_name, fileName, sizeof(getFileSize.file_name));
431 dprintf("size of boot archive \"%s\": %lu\n", fileName, fileSize);
445 strlcpy(openConnection.file_name, fileName, sizeof(getFileSize.file_name));
/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.h81 Svg2PictureView(BRect frame, const char *fileName);
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTextOutputter.cpp98 << ' ' << sourceLine.fileName();
H A DTextTestResult.cpp110 << ' ' << sourceLine.fileName();

Completed in 376 milliseconds

1234567