Home
last modified time | relevance | path

Searched refs:exits (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/bc/src/
H A Dparse.c213 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 Dbc_parse.c171 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 Dtrap10.03 # trap commands are executed before the script exits.
/freebsd/crypto/openssl/
H A Dconfig.com14 $ ! -h prints a usage and exits
/freebsd/contrib/ntp/ntpd/
H A Dntpd.texi66 exits just after setting the clock for the first time.
72 the daemon times out and exits without setting the clock.
H A Dntpd-opts.def298 exits successfully
406 couple of minutes, the daemon times out and exits.
/freebsd/tools/test/stress2/misc/
H A Dumtx_suspend.sh24 // success: the process exits
H A Dflock_open_close.sh105 /* Exit as soon as our parent exits. */
H A Drename8.sh96 /* Exit as soon as our parent exits. */
/freebsd/contrib/bc/include/
H A Dparse.h168 BcVec exits; member
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod178 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 DSSL_shutdown.pod267 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 Dlldb-server.rst32 Prints lldb-server version and exits.
81 Prints out the usage information and exits.
/freebsd/contrib/unbound/doc/
H A Dunbound-checkconf.rst85 The ``unbound-checkconf`` program exits with status code 1 on error, 0 for a
H A Dunbound-anchor.rst238 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 Dunbound-host.rst168 The ``unbound-host`` program exits with status code 1 on error, 0 on no error.
H A DREADME34 programming errors, among which buffer overflows. The program exits
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod32 exits.
108 The same restriction applies to other non-local exits which abandon an OpenSSL
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in17 -- Asserts that the command exits cleanly
/freebsd/contrib/googletest/
H A DREADME.md57 Googletest supports death tests, which verify that your code exits in a
/freebsd/sbin/init/
H A DNOTES78 process exits (see p50, in the discussion of process termination).
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.txt103 which the program exits.
/freebsd/crypto/openssh/
H A DREADME.privsep71 sshd-session process and exits.
/freebsd/contrib/lutok/
H A DINSTALL.md112 Shows information about all available flags and exits immediately,
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib205 # count there: fio exits with the number of jobs which failed, and

1234