OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dl_handle
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/string/
t_strlen.c
43
void *
dl_handle
;
local in function:ATF_TC_BODY
111
dl_handle
= dlopen(NULL, RTLD_LAZY);
112
strlen_fn = dlsym(
dl_handle
, "test_strlen");
139
(void)dlclose(
dl_handle
);
t_strchr.c
61
void *
dl_handle
;
local in function:ATF_TC_BODY
249
dl_handle
= dlopen(NULL, RTLD_LAZY);
250
strchr_fn = dlsym(
dl_handle
, "test_strchr");
285
(void)dlclose(
dl_handle
);
t_strchrnul.c
60
void *
dl_handle
;
local in function:ATF_TC_BODY
248
dl_handle
= dlopen(NULL, RTLD_LAZY);
249
strchrnul_fn = dlsym(
dl_handle
, "test_strchrnul");
284
(void)dlclose(
dl_handle
);
Completed in 70 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025