Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dmain.c897 static char *stdin_nm = 0; in main() local
1465 if (stdin_nm) in main()
1503 outfile = open_tmpfile (&stdin_nm, template); in main()
1517 makefiles->list[i] = xstrdup (stdin_nm); in main()
1520 f = enter_file (stdin_nm); in main()
1992 if (stdin_nm) in main()
1996 nargv[nargc++] = concat ("-o", stdin_nm, ""); in main()
2139 if (stdin_nm && unlink (stdin_nm) < 0 && errno != ENOENT) in main()
2140 perror_with_name (_("unlink (temporary file): "), stdin_nm); in main()