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

12

/freebsd-11-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-11-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-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
60 bool bail(const SourceLocation &Loc);
H A DEvalEmitter.h60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::EvalEmitter
61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::EvalEmitter
62 bool bail(const SourceLocation &Loc);
H A DByteCodeStmtGen.cpp99 return this->bail(MD);
128 return this->bail(S);
155 return this->bail(DD);
252 return this->bail(VD);
H A DByteCodeExprGen.cpp123 return this->bail(CE);
137 return this->bail(LE);
166 return this->bail(BO);
201 return this->bail(BO);
205 return this->bail(BO);
225 return this->bail(E);
479 return this->bail(VD);
564 return this->bail(VD);
H A DByteCodeEmitter.cpp119 bool ByteCodeEmitter::bail(const SourceLocation &Loc) { function in class:ByteCodeEmitter
129 /// Helper to write bytecode and bail out if 32-bit offsets become invalid.
H A DEvalEmitter.cpp63 bool EvalEmitter::bail(const SourceLocation &Loc) { function in class:EvalEmitter
/freebsd-11-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
1019 bail(int sec, int eval) function
[all...]
/freebsd-11-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-11-stable/sys/opencrypto/
H A Dcryptodev.c519 goto bail;
529 goto bail;
543 goto bail;
554 goto bail;
571 goto bail;
579 goto bail;
591 goto bail;
602 bail:
823 goto bail;
841 goto bail;
[all...]
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c333 goto bail;
348 goto bail;
377 goto bail;
389 goto bail;
391 goto bail;
409 goto bail;
438 goto bail;
444 goto bail;
456 goto bail;
471 goto bail;
[all...]
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk20 # A race condition in some versions of mkdir, means that it can bail
/freebsd-11-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-11-stable/lib/libc/gen/
H A Dfts-compat.c1157 goto bail;
1162 goto bail;
1165 bail:
H A Dfts.c1134 goto bail;
1139 goto bail;
1142 bail:
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c790 goto bail;
797 goto bail;
801 bail:
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c573 goto bail;
589 goto bail;
603 goto bail;
612 goto bail;
630 goto bail;
637 goto bail;
648 goto bail;
664 goto bail;
671 goto bail;
682 goto bail;
[all...]
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c750 goto bail;
768 goto bail;
793 bail:
2609 goto bail;
2612 goto bail;
2615 goto bail;
2619 goto bail;
2623 goto bail;
2627 goto bail;
2665 bail
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh524 bail out we move everything off of the pending queue onto an
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c850 goto bail;
890 goto bail;
932 goto bail;
974 bail:
H A Dzfs_replay.c325 goto bail;
404 bail:
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c598 goto bail;
606 goto bail;
711 goto bail;
728 bail:
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c536 goto bail;
546 goto bail;
559 goto bail;
567 bail:

Completed in 304 milliseconds

12