Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dpwquality-util.c26 int dlopen_pwquality(void) { in dlopen_pwquality() function
84 r = dlopen_pwquality(); in pwq_allocate_context()
Dpwquality-util.h20 int dlopen_pwquality(void);
/systemd-251/src/test/
Dtest-dlopen-so.c35 assert_se(dlopen_pwquality() >= 0); in run()