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

123456

/freebsd-9.3-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-9.3-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-9.3-release/usr.bin/tip/tip/
H A Dcmdtab.c57 { '.', NORM, "exit from tip", finish },
58 {CTRL('d'),NORM,"exit from tip", finish },
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/ecdh/
H A Dech_locl.h73 int (*finish) (EC_KEY *eckey);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip.c68 goto finish;
84 finish:
H A Dtest_compat_zip.c54 goto finish;
66 finish:
H A Dtest_read_format_gtar_lzma.c63 goto finish;
70 finish:
/freebsd-9.3-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-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsa_lib.c86 if (r->meth->finish)
87 r->meth->finish(r);
/freebsd-9.3-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-9.3-release/crypto/openssl/fips/dh/
H A Dfips_dh_lib.c86 if (r->meth->finish)
87 r->meth->finish(r);
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_lib.c88 if (r->meth->finish)
89 r->meth->finish(r);
/freebsd-9.3-release/usr.bin/netstat/
H A Dnetgraph.c170 goto finish;
175 goto finish;
179 goto finish;
181 goto finish;
187 finish:
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h86 int (*finish)(struct archive_write *); member in struct:archive_write::__anon1634
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h79 int (*finish) (EC_KEY *eckey);
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c97 static void finish(int);
407 finish(0);
502 (void)signal(SIGINT, finish);
503 (void)signal(SIGHUP, finish);
504 (void)signal(SIGQUIT, finish);
505 (void)signal(SIGTERM, finish);
518 finish(int signo __unused) function
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldemul.h134 void (*finish) (void); member in struct:ld_emulation_xfer_struct
/freebsd-9.3-release/contrib/gcc/
H A Ddebug.h31 void (* finish) (const char *main_filename); member in struct:gcc_debug_hooks
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/dh/
H A Ddh_lib.c91 if (mtmp->finish)
92 mtmp->finish(dh);
188 if (r->meth->finish)
189 r->meth->finish(r);
/freebsd-9.3-release/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c115 if (mtmp->finish)
116 mtmp->finish(dsa);
221 if (r->meth->finish)
222 r->meth->finish(r);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c279 goto finish;
284 goto finish;
294 goto finish;
361 goto finish;
364 finish:

Completed in 157 milliseconds

123456