Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A Dgetchar.c4 return fgetc(stdin); in getchar()
A Dgetchar_unlocked.c4 return getc_unlocked(stdin); in getchar_unlocked()
A Dgetwchar.c5 return fgetwc(stdin); in getwchar()
A Dvscanf.c6 return vfscanf(stdin, fmt, ap); in vscanf()
A Dvwscanf.c7 return vfwscanf(stdin, fmt, ap); in vwscanf()
A Dgets.c6 char* ret = fgets(s, INT_MAX, stdin); in gets()
A Dstdin.c13 FILE* const stdin = &f; variable
A D__stdio_exit.c17 close_file(stdin); in __stdio_exit()
/third_party/ulib/musl/include/
A Dstdio.h51 extern FILE* const stdin;
55 #define stdin (stdin) macro
/third_party/uapp/fsck-msdosfs/
A Dmain.c139 if (feof(stdin)) in ask()
/third_party/ulib/linenoise/
A Dlinenoise.c1082 int c = fgetc(stdin);
1139 if (fgets(buf,LINENOISE_MAX_LINE,stdin) == NULL) return NULL;
/third_party/uapp/dash/src/
A Dmknodes.c108 infp = stdin; in main()
/third_party/tools/android/avb/
A Davbtool365 stdin=subprocess.PIPE,
373 stdin=subprocess.PIPE,
475 stdin=subprocess.PIPE,
481 stdin=subprocess.PIPE,
/third_party/ulib/musl/
A DWHATSNEW612 - 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 Dmusl-rules.mk719 $(LOCAL_DIR)/src/stdio/stdin.c \

Completed in 23 milliseconds