Searched defs:stdin (Results 1 – 3 of 3) sorted by relevance
29 #define stdin ((FILE *) 1) macro
60 FILE *const stdin = &__stdin; variable
1990 def mock_popen(command, stdout=None, stdin=None, stderr=None, cwd=None): argument