Searched refs:FILE (Results 226 - 250 of 266) sorted by relevance

1234567891011

/haiku/src/kits/device/
H A DJoystick.cpp23 static FILE *sLogFile = NULL;
/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.cpp529 FILE *file;
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp346 FILE *keylog = NULL;
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c317 FILE *fp;
H A Dnsdispatch.c92 extern FILE *_nsyyin;
H A Dgethnamaddr.c742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he)
1336 FILE *_h_file;
/haiku/src/kits/tracker/
H A DUtilities.h505 extern FILE* logFile;
/haiku/src/bin/rc/
H A Ddecompile.cpp43 static FILE *sOutputFile;
44 static FILE *sHeaderFile;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h140 #define ntfs_is_file_record(x) ( ntfs_is_magic (x, FILE) )
141 #define ntfs_is_file_recordp(p) ( ntfs_is_magicp(p, FILE) )
348 NTFS_RECORD_TYPES magic;/* Usually the magic is "FILE". */
423 NTFS_RECORD_TYPES magic;/* Usually the magic is "FILE". */
1516 /* Right to read data from the file. (FILE) */
1521 /* Right to write data to the file. (FILE) */
1526 /* Right to append data to the file. (FILE) */
1531 /* Right to read extended attributes. (FILE/DIRECTORY) */
1534 /* Right to write extended attributes. (FILE/DIRECTORY) */
1537 /* Right to execute a file. (FILE) */
[all...]
H A Dvolume.c1496 FILE *f;
1550 FILE *f;
/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/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c263 __vfscanf (FILE *s, const char *format, va_list argptr)
2430 __vfwscanf (FILE *s, const wchar_t *format, va_list argptr)
2436 __vfscanf (FILE *s, const char *format, va_list argptr)
/haiku/src/bin/network/telnet/
H A Dutilities.c70 FILE *NetTrace = 0; /* Not in bss, since needs to stay */
/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.c408 FILE *f;
H A Ddump_cis.c61 FILE *f;
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp30 FILE *logfile = fopen("/boot/home/Desktop/messagespeed.log", "a"); \
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacutils.h213 FILE *OutputFile = AcpiGbl_OutputFile; \
/haiku/src/bin/unzip/
H A Dprocess.c931 fseek((FILE *)G.zipfd, G.ziplen-tail_len, SEEK_SET);
932 G.cur_zipfile_bufstart = ftell((FILE *)G.zipfd);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y1200 ftpd_getline(char *s, int n, FILE *iop)
1630 FILE *fin;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp104 FILE* file;
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp28 static inline void FPRINTF(FILE*, const char*, ...) { }
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c513 FILE *file;
/haiku/src/kits/mail/
H A Dmail_util.cpp830 readfoldedline(FILE *file, char **buffer, size_t *buflen)

Completed in 209 milliseconds

1234567891011