Searched refs:fwide (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dfwide_test.c17 result = fwide(stdout, 0);
20 printf("PROBLEM: fwide(stdout, 0) = %d (expected -1)\n", result);
24 result = fwide(stderr, 0);
27 printf("PROBLEM: fwide(stderr, 0) = %d (expected -1)\n", result);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfwide.c36 fwide(_IO_FILE *fp, int mode) function
/haiku/headers/posix/
H A Dwchar.h60 extern int fwide(FILE *stream, int mode);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h333 extern int fwide (__FILE *__fp, int __mode) __THROW;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1808 void fwide() {} function
H A Dlibroot_stubs_legacy.c1755 void fwide() {} function

Completed in 101 milliseconds