Searched refs:env_ (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/kyua/model/
H A Dcontext.cpp51 /// \param env_ The environment variables.
53 const std::map< std::string, std::string >& env_) :
55 _env(env_)
75 /// \param env_ The environment variables.
77 const std::map< std::string, std::string >& env_) :
78 _pimpl(new impl(cwd_, env_))
52 impl(const fs::path& cwd_, const std::map< std::string, std::string >& env_) argument
76 context(const fs::path& cwd_, const std::map< std::string, std::string >& env_) argument
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1949 testleak_cleanup(const struct testcase_t *testcase, void *env_) argument
1952 struct testleak_env_t *env = env_;
1977 test_dbg_leak_cancel(void *env_) argument
1980 struct testleak_env_t *env = env_;
1997 dbg_leak_resume(void *env_, int cancel, int send_err_shutdown) argument
2000 struct testleak_env_t *env = env_;
2031 test_dbg_leak_##name##_(void *env_) \
2033 dbg_leak_resume(env_, cancel, send_err_shutdown); \
2041 test_dbg_leak_shutdown(void *env_) argument
2044 struct testleak_env_t *env = env_;
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_dns.c1949 testleak_cleanup(const struct testcase_t *testcase, void *env_) argument
1952 struct testleak_env_t *env = env_;
1977 test_dbg_leak_cancel(void *env_) argument
1980 struct testleak_env_t *env = env_;
1997 dbg_leak_resume(void *env_, int cancel, int send_err_shutdown) argument
2000 struct testleak_env_t *env = env_;
2031 test_dbg_leak_##name##_(void *env_) \
2033 dbg_leak_resume(env_, cancel, send_err_shutdown); \
2041 test_dbg_leak_shutdown(void *env_) argument
2044 struct testleak_env_t *env = env_;
[all...]

Completed in 61 milliseconds