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

/freebsd-10.0-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.0-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.0-release/usr.bin/login/
H A Dlogin.c85 static void bail(int, int);
187 bail(NO_SLEEP_EXIT, 0);
298 bail(NO_SLEEP_EXIT, 1);
306 bail(NO_SLEEP_EXIT, 1);
314 bail(NO_SLEEP_EXIT, 1);
365 bail(SLEEP_EXIT, 1);
392 bail(NO_SLEEP_EXIT, 1);
424 bail(SLEEP_EXIT, 1);
440 bail(SLEEP_EXIT, 1);
446 bail(SLEEP_EXI
973 bail(int sec, int eval) function
[all...]
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/sys/contrib/rdma/krping/
H A Dkrping.c560 goto bail;
576 goto bail;
590 goto bail;
599 goto bail;
617 goto bail;
624 goto bail;
635 goto bail;
650 goto bail;
657 goto bail;
668 goto bail;
[all...]
/freebsd-10.0-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.0-release/sys/netgraph/
H A Dng_ksocket.c798 goto bail;
805 goto bail;
809 bail:
/freebsd-10.0-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.0-release/contrib/gdb/gdb/
H A Dgdb-events.sh524 bail out we move everything off of the pending queue onto an
/freebsd-10.0-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.
2263 goto bail;
2269 goto bail;
2273 goto bail;
2296 bail:
/freebsd-10.0-release/sys/kern/
H A Dvfs_mount.c563 goto bail;
571 goto bail;
661 goto bail;
665 bail:
/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c6985 int *bail,
7212 /* bail, it changed */
7228 *bail = 1;
7328 *bail = 1;
7348 *bail = 1;
7497 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; local
7533 bail = 0;
7535 &giveup, eeor_mode, &bail, so_locked);
7541 if ((moved_how_much == 0) || (giveup) || bail)
7546 if ((giveup) || bail) {
6978 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 163 milliseconds