Searched refs:FILE (Results 1 - 25 of 266) sorted by path

1234567891011

/haiku/headers/compatibility/bsd/
H A Dlibutil.h107 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
/haiku/headers/cpp/
H A Deditbuf.h49 FILE *file;
74 // FILE *open_file(char *mode);
131 // This is because sometimes a FILE is inserting into the buffer,
133 // to have the gap be defined as the write pointer of the FILE.
H A Diostdio.h37 typedef _IO_FILE FILE; typedef
98 /* We can use the libc versions of these, since they don't pass FILE*s. */
H A Dstdiostream.h40 FILE *_file;
42 FILE* stdiofile() const { return _file; }
43 stdiobuf(FILE *);
61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); }
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); }
/haiku/headers/glibc/
H A Dprintf.h55 STREAM is the FILE on which to write output.
64 typedef int printf_function (FILE *__stream,
133 extern int printf_size (FILE *__restrict __fp,
/haiku/headers/libs/udis86/libudis86/
H A Dextern.h58 extern LIBUDIS86_DLLEXTERN void ud_set_input_file(struct ud*, FILE*);
H A Dtypes.h178 FILE* inp_file;
/haiku/headers/posix/
H A Dshadow.h44 extern struct spwd* fgetspent(FILE* file);
45 extern int fgetspent_r(FILE* file, struct spwd* spwd, char* buffer,
H A Dstdio_ext.h20 /* extern size_t __fufsize(FILE* stream); */
21 extern int __freading(FILE* stream);
22 /* extern int __fwriting(FILE* stream); */
23 /* extern int __freadable(FILE* stream); */
24 /* extern int __fwritable(FILE* stream); */
25 /* extern int __flbf(FILE* stream); */
26 extern void __fpurge(FILE* stream);
27 /* extern size_t __fpending(FILE* stream); */
30 extern int __fsetlocking(FILE* stream, int type);
H A Dstdio_pre.h15 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
/haiku/headers/private/device/
H A DJoystickTweaker.h60 static FILE * sLogFile;
/haiku/headers/private/mail/
H A Dmail_util.h71 ssize_t readfoldedline(FILE *file, char **buffer, size_t *buflen);
75 // memory buffer, FILE* or BPositionIO, after folding \r?\n(\s)->$1. Return
/haiku/headers/private/shared/
H A DCommandPipe.h50 // allocation for these FILE* pointers, just use FILE* out = NULL
52 thread_id PipeInto(FILE** _out, FILE** _err);
53 thread_id PipeInto(FILE** _outAndErr);
75 status_t ReadLines(FILE* file, LineReader* lineReader);
77 BString ReadLines(FILE* file);
H A DSettingsHandler.h87 FILE* fFile;
/haiku/headers/private/storage/
H A DFileIO.h16 BFileIO(FILE* file,
41 FILE* fFile;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c22 FILE *myhand;
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c290 FILE *myhand = NULL;
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_support.c22 FILE *myhand;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_support.c22 FILE *myhand;
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c251 FILE *myhand = NULL;
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dsupport.c22 FILE *myhand;
/haiku/src/add-ons/accelerants/via/engine/
H A Dsupport.c22 FILE *myhand;
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h40 static FILE *sLogFile;
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp51 FILE *MouseInputDevice::sLogFile = NULL;
H A DMouseInputDevice.h59 static FILE *sLogFile;

Completed in 203 milliseconds

1234567891011