Searched refs:have_getrandom (Results 1 – 4 of 4) sorted by relevance
144 int have_getrandom; in DEFINE_STATIC_ONCE() local150 have_getrandom = 1; in DEFINE_STATIC_ONCE()153 have_getrandom = 1; in DEFINE_STATIC_ONCE()156 have_getrandom = 0; in DEFINE_STATIC_ONCE()163 if (have_getrandom) { in DEFINE_STATIC_ONCE()
17205 have_getrandom=yes17207 have_getrandom=no17211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_getrandom" >&517212 $as_echo "$have_getrandom" >&6; }17214 if test "$have_getrandom" = yes; then
5687 ],[have_getrandom=yes],[have_getrandom=no])5688 AC_MSG_RESULT($have_getrandom)5690 if test "$have_getrandom" = yes; then