Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgets.c46 FLOCKFILE(stdin); in gets()
50 FUNLOCKFILE(stdin); in gets()
57 FUNLOCKFILE(stdin); in gets()
/bionic/tests/headers/posix/
Dstdio_h.c67 #if !defined(stdin) in stdio_h()
68 #error stdin in stdio_h()
75 fp = stdin; in stdio_h()
/bionic/libc/include/
Dstdio.h62 extern FILE* stdin __INTRODUCED_IN(23);
67 #define stdin stdin macro
74 #define stdin (&__sF[0]) macro
/bionic/tests/
Dclang_fortify_tests.cpp521 EXPECT_FORTIFY_DEATH(fgets(small_buffer, -1, stdin)); in FORTIFY_TEST()
523 EXPECT_FORTIFY_DEATH(fgets(small_buffer, sizeof(small_buffer) + 1, stdin)); in FORTIFY_TEST()
526 EXPECT_NO_DEATH(fread(small_buffer, 2, (size_t)-1, stdin)); in FORTIFY_TEST()
528 EXPECT_FORTIFY_DEATH(fread(small_buffer, 1, sizeof(small_buffer) + 1, stdin)); in FORTIFY_TEST()
Dstdio_test.cpp2178 ASSERT_EQ(0, fclose(stdin)); in TEST()
2184 ASSERT_EQ(-1, fileno(stdin)); in TEST()
/bionic/libc/stdio/
Dstdio.cpp103 FILE* stdin = &__sF[0]; variable
113 if (fp == stdin || fp == stderr || fp == stdout) { in __get_file_tag()
869 return getc_unlocked(stdin); in getchar_unlocked()
873 return getc(stdin); in getchar()
887 return fgetwc(stdin); in getwchar()
956 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf()
1019 return vfscanf(stdin, fmt, ap); in vscanf()
1057 return vfwscanf(stdin, fmt, ap); in vwscanf()
1065 PRINTF_IMPL(vfwscanf(stdin, fmt, ap)); in wscanf()
/bionic/libc/tools/
Dgenserv.py69 services = parse(sys.stdin)
Dposix-2013.txt986 stdin
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp204 fclose(stdin); in MallocFiniImpl()
/bionic/tools/versioner/platforms/
Dlibc.map.txt993 stdin; # var introduced=23
/bionic/libc/
Dlibc.map.txt993 stdin; # var introduced=23
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11388 GOT_RELOC(stdin)