Searched refs:fopen (Results 1 - 25 of 121) sorted by path

12345

/haiku/headers/cpp/
H A Diostdio.h70 #define fopen _IO_fopen macro
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c30 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c293 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_support.c26 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_support.c30 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c254 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dsupport.c26 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/via/engine/
H A Dsupport.c26 myhand=fopen(fname,"a+");
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp95 sLogFile = fopen("/var/log/serial_mouse.log", "w");
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h80 FILE* log = fopen("/var/log/wacom.log", "a");
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c125 if ((f = fopen(filename, "r")) == NULL) {
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp117 file = fopen(micro_path, "r");
/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/add-ons/print/transports/shared/
H A DDbgMsg.cpp26 FILE *f = fopen("/boot/home/transport.log", "aw+");
/haiku/src/apps/expander/
H A DExpanderRules.cpp151 FILE* file = fopen(path, "r");
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp46 FILE* f = fopen(fileName, "r");
/haiku/src/bin/
H A Dcomm.c188 if ((fp = fopen(name, "r")) == NULL) {
/haiku/src/bin/fwcontrol/
H A Deui64.c241 if ((fp = fopen(_PATH_EUI64, "r")) == NULL)
291 if ((fp = fopen(_PATH_EUI64, "r")) == NULL)
H A Dfwcontrol.c516 if ((file = fopen(filename, "r")) == NULL)
/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/bin/mail_utils/
H A Dmail2mbox.cpp221 FILE* inputFile = fopen(fileName, "rb");
H A Dmbox2mail.cpp551 InputFile = fopen (InputPathName, "rb");
/haiku/src/bin/network/telnet/
H A Dcommands.c2750 if ((rcfile = fopen(rcname, "r")) == 0) {
H A Dutilities.c118 NetTrace = fopen(file, "w");
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp59 FILE* packageListFile = fopen(packageListFileName, "r");

Completed in 131 milliseconds

12345