Searched refs:fopen (Results 1 - 25 of 121) sorted by last modified time

12345

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp209 f = fopen(fLogPath.String(), "w");
509 if (!(f = fopen(path.Path(), "w")))
/haiku/src/bin/network/traceroute/
H A Das.c110 asn->as_debug = fopen(AS_DEBUG_FILE, "w");
/haiku/src/kits/tracker/
H A DUtilities.h517 logFile = fopen("/var/log/tracker.log", "a+"); \
H A DFindPanel.cpp3416 FILE* file = fopen(path.Path(), "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/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h383 fopen (
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dbios.cpp201 fp = fopen(filename, "wb");
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp195 FILE* file = fopen(pathStr, "rb");
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c332 if ((fp = fopen(path, "re")) != NULL) {
H A Dres_query.c409 if (file == NULL || (fp = fopen(file, "re")) == NULL)
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c524 _nsyyin = fopen(_PATH_NS_CONF, "r");
H A Dsethostent.c105 *hf = fopen(buffer, "re");
107 *hf = fopen(_h_hosts, "re");
H A Dhesiod.c327 fp = fopen(filename, "r");
H A Dgetservent_r.c90 sd->plainfile = fopen(buffer, "re");
H A Dgetprotoent_r.c66 pd->fp = fopen(buffer, "re");
H A Dgetnetent.c101 netf = fopen(_PATH_NETWORKS, "re");
124 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "re")) == NULL)
H A Dgetaddrinfo.c2309 *hostf = fopen(buffer, "re");
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c300 * mode Mode to open the file (passed directly to fopen)
321 fp = fopen(pathname, mode);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3619 DatabaseFile = fopen (m_DatabaseFileName.String (), DoLoad ? "rb" : "wb");
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2754 FILE *f = fopen(path, "r");
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1688 void fopen() {} function
H A Dlibroot_stubs.c1743 void fopen() {} function
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp349 keylog = fopen(logpath, "w+");
/haiku/src/bin/debug/strace/
H A Dstrace.cpp718 outputFile = fopen(filename, "w+");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c1874 fptr = fopen(file, "r");

Completed in 276 milliseconds

12345