Searched defs:round (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Ddlopen-tests.c130 static bool recursive_dlopen(const char **name, int round, char **errmsg) argument
137 handle = dlopen(name[round], RTLD_GLOBAL|RTLD_NOW);
144 round++;
145 if (name[round]) {
146 ok = recursive_dlopen(name, round, errmsg);

Completed in 302 milliseconds