HomeSort by: relevance | last modified time | path
    Searched refs:use_randomdev (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/
configure 6795 withval=$with_randomdev; use_randomdev="$withval"
6797 use_randomdev="unspec"
6800 if test "$use_randomdev" = "unspec"; then
6806 use_randomdev="/dev/random"
6807 elif test "$use_randomdev" = "yes"; then
6808 use_randomdev="/dev/random"
6810 if test "$use_randomdev" = "no"; then
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev (unchecked)" >&5
6817 $as_echo "$use_randomdev (unchecked)" >&6; }
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev" >&
    [all...]
  /src/external/bsd/libbind/dist/
configure 21724 withval=$with_randomdev; use_randomdev="$withval"
21726 use_randomdev="unspec"
21730 case "$use_randomdev" in
21776 #define PATH_RANDOMDEV "$use_randomdev"
21779 { echo "$as_me:$LINENO: result: using \"$use_randomdev\"" >&5
21780 echo "${ECHO_T}using \"$use_randomdev\"" >&6; }

Completed in 47 milliseconds