Home
last modified time | relevance | path

Searched refs:_env (Results 1 – 5 of 5) sorted by relevance

/src/contrib/kyua/model/
H A Dcontext.cpp46 std::map< std::string, std::string > _env; member
55 _env(env_) in impl()
67 return _cwd == other._cwd && _env == other._env; in operator ==()
105 return _pimpl->_env; in env()
/src/sys/x86/include/
H A Dx86_ieeefp.h126 } _env; in __fnldcw() local
132 __fnstenv(&_env); in __fnldcw()
133 _env._cw = _newcw; in __fnldcw()
134 __fldenv(&_env); in __fnldcw()
/src/sys/i386/include/
H A Dieeefp.h137 } _env; in fpresetsticky() local
148 __fnstenv(&_env); in fpresetsticky()
149 _env._sw &= ~_m; in fpresetsticky()
150 __fldenv(&_env); in fpresetsticky()
/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_tlv.c81 #define NVRAM_TLV_ENVP_DATA_LEN(_env) \ argument
82 (((_env)->hdr.size < sizeof((_env)->flags)) ? 0 : \
83 ((_env)->hdr.size - sizeof((_env)->flags)))
/src/libexec/rc/
H A Drc.subr953 # ${name}_env n Environment variables to run ${command} with.
1211 _fib=\$${name}_fib _env=\$${name}_env \
1375 if [ -n "$_env" ]; then
1376 eval "export -- $_env"
1533 ${_env:+env $_env }\
1540 ${_env:+env $_env }\
1752 if [ -n "$_env" ]; then
1753 eval "export -- $_env"