Home
last modified time | relevance | path

Searched refs:handle1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/regress/libexec/ld.so/dlopen/prog1/
H A Dprog1.C15 void *handle1; in main() local
23 handle1 = dlopen("libaa.so.0.0", DL_LAZY); in main()
24 if (handle1 == NULL) { in main()
34 libname = (char **)dlsym(handle1, "libname"); in main()
46 func = (cp_func*)dlsym(handle1, "lib_entry"); in main()
60 dlclose(handle1); in main()
/openbsd-src/regress/libexec/ld.so/initfirst/test2/prog2/
H A Dprog2.C14 void *handle1; in main() local
16 handle1 = dlopen("libaa.so", DL_LAZY); in main()
17 if (handle1 == NULL) { in main()
21 dlclose(handle1); in main()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dperlhost.h1006 PerlLIODup2(struct IPerlLIO* piPerl, int handle1, int handle2)
1009 return win32_dup2(handle1, handle2); in PerlLIOLstat()
947 PerlLIODup2(struct IPerlLIO * piPerl,int handle1,int handle2) PerlLIODup2() argument