Lines Matching full:goto
416 if (fd < 0) goto error;
418 if (_bind(fd, type) < 0) goto error;
420 if (_listen(fd, type) < 0) goto error;
438 if (fd < 0) goto error;
440 if (_bind(fd, type) < 0) goto error;
442 if (_listen(fd, type) < 0) goto error;
463 if (fd < 0) goto error;
465 if (_bind(fd, type) < 0) goto error;
467 if (_listen(fd, type) < 0) goto error;
491 if (fd < 0) goto error;
517 if (fd < 0) goto error;
547 if (fd < 0) goto error;
574 if (fd < 0) goto error;
576 if (_bind(fd, type) < 0) goto error;
578 if (_listen(fd, type) < 0) goto 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;
723 goto error;
725 if (_bind(fd, type) < 0) goto error;
727 if (_listen(fd, type) < 0) goto error;