Searched refs:fgetc (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetc.c51 weak_alias (_IO_getc, fgetc)
H A Dstdio.h393 extern int fgetc (FILE *__stream) __THROW;
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp70 if (fgetc(fp) != EOF) {
86 if (fgetc(fp) != EOF) {
338 printf("%d: fstat() before fgetc() failed\n\n", __LINE__);
340 } else if (fgetc(fp) == EOF) {
341 printf("%d: fgetc() before fseeko() failed\n\n", __LINE__);
383 int ch = fgetc(fp);
385 ch = fgetc(fp);
396 ASSERT(fgetc(fp) == EOF);
401 ch = fgetc(fp);
408 ASSERT(fgetc(f
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h358 #define getchar(c) fgetc(stdin)
416 fgetc (
/haiku/headers/cpp/
H A Diostdio.h67 #define fgetc(__fp) _IO_getc(_fp) macro
/haiku/headers/private/kernel/boot/
H A Dstdio.h81 extern int fgetc(FILE *);
/haiku/src/bin/multiuser/
H A Dlogin.cpp38 while ((c = fgetc(stdin)) != EOF && c != '\r' && c != '\n') {
/haiku/src/bin/
H A Dclipboard.cpp243 while ((c = fgetc(stdin)) != EOF) {
/haiku/src/kits/shared/
H A DCommandPipe.cpp279 unsigned char c = fgetc(file);
280 // TODO: fgetc() blocks, is there a way to make it timeout?
/haiku/src/libs/udis86/
H A Dudis86.c395 return fgetc(u->inp_file);
/haiku/headers/posix/
H A Dstdio.h161 extern int fgetc(FILE *stream);
/haiku/src/kits/mail/
H A Dmail_util.cpp852 if ((c = fgetc(file)) == EOF) {
886 c = fgetc(file); // Note it's OK to read EOF and ungetc it too.
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1700 void fgetc() {} function
H A Dlibroot_stubs_legacy.c1645 void fgetc() {} function

Completed in 243 milliseconds