Searched refs:ungetc (Results 1 - 12 of 12) sorted by path

/haiku/headers/cpp/
H A Diostdio.h92 #define ungetc _IO_ungetc macro
/haiku/src/libs/iconv/
H A Dlocalcharset.c173 ungetc (c, fp);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dioungetc.c48 weak_alias (_IO_ungetc, ungetc)
H A Dstdio.h497 extern int ungetc (int __c, FILE *__stream) __THROW;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c76 # define ungetc(c, s) ((void) (c == WEOF \ macro
106 # define ungetc(c, s) ((void) ((int) c == EOF \ macro
177 # define ungetc(c, s) ((void) (c != EOF && --read_in), ungetc (c, s)) macro
178 # define ungetc_not_eof(c, s) (--read_in, (ungetc) (c, s))
464 ungetc (c, s);
614 ungetc (c, s);
1293 ungetc (c, s);
1345 ungetc (c, s);
1403 ungetc (
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp289 } else if (ungetc('9', fp) == EOF) {
290 printf("%d: ungetc() failed\n", __LINE__);
293 printf("%d: fseek after ungetc failed\n", __LINE__);
404 // ... and test that ungetc moves the file position backwards
406 ASSERT(ungetc(ch, fp) == ch);
409 ASSERT(ungetc(ch, fp) == ch);
411 ASSERT(ungetc('!', fp) == '!');
413 ASSERT(ungetc('#', fp) == '#');
420 // test pushing other data with ungetc
421 ASSERT(ungetc('
[all...]
/haiku/headers/posix/
H A Dstdio.h158 extern int ungetc(int c, FILE *stream);
/haiku/headers/private/kernel/boot/
H A Dstdio.h76 extern int ungetc(int c, FILE *stream);
/haiku/src/kits/mail/
H A Dmail_util.cpp886 c = fgetc(file); // Note it's OK to read EOF and ungetc it too.
891 ungetc(c,file);
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c538 ungetc(c, fp); /*%< return the charcter to the input field */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2618 void ungetc() {} function
H A Dlibroot_stubs_legacy.c2605 void ungetc() {} function

Completed in 150 milliseconds