Searched defs:random_r (Results 1 - 2 of 2) sorted by relevance

/external/bison/darwin-lib/
H A Dstdlib.h917 # 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 macro
934 _GL_WARN_ON_USE (random_r, "random_r i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h917 # 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 macro
934 _GL_WARN_ON_USE (random_r, "random_r i
[all...]

Completed in 66 milliseconds