Searched refs:FILE (Results 26 - 50 of 266) sorted by relevance

1234567891011

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c39 FILE *
44 FILE *f;
H A Dfprintf.c26 fprintf (FILE *stream, const char *format, ...)
H A Dfscanf.c25 fscanf (FILE *stream, const char *format, ...)
H A Dputw.c28 putw (int w, FILE *stream)
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h50 getc_unlocked (FILE *__fp) __THROW
75 fputc_unlocked (int __c, FILE *__stream) __THROW
85 putc_unlocked (int __c, FILE *__stream) __THROW
102 getline (char **__lineptr, size_t *__n, FILE *__stream) __THROW
112 feof_unlocked (FILE *__stream) __THROW
119 ferror_unlocked (FILE *__stream) __THROW
134 FILE *__stream = (stream); \
155 FILE *__stream = (stream); \
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h372 FILE *File,
378 FILE *File,
382 FILE *
389 FILE *File);
396 FILE *File);
403 FILE *File);
407 FILE *File,
413 FILE *File);
417 FILE *File);
421 FILE *Fil
[all...]
/haiku/headers/posix/
H A Dstdio_pre.h15 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
H A Dshadow.h44 extern struct spwd* fgetspent(FILE* file);
45 extern int fgetspent_r(FILE* file, struct spwd* spwd, char* buffer,
/haiku/src/system/libroot/posix/glibc/libio/
H A D__fsetlocking.c24 __fsetlocking (FILE *fp, int type)
H A Dfwprintf.c27 __fwprintf (FILE *stream, const wchar_t *format, ...)
H A Dfwscanf.c26 fwscanf (FILE *stream, const wchar_t *format, ...)
H A Dpclose.c35 FILE *fp;
H A Dgetc.c35 FILE *fp;
H A Dgetwc.c36 FILE *fp;
/haiku/src/tools/misc/
H A Dbin2h.c12 FILE *infp = stdin;
/haiku/src/tests/add-ons/input_server/
H A DTeamMonitorTest.cpp16 FILE *KeyboardInputDevice::sLogFile = NULL;
/haiku/headers/compatibility/bsd/
H A Dstdio.h20 char *fgetln(FILE *stream, size_t *_length);
/haiku/src/system/libnetwork/netresolv/net/
H A Dhostent.h41 void sethostent_r(FILE **);
42 struct hostent *gethostent_r(FILE *, struct hostent *, char *, size_t, int *);
43 void endhostent_r(FILE **);
52 extern FILE *_h_file;
H A Dprotoent.h35 FILE *fp;
/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc82 FILE *stdio_file;
106 #define DEF_STDIOFILE(NAME, FD, FILE, FLAGS, CHAIN) \
112 &stdiobuf_vtable}, FILE}
114 #define DEF_STDIOFILE(NAME, FD, FILE, FLAGS, CHAIN) \
118 &stdiobuf_vtable}, FILE}
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h15 extern int __vfscanf (FILE *__restrict __s,
24 FILE *__stream);
31 extern FILE *__new_tmpfile (void);
32 extern FILE *__old_tmpfile (void);
55 extern void __flockfile (FILE *__stream);
58 extern void __funlockfile (FILE *__stream);
62 extern int __ftrylockfile (FILE *__stream);
64 extern int __getc_unlocked (FILE *__fp);
65 extern wint_t __getwc_unlocked (FILE *__fp);
/haiku/src/bin/
H A Dcomm.c63 FILE *file(const char *);
64 void show(FILE *, const char *, char *);
74 FILE *fp1, *fp2;
173 show(FILE *fp, const char *offset, char *buf)
181 FILE *
184 FILE *fp;
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp48 FILE* stdin;
49 FILE* stdout;
50 FILE* stderr;
169 stdin = (FILE *)&sSerial;
170 stdout = (FILE *)&sSerial;
171 stderr = (FILE *)&sSerial;
/haiku/src/tools/fs_shell/
H A Dfs_shell_command_unix.cpp22 FILE* out = fdopen(4, "w");
30 FILE* in = fdopen(3, "r");
/haiku/src/bin/debug/profile/
H A DOptions.h33 FILE* output;

Completed in 87 milliseconds

1234567891011