HomeSort by relevance Sort by last modified time
    Searched full:rpl_environ (Results 1 - 4 of 4) sorted by null

  /external/bison/build-aux/snippet/
warn-on-use.h 58 static char ***rpl_environ (void) { return &environ; }
59 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
61 # define environ (*rpl_environ ())