/netbsd-src/external/ibm-public/postfix/dist/src/spawn/ |
H A D | Makefile.in | 2 SRCS = spawn.c 3 OBJS = spawn.o 9 PROG = spawn 62 spawn.o: ../../include/argv.h 63 spawn.o: ../../include/check_arg.h 64 spawn.o: ../../include/dict.h 65 spawn.o: ../../include/htable.h 66 spawn.o: ../../include/mail_conf.h 67 spawn.o: ../../include/mail_params.h 68 spawn.o: ../../include/mail_parm_split.h [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | concurrency.d | 107 auto childTid = spawn(&spawnedFunc, thisTid); 415 const(Tid) b = spawn(() {}); 462 auto child = spawn(&fun); 516 Tid spawn(F, T...)(F fn, T args) 531 auto tid = spawn(&f, "Hello World"); 540 static assert(!__traits(compiles, spawn(&f1, msg.dup))); 541 static assert( __traits(compiles, spawn(&f1, msg.idup))); 544 static assert(!__traits(compiles, spawn(&f2, msg.dup))); 545 static assert(!__traits(compiles, spawn(&f2, msg.idup))); 551 spawn({ [all …]
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/test/ |
H A D | tpm_changeownerauth01.sh | 66 spawn tpm_changeownerauth $opt -n -l debug 104 spawn tpm_changeownerauth $opt $isU -l debug 141 spawn tpm_changeownerauth $opt -r -l debug 165 spawn tpm_changeownerauth $opt $wnOpt -n -l debug 203 spawn tpm_changeownerauth $opt $isU -r -l debug 227 spawn tpm_changeownerauth $opt $wnOpt -l debug
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | concurrency.d | 62 auto childTid = spawn(&spawnedFunc, thisTid); 381 auto child = spawn(&fun); 462 Tid spawn(F, T...)(F fn, T args) if (isSpawnable!(F, T)) 511 scheduler.spawn(&exec); 525 static assert(__traits(compiles, spawn(fn1))); 526 static assert(__traits(compiles, spawn(fn2, 2))); 527 static assert(!__traits(compiles, spawn(fn1, 1))); 528 static assert(!__traits(compiles, spawn(fn2))); 536 static assert(__traits(compiles, spawn(dg1, 1))); 537 static assert(__traits(compiles, spawn(dg2, 2))); [all …]
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | benchmark-spawn.c | 47 static void spawn(void); 54 spawn(); in maybe_spawn() 103 static void spawn(void) { in spawn() function 137 BENCHMARK_IMPL(spawn) { in BENCHMARK_IMPL() argument 150 spawn(); in BENCHMARK_IMPL()
|
H A D | benchmark-list.h | 78 BENCHMARK_DECLARE (spawn) 167 BENCHMARK_ENTRY (spawn)
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | test11.ref | 1 foo inet - n n - 0 spawn 2 bar unix - n n - 0 spawn
|
H A D | test12.ref | 1 foo inet - n n - 0 spawn -o always_bcc=$bar -o 2 foo inet - n n - 0 spawn -o always_bcc=$bar -o
|
H A D | test9.ref | 1 foo inet - n n - 0 spawn
|
H A D | test20.ref | 3 foo inet - n n - 0 spawn
|
/netbsd-src/external/ibm-public/postfix/man/man8/ |
H A D | Makefile | 10 scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \ 11 oqmgr.8 spawn.8 flush.8 virtual.8 \
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/ |
H A D | extract.py | 12 import distutils.spawn 32 return distutils.spawn.find_executable('nm') 120 return distutils.spawn.find_executable('readelf')
|
H A D | util.py | 10 import distutils.spawn 63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Parallel.h | 70 void spawn(std::function<void()> f); 110 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort() 151 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each() 179 TG.spawn([=, &Fn] { in parallel_for_each_n() 210 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | merge_archives.py | 12 import distutils.spawn 115 ar_exe = distutils.spawn.find_executable('ar') 122 libtool_exe = distutils.spawn.find_executable('libtool')
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | badclass2.msg | 1 badclass2.err line 10: can't override existing submatch/spawn
|
H A D | spawning6.in6 | 9 spawn with option dhcp6.mysystem;
|
H A D | spawning6.out | 23 /// spawn with: option dhcp6.mysystem
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_cc_test_checks.py | 19 import distutils.spawn 154 if not distutils.spawn.find_executable(args.clang): 170 if not distutils.spawn.find_executable(args.opt):
|
/netbsd-src/external/ibm-public/postfix/libexec/spawn/ |
H A D | Makefile | 7 PROG= spawn
|
/netbsd-src/external/ibm-public/postfix/libexec/ |
H A D | Makefile | 7 showq smtp smtpd spawn trivial-rewrite verify virtual
|
/netbsd-src/external/mit/libuv/dist/docs/code/ |
H A D | CMakeLists.txt | 22 spawn
|
/netbsd-src/external/ibm-public/postfix/dist/html/ |
H A D | Makefile.in | 8 oqmgr.8.html spawn.8.html flush.8.html virtual.8.html qmqpd.8.html \ 128 spawn.8.html: ../src/spawn/spawn.c
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
H A D | s64-sync | 110 child = pexpect.spawn(cmd) 159 child = pexpect.spawn(cmd)
|
H A D | nsd-sync | 107 child = pexpect.spawn(cmd) 157 child = pexpect.spawn(cmd)
|