Searched refs:stdin (Results 1 – 14 of 14) 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()
|
D | getchar.c | 44 return (getc_unlocked(stdin)); in getchar_unlocked() 57 return (getc(stdin)); in getchar()
|
D | getwchar.c | 44 return fgetwc(stdin); in getwchar()
|
D | vscanf.c | 40 return (vfscanf(stdin, fmt, ap)); in vscanf()
|
D | vwscanf.c | 37 return (vfwscanf(stdin, fmt, ap)); in vwscanf()
|
D | scanf.c | 45 ret = vfscanf(stdin, fmt, ap); in scanf()
|
D | wscanf.c | 40 r = vfwscanf(stdin, fmt, ap); in wscanf()
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 172 fgets(buf, -1, stdin); in test_fgets() 177 fgets(buf, 6, stdin); in test_fgets()
|
/bionic/libc/include/ |
D | stdio.h | 150 extern FILE* stdin; 154 #define stdin stdin macro
|
/bionic/libc/tools/ |
D | genserv.py | 69 services = parse(sys.stdin)
|
D | posix-2013.txt | 986 stdin
|
/bionic/libc/stdio/ |
D | findfp.c | 68 FILE* stdin = &__sF[0]; variable
|
/bionic/libc/bionic/ |
D | malloc_debug_common.cpp | 493 fclose(stdin); in malloc_fini_impl()
|
/bionic/libc/ |
D | libc.map | 1097 stdin;
|