Searched refs:setget (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn_simple.c | 79 static const char *error(int setget, const char *str, ...); 82 static const char *error(int setget, const char *str, ...) in error() argument 88 if (setget == 0) in error()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn_simple.c | 79 static const char *error(int setget, const char *str, ...); 82 static const char *error(int setget, const char *str, ...) in error() argument 88 if (setget == 0) in error()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 115 char setget = (req == PT_GETDBREGS) ? 'G' : 'S'; in PtraceWrapper() local 118 LLDB_LOGF(log, "PT_%cETDBREGS: dr[%d]=0x%lx", setget, i, r->dr[i]); in PtraceWrapper()
|