Searched refs:SysErrorMsg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xmh/dist/ |
| H A D | util.c | 42 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 D | misc.c | 1148 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 D | xterm.h | 1312 extern const char *SysErrorMsg (int /* n */);
|
| H A D | main.c | 3491 fprintf(stderr, "%s\n", SysErrorMsg(handshake.error));
|
Completed in 23 milliseconds