Home | History | Annotate | Download | only in utils

Lines Matching refs:std

47 std::map< std::string, std::string > getallenv(void);
48 optional< std::string > getenv(const std::string&);
49 std::string getenv_with_default(const std::string&, const std::string&);
50 void setenv(const std::string&, const std::string&);
51 void unsetenv(const std::string&);