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

12345

/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp12 FILE* f = fopen("/dev/null", "w");
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c30 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/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/headers/libs/agg/dbg_new/
H A Dagg_dbg_new.h41 FILE* fd = fopen("stdout.txt", "at");
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopen.c36 # define _IO_new_fopen fopen
112 versioned_symbol (libc, __new_fopen, fopen, GLIBC_2_1);
/haiku/src/kits/device/
H A DJoystickTweaker.cpp52 sLogFile = fopen("/var/log/joystick.log", "a");
61 sLogFile = fopen("/var/log/joystick.log", "a");
161 FILE *file = fopen(configFilePath.String(), "r");
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp56 FILE* file = fopen(temporaryFilePathStr, "rb");
189 FILE* file = fopen(pathStr, "wb");
225 FILE* file = fopen(pathStr, "rb");
/haiku/src/tests/system/libroot/posix/
H A Dtst-fgetws.c60 if ((fp = fopen(name1, "r")) == NULL) {
90 if ((fp = fopen(name2, "r")) == NULL) {
H A Dtst-ungetwc1.c42 if ((fp = fopen(fname, "r")) == NULL) {
H A Dtst-ungetwc2.c42 if ((fp = fopen(fname, "r")) == NULL) {
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetent.c101 netf = fopen(_PATH_NETWORKS, "re");
124 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "re")) == NULL)
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h80 FILE* log = fopen("/var/log/wacom.log", "a");
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp48 FILE* file = fopen(path.Path(), "r");
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp67 FILE *file = fopen("/boot/beos/etc/termcap", "r");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drealpath.c53 if (!(f = fopen(path, "r")))
/haiku/src/libs/print/libprint/
H A DPackBits.cpp165 FILE *input = fopen(*++argv, "rb");
170 FILE *output = fopen("rle.out", "wb");
/haiku/headers/cpp/
H A Diostdio.h70 #define fopen _IO_fopen macro
/haiku/src/bin/
H A Dunchop.c177 FILE *fp = fopen(tmp, "w");
H A Dcomm.c188 if ((fp = fopen(name, "r")) == NULL) {
/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/libs/libtelnet/
H A Drsaencpwd.c160 if ((fp=fopen(key_file, "r"))==NULL) return(0);
208 if ((fp=fopen(key_file, "r"))==NULL) {
263 if ((fp=fopen(key_file, "r"))==NULL) {
/haiku/src/kits/shared/
H A DSettingsHandler.cpp75 fFile = fopen(fFileName, "r");

Completed in 590 milliseconds

12345