Lines Matching full:could
164 err(1, "Could not sigaction(SIGTERM)"); in main()
167 err(1, "Could not sigaction(SIGHUP)"); in main()
170 err(1, "Could not sigaction(SIGINT)"); in main()
176 err(1, "Could not sigaction(SIGCHLD)"); in main()
205 err(1, "Could not create socket"); in main()
216 err(1, "Could not bind socket on channel %d", channel); in main()
218 err(1, "Could not listen on socket"); in main()
222 err(1, "Could not get socket name"); in main()
264 errc(1, n, "Could not obtain RFCOMM channel"); in main()
270 err(1, "Could not create socket"); in main()
277 err(1, "Could not bind socket"); in main()
283 err(1, "Could not connect socket"); in main()
288 err(1, "Could not daemon()"); in main()
307 syslog(LOG_ERR, "Could not select(). %s", in main()
318 syslog(LOG_ERR, "Could not read master pty, " \ in main()
327 syslog(LOG_ERR, "Could not write to socket, " \ in main()
337 syslog(LOG_ERR, "Could not read socket, " \ in main()
346 syslog(LOG_ERR, "Could not write to master " \ in main()
377 syslog(LOG_ERR, "Could not openpty(). %s", strerror(errno)); in sppd_ttys_open()
382 syslog(LOG_ERR, "Could not strdup(). %s", strerror(errno)); in sppd_ttys_open()