Searched refs:bail (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c51 int bail; local
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++)
75 bail = 1;
76 if (bail)
/freebsd-10-stable/contrib/sendmail/test/
H A Dt_exclopen.c56 bail(status) function
78 bail(1);
85 bail(1);
95 bail(1);
99 bail(0);
105 bail(2);
109 bail(1);
/freebsd-10-stable/usr.bin/login/
H A Dlogin.c84 static void bail(int, int);
193 bail(NO_SLEEP_EXIT, 0);
305 bail(NO_SLEEP_EXIT, 1);
313 bail(NO_SLEEP_EXIT, 1);
321 bail(NO_SLEEP_EXIT, 1);
372 bail(SLEEP_EXIT, 1);
406 bail(NO_SLEEP_EXIT, 1);
438 bail(SLEEP_EXIT, 1);
454 bail(SLEEP_EXIT, 1);
460 bail(SLEEP_EXI
1027 bail(int sec, int eval) function
[all...]
/freebsd-10-stable/contrib/opie/
H A Dopieauto.c68 void bail(x) { function
278 bail("this program must not be run with superuser priveleges or setuid.");
295 bail("getenv(HOME) failed -- no HOME variable?");
298 bail("your HOME is too long");
321 bail("socket permissions and/or ownership were not correctly created.");
362 bail("this message never printed");
368 bail("socket permissions and/or ownership has been messed with.");
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.c486 goto bail;
493 goto bail;
503 goto bail;
511 goto bail;
524 goto bail;
529 goto bail;
538 goto bail;
549 bail:
687 goto bail;
699 goto bail;
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/info/
H A Dperform.c106 goto bail;
137 goto bail;
143 goto bail;
171 goto bail;
233 bail:
/freebsd-10-stable/sys/fs/udf/
H A Dudf_vfsops.c335 goto bail;
350 goto bail;
379 goto bail;
391 goto bail;
393 goto bail;
411 goto bail;
440 goto bail;
446 goto bail;
458 goto bail;
473 goto bail;
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
H A Dsys.mk119 # A race condition in mkdir, means that it can bail if another
/freebsd-10-stable/sys/contrib/rdma/krping/
H A Dkrping.c563 goto bail;
579 goto bail;
593 goto bail;
602 goto bail;
620 goto bail;
627 goto bail;
638 goto bail;
653 goto bail;
660 goto bail;
671 goto bail;
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_ksocket.c799 goto bail;
806 goto bail;
810 bail:
/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.c1190 goto bail;
1195 goto bail;
1198 bail:
H A Dfts.c1137 goto bail;
1142 goto bail;
1145 bail:
/freebsd-10-stable/sys/dev/txp/
H A Dif_txp.c745 goto bail;
763 goto bail;
788 bail:
2594 goto bail;
2597 goto bail;
2600 goto bail;
2604 goto bail;
2608 goto bail;
2612 goto bail;
2650 bail
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb-events.sh524 bail out we move everything off of the pending queue onto an
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c858 goto bail;
898 goto bail;
940 goto bail;
982 bail:
H A Dzfs_replay.c324 goto bail;
403 bail:
H A Dzfs_vfsops.c1874 * or a reopen of z_os failed then just bail out now.
2256 goto bail;
2275 bail:
/freebsd-10-stable/sys/kern/
H A Dvfs_mount.c596 goto bail;
604 goto bail;
709 goto bail;
726 bail:
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_proto.c1682 int bail = 0; local
1712 ++bail;
1733 ++bail;
1780 ++bail;
1783 if (bail) {
1784 DPRINTF(2, ("receive: AM_PROCPKT drop: bail\n"));
1999 /* are there cases here where we should bail? */
2119 * If an initial volley, bail out now and let the
2216 * Otherwise, we should report and bail.
2272 * Otherwise, assume bogosity and bail ou
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c7155 int *bail,
7384 /* bail, it changed */
7400 *bail = 1;
7494 *bail = 1;
7514 *bail = 1;
7667 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; local
7703 bail = 0;
7705 &giveup, eeor_mode, &bail, so_locked);
7711 if ((moved_how_much == 0) || (giveup) || bail)
7716 if ((giveup) || bail) {
7148 sctp_move_to_outqueue(struct sctp_tcb *stcb, struct sctp_stream_out *strq, uint32_t goal_mtu, uint32_t frag_point, int *locked, int *giveup, int eeor_mode, int *bail, int so_locked SCTP_UNUSED ) argument
[all...]

Completed in 175 milliseconds