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

123456

/freebsd-10.0-release/contrib/opie/
H A Dopiepasswd.c85 static VOIDRET finish FUNCTION((name), char *name) function
93 finish(NULL);
98 finish(NULL);
106 finish(NULL);
158 finish(NULL);
167 finish(NULL);
201 finish(NULL);
204 finish(NULL);
211 finish(NULL);
215 finish(NUL
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h46 virtual void finish() { function in class:clang::ChainedDiagnosticConsumer
47 Secondary->finish();
48 Primary->finish();
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmdtab.c57 { '.', NORM, "exit from tip", finish },
58 {CTRL('d'),NORM,"exit from tip", finish },
/freebsd-10.0-release/bin/sh/
H A Dmksyntax.c108 static void finish(void);
181 finish();
194 finish();
204 finish();
217 finish();
226 finish();
276 finish(void) function
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c139 uint64_t finish = base + cvmx_fpa_pool_info[pool].size * expected_count; local
150 if ((address >= base) && (address < finish) &&
177 cvmx_fpa_pool_info[pool].name, (int)pool, (unsigned long long)base, (unsigned long long)finish, (int)cvmx_fpa_pool_info[pool].size);
/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Dech_locl.h72 int (*finish)(EC_KEY *eckey);
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dcomp_lib.c31 if (ctx->meth->finish != NULL)
32 ctx->meth->finish(ctx);
H A Dcomp.h18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_init.c87 * case, we can release the lock safely and call the finish() handler
89 * after and something else is calling "finish" at the same time -
91 * 2 to 0 without either calling finish(). */
94 if((e->funct_ref == 0) && e->finish)
98 to_return = e->finish(e);
135 /* The API (locked) version of "finish" */
/freebsd-10.0-release/contrib/apr/random/unix/
H A Dsha2_glue.c45 h->finish=sha256_finish;
/freebsd-10.0-release/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h79 int (*finish)(EC_KEY *eckey);
/freebsd-10.0-release/usr.bin/netstat/
H A Dnetgraph.c169 goto finish;
173 goto finish;
175 goto finish;
181 finish:
/freebsd-10.0-release/sbin/shutdown/
H A Dshutdown.c97 static void finish(int);
406 finish(0);
501 (void)signal(SIGINT, finish);
502 (void)signal(SIGHUP, finish);
503 (void)signal(SIGQUIT, finish);
504 (void)signal(SIGTERM, finish);
517 finish(int signo __unused) function
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dby_dir.c312 goto finish;
318 goto finish;
334 goto finish;
454 goto finish;
474 goto finish;
477 finish:
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c63 goto finish;
70 finish:
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_random.h51 apr_crypto_hash_finish_t *finish; member in struct:apr_crypto_hash_t
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldemul.h134 void (*finish) (void); member in struct:ld_emulation_xfer_struct
/freebsd-10.0-release/contrib/gcc/
H A Ddebug.h31 void (* finish) (const char *main_filename); member in struct:gcc_debug_hooks
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h14 // finish() which are called by the register allocator.
131 /// finish - Compute the optimal spill code placement given the
138 bool finish();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMT.h108 virtual void finish() { } function in class:clang::arcmt::MigrationProcess::RewriteListener
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh_lib.c102 if (mtmp->finish) mtmp->finish(dh);
204 if (r->meth->finish)
205 r->meth->finish(r);
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c113 if (mtmp->finish) mtmp->finish(dsa);
214 if(r->meth->finish)
215 r->meth->finish(r);
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c122 if (mtmp->finish) mtmp->finish(rsa);
234 if (r->meth->finish)
235 r->meth->finish(r);
/freebsd-10.0-release/contrib/apr-util/test/
H A Ddbd.c366 goto finish;
369 goto finish;
372 goto finish;
375 goto finish;
384 goto finish;
387 goto finish;
403 finish:
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c86 conf_finish_func *finish; member in struct:conf_module_st
306 tmod->finish = ffunc;
399 /* We've started the module so we'd better finish it */
400 if (pmod->finish && init_called)
401 pmod->finish(imod);
454 /* finish and free up all modules instances */
468 /* finish a module instance */
472 if (imod->pmod->finish)
473 imod->pmod->finish(imod);

Completed in 327 milliseconds

123456