Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Daction.cpp40 context _context; member
46 _context(context_) in impl()
58 return _context == other._context; in operator ==()
84 return _pimpl->_context; in runtime_context()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Ddlfcn.d80 void dllockinit(void* _context,
81 void* function(void* _context) _lock_create,
86 void function(void* _context) _context_destroy);
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dkcm_locl.h48 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \ argument
53 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_device_setup387 local _context=$4
389 echo "Installing $_to/$_basename $_mode $_context"
395 if [[ -n "$_context" ]]; then
396 adb_shell chcon "$_context" "$_to/$_basename"
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/src/
H A Dextension.ts7 export function activate(_context: vscode.ExtensionContext): void {