HomeSort by: relevance | last modified time | path
    Searched defs:stdin_nm (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
main.c 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);
901 static char *stdin_nm = 0; local
    [all...]

Completed in 28 milliseconds