Searched refs:join (Results 126 - 150 of 163) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp185 join(*Next[0], *Next[i + 1]);
198 // Can't join the last line with anything.
696 void join(AnnotatedLine &A, const AnnotatedLine &B) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp925 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");
1102 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c43 * How many times to try to scan to find the GO before giving up on join
2699 "join-existing-group operation");
2757 "join-existing-group operation (no ACK for PD "
2920 " to join an active group (SSID: %s)",
4309 " dev_passwd_id=%d join=" MACSTR "%s%s%s",
4783 " for join operationg - stop join attempt",
4884 int join = wpas_p2p_peer_go(wpa_s, local
4886 if (join == 0 &&
4904 if (join <
4925 int join = wpas_p2p_peer_go(wpa_s, local
5488 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, const u8 *group_ssid, size_t group_ssid_len) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c526 int join = 0; local
556 } else if (os_strcmp(entry.key, "join") == 0 &&
558 join = entry.bool_value;
607 persistent_group, 0, join, authorize_only,
774 * No group ID means propose to a peer to join my active group
779 message, "Failed to join to an active group");
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1536 $fall_table{$ft} = join(' ',@so);
843 $domainify_fallback{"$u *** $host"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if %fallback;
854 $domainify_fallback{"$u *** $newhost"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if %fallback;
H A Dexpn.in535 $fall_table{$ft} = join(' ',@so);
842 $domainify_fallback{"$u *** $host"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if %fallback;
853 $domainify_fallback{"$u *** $newhost"} = join(' ',sort {$fallback{$b} <=> $fallback{$a};} keys %fallback) if %fallback;
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend315 usr.bin/join/tests \
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_tag.c1185 if ((buf = join(tfp->name, name)) == NULL) {
/freebsd-11-stable/sys/kern/
H A Dkern_racct.c130 SDT_PROBE_DEFINE2(racct, , racct, join,
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h502 * This is is used during PD retries for join-a-group case to use the
826 int join, int force_freq);
H A Dp2p.h913 * persistent group (instead of invitation to join an active
1359 * @join: Whether this is used by a client joining an active group
1360 * @force_freq: Forced TX frequency for the frame (mainly for the join case)
1374 int join, int force_freq,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h154 /// where a new value is defined or different values reach a CFG join a new
497 /// join - Join two live ranges (this, and other) together. This applies
500 void join(LiveRange &Other,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp582 llvm::join(TO.Features.begin(), TO.Features.end(), ",");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp638 Diags.Report(diag::note_valid_options) << llvm::join(ValidList, ", ");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp269 T.join();
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp65 llvm::join(args.begin(), args.end(), " "));
H A DPDB.cpp1474 r.append(join(s, "\"\""));
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp110 "\nKnown targets are: " + join(KnownTargets, ", ") + "\n");
H A DCodeGenRegisters.cpp1609 UberSetIDs.join(USetID, (*I)->EnumValue);
1618 UberSetIDs.join(0, RegNum);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js303 "slice", slice.call(arguments).join(",") );
2958 namespace: namespaces.join(".")
3043 namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
3143 event.namespace = namespaces.join( "." );
3144 event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
5603 return this.pushStack( ret, name, args.join(",") );
7681 return s.join( "&" ).replace( r20, "+" );
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch248 print "starting plot command (" . join(" ",@plotcmd) . ")\n" if $verbose > 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp384 join(NameStrs.begin(), NameStrs.end(), getInstrProfNameSeparator());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1264 /// node's predecessors and potentially join them now that we know the ILP of
1276 // the subtree limit, then try to join it now since splitting subtrees is
1307 /// preemptively join this subtree to its parent's if it is small enough.
1380 SubtreeClasses.join(Succ->NodeNum, PredNum);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp359 join(ObjectFilenames.begin(), ObjectFilenames.end(), ", "));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp764 llvm::join(TargetOpts.Features.begin(), TargetOpts.Features.end(), ",");

Completed in 423 milliseconds

1234567