Home | History | Annotate | Download | only in dist

Lines Matching defs:stdin_nm

905   static char *stdin_nm = 0;
1473 if (stdin_nm)
1511 outfile = open_tmpfile (&stdin_nm, template);
1525 makefiles->list[i] = xstrdup (stdin_nm);
1528 f = enter_file (stdin_nm);
2000 if (stdin_nm)
2004 nargv[nargc++] = concat ("-o", stdin_nm, "");
2147 if (stdin_nm && unlink (stdin_nm) < 0 && errno != ENOENT)
2148 perror_with_name (_("unlink (temporary file): "), stdin_nm);