Searched refs:handle (Results 26 - 50 of 1446) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dpickle.idl96 void sec__id_pac_format_v1_pickle([in] handle_t handle, [in] sec_id_pac_format_v1_t *pac);
97 void sec__id_pac_format_v1_unpickle([in] handle_t handle, [out] sec_id_pac_format_v1_t *pac);
99 void sec__id_pac_pickle([in] handle_t handle, [in] sec_id_pac_t *pac);
100 void sec__id_pac_unpickle([in] handle_t handle, [out] sec_id_pac_t *pac);
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.ret1.c52 handle(int sig) function
61 (void) signal(SIGUSR1, handle);
H A Dtst.ret2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOLOAD-symlink/
H A Dmain.c40 void* handle = dlopen(argv[1], RTLD_NOLOAD); local
41 if ( handle != NULL )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-stubs/
H A Dmain.c13 void* handle = dlopen("libstub.dylib", RTLD_LAZY); local
14 if ( handle != NULL ) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregalloc.c31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) argument
35 state.disc.re_resizehandle = handle;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A Ddlfcn.h44 void *dlsym (void *handle, const char *symbol);
46 int dlclose (void *handle);
H A DtclLoadDld.c32 * Returns the handle of the newly loaded library, or NULL on
76 dlsym(handle, symbol)
77 void *handle;
93 dlclose(handle)
94 void *handle;
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_dso.h30 void *handle; member in struct:apr_dso_handle_t
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dhpux10-dlfcn.h57 #define dlclose(handle) shl_unload((shl_t)(handle))
59 #define dlsym(handle,name) (bash_global_sym_addr=0,shl_findsym((shl_t *)&(handle),name,TYPE_UNDEFINED,&bash_global_sym_addr), (void *)bash_global_sym_addr)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dpipeline.h25 CURLcode Curl_add_handle_to_pipeline(struct SessionHandle *handle,
27 void Curl_move_handle_from_send_to_recv_pipe(struct SessionHandle *handle,
32 bool Curl_pipeline_site_blacklisted(struct SessionHandle *handle,
38 bool Curl_pipeline_server_blacklisted(struct SessionHandle *handle,
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-basic/
H A Dmain.c34 void* handle = dlopen("test.bundle", RTLD_LAZY); local
35 if ( handle == NULL ) {
41 int result = dlclose(handle);
48 result = dlclose(handle);
50 FAIL("dlclose() on released handle should have returned -1, but returned %d", result);
54 // now try to close a bad handle value (expect to fail)
57 FAIL("dlclose() on bogus handle should have returned -1, but returned %d", result);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-basic/
H A Dmain.c32 void* handle = dlopen(path, RTLD_LAZY); local
33 if ( handle == NULL ) {
38 void* sym = dlsym(handle, "foo");
40 FAIL("dlsym(handle, \"foo\") failed");
44 int result = dlclose(handle);
48 XFAIL("dlclose(handle) returned %d", result);
51 FAIL("dlclose(handle) returned %d", result);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-in-initializer/
H A Dmain.c32 void* handle = dlopen(path, RTLD_LAZY); local
33 if ( handle == NULL ) {
38 void* sym = dlsym(handle, "foo");
40 FAIL("dlsym(handle, \"foo\") failed");
44 int result = dlclose(handle);
48 XFAIL("dlclose(handle) returned %d", result);
51 FAIL("dlclose(handle) returned %d", result);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-init-dlopen/
H A Dmain.c32 void* handle = dlopen(path, RTLD_LAZY); local
33 if ( handle == NULL ) {
38 void* sym = dlsym(handle, "foo");
40 FAIL("dlsym(handle, \"foo\") failed");
44 int result = dlclose(handle);
48 XFAIL("dlclose(handle) returned %d", result);
51 FAIL("dlclose(handle) returned %d", result);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-init-dlopen-up/
H A Dmain.c32 void* handle = dlopen(path, RTLD_LAZY); local
33 if ( handle == NULL ) {
38 void* sym = dlsym(handle, "foo");
40 FAIL("dlsym(handle, \"foo\") failed");
44 int result = dlclose(handle);
46 FAIL("dlclose(handle) returned %d", result);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadWin.c26 HINSTANCE handle; member in struct:LibraryList
52 * Returns the handle of the newly loaded library, or NULL on
53 * failure. If path is NULL, the global library instance handle
66 VOID *handle;
75 handle = (VOID *) LoadLibrary(path);
77 if (handle != NULL) {
79 ptr->handle = (HINSTANCE) handle;
83 return handle;
108 dlclose(handle)
65 VOID *handle; local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLibSPI.h42 IOHIDRegisterVirtualDisplay( io_connect_t handle, UInt32 *display_token );
45 IOHIDUnregisterVirtualDisplay( io_connect_t handle, UInt32 display_token );
48 IOHIDSetVirtualDisplayBounds( io_connect_t handle, UInt32 display_token, const IOGBounds * bounds );
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib575.c34 * 2. dup handle
40 CURL *handle = NULL; local
50 easy_init(handle);
52 easy_setopt(handle, CURLOPT_URL, URL);
53 easy_setopt(handle, CURLOPT_WILDCARDMATCH, 1L);
54 easy_setopt(handle, CURLOPT_VERBOSE, 1L);
56 res = curl_easy_perform(handle);
60 res = curl_easy_perform(handle);
64 duphandle = curl_easy_duphandle(handle);
67 curl_easy_cleanup(handle);
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-weak/
H A Dmain.c34 void* handle = dlopen("test.bundle", RTLD_LAZY); local
35 if ( handle == NULL ) {
40 CheckFunc func = (CheckFunc)dlsym(handle, "_Z4testv");
42 FAIL("dlsym(handle, \"__Z4testv\") failed");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-order/
H A Dmain.c35 void* handle = dlopen(argv[1], RTLD_LAZY); local
36 if ( handle == NULL ) {
42 int result = dlclose(handle);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-terminator-dlclose/
H A Dmain.c33 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
34 if ( handle == NULL ) {
40 if ( dlclose(handle) != 0 ) {
41 FAIL("dlclose-dylib-unload: dlclose(handle) != 0, dlerrr()=%s", dlerror());
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOLOAD-in-initializer/
H A Dmain.c34 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
35 if ( handle == NULL ) {
40 dlclose(handle);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-zero/
H A Dmain.c39 // "get handle to main executable"
40 void* handle = dlopen(NULL, RTLD_LAZY); local
41 if ( handle == NULL ) {
47 void* sym = dlsym(handle, "foo");
49 FAIL("dlsym(handle, \"foo\") failed");
54 FAIL("dlsym(handle, \"foo\") returned wrong address");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen/
H A Dmain.c32 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
33 if ( handle == NULL ) {
38 void* pFoo = dlsym(handle, "foo");

Completed in 384 milliseconds

1234567891011>>