Searched refs:toolong (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/tests/sys/netinet/
H A Dip_reass_test.c359 CHECK_IP_COUNTER(&old, &new, toolong);
365 CHECK_IP_COUNTER(&old, &new, toolong);
/freebsd-12-stable/contrib/tcsh/
H A Dsh.lex.c149 int toolong = 0; local
185 if (enterhist && toolong++ > 10 * 1024) {
300 int toolong = 0; local
304 if (enterhist && toolong++ > 256 * 1024) {
365 if (enterhist && toolong++ > 256 * 1024) {
/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c411 time_t toolong = curtime() + SafeAlias; local
416 if (curtime() > toolong)
H A Dparseaddr.c1373 goto toolong;
1382 toolong:
1447 goto toolong;
1629 goto toolong;
1636 goto toolong;
/freebsd-12-stable/bin/ps/
H A Dps.c978 int toolong; local
987 toolong = 0;
995 toolong = 1;
997 if (!toolong) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y75 static RETSIGTYPE toolong (int);
1105 toolong(int signo)
1133 signal(SIGALRM, toolong);
H A Dftpcmd.c274 static RETSIGTYPE toolong (int);
3161 toolong(int signo)
3189 signal(SIGALRM, toolong);
3158 toolong(int signo) function
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-isakmp.c2015 goto toolong;
2031 goto toolong;
2046 goto toolong;
2069 toolong:
2117 goto toolong;
2132 goto toolong;
2156 toolong:
/freebsd-12-stable/libexec/ftpd/
H A Dftpcmd.y1146 static void toolong(int);
1261 toolong(int signo)
1285 (void) signal(SIGALRM, toolong);
/freebsd-12-stable/contrib/opie/
H A Dftpcmd.y938 static VOIDRET toolong FUNCTION((input), int input)
961 (void) signal(SIGALRM, toolong);
/freebsd-12-stable/contrib/file/src/
H A Dapprentice.c2472 goto toolong; \
2608 toolong:

Completed in 271 milliseconds