/openbsd/gnu/usr.bin/perl/dist/PathTools/ |
H A D | Cwd.xs | 680 SV *joined; variable 684 joined = sv_newmortal(); 685 do_join(joined, SLASH_STRING_SV, &ST(0), &ST(items)); 687 RETVAL = unix_canonpath(joined); 693 PUSHs(joined); 708 SV *joined; variable 712 joined = sv_newmortal(); 713 do_join(joined, SLASH_STRING_SV, &ST(-1), &ST(items)); 714 RETVAL = unix_canonpath(joined);
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | join.t | 152 ok(($@ =~ /Thread already joined/), "Double join works"); 154 ok(($@ =~ /Cannot detach a joined thread/), "Detach joined thread"); 189 ok(($@ =~ /^Thread already joined at/)?1:0, "Join pending join"); 217 ok(($@ =~ /^Cannot detach a joined thread at/)?1:0, "Detach pending join");
|
H A D | stress_cv.t | 54 ok($thr, "Thread joined - iter $_");
|
H A D | stress_string.t | 58 ok($thr, "Thread joined - iter $_");
|
H A D | stress_re.t | 60 ok($thr && defined($result) && ($result eq 'ok'), "Thread joined - iter $_");
|
/openbsd/gnu/llvm/llvm/include/llvm/Option/ |
H A D | OptParser.td | 40 // An option which is either joined to its (non-empty) value, or followed by its 43 // An option which is both joined to its (first) value, and followed by its 48 // An option which consumes an optional joined argument and any other remaining 65 // RenderJoined - The option should be rendered joined, even if separate (only 69 // RenderSeparate - The option should be rendered separately, even if joined 70 // (only sensible on joined options).
|
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
H A D | 09_ended.t | 66 pass($thread->tid." joined"); 107 pass($thread->tid." joined"); 140 pass($thread->tid." joined");
|
/openbsd/gnu/usr.bin/perl/t/bigmem/ |
H A D | stack.t | 162 my $joined = join "", @x, "!"; 163 is($joined, "Hello!", "join");
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | mk_invlists.pl | 687 my $joined; 689 $joined = join ",", @$element; 694 my $already_found = exists $multiples{$joined}; 698 $i = $multiples{$joined}; 702 $multiples{$joined} = $i; 3235 my $joined = "\t\""; 3236 $joined .= join "\",\n\t\"", 3243 $joined .= "\",\n\tNULL\n"; 3264 if (exists $joined_values{$joined}) { 3274 $joined_values{$joined} = $index_name; [all …]
|
H A D | HeaderParser.pm | 1063 my $joined= join " && ", 1065 my $cond_txt= $self->tidy_cond($joined); 1072 my $joined= join " && ", 1074 my $cond_txt= $self->tidy_cond($joined);
|
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/ |
H A D | cond.t | 152 ok(5,1,"cond_signal: joined"); 177 ok(5,1,"cond_signal: ref: joined");
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | CREDITS | 6 Late in 2006, NLnet Labs joined the effort, writing an implementation in C
|
/openbsd/regress/sys/kern/signal/sigpthread/ |
H A D | README | 23 delayed so that the other threads have been joined already.
|
/openbsd/sys/netinet/ |
H A D | in.c | 931 int joined; in in_hasmulti() local 934 joined = (inm != NULL); in in_hasmulti() 936 return (joined); in in_hasmulti()
|
/openbsd/sys/netinet6/ |
H A D | in6.c | 1146 int joined; in in6_hasmulti() local 1149 joined = (in6m != NULL); in in6_hasmulti() 1151 return (joined); in in6_hasmulti()
|
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | CompilerRTCompile.cmake | 11 # Make space separated -D and -U flags into joined flags.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | InstrRefDebugInfo.md | 106 propagation eliminating any unnecessary `PHI`s. The two can then be joined up
|
H A D | AssignmentTracking.md | 174 describe joined values in memory locations at CFG joins, but this is not
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 260 "joined argument treated as '%0'; did you mean '%1'?">, InGroup<UnknownArgument>; 392 "joined argument expects additional value: '%0'">,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | mmo.texi | 297 lower area be less than @samp{0x40000000} bytes long, it is joined
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | mmo.texi | 297 lower area be less than @samp{0x40000000} bytes long, it is joined
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | lldb-for-gdb-users.txt | 166 id within their parent breakpoint (the two are joined by a ".",
|
/openbsd/games/fortune/datfiles/ |
H A D | zippy | 419 I joined scientology at a garage sale!! 1183 We just joined the civil hair patrol!
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | tutorial.rst | 250 their parent breakpoint (the two are joined by a ".", e.g. 1.1 in the example
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | DataFlowAnalysisIntro.md | 511 states, which guarantees that they "win" when joined with normal states. Order
|