Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 25 of 60) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.xs684 SV *joined; variable
688 joined = sv_newmortal();
689 do_join(joined, SLASH_STRING_SV, &ST(0), &ST(items));
691 RETVAL = unix_canonpath(joined);
697 PUSHs(joined);
712 SV *joined; variable
716 joined = sv_newmortal();
717 do_join(joined, SLASH_STRING_SV, &ST(-1), &ST(items));
718 RETVAL = unix_canonpath(joined);
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Djoin.t152 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 Dstress_cv.t54 ok($thr, "Thread joined - iter $_");
H A Dstress_string.t58 ok($thr, "Thread joined - iter $_");
H A Dstress_re.t60 ok($thr && defined($result) && ($result eq 'ok'), "Thread joined - iter $_");
/openbsd/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td40 // 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 D09_ended.t66 pass($thread->tid." joined");
107 pass($thread->tid." joined");
140 pass($thread->tid." joined");
/openbsd/gnu/usr.bin/perl/regen/
H A Dmk_invlists.pl687 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 DHeaderParser.pm1053 my $joined= join " && ",
1055 my $cond_txt= $self->tidy_cond($joined);
1062 my $joined= join " && ",
1064 my $cond_txt= $self->tidy_cond($joined);
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dcond.t152 ok(5,1,"cond_signal: joined");
177 ok(5,1,"cond_signal: ref: joined");
/openbsd/usr.sbin/unbound/doc/
H A DCREDITS6 Late in 2006, NLnet Labs joined the effort, writing an implementation in C
/openbsd/regress/sys/kern/signal/sigpthread/
H A DREADME23 delayed so that the other threads have been joined already.
/openbsd/sys/netinet/
H A Din.c931 int joined; in in_hasmulti() local
934 joined = (inm != NULL); in in_hasmulti()
936 return (joined); in in_hasmulti()
/openbsd/sys/netinet6/
H A Din6.c1146 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 DCompilerRTCompile.cmake11 # Make space separated -D and -U flags into joined flags.
/openbsd/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md106 propagation eliminating any unnecessary `PHI`s. The two can then be joined up
H A DAssignmentTracking.md174 describe joined values in memory locations at CFG joins, but this is not
H A DLibFuzzer.rst69 * It may use threads but ideally all threads should be joined at the end of the function.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td260 "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 Dmmo.texi297 lower area be less than @samp{0x40000000} bytes long, it is joined
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dmmo.texi297 lower area be less than @samp{0x40000000} bytes long, it is joined
/openbsd/gnu/llvm/lldb/docs/
H A Dlldb-for-gdb-users.txt166 id within their parent breakpoint (the two are joined by a ".",
/openbsd/games/fortune/datfiles/
H A Dzippy419 I joined scientology at a garage sale!!
1183 We just joined the civil hair patrol!
/openbsd/gnu/llvm/lldb/docs/use/
H A Dtutorial.rst250 their parent breakpoint (the two are joined by a ".", e.g. 1.1 in the example
/openbsd/gnu/llvm/clang/docs/
H A DDataFlowAnalysisIntro.md511 states, which guarantees that they "win" when joined with normal states. Order

123