Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:random_r

917 #   undef random_r
918 # define random_r rpl_random_r
920 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
922 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
925 _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result)
928 _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result));
930 _GL_CXXALIASWARN (random_r);
932 # undef random_r
934 _GL_WARN_ON_USE (random_r, "random_r is unportable - "
935 "use gnulib module random_r for portability");
964 "use gnulib module random_r for portability");
997 "use gnulib module random_r for portability");
1026 "use gnulib module random_r for portability");