Searched refs:FILE (Results 51 - 75 of 266) sorted by relevance

1234567891011

/haiku/src/tools/misc/
H A Dbin2asm.c12 FILE *infp = stdin;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.h45 FILE * m_pFile;
/haiku/src/tests/system/kernel/
H A Dnull_poll_test.cpp12 FILE* f = fopen("/dev/null", "w");
H A Dfifo_poll_test.cpp15 FILE* f = popen("/bin/bash -c 'for i in 1 2 3; do { echo $i; sleep 1; }; done'", "r");
/haiku/headers/private/shared/
H A DAutoDeleterPosix.h18 typedef CObjectDeleter<FILE, int, fclose> FileCloser;
/haiku/headers/posix/
H A Dresolv.h202 void fp_nquery(const unsigned char *, int, FILE *);
203 void fp_query(const unsigned char *, FILE *);
271 int, FILE *);
273 FILE *);
277 FILE *);
292 void fp_resstat(const res_state, FILE *);
H A Dwchar.h56 extern wint_t fgetwc(FILE *stream);
57 extern wchar_t *fgetws(wchar_t *dest, int destLength, FILE *stream);
58 extern wint_t fputwc(wchar_t wc, FILE *stream);
59 extern int fputws(const wchar_t *wcs, FILE *stream);
60 extern int fwide(FILE *stream, int mode);
61 extern int fwprintf(FILE *stream, const wchar_t *format, ...);
62 extern int fwscanf(FILE *stream, const wchar_t *format, ...);
63 extern wint_t getwc(FILE *stream);
75 extern wint_t putwc(wchar_t wc, FILE *stream);
82 extern wint_t ungetwc(wint_t wc, FILE *strea
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c22 FILE *myhand;
/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/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.h59 static FILE *sLogFile;
/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.h32 FILE *fPipe;
/haiku/src/system/boot/loader/
H A Dstdio.cpp21 //extern FILE *stdout;
22 //extern FILE *stdin;
85 vfprintf(FILE *file, const char *format, va_list list)
125 fprintf(FILE *file, const char *format, ...)
138 fputc(int c, FILE *file)
161 fputs(const char *string, FILE *file)
/haiku/src/bin/network/ping/
H A Dmain.h76 void pr_summary(FILE * __restrict);
/haiku/headers/private/storage/
H A DFileIO.h16 BFileIO(FILE* file,
41 FILE* fFile;
/haiku/src/system/libroot/posix/glibc/stdio-common/
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/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/src/apps/expander/
H A DExpanderThread.h58 FILE* fExpanderOutput;
59 FILE* fExpanderError;
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_pipe_test.c35 FILE *cOut = fdopen(out[readIdx], "r");
37 FILE *cErr = fdopen(err[readIdx], "r");
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp173 FILE *stderr = NULL;
177 fprintf(FILE *f, const char *format, ...)
186 fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream)
194 fputs(const char *string, FILE *stream)
202 fputc(int c, FILE *stream)
/haiku/src/tests/
H A Dqemu-boot-test26 FILE=$1
29 if grep -q "Welcome to kernel debugger output" $FILE; then
36 if grep -q "kdebug>" $FILE; then
43 grep -E -i "FATAL|ERROR|FAIL|GDB" $FILE | grep -vi " No error" | cut -d':' -f1 | sort | uniq -c | sort -nr
46 grep -E -i "FATAL|ERROR|FAIL|GDB" $FILE | grep -vi " No error"
/haiku/src/bin/
H A Dhd.c26 void dump_file (FILE *);
108 FILE *fp = fopen(fname, "rb");
120 dump_file(FILE *fp)

Completed in 133 milliseconds

1234567891011