Lines Matching full:error
402 if (fd < 0) goto error;
404 if (_bind(fd, type) < 0) goto error;
406 if (_listen(fd, type) < 0) goto error;
414 error:
424 if (fd < 0) goto error;
426 if (_bind(fd, type) < 0) goto error;
428 if (_listen(fd, type) < 0) goto error;
439 error:
449 if (fd < 0) goto error;
451 if (_bind(fd, type) < 0) goto error;
453 if (_listen(fd, type) < 0) goto error;
467 error:
477 if (fd < 0) goto error;
491 error:
502 if (fd < 0) goto error;
504 if (_bind(fd, type) < 0) goto error;
506 if (_listen(fd, type) < 0) goto error;
517 error:
617 if (fd1 < 0) goto error;
619 if (_bind(fd1, type) < 0) goto error;
621 if (_listen(fd1, type) < 0) goto error;
627 if (_connect(fd2, type)) goto error;
638 error:
651 if (fd < 0) goto error;
653 if (_bind(fd, type) < 0) goto error;
655 if (_listen(fd, type) < 0) goto error;
667 error: