Searched refs:fopen (Results 76 - 100 of 121) sorted by relevance

12345

/haiku/src/bin/network/arp/
H A Darp.cpp252 FILE *file = fopen(filename, "r");
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservent_r.c90 sd->plainfile = fopen(buffer, "re");
H A Dhesiod.c327 fp = fopen(filename, "r");
H A Dnsdispatch.c524 _nsyyin = fopen(_PATH_NS_CONF, "r");
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp195 FILE* file = fopen(pathStr, "rb");
/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");
/haiku/src/servers/net/
H A DNetServer.cpp591 FILE* file = fopen(path.Path(), "r+");
595 file = fopen(path.Path(), "w");
625 file = fopen(path.Path(), "w");
/haiku/src/bin/unzip/
H A Dfunzip.c361 if ((G.in = fopen(*argv, FOPR)) == (FILE *)NULL)
H A Dttyio.c664 if ((f = fopen(ctermid(NULL), "r")) == NULL)
H A Dbeos.c819 G.outfile = fopen(G.filename, FOPR); /* ...and reopen for reading */
/haiku/src/kits/device/
H A DJoystick.cpp62 sLogFile = fopen("/var/log/joystick.log", "a");
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp40 fFile = fopen(synthFile, "r+b");
/haiku/src/libs/agg/src/dbg_new/
H A Dagg_dbg_new.cpp126 FILE* fd = fopen("stdout.txt", "w");
/haiku/src/preferences/mail/
H A DDNSQuery.cpp173 FILE* fp = fopen(path.Path(), "r");
/haiku/src/apps/terminal/
H A DPrefHandler.cpp531 file = fopen(path, "r");
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp349 keylog = fopen(logpath, "w+");
/haiku/src/kits/tracker/
H A DUtilities.h517 logFile = fopen("/var/log/tracker.log", "a+"); \
/haiku/src/bin/rc/
H A Ddecompile.cpp959 sOutputFile = fopen(fileName, "w");
967 sHeaderFile = fopen(headerName, "w");
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp130 FILE* f = fopen(path.Path(), "r");
207 FILE* f = fopen(path.Path(), "w");
/haiku/src/bin/network/telnet/
H A Dutilities.c118 NetTrace = fopen(file, "w");
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp30 FILE *logfile = fopen("/boot/home/Desktop/messagespeed.log", "a"); \
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp117 file = fopen(micro_path, "r");
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c65 f = fopen("/proc/devices", "r");
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c516 if ((file = fopen(filename, "r")) == NULL)
/haiku/src/bin/debug/profile/
H A Dprofile.cpp1080 gOptions.output = fopen(outputFile, "w+");

Completed in 153 milliseconds

12345