Searched refs:RETRY (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dicom.h11 #define RETRY 3 /* max packet retries */ macro
/freebsd-11-stable/sbin/dhclient/
H A Ddhctoken.h102 #define RETRY 302 macro
H A Dconflex.c463 return (RETRY);
H A Dclparse.c188 * RETRY number |
253 case RETRY:
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c568 #define RETRY(x) \ macro
695 RETRY(tcgetattr(fd, &td->d_t));
698 RETRY(ioctl(fd, TCGETA, (ioctl_t) &td->d_t));
701 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t));
704 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc));
707 RETRY(ioctl(fd, TIOCGPAGE, (ioctl_t) &td->d_pc));
710 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb));
716 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
726 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t));
729 RETRY(ioct
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap270 delete $RETRY{pack("a4SC",$from,$associd,$op)} unless $op == 7;
328 $RETRY{$tag} = 0 if (!defined($RETRY{$tag}));
330 if (++$RETRY{$tag} > $MAX_TRY)
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c73 #define RETRY 3 macro
447 static int retry = RETRY;
468 retry = RETRY;
483 int retry = RETRY;
561 int retry = RETRY;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c262 RETRY: ;
285 goto RETRY;

Completed in 106 milliseconds