Lines Matching refs:unsetenv
897 # undef unsetenv
898 # define unsetenv rpl_unsetenv
900 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
901 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
904 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
906 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
909 _GL_CXXALIASWARN (unsetenv);
912 # undef unsetenv
914 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
915 "use gnulib module unsetenv for portability");