Home
last modified time | relevance | path

Searched refs:find_function (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/diff/src/
H A Dcontext.c34 static char const *find_function (char const * const *, lin);
187 function = find_function (files[0].linbuf, first0); in pr_context_hunk()
317 function = find_function (files[0].linbuf, first0); in pr_unidiff_hunk()
451 find_function (char const * const *linbuf, lin linenum) in find_function() function
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c86 Testable *find_function(const char *func) in find_function() function
208 f = find_function(q); in dofile()
213 f = find_function(r); in dofile()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_register.c101 OSSL_STORE_find_fn find_function) in OSSL_STORE_LOADER_set_find() argument
103 loader->find = find_function; in OSSL_STORE_LOADER_set_find()
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h340 OSSL_STORE_find_fn find_function);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_LOADER.pod93 OSSL_STORE_find_fn find_function);
/freebsd/contrib/diff/
H A DChangeLog1556 (find_function): Use size_t for sizes, not int.
2040 * context.c (find_function): Simplify interface:
2042 (print_context_script, find_function): INT_MAX now denotes no
2857 * context.c (print_context_script, find_function): Context
3103 * util.c (analyze_hunk), context.c (find_function): Compare
3411 * context.c (find_function): Don't try to return values.
3480 * context.c (find_function): Don't return a value.