| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| info-shared.c | 28 void *handle1, *handle2; local 31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY); 32 assert (handle1 != NULL); 39 func = (void (*)(int)) dlsym (handle1, "foo"); 45 dlclose (handle1);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| info-shared.c | 28 void *handle1, *handle2; local 31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY); 32 assert (handle1 != NULL); 39 func = (void (*)(int)) dlsym (handle1, "foo"); 45 dlclose (handle1);
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcsi_transport.c | 132 TCS_HANDLE handle1 = 0, handle2 = 0; local 178 handle1 = val1 = *rghHandles[0]; 199 handle1 = *rghHandles[0]; 203 if ((result = get_slot_lite(hContext, handle1, &val1))) 213 if ((result = ctx_remove_key_loaded(hContext, handle1))) 216 if ((result = key_mgr_dec_ref_count(handle1))) 220 mc_set_slot_by_handle(handle1, NULL_TPM_HANDLE); 400 if ((result = load_key_final(hContext, handle1, &tcs_handle, NULL, val1)))
|
| tcs_pbg.c | 947 UINT32 handle1 = va_arg(ap, UINT32); local 961 LoadBlob_UINT32(outOffset, handle1, out_blob);
|
| /src/external/mit/libuv/dist/test/ |
| test-udp-reuseport.c | 35 uv_udp_t handle1, handle2, handle3; local 45 r = uv_udp_init(loop, &handle1); 48 r = uv_udp_bind(&handle1, (const struct sockaddr*) &addr1, UV_UDP_REUSEADDR);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| hook.c | 175 void *handle1 = hook_install(TSDN_NULL, &hooks1); local 180 expect_ptr_ne(handle1, NULL, "Hook installation failed"); 199 hook_remove(TSDN_NULL, handle1);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| hook.c | 174 void *handle1 = hook_install(TSDN_NULL, &hooks1); local 179 expect_ptr_ne(handle1, NULL, "Hook installation failed"); 198 hook_remove(TSDN_NULL, handle1);
|