Lines Matching refs:fatalperror
140 static void fatalperror(int, const char *);
277 fatalperror(STDERR_FILENO, "Error in socket"); in main()
289 fatalperror(STDERR_FILENO, "bind error"); in main()
293 fatalperror(STDERR_FILENO, "listen error"); in main()
298 fatalperror(STDERR_FILENO, "accept error"); in main()
313 fatalperror(STDERR_FILENO, "getpeername"); in main()
316 fatalperror(STDERR_FILENO, "audit"); in main()
1058 fatalperror(f, "cannot open /dev/ptmx"); in doit()
1068 fatalperror(f, "ioctl I_PUSH ptem"); in doit()
1070 fatalperror(f, "ioctl I_PUSH ldterm"); in doit()
1072 fatalperror(f, "ioctl I_PUSH ttcompat"); in doit()
1080 fatalperror(f, "couldn't remove sockmod"); in doit()
1084 fatalperror(f, "ioctl I_PUSH rlmod"); in doit()
1089 fatalperror(f, "ioctl I_PUSH rlmod"); in doit()
1114 fatalperror(f, "readstream failed"); in doit()
1122 fatalperror(f, "ioctl TCGETS"); in doit()
1127 fatalperror(f, "ioctl TCSETS"); in doit()
1139 fatalperror(f, "fork"); in doit()
1162 fatalperror(f, "setsid"); in doit()
1164 fatalperror(f, "could not re-open slave pty"); in doit()
1167 fatalperror(f, "error closing pty master"); in doit()
1169 fatalperror(f, "error closing pty slave" in doit()
1176 fatalperror(f, "error closing deamon stdout"); in doit()
1203 fatalperror(STDERR_FILENO, "/bin/login"); in doit()
1324 fatalperror(f, "address conversion"); in doit()
1343 fatalperror(f, "send_oob"); in protocol()
1350 fatalperror(f, "Error writing SECURE message"); in protocol()
1358 fatalperror(f, "open /dev/logindmux"); in protocol()
1361 fatalperror(f, "open /dev/logindmux"); in protocol()
1374 fatalperror(f, "cannot determine device number" in protocol()
1392 fatalperror(f, "cannot determine device number" in protocol()
1482 fatalperror(int fd, const char *msg) in fatalperror() function