Home | History | Annotate | Download | only in tools

Lines Matching full:error

416     if (fd < 0) goto error;
418 if (_bind(fd, type) < 0) goto error;
420 if (_listen(fd, type) < 0) goto error;
428 error:
438 if (fd < 0) goto error;
440 if (_bind(fd, type) < 0) goto error;
442 if (_listen(fd, type) < 0) goto error;
453 error:
463 if (fd < 0) goto error;
465 if (_bind(fd, type) < 0) goto error;
467 if (_listen(fd, type) < 0) goto error;
481 error:
491 if (fd < 0) goto error;
505 error:
517 if (fd < 0) goto error;
536 error:
547 if (fd < 0) goto error;
563 error:
574 if (fd < 0) goto error;
576 if (_bind(fd, type) < 0) goto error;
578 if (_listen(fd, type) < 0) goto error;
589 error:
689 if (fd1 < 0) goto error;
691 if (_bind(fd1, type) < 0) goto error;
693 if (_listen(fd1, type) < 0) goto error;
699 if (_connect(fd2, type)) goto error;
710 error:
723 error;
725 if (_bind(fd, type) < 0) goto error;
727 if (_listen(fd, type) < 0) goto error;
739 error: