Searched refs:stdin (Results 1 – 15 of 15) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | getchar.c | 4 return fgetc(stdin); in getchar()
|
| A D | getchar_unlocked.c | 4 return getc_unlocked(stdin); in getchar_unlocked()
|
| A D | getwchar.c | 5 return fgetwc(stdin); in getwchar()
|
| A D | vscanf.c | 6 return vfscanf(stdin, fmt, ap); in vscanf()
|
| A D | vwscanf.c | 7 return vfwscanf(stdin, fmt, ap); in vwscanf()
|
| A D | gets.c | 6 char* ret = fgets(s, INT_MAX, stdin); in gets()
|
| A D | stdin.c | 13 FILE* const stdin = &f; variable
|
| A D | __stdio_exit.c | 17 close_file(stdin); in __stdio_exit()
|
| /third_party/ulib/musl/include/ |
| A D | stdio.h | 51 extern FILE* const stdin; 55 #define stdin (stdin) macro
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | main.c | 139 if (feof(stdin)) in ask()
|
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 1082 int c = fgetc(stdin); 1139 if (fgets(buf,LINENOISE_MAX_LINE,stdin) == NULL) return NULL;
|
| /third_party/uapp/dash/src/ |
| A D | mknodes.c | 108 infp = stdin; in main()
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 365 stdin=subprocess.PIPE, 373 stdin=subprocess.PIPE, 475 stdin=subprocess.PIPE, 481 stdin=subprocess.PIPE,
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 612 - popen was broken when stdin/out were already closed 1064 - popen broken when stdin or stdout was already closed in parent 1607 - fclose of stdin/stdout caused deadlock at exit
|
| A D | musl-rules.mk | 719 $(LOCAL_DIR)/src/stdio/stdin.c \
|
Completed in 23 milliseconds