Searched refs:finish (Results 1 - 25 of 204) sorted by relevance

123456789

/freebsd-current/crypto/openssl/test/
H A Dbio_memleak_test.c26 goto finish;
33 goto finish;
35 goto finish;
38 finish:
51 goto finish;
53 goto finish;
56 goto finish;
58 goto finish;
62 goto finish;
65 finish
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp34 goto finish;
45 goto finish;
51 finish:
/freebsd-current/usr.bin/tip/tip/
H A Dcmdtab.c49 { '.', NORM, "exit from tip", finish },
50 {CTRL('d'),NORM,"exit from tip", finish },
/freebsd-current/crypto/openssl/crypto/comp/
H A Dcomp_local.h14 void (*finish) (COMP_CTX *ctx); member in struct:comp_method_st
H A Dcomp_lib.c53 if (ctx->meth->finish != NULL)
54 ctx->meth->finish(ctx);
/freebsd-current/tools/test/stress2/misc/
H A Dnanosleep.sh60 struct timespec finish, start, res;
71 clock_gettime(CLOCK_REALTIME_PRECISE, &finish);
72 timespecsub(&finish, &start, &res);
H A Dsched.sh100 struct timespec start, finish;
129 clock_gettime(CLOCK_REALTIME_PRECISE, &finish);
130 timespecsub(&finish, &start, &finish);
133 finish.tv_sec + (double)finish.tv_nsec / 1e9);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSanitizerStats.h40 void finish();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFStreamer.h22 void finish() override;
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h50 void finish() override {
51 Secondary->finish();
52 Primary->finish();
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_002.ksh84 log_note "waiting for resilver to finish"
87 finish=$(zpool events | grep -cF "sysevent.fs.zfs.resilver_finish")
88 (( $finish > 0 )) && break
92 (( $finish == 0 )) && log_fail "resilver took too long to finish"
/freebsd-current/lib/libpathconv/
H A Drel2abs.c55 goto finish;
90 goto finish;
125 finish:
H A Dabs2rel.c54 goto finish;
76 goto finish;
104 finish:
/freebsd-current/bin/sh/
H A Dmksyntax.c97 static void finish(void);
170 finish();
183 finish();
193 finish();
206 finish();
215 finish();
265 finish(void) function
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_local.h102 int (*finish) (DSO *dso); member in struct:dso_meth_st
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_meth.c159 return dhm->finish;
162 int DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *))
164 dhm->finish = finish;
H A Ddh_local.h54 int (*finish) (DH *dh); member in struct:dh_method
/freebsd-current/usr.bin/netstat/
H A Dnetgraph.c126 goto finish;
130 goto finish;
132 goto finish;
138 finish:
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_init.c53 * case, we can release the lock safely and call the finish() handler
55 * after and something else is calling "finish" at the same time -
57 * to 0 without either calling finish().
61 if ((e->funct_ref == 0) && e->finish) {
64 to_return = e->finish(e);
99 /* The API (locked) version of "finish" */
/freebsd-current/contrib/kyua/store/
H A Dread_transaction.hpp111 void finish(void);
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h66 virtual void finish() {} function in class:clang::index::IndexDataConsumer
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_meth.c190 return dsam->finish;
193 int DSA_meth_set_finish(DSA_METHOD *dsam, int (*finish) (DSA *))
195 dsam->finish = finish;
/freebsd-current/sys/crypto/openssl/
H A Dossl_aes_gcm.h45 int (*finish)(struct ossl_gcm_context *ctx, const unsigned char *tag, member in struct:ossl_aes_gcm_ops
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_to_fp_impl.inc34 // finish: 000000000000000000000000000000000000001xxxxxxxxxxxxxxxxxxxxxxPQR
48 // finish:
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_dir.c255 goto finish;
260 goto finish;
266 goto finish;
276 goto finish;
281 goto finish;
352 goto finish;
365 goto finish;
381 goto finish;
390 goto finish;
417 goto finish;
[all...]

Completed in 199 milliseconds

123456789