Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/x86/include/
H A Dx86_ieeefp.h128 } _env; in __fnldcw() local
134 __fnstenv(&_env); in __fnldcw()
135 _env._cw = _newcw; in __fnldcw()
136 __fldenv(&_env); in __fnldcw()
/freebsd-14.2/sys/i386/include/
H A Dieeefp.h139 } _env; in fpresetsticky() local
150 __fnstenv(&_env); in fpresetsticky()
151 _env._sw &= ~_m; in fpresetsticky()
152 __fldenv(&_env); in fpresetsticky()
/freebsd-14.2/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-14.2/libexec/rc/
H A Drc.subr788 # ${name}_env n Environment variables to run ${command} with.
1022 _fib=\$${name}_fib _env=\$${name}_env \
1083 if [ -n "$_env" ]; then
1084 eval "export -- $_env"
1160 ${_env:+env $_env }\
1167 ${_env:+env $_env }\
1362 if [ -n "$_env" ]; then
1363 eval "export -- $_env"