Home
last modified time | relevance | path

Searched refs:get_entropy_avail (Results 1 – 25 of 38) sorted by relevance

12

/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dsolaris.h4 int get_entropy_avail(unsigned int *);
H A Dnetbsd.h33 int get_entropy_avail(unsigned int *);
H A Ddragonfly.h16 int get_entropy_avail(unsigned int *);
H A Dfreebsd.h46 int get_entropy_avail(unsigned int *);
H A Ddarwin.h52 int get_entropy_avail(const unsigned int *);
H A Dhaiku.h24 int get_entropy_avail(unsigned int *);
H A Dopenbsd.h25 int get_entropy_avail(unsigned int *);
H A Dlinux.h53 int get_entropy_avail(unsigned int *);
H A Dentropy.cc62 get_entropy_avail(&entropy.avail); in update_entropy()
H A Dhaiku.cc243 int get_entropy_avail(unsigned int *val) { return 1; } in get_entropy_avail() function
/dports/sysutils/conky/conky-1.12.2/src/
H A Dnetbsd.h33 int get_entropy_avail(unsigned int *);
H A Dsolaris.h4 int get_entropy_avail(unsigned int *);
H A Ddragonfly.h16 int get_entropy_avail(unsigned int *);
H A Dfreebsd.h46 int get_entropy_avail(unsigned int *);
H A Ddarwin.h52 int get_entropy_avail(const unsigned int *);
H A Dhaiku.h24 int get_entropy_avail(unsigned int *);
H A Dopenbsd.h25 int get_entropy_avail(unsigned int *);
H A Dlinux.h53 int get_entropy_avail(unsigned int *);
H A Dentropy.cc62 get_entropy_avail(&entropy.avail); in update_entropy()
H A Dhaiku.cc243 int get_entropy_avail(unsigned int *val) { return 1; } in get_entropy_avail() function
H A Dnetbsd.cc329 int get_entropy_avail(unsigned int *val) { return 1; } in get_entropy_avail() function
/dports/sysutils/conky-awesome/conky-1.12.2/tests/
H A Dtest-darwin.cc35 REQUIRE(get_entropy_avail(&unused) == 1);
H A Dtest-linux.cc35 REQUIRE(get_entropy_avail(&unused) == 0);
/dports/sysutils/conky/conky-1.12.2/tests/
H A Dtest-darwin.cc35 REQUIRE(get_entropy_avail(&unused) == 1);
H A Dtest-linux.cc35 REQUIRE(get_entropy_avail(&unused) == 0);

12