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

/xsrc/external/mit/xmh/dist/
H A Dutil.c42 static const char *SysErrorMsg (int n) function in typeref:typename:const char *
54 progName, str, errno, SysErrorMsg(errno) );
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1148 xtermWarning("Could not fork: %s\n", SysErrorMsg(errno));
1176 xtermWarning("exec of '%s': %s\n", child_exe, SysErrorMsg(errno));
2178 SysErrorMsg(the_error));
6400 SysErrorMsg(int code) function in typeref:typename:const char *
6474 fprintf(stderr, "%s\n", SysErrorMsg(oerrno));
6832 the_error, SysErrorMsg(the_error),
H A Dxterm.h1312 extern const char *SysErrorMsg (int /* n */);
H A Dmain.c3491 fprintf(stderr, "%s\n", SysErrorMsg(handshake.error));

Completed in 23 milliseconds