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

  /src/bin/csh/
exec.c 71 static const char *exerr; /* Execution error message */ variable in typeref:typename:const char *
72 static Char *expath; /* Path for exerr */
141 exerr = 0;
255 if (exerr)
256 stderror(ERR_NAME | ERR_STRING, exerr);
348 if (exerr == 0) {
349 exerr = strerror(errno);
exec.c 71 static const char *exerr; /* Execution error message */ variable in typeref:typename:const char *
72 static Char *expath; /* Path for exerr */
141 exerr = 0;
255 if (exerr)
256 stderror(ERR_NAME | ERR_STRING, exerr);
348 if (exerr == 0) {
349 exerr = strerror(errno);
exec.c 71 static const char *exerr; /* Execution error message */ variable in typeref:typename:const char *
72 static Char *expath; /* Path for exerr */
141 exerr = 0;
255 if (exerr)
256 stderror(ERR_NAME | ERR_STRING, exerr);
348 if (exerr == 0) {
349 exerr = strerror(errno);

Completed in 96 milliseconds