/openbsd/regress/sys/kern/signal/sigpthread/ |
H A D | sigpthread.c | 167 for (tnum = 1; tnum < threadmax; tnum++) { in main() 168 arg = tnum; in main() 192 for (tnum = 0; tnum < threadmax; tnum++) { in main() 201 for (tnum = 1; tnum < threadmax; tnum++) { in main() 211 for (tnum = 0; tnum < threadmax; tnum++) { in main() 226 int tnum; in handler() local 229 for (tnum = 0; tnum < threadmax; tnum++) { in handler() 230 if (tid == threads[tnum]) in handler() 237 signaled[tnum]++; in handler() 247 int tnum = (int)arg; in runner() local [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | exec.t | 47 my $tnum = curr_test(); 48 $exit = system qq{$Perl -le "print q{ok $tnum - interp system(EXPR)"}}; 53 my $tnum = curr_test(); 54 $exit = system qq{$Perl -le "print q{ok $tnum - split & direct system(EXPR)"}}; 61 $tnum = curr_test(); 63 "${quote}print q{ok $tnum - system(PROG, LIST)}${quote}"; 170 my $tnum = curr_test(); 172 print "not ok $tnum - exec failure doesn't terminate process " .
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | buffer.t | 22 my $tnum = $num * 2; 24 $T->current_test($tnum); 25 print "ok $tnum - You're ok\n";
|
/openbsd/lib/libssl/test/ |
H A D | pkits-test.pl | 807 my ( $tnum, $title ) = @$_; 808 print "$tnum $title\n" if $verbose; 811 my ( $tnum, $title, $exp_ret ) = @$_; 837 print "$tnum $title : Failed!\n"; 847 my ( $tnum, $title, $exargs, $exp_epol, $exp_aset, $exp_uset, $exp_ret ) 931 print "$tnum $title : Failed!\n";
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
H A D | tls.exp | 47 proc get_me_variable {tnum} { argument 57 pass "$tnum thread print me" 60 fail "$tnum thread print me" 63 fail "$tnum thread print me (timeout)"
|
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | pipe.t | 40 my $tnum = curr_test; 42 exec $Perl, '-le', "print q{not ok $tnum - again}"; 114 my $tnum = curr_test; 116 exec $Perl, '-le', "print q{not ok $tnum - with fh dup }";
|
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/ |
H A D | stress.t | 98 my $tnum = shift; 112 while ($mutex != $tnum) { 114 if ($mutex == $tnum) {
|
/openbsd/sbin/unwind/libunbound/libunbound/ |
H A D | context.c | 201 int tnum = 0; in context_obtain_alloc() local 208 else tnum = ctx->thr_next_num++; in context_obtain_alloc() 219 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
|
/openbsd/usr.sbin/unbound/libunbound/ |
H A D | context.c | 201 int tnum = 0; in context_obtain_alloc() local 208 else tnum = ctx->thr_next_num++; in context_obtain_alloc() 219 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | xtensa-relax.c | 1696 size_t tnum; local 1710 for (tnum = 0; tnum < transition_count; tnum++) 1712 const char *from_string = transitions[tnum].pattern; 1713 const char *to_string = transitions[tnum].replacement;
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | xtensa-relax.c | 1876 int i, tnum; in build_transition_table() local 1890 for (tnum = 0; tnum < transition_count; tnum++) in build_transition_table() 1892 const char *from_string = transitions[tnum].pattern; in build_transition_table() 1893 const char *to_string = transitions[tnum].replacement; in build_transition_table()
|
/openbsd/usr.bin/cvs/ |
H A D | rcs.c | 1727 RCSNUM *tnum, *bnum; in rcs_rev_getlines() local 1740 tnum = frev; in rcs_rev_getlines() 1747 if (RCSNUM_ISBRANCHREV(tnum)) in rcs_rev_getlines() 1748 rcsnum_cpy(tnum, bnum, nextroot); in rcs_rev_getlines() 1750 rcsnum_cpy(tnum, bnum, tnum->rn_len); in rcs_rev_getlines() 1898 if (bnum != tnum) in rcs_rev_getlines()
|
/openbsd/regress/lib/libc/cephes/ |
H A D | ieee.c | 961 unsigned long tnum; local 978 tnum = (((unsigned long) num[M]) << 16) + num[M+1]; 981 if( (tdenm * 0xffffL) < tnum ) 984 tquot = tnum / tdenm;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | Builder.pm | 2102 print "not ok $tnum # TODO $why\n";
|