Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 14 of 14) 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()
Dgetchar.c44 return (getc_unlocked(stdin)); in getchar_unlocked()
57 return (getc(stdin)); in getchar()
Dgetwchar.c44 return fgetwc(stdin); in getwchar()
Dvscanf.c40 return (vfscanf(stdin, fmt, ap)); in vscanf()
Dvwscanf.c37 return (vfwscanf(stdin, fmt, ap)); in vwscanf()
Dscanf.c45 ret = vfscanf(stdin, fmt, ap); in scanf()
Dwscanf.c40 r = vfwscanf(stdin, fmt, ap); in wscanf()
/bionic/tests/
Dfortify_compilation_test.cpp172 fgets(buf, -1, stdin); in test_fgets()
177 fgets(buf, 6, stdin); in test_fgets()
/bionic/libc/include/
Dstdio.h150 extern FILE* stdin;
154 #define stdin stdin macro
/bionic/libc/tools/
Dgenserv.py69 services = parse(sys.stdin)
Dposix-2013.txt986 stdin
/bionic/libc/stdio/
Dfindfp.c68 FILE* stdin = &__sF[0]; variable
/bionic/libc/bionic/
Dmalloc_debug_common.cpp493 fclose(stdin); in malloc_fini_impl()
/bionic/libc/
Dlibc.map1097 stdin;