Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/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)))
/freebsd/libexec/rc/
H A Drc.subr946 # ${name}_env n Environment variables to run ${command} with.
1195 _fib=\$${name}_fib _env=\$${name}_env \
1309 if [ -n "$_env" ]; then
1310 eval "export -- $_env"
1477 ${_env:+env $_env }\
1484 ${_env:+env $_env }\
1694 if [ -n "$_env" ]; then
1695 eval "export -- $_env"