Searched refs:infp (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmknodes.c79 static FILE *infp; variable
108 infp = stdin;
112 if ((infp = fopen(argv[1], "r")) == NULL)
503 if (fgets(line, 1024, infp) == NULL)

Completed in 21 milliseconds