Searched refs:fputc (Results 1 - 25 of 25) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfputc.c32 fputc (c, fp) function
48 weak_alias (fputc, fputc_unlocked)
H A Dstdio.h418 extern int fputc (int __c, FILE *__stream) __THROW;
/haiku/src/system/boot/loader/
H A Dstdio.cpp138 fputc(int c, FILE *file) function
167 fputc('\n', file);
180 return fputc(character, stdout);
187 return fputc(character, stdout);
/haiku/src/tools/fs_shell/
H A Dfs_shell_command_unix.cpp38 if (fputs(command, out) == EOF || fputc('\n', out) == EOF
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h357 #define putchar(c) fputc(stdout, c)
420 fputc (
/haiku/headers/cpp/
H A Diostdio.h72 #define fputc(_ch, _fp) _IO_putc(_ch, _fp) macro
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeymap.cpp38 fputc(chars[offset], stdout);
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp114 fputc('\n', fOutput);
142 fputc('\t', fOutput);
145 fputc('\n', fOutput);
/haiku/headers/private/kernel/boot/
H A Dstdio.h83 extern int fputc(int, FILE *);
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp64 fputc('\n', stderr);
66 fputc('\n', stderr);
H A Dmbox2mail.cpp106 fputc ('\n', stderr);
108 fputc ('\n', stderr);
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp71 fputc('\n', out);
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp202 fputc(int c, FILE *stream) function
/haiku/src/bin/network/ping/
H A Dmain.c246 fputc('\n', stream);
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp233 if (fputc('1', fp) == EOF || fputc('2', fp) == EOF) {
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp224 fputc('\n', stderr);
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp105 fputc('\n', stderr);
/haiku/headers/posix/
H A Dstdio.h150 extern int fputc(int c, FILE *stream);
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp193 fputc('\n', stderr);
210 fputc('\n', stderr);
/haiku/src/preferences/keymap/
H A DKeymap.cpp43 fputc(chars[offset], stdout);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c275 fputc('\n', file);
/haiku/src/bin/unzip/
H A Dfileio.c252 fputc('0', tmp); /* just to have something in the file */
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1749 void fputc() {} function
H A Dlibroot_stubs_legacy.c1694 void fputc() {} function
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1052 fputc('\n', stderr);

Completed in 349 milliseconds