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

/freebsd-10.1-release/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.1-release/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.1-release/usr.bin/login/
H A Dlogin.c85 static void bail(int, int);
194 bail(NO_SLEEP_EXIT, 0);
306 bail(NO_SLEEP_EXIT, 1);
314 bail(NO_SLEEP_EXIT, 1);
322 bail(NO_SLEEP_EXIT, 1);
373 bail(SLEEP_EXIT, 1);
407 bail(NO_SLEEP_EXIT, 1);
439 bail(SLEEP_EXIT, 1);
455 bail(SLEEP_EXIT, 1);
461 bail(SLEEP_EXI
1028 bail(int sec, int eval) function
[all...]
/freebsd-10.1-release/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.1-release/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.1-release/usr.sbin/pkg_install/info/
H A Dperform.c106 goto bail;
137 goto bail;
143 goto bail;
171 goto bail;
233 bail:
/freebsd-10.1-release/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.1-release/contrib/bmake/mk/
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
H A Dsys.mk158 # A race condition in mkdir, means that it can bail if another
/freebsd-10.1-release/sys/contrib/rdma/krping/
H A Dkrping.c558 goto bail;
574 goto bail;
588 goto bail;
597 goto bail;
615 goto bail;
622 goto bail;
633 goto bail;
648 goto bail;
655 goto bail;
666 goto bail;
[all...]
/freebsd-10.1-release/lib/libc/gen/
H A Dfts-compat.c1189 goto bail;
1194 goto bail;
1197 bail:
H A Dfts.c1127 goto bail;
1132 goto bail;
1135 bail:
/freebsd-10.1-release/sys/netgraph/
H A Dng_ksocket.c799 goto bail;
806 goto bail;
810 bail:
/freebsd-10.1-release/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.1-release/contrib/gdb/gdb/
H A Dgdb-events.sh524 bail out we move everything off of the pending queue onto an
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c864 goto bail;
904 goto bail;
946 goto bail;
988 bail:
H A Dzfs_replay.c324 goto bail;
403 bail:
H A Dzfs_vfsops.c1865 * or a reopen of z_os failed then just bail out now.
2261 goto bail;
2267 goto bail;
2271 goto bail;
2294 bail:
/freebsd-10.1-release/sys/kern/
H A Dvfs_mount.c563 goto bail;
571 goto bail;
665 goto bail;
669 bail:
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_proto.c1421 int bail = 0; local
1451 ++bail;
1472 ++bail;
1519 ++bail;
1522 if (bail) {
1724 /* are there cases here where we should bail? */
1838 * If an initial volley, bail out now and let the
1937 * Otherwise, we should report and bail.
1993 * Otherwise, assume bogosity and bail out.
/freebsd-10.1-release/sys/netinet/
H A Dsctp_output.c7146 int *bail,
7373 /* bail, it changed */
7389 *bail = 1;
7489 *bail = 1;
7509 *bail = 1;
7657 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; local
7693 bail = 0;
7695 &giveup, eeor_mode, &bail, so_locked);
7701 if ((moved_how_much == 0) || (giveup) || bail)
7706 if ((giveup) || bail) {
7139 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 310 milliseconds