Symbol: stdin
headers/libs/zydis/Zycore/LibC.h
91
#define ZYAN_STDIN stdin
headers/posix/stdio.h
59
extern FILE *stdin;
headers/private/kernel/boot/stdio.h
21
extern FILE *stdin;
src/add-ons/kernel/bus_managers/acpi/acpica/include/acclib.h
358
#define getchar(c) fgetc(stdin)
src/add-ons/media/plugins/ape_reader/MAClib/StdLibFileIO.cpp
129
m_pFile = SETBINARY_IN(stdin);
src/apps/debugger/user_interface/cli/CliContext.cpp
143
fEditLine = el_init("Debugger", stdin, stdout, stderr);
src/bin/bfs_tools/lib/Disk.cpp
344
fgets(answer, 15, stdin);
src/bin/clipboard.cpp
243
while ((c = fgetc(stdin)) != EOF) {
src/bin/comm.c
187
return (stdin);
src/bin/diff_zip.cpp
347
fgets(buffer, sizeof(buffer), stdin);
src/bin/fstrim.cpp
117
inputLength = getline(&buffer, &bufferSize, stdin);
src/bin/hd.c
51
dump_file(stdin);
src/bin/hey.cpp
347
while (fgets(command, sizeof(command), stdin)) {
src/bin/keymap/main.cpp
66
status = keymap.LoadSource(stdin);
src/bin/keymap/main.cpp
71
BFileIO fileIO(stdin);
src/bin/logger.cpp
204
while (fgets(buffer, sizeof(buffer), stdin) != NULL) {
src/bin/mail_utils/mail.cpp
93
if (fgets(line, sizeof(line), stdin) == NULL) {
src/bin/mimeset.cpp
240
while (fgets(name, sizeof(name), stdin) != NULL) {
src/bin/multiuser/login.cpp
38
while ((c = fgetc(stdin)) != EOF && c != '\r' && c != '\n') {
src/bin/multiuser/login.cpp
46
if (ferror(stdin) != 0)
src/bin/multiuser/login.cpp
47
return ferror(stdin);
src/bin/multiuser/multiuser_utils.cpp
24
FILE* in = stdin;
src/bin/network/ftpd/ftpcmd.y
1290
n = get_line(cbuf, sizeof(cbuf)-1, stdin);
src/bin/network/ftpd/ftpd.c
2875
ret = get_line(cp, 7, stdin);
src/bin/network/telnet/authenc.c
98
res = fgets(result, length, stdin);
src/bin/network/telnet/commands.c
1296
(void) fgets(buf, sizeof(buf), stdin);
src/bin/network/telnet/commands.c
2188
(void) fgets(&line[strlen(line)], sizeof(line) - strlen(line), stdin);
src/bin/network/telnet/commands.c
2632
if (fgets(line, sizeof(line), stdin) == NULL) {
src/bin/network/telnet/commands.c
2633
if (feof(stdin) || ferror(stdin)) {
src/bin/network/telnet/sys_bsd.c
127
tin = fileno(stdin);
src/bin/network/telnet/sys_bsd.c
717
if (ioctl(fileno(stdin), TIOCGWINSZ, (char *)&ws) >= 0) {
src/bin/pc/pc.c
285
while(fgets(buff, 256, stdin) != NULL)
src/bin/pcmcia-cs/pack_cis.c
431
f = stdin;
src/bin/pkgman/DecisionProvider.cpp
41
if (fgets(buffer, 32, stdin)) {
src/bin/pkgman/PackageManager.cpp
110
if (fgets(buffer, sizeof(buffer), stdin) == NULL
src/bin/rc/compile.cpp
201
yyin = stdin;
src/bin/unzip/extract.c
1243
if (fgets(G.answerbuf, 9, stdin) == (char *)NULL) {
src/bin/unzip/extract.c
1256
fgets(G.filename, FILNAMSIZ, stdin);
src/bin/unzip/extract.c
762
fgets(G.answerbuf, 9, stdin);
src/bin/unzip/fileio.c
1159
fgets(G.answerbuf, 9, stdin);
src/bin/unzip/process.c
300
if (fgets(G.answerbuf, 9, stdin) != (char *)NULL
src/bin/unzip/ttyio.c
662
f = stdin;
src/libs/bsd/getpass.c
26
if (tcgetattr(fileno(stdin), &termios) == 0) {
src/libs/bsd/getpass.c
30
changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
src/libs/bsd/getpass.c
38
if (fgets(password, sizeof(password), stdin) != NULL) {
src/libs/bsd/getpass.c
52
tcsetattr(fileno(stdin), TCSAFLUSH, &termios);
src/libs/libsolv/solv/repopage.c
1030
benchmark(stdin);
src/libs/libsolv/solv/repopage.c
1032
transfer_file(stdin, stdout, compress);
src/libs/libtelnet/read_password.c
108
while (!fgets(s, max, stdin));
src/libs/libtelnet/read_password.c
115
if (!fgets(key_string, sizeof(key_string), stdin)) {
src/libs/libtelnet/read_password.c
116
clearerr(stdin);
src/libs/stdc++/legacy/stdstrbufs.cc
121
DEF_STDIOFILE(_IO_stdin_buf, 0, stdin, _IO_NO_WRITES, &_IO_stderr_.file);
src/libs/util/fparseln.c
202
while ((ptr = fparseln(stdin, &size, &line, NULL,
src/system/boot/platform/amiga_m68k/console.cpp
121
FILE *stdin, *stdout, *stderr, *dbgerr;
src/system/boot/platform/amiga_m68k/console.cpp
731
stdin = (FILE *)&sInput;
src/system/boot/platform/atari_m68k/console.cpp
217
stdin = (FILE *)&sConsole;
src/system/boot/platform/atari_m68k/console.cpp
45
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/bios_ia32/console.cpp
238
stdin = (FILE *)&sConsole;
src/system/boot/platform/bios_ia32/console.cpp
44
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/efi/console.cpp
273
stdin = (FILE *)gConsoleNode;
src/system/boot/platform/efi/console.cpp
59
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/next_m68k/console.cpp
205
stdin = (FILE *)&sConsole;
src/system/boot/platform/next_m68k/console.cpp
43
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/openfirmware/console.cpp
195
stdin = (FILE *)gConsoleNode;
src/system/boot/platform/openfirmware/console.cpp
55
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/riscv/console.cpp
249
stdin = (FILE *)&sConsole;
src/system/boot/platform/riscv/console.cpp
48
FILE *stdin, *stdout, *stderr;
src/system/boot/platform/u-boot/console.cpp
169
stdin = (FILE *)&sSerial;
src/system/boot/platform/u-boot/console.cpp
48
FILE* stdin;
src/system/libroot/posix/glibc/include/bits/stdio.h
46
return _IO_getc (stdin);
src/system/libroot/posix/glibc/include/bits/stdio.h
72
return _IO_getc_unlocked (stdin);
src/system/libroot/posix/glibc/libio/stdio.c
33
_IO_FILE *stdin = (FILE *) &_IO_2_1_stdin_;
src/system/libroot/posix/glibc/libio/stdio.c
45
AL(stdin);
src/system/libroot/posix/glibc/libio/stdio.h
178
extern struct _IO_FILE *stdin; /* Standard input stream. */
src/system/libroot/posix/glibc/libio/stdio.h
182
#define stdin stdin
src/system/libroot/posix/glibc/libio/wscanf.c
33
done = _IO_vfwscanf (stdin, format, arg, NULL);
src/system/libroot/posix/glibc/stdio-common/scanf.c
33
done = _IO_vfscanf (stdin, format, arg, NULL);
src/system/libroot/stubbed/libroot_stubs.c
59
int stdin;
src/system/libroot/stubbed/libroot_stubs_legacy.c
92
int stdin;
src/tests/add-ons/kernel/debugger/c++filt.cpp
156
while (fgets(buf, sizeof(buf), stdin)) {
src/tests/add-ons/kernel/drivers/audio/multi_audio_test.cpp
515
if (fgets(line, sizeof(line), stdin) == NULL)
src/tests/add-ons/kernel/network/net_stack_tester.cpp
35
fgets(buffer,sizeof(buffer), stdin);
src/tests/add-ons/kernel/network/userland_ipc.c
596
fgets(buffer, sizeof(buffer), stdin);
src/tests/add-ons/mail/imap/imap_tester.cpp
306
if (fgets(line, sizeof(line), stdin) == NULL)
src/tests/apps/partitioner/Partitioner.cpp
697
if (!fgets(line, sizeof(line), stdin))
src/tests/kits/bluetooth/l2capClient/l2capClient.cpp
88
fscanf(stdin, "%s", string);
src/tests/kits/device/bserial/SerialIO.cpp
75
char *string = fgets(buffer, sizeof(buffer), stdin);
src/tests/kits/net/link_echo.cpp
47
while (fgets(buffer, kBufferSize, stdin) != NULL) {
src/tests/system/boot/loader/platform_menu.cpp
166
if (fgets(buffer, sizeof(buffer), stdin) == NULL)
src/tests/system/kernel/advisory_locking_test.cpp
74
fgets(buffer, sizeof(buffer), stdin);
src/tests/system/kernel/lock_node_test.cpp
30
fgets(a, 5, stdin);
src/tests/system/libroot/posix/signal_test.cpp
62
if (fgets(buffer, sizeof(buffer), stdin) == NULL
src/tests/system/libroot/posix/truncate.cpp
43
if (fgets(yes, sizeof(yes), stdin) == NULL || tolower(yes[0]) != 'y')
src/tests/system/libroot/posix/tst-getwc.c
32
while (!feof(stdin) && n < sizeof(buf) - 1) {
src/tests/system/libroot/posix/tst-getwc.c
33
buf[n] = getwc(stdin);
src/tests/system/network/tcp_client.c
77
if (fgets(buffer, sizeof(buffer) - 1, stdin) == NULL) {
src/tests/system/network/tcp_server.c
98
if (fgets(buf, MAXDATASIZE, stdin) == NULL) {
src/tests/system/network/tcp_shell/tcp_shell.cpp
1822
if (fgets(line, sizeof(line), stdin) == NULL)
src/tests/system/network/udp_client.c
26
while (!feof(stdin)) {
src/tests/system/network/udp_client.c
27
status = fread(sendbuf, 1, MAXLEN, stdin);
src/tests/system/network/udp_connect.cpp
81
fgets(buffer, sizeof(buffer), stdin);
src/tests/system/network/udp_echo.c
37
while (fgets(buf, MAXLEN, stdin) != NULL) {
src/tools/fs_shell/fssh.cpp
1547
return fgets(buffer, bufferSize, stdin);
src/tools/hvif2png/hvif2png.cpp
100
state->in = stdin;
src/tools/hvif2png/hvif2png.cpp
75
if (state->in != stdin)
src/tools/misc/bin2asm.c
12
FILE *infp = stdin;
src/tools/misc/bin2h.c
12
FILE *infp = stdin;