| /freebsd/contrib/bc/src/ |
| H A D | parse.c | 213 bc_vec_popAll(&p->exits); in bc_parse_reset() 238 bc_vec_free(&p->exits); in bc_parse_free() 267 bc_vec_init(&p->exits, sizeof(BcInstPtr), BC_DTOR_NONE); in bc_parse_init()
|
| H A D | bc_parse.c | 171 BcInstPtr* ip = bc_vec_top(&p->exits); in bc_parse_setLabel() 181 bc_vec_pop(&p->exits); in bc_parse_setLabel() 235 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel() 1334 if (BC_ERR(!p->exits.len)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_loopExit() 1337 i = p->exits.len - 1; in bc_parse_loopExit() 1338 ip = bc_vec_item(&p->exits, i); in bc_parse_loopExit() 1342 while (!ip->func && i < p->exits.len) in bc_parse_loopExit() 1344 ip = bc_vec_item(&p->exits, i); in bc_parse_loopExit() 1349 assert(ip != NULL && (i < p->exits.len || ip->func)); in bc_parse_loopExit()
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | trap10.0 | 3 # trap commands are executed before the script exits.
|
| /freebsd/crypto/openssl/ |
| H A D | config.com | 14 $ ! -h prints a usage and exits
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpd.texi | 66 exits just after setting the clock for the first time. 72 the daemon times out and exits without setting the clock.
|
| H A D | ntpd-opts.def | 298 exits successfully 406 couple of minutes, the daemon times out and exits.
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | umtx_suspend.sh | 24 // success: the process exits
|
| H A D | flock_open_close.sh | 105 /* Exit as soon as our parent exits. */
|
| H A D | rename8.sh | 96 /* Exit as soon as our parent exits. */
|
| /freebsd/contrib/bc/include/ |
| H A D | parse.h | 168 BcVec exits; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_init_crypto.pod | 178 By default OpenSSL will attempt to clean itself up when the process exits via an 221 the thread exits as long as the OSSL_LIB_CTX has not been freed before the thread 222 exits. If OSSL_LIB_CTX_free() is called OPENSSL_thread_stop_ex will be called 256 Resources local to a thread are deallocated automatically when the thread exits
|
| H A D | SSL_shutdown.pod | 267 QUIC connection SSL object or exits before completing the shutdown process using 356 terminated for another reason. In nonblocking mode it exits immediately with
|
| /freebsd/contrib/llvm-project/lldb/docs/man/ |
| H A D | lldb-server.rst | 32 Prints lldb-server version and exits. 81 Prints out the usage information and exits.
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-checkconf.rst | 85 The ``unbound-checkconf`` program exits with status code 1 on error, 0 for a
|
| H A D | unbound-anchor.rst | 238 This tool exits with value 1 if the root anchor was updated using the 240 It exits with code 0 if no update was necessary, if the update was possible
|
| H A D | unbound-host.rst | 168 The ``unbound-host`` program exits with status code 1 on error, 0 on no error.
|
| H A D | README | 34 programming errors, among which buffer overflows. The program exits
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-threads.pod | 32 exits. 108 The same restriction applies to other non-local exits which abandon an OpenSSL
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | pkgbase.in | 17 -- Asserts that the command exits cleanly
|
| /freebsd/contrib/googletest/ |
| H A D | README.md | 57 Googletest supports death tests, which verify that your code exits in a
|
| /freebsd/sbin/init/ |
| H A D | NOTES | 78 process exits (see p50, in the discussion of process termination).
|
| /freebsd/lib/libc/softfloat/ |
| H A D | timesoftfloat.txt | 103 which the program exits.
|
| /freebsd/crypto/openssh/ |
| H A D | README.privsep | 71 sshd-session process and exits.
|
| /freebsd/contrib/lutok/ |
| H A D | INSTALL.md | 112 Shows information about all available flags and exits immediately,
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 205 # count there: fio exits with the number of jobs which failed, and
|