Lines Matching refs:srandom
915 # undef srandom
916 # define srandom rpl_srandom
918 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
919 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
922 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
926 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
928 srandom);
930 # undef srandom
932 _GL_WARN_ON_USE (srandom, "srandom is unportable - "