Home
last modified time | relevance | path

Searched refs:FUNCTION (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/crypto/openssl/util/
H A Dlibssl.num1 SSL_get_selected_srtp_profile 1 3_0_0 EXIST::FUNCTION:SRTP
2 SSL_set_read_ahead 2 3_0_0 EXIST::FUNCTION:
3 SSL_set_accept_state 3 3_0_0 EXIST::FUNCTION:
4 SSL_CTX_set_cipher_list 4 3_0_0 EXIST::FUNCTION:
6 SSL_copy_session_id 6 3_0_0 EXIST::FUNCTION:
8 SSL_shutdown 8 3_0_0 EXIST::FUNCTION:
9 SSL_CTX_set_msg_callback 9 3_0_0 EXIST::FUNCTION:
10 SSL_SESSION_get0_ticket 11 3_0_0 EXIST::FUNCTION:
11 SSL_get1_supported_ciphers 12 3_0_0 EXIST::FUNCTION:
12 SSL_state_string_long 13 3_0_0 EXIST::FUNCTION:
[all …]
H A Dlibcrypto.num2 b2i_PVK_bio 2 3_0_0 EXIST::FUNCTION:
3 PEM_read_bio_NETSCAPE_CERT_SEQUENCE 3 3_0_0 EXIST::FUNCTION:
4 X509_STORE_CTX_get0_chain 4 3_0_0 EXIST::FUNCTION:
5 COMP_expand_block 5 3_0_0 EXIST::FUNCTION:COMP
6 X509V3_get_string 6 3_0_0 EXIST::FUNCTION:
7 TS_MSG_IMPRINT_free 7 3_0_0 EXIST::FUNCTION:TS
9 TS_RESP_CTX_new 9 3_0_0 EXIST::FUNCTION:TS
10 PKCS5_PBE_add 10 3_0_0 EXIST::FUNCTION:
12 X509_NAME_get0_der 12 3_0_0 EXIST::FUNCTION:
13 i2d_ESS_ISSUER_SERIAL 13 3_0_0 EXIST::FUNCTION:
[all …]
H A Dengines.num1 bind_engine 1 * EXIST::FUNCTION:
2 v_check 2 * EXIST::FUNCTION:
H A Dproviders.num1 OSSL_provider_init 1 * EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/
H A Dopenssl.c38 static LHASH_OF(FUNCTION) *prog_init(void);
238 FUNCTION f, *fp; in main()
239 LHASH_OF(FUNCTION) *prog = NULL; in main()
332 FUNCTION *fp; in help_main()
397 FUNCTION f, *fp; in do_cmd()
439 static int function_cmp(const FUNCTION * a, const FUNCTION * b) in function_cmp()
451 const FUNCTION *f1 = _f1; in SortFnByName()
452 const FUNCTION *f2 = _f2; in SortFnByName()
459 static LHASH_OF(FUNCTION) *prog_init(void) in LHASH_OF() argument
461 static LHASH_OF(FUNCTION) *ret = NULL; in LHASH_OF()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.macroglob.ksh.out1 FUNCTION NAME
7 FUNCTION NAME
12 FUNCTION NAME
17 FUNCTION NAME
20 FUNCTION NAME
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm44 ; FUNCTION ___kmp_x86_pause
63 ; FUNCTION ___kmp_x86_cpuid
111 ; FUNCTION ___kmp_test_then_add32
243 ; FUNCTION ___kmp_xchg_fixed8
264 ; FUNCTION ___kmp_xchg_fixed16
285 ; FUNCTION ___kmp_xchg_fixed32
307 ; FUNCTION ___kmp_xchg_real32
624 ; FUNCTION __kmp_x86_cpuid
827 ; FUNCTION ___kmp_xchg_fixed8
1068 ; FUNCTION __kmp_xchg_real32
[all …]
/freebsd/crypto/openssl/apps/include/
H A Dfunction.h30 } FUNCTION; typedef
32 DEFINE_LHASH_OF(FUNCTION);
42 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def14 // DAG_FUNCTION defers to DAG_INSTRUCTION if its defined, otherwise FUNCTION.
19 #define DAG_FUNCTION(N,A,R,I,D) FUNCTION(N,A,R,I)
33 #ifndef FUNCTION
34 #define FUNCTION(N,A,R,I) INSTRUCTION(N,A,R,I)
102 FUNCTION(fmuladd, 3, 1, experimental_constrained_fmuladd)
105 #undef FUNCTION
/freebsd/crypto/openssl/apps/lib/
H A Dcolumns.c14 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc) in calculate_columns()
16 FUNCTION *f; in calculate_columns()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp104 #define FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) in getConstrainedIntrinsicID() macro
112 #define FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in getConstrainedIntrinsicID() macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh.out1 FUNCTION
H A Dtst.dlclose1.ksh.out2 ID PROVIDER MODULE FUNCTION NAME
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckPrototypeDefinition.cmake2 # check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE)
4 # FUNCTION - The name of the function (used to check if prototype exists)
H A DCodeCoverage.cmake96 FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunner _outputname)
138 FUNCTION(SETUP_TARGET_FOR_COVERAGE_COBERTURA _targetname _testrunner _outputname)
/freebsd/contrib/libevent/cmake/
H A DCheckPrototypeDefinition.cmake2 # check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE)
4 # FUNCTION - The name of the function (used to check if prototype exists)
/freebsd/contrib/libucl/utils/
H A DCMakeLists.txt4 FUNCTION(MAKE_UTIL UTIL_NAME UTIL_SRCS)
/freebsd/sys/dev/sdio/
H A Dsdiob.h80 SDIOB_ACCESSOR(function, FUNCTION, struct sdio_func *)
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp49 ECase(FUNCTION); in sectionTypeToString()
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ia32/
H A Dasm_linkage.h149 #define FUNCTION(x) \ macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp26 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(DATA), ENUM_ENTRY(GLOBAL),
35 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE), ENUM_ENTRY(MEMORY),
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/
H A Dasm_linkage.h171 #define FUNCTION(x) \ macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/
H A Dasm_linkage.h171 #define FUNCTION(x) \ macro
/freebsd/contrib/lua/src/
H A Dluac.c124 #define FUNCTION "(function()end)();\n" macro
131 *size=sizeof(FUNCTION)-1; in reader()
132 return FUNCTION; in reader()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp286 ECase(FUNCTION); in enumeration()
486 ECase(FUNCTION); in enumeration()
585 ECase(FUNCTION); in enumeration()
611 ECase(FUNCTION); in enumeration()

123