Searched refs:stdin (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | gets.c | 46 FLOCKFILE(stdin); in gets() 50 FUNLOCKFILE(stdin); in gets() 57 FUNLOCKFILE(stdin); in gets()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 67 #if !defined(stdin) in stdio_h() 68 #error stdin in stdio_h() 75 fp = stdin; in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 62 extern FILE* stdin __INTRODUCED_IN(23); 67 #define stdin stdin macro 74 #define stdin (&__sF[0]) macro
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 521 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()
|
D | stdio_test.cpp | 2178 ASSERT_EQ(0, fclose(stdin)); in TEST() 2184 ASSERT_EQ(-1, fileno(stdin)); in TEST()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 103 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/ |
D | genserv.py | 69 services = parse(sys.stdin)
|
D | posix-2013.txt | 986 stdin
|
/bionic/libc/bionic/ |
D | malloc_common_dynamic.cpp | 204 fclose(stdin); in MallocFiniImpl()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 993 stdin; # var introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 993 stdin; # var introduced=23
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11388 GOT_RELOC(stdin)
|