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

Lines Matching defs:srandom_r

942 #   undef srandom_r
943 # define srandom_r rpl_srandom_r
945 _GL_FUNCDECL_RPL (srandom_r, int,
948 _GL_CXXALIAS_RPL (srandom_r, int,
952 _GL_FUNCDECL_SYS (srandom_r, int,
956 _GL_CXXALIAS_SYS (srandom_r, int,
959 _GL_CXXALIASWARN (srandom_r);
961 # undef srandom_r
963 _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable - "