Searched refs:fopen (Results 51 - 75 of 121) sorted by last modified time

12345

/haiku/src/bin/network/arp/
H A Darp.cpp252 FILE *file = fopen(filename, "r");
/haiku/src/servers/input/
H A DInputServer.h256 FILE* log = fopen("/var/log/input_server.log", "a");
/haiku/src/add-ons/accelerants/via/
H A DInitAccelerant.c252 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c286 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c266 myhand=fopen(fname,"a+");
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2907 fp = fopen(filename, "rb");
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp100 FILE* file = fopen("/tmp/RAW.out", "wb");
/haiku/src/apps/sudoku/
H A DSudokuView.cpp144 FILE* file = fopen(path.Path(), "r");
/haiku/src/servers/registrar/
H A DTRoster.cpp2070 file = fopen(settingsPath, "w+");
/haiku/src/bin/debug/profile/
H A Dprofile.cpp1080 gOptions.output = fopen(outputFile, "w+");
H A DCallgrindProfileResult.cpp196 FILE* out = fopen(fileName, "w+");
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp67 FILE *file = fopen("/boot/beos/etc/termcap", "r");
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp85 sLogFile = fopen("/var/log/easypen_device_log.log", "a");
/haiku/src/kits/shared/
H A DSettingsHandler.cpp75 fFile = fopen(fFileName, "r");
/haiku/src/bin/unzip/
H A Dfileio.c127 "error: %s: stat() says does not exist, but fopen() found anyway\n";
196 G.zipfd = fopen(G.zipfn, FOPR);
248 FILE *tmp = fopen(G.filename, "wb+");
368 if ((G.outfile = fopen(tfilnam, FOPW)) == (FILE *)NULL) {
378 G.outfile = fopen(G.filename, FOPWT);
380 G.outfile = fopen(G.filename, FOPW);
389 "open_outfile: doing fopen(%s) for reading\n", FnFilter1(G.filename)));
390 if ((G.outfile = fopen(G.filename, FOPR)) == (FILE *)NULL)
392 "open_outfile: fopen(%s) for reading failed: does not exist\n",
396 "open_outfile: fopen(
[all...]
H A Dbeos.c819 G.outfile = fopen(G.filename, FOPR); /* ...and reopen for reading */
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp221 FILE* inputFile = fopen(fileName, "rb");
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c516 if ((file = fopen(filename, "r")) == NULL)
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c125 if ((f = fopen(filename, "r")) == NULL) {
/haiku/src/kits/device/
H A DJoystick.cpp62 sLogFile = fopen("/var/log/joystick.log", "a");
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp141 m_pFile = fopen(pName, "rb+");
146 m_pFile = fopen(pName, "rb");
232 m_pFile = fopen (pName, "w+b"); // Read/Write // SHINTA
/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp12 FILE* f = fopen("/dev/null", "w");
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp59 FILE* packageListFile = fopen(packageListFileName, "r");
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp26 FILE *f = fopen("/boot/home/libprint.log", "aw+");
/haiku/src/bin/keymap/
H A DKeymap.cpp213 FILE* file = fopen(name, "r");
563 FILE* file = fopen(name, "w");
621 FILE* file = fopen(fileName, "w");

Completed in 159 milliseconds

12345