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

123456

/freebsd-10.1-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.1-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.1-release/usr.bin/tip/tip/
H A Dcmdtab.c57 { '.', NORM, "exit from tip", finish },
58 {CTRL('d'),NORM,"exit from tip", finish },
/freebsd-10.1-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.1-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.1-release/usr.bin/netstat/
H A Dnetgraph.c126 goto finish;
130 goto finish;
132 goto finish;
138 finish:
/freebsd-10.1-release/crypto/openssl/crypto/ecdh/
H A Dech_locl.h73 int (*finish) (EC_KEY *eckey);
/freebsd-10.1-release/crypto/openssl/crypto/comp/
H A Dcomp_lib.c29 if (ctx->meth->finish != NULL)
30 ctx->meth->finish(ctx);
H A Dcomp.h17 void (*finish) (COMP_CTX *ctx); member in struct:comp_method_st
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_init.c95 * case, we can release the lock safely and call the finish() handler
97 * after and something else is calling "finish" at the same time -
99 * to 0 without either calling finish().
103 if ((e->funct_ref == 0) && e->finish) {
106 to_return = e->finish(e);
140 /* The API (locked) version of "finish" */
/freebsd-10.1-release/contrib/apr/random/unix/
H A Dsha2_glue.c45 h->finish=sha256_finish;
/freebsd-10.1-release/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h79 int (*finish) (EC_KEY *eckey);
/freebsd-10.1-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.1-release/crypto/openssl/crypto/x509/
H A Dby_dir.c291 goto finish;
296 goto finish;
310 goto finish;
410 goto finish;
429 goto finish;
432 finish:
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c63 goto finish;
70 finish:
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_random.h51 apr_crypto_hash_finish_t *finish; member in struct:apr_crypto_hash_t
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldemul.h134 void (*finish) (void); member in struct:ld_emulation_xfer_struct
/freebsd-10.1-release/contrib/gcc/
H A Ddebug.h31 void (* finish) (const char *main_filename); member in struct:gcc_debug_hooks
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h14 // finish() which are called by the register allocator.
132 /// finish - Compute the optimal spill code placement given the
139 bool finish();
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c123 if (mtmp->finish)
124 mtmp->finish(rsa);
228 if (r->meth->finish)
229 r->meth->finish(r);
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_lib.c103 if (mtmp->finish)
104 mtmp->finish(dh);
200 if (r->meth->finish)
201 r->meth->finish(r);
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c114 if (mtmp->finish)
115 mtmp->finish(dsa);
209 if (r->meth->finish)
210 r->meth->finish(r);
/freebsd-10.1-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.1-release/usr.bin/csup/
H A Dmisc.c337 int error, finish, rv; local
339 finish = 0;
353 finish = 1;
367 if (!finish) {
373 finish = 1;
379 if (finish)
/freebsd-10.1-release/usr.sbin/nscd/
H A Dconfig.c397 cache_entry **start, cache_entry **finish)
412 *finish = result + 1;
421 while (*finish != config_entry->mp_cache_entries +
425 mp_name, *finish) == 0)
426 *finish = *finish + 1;
395 configuration_entry_find_mp_cache_entries( struct configuration_entry *config_entry, const char *mp_name, cache_entry **start, cache_entry **finish) argument

Completed in 229 milliseconds

123456