Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/crypto/openssl/crypto/store/
H A Dstore_register.c89 OSSL_STORE_find_fn find_function) in OSSL_STORE_LOADER_set_find() argument
91 loader->find = find_function; in OSSL_STORE_LOADER_set_find()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dstore.h235 OSSL_STORE_find_fn find_function);
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_LOADER.pod48 OSSL_STORE_find_fn find_function);
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-spu.c1849 find_function (asection *sec, bfd_vma offset, struct bfd_link_info *info) in find_function() function
1999 caller = find_function (sec, irela->r_offset, info); in mark_functions_via_relocs()
2006 callee->fun = find_function (sym_sec, val, info); in mark_functions_via_relocs()
H A DChangeLog587 (find_function, insert_callee, mark_functions_via_relocs): Likewise.
/freebsd-12.1/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.