| /netbsd-src/crypto/external/bsd/netpgp/dist/tests/ |
| H A D | detached.at | 1 # $NetBSD: detached.at,v 1.6 2009/06/11 06:45:11 agc Exp $ 3 AT_SETUP([detached signature and verification]) 8 AT_CHECK([netpgp --homedir $testhomedir --sign --detached file2], 11 # Verify detached sig file
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-new-session.c | 82 int detached, already_attached, is_control = 0; in cmd_new_session_exec() local 154 detached = args_has(args, 'd'); in cmd_new_session_exec() 156 detached = 1; in cmd_new_session_exec() 180 if (!detached && in cmd_new_session_exec() 196 if (!detached && !already_attached) { in cmd_new_session_exec() 239 if (!detached && !is_control) { in cmd_new_session_exec() 283 if (!detached) in cmd_new_session_exec() 323 if (!detached) { in cmd_new_session_exec() 345 if (!detached) in cmd_new_session_exec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_rtems.cc | 99 uptr user_id, bool detached, in CreateAsanThread() argument 105 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread() 140 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 150 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook() 224 void *__sanitizer_before_thread_create_hook(uptr thread, bool detached, in __sanitizer_before_thread_create_hook() argument 229 thread, detached, in __sanitizer_before_thread_create_hook()
|
| H A D | asan_fuchsia.cc | 90 uptr user_id, bool detached, in CreateAsanThread() argument 98 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread() 143 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 153 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook() 196 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 200 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_rtems.cc | 101 uptr user_id, bool detached, in CreateAsanThread() argument 107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread() 142 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 152 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook() 232 void *__sanitizer_before_thread_create_hook(uptr thread, bool detached, in __sanitizer_before_thread_create_hook() argument 237 thread, detached, in __sanitizer_before_thread_create_hook()
|
| H A D | asan_fuchsia.cc | 92 uptr user_id, bool detached, in CreateAsanThread() argument 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread() 145 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook() 205 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 209 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 20 detached(false), workerthread(false), parent_tid(0), next(0) { in ThreadContextBase() 56 CHECK_EQ(false, detached); in SetJoined() 68 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished() 85 detached = _detached; in SetCreated() 134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument 165 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread() 249 tctx->detached = true; in DetachThread() 287 bool dead = tctx->detached; in FinishThread()
|
| H A D | sanitizer_thread_registry.h | 45 bool detached; variable 100 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 20 status(ThreadStatusInvalid), detached(false), in ThreadContextBase() 57 CHECK_EQ(false, detached); in SetJoined() 69 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished() 86 detached = _detached; in SetCreated() 134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument 165 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread() 247 tctx->detached = true; in DetachThread() 283 bool dead = tctx->detached; in FinishThread()
|
| H A D | sanitizer_thread_registry.h | 50 bool detached; variable 106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_fuchsia.cpp | 121 uptr user_id, bool detached, in CreateAsanThread() argument 128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread() 174 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 186 CreateAsanThread(&stack, parent_tid, user_id, detached, name); in BeforeThreadCreateHook() 246 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 250 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/ |
| H A D | netpgp.lua | 68 local detached = "attached" 69 if options.detached then 70 detached = "detached" 94 netpgp.sign_file(pgp, args[1], args[1] .. ".sig", armour, detached)
|
| H A D | glue.c | 206 int detached; in l_sign_file() local 218 detached = findtype(detachtypes, luaL_checkstring(L, 5)); in l_sign_file() 221 detached); in l_sign_file() 234 int detached; in l_clearsign_file() local 243 detached = findtype(detachtypes, luaL_checkstring(L, 5)); in l_clearsign_file() 246 detached); in l_clearsign_file()
|
| H A D | Makefile | 29 ./netpgp.lua --sign --detached a 36 ./netpgp.lua --sign --detached a
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 22 detached(false), workerthread(false), parent_tid(0), next(0) { in ThreadContextBase() 58 CHECK_EQ(false, detached); in SetJoined() 70 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished() 87 detached = _detached; in SetCreated() 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument 167 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread() 251 tctx->detached = true; in DetachThread() 289 bool dead = tctx->detached; in FinishThread()
|
| H A D | sanitizer_thread_registry.h | 47 bool detached; variable 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cc | 238 bool detached; member 362 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread() argument 365 impl_->detached = detached; in ScopedThread() 371 &attr, detached ? PTHREAD_CREATE_DETACHED : PTHREAD_CREATE_JOINABLE); in ScopedThread() 382 if (!impl_->detached) in ~ScopedThread() 390 CHECK(!impl_->detached); in Detach() 391 impl_->detached = true; in Detach()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_fuchsia.cpp | 91 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 193 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 197 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
|
| /netbsd-src/libexec/httpd/lua/ |
| H A D | Makefile | 29 ./bozo.lua --sign --detached a 36 ./bozo.lua --sign --detached a
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_thread.cpp | 47 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate() argument 48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg); in ThreadCreate()
|
| H A D | lsan_fuchsia.cpp | 86 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args); in __sanitizer_before_thread_create_hook()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/ |
| H A D | tst | 80 /usr/bin/netpgp --sign --detached f 158 /usr/bin/netpgp --sign --duration 6m --detached h 163 /usr/bin/netpgp --sign --duration 2 --detached h 175 /usr/bin/netpgp --sign --armor --detached i && good=31
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | test_cms.in | 199 --detached-signature \ 370 --detached-signature \ 406 --detached-signature \ 421 --detached-signature \ 430 --detached-signature \ 440 --detached-signature \ 451 --detached-signature \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_thread.cpp | 48 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks() 119 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument 122 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent_tid, &args); in ThreadCreate() 239 if (!detached) { in OnFinished()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | process.d | 437 if (config & Config.detached) 443 scope(exit) if (config & Config.detached) close(pidPipe[0]); 457 if (config & Config.detached) 476 if (config & Config.detached) 572 if (config & Config.detached) 613 if (config & Config.detached) 643 assert(config & Config.detached); 653 else if (config & Config.detached) 768 if (config & Config.detached) 1103 if (!(config & Config.detached)) [all …]
|