Searched refs:fopen (Results 51 - 75 of 121) sorted by relevance

12345

/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c293 myhand=fopen(fname,"a+");
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c254 myhand=fopen(fname,"a+");
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp26 FILE *f = fopen("/boot/home/transport.log", "aw+");
/haiku/src/bin/pcmcia-cs/
H A Ddump_cisreg.c63 f = fopen("/proc/devices", "r");
H A Dpack_cis.c424 f = fopen(argv[optind], "r");
436 f = fopen(out, "w");
/haiku/src/libs/iconv/
H A Dlocalcharset.c141 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c89 f = fopen(filename, "r");
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp95 sLogFile = fopen("/var/log/serial_mouse.log", "w");
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp26 FILE *f = fopen("/boot/home/libprint.log", "aw+");
/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/debug/profile/
H A DCallgrindProfileResult.cpp196 FILE* out = fopen(fileName, "w+");
/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/add-ons/accelerants/via/
H A DInitAccelerant.c252 myhand=fopen(fname,"a+");
/haiku/headers/posix/
H A Dstdio.h69 extern FILE *fopen(const char *name, const char *mode);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c45 FILE *f = fopen(private_log_path, "a");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c111 fp = fopen(path, "r");
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c409 if (file == NULL || (fp = fopen(file, "re")) == NULL)
/haiku/src/bin/network/ftpd/
H A Dftpd.c609 if ((fd = fopen(_PATH_NOLOGIN,"r")) != NULL) {
621 fd = fopen(thishost->welcome, "r");
623 fd = fopen(_PATH_FTPWELCOME, "r");
710 if ((fp = fopen(_PATH_FTPHOSTS, "r")) != NULL) {
1113 if ((fd = fopen(fname, "r")) != NULL) {
1603 fd = fopen(thishost->loginmsg, "r");
1605 fd = fopen(_PATH_FTPLOGINMESG, "r");
1684 fin = fopen(name, "r"), closefunc = fclose;
1798 fout = fopen(name, mode);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp209 f = fopen(fLogPath.String(), "w");
509 if (!(f = fopen(path.Path(), "w")))
/haiku/src/libs/libtelnet/
H A Dkerberos.c139 if ((fp = fopen(KEYFILE, "r")) == NULL)
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp59 FILE* packageListFile = fopen(packageListFileName, "r");
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp85 sLogFile = fopen("/var/log/easypen_device_log.log", "a");
/haiku/src/servers/input/
H A DInputServer.h256 FILE* log = fopen("/var/log/input_server.log", "a");

Completed in 121 milliseconds

12345