Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 111) sorted by relevance

12345

/dflybsd-src/contrib/cvs-1.12/contrib/
H A Dlog_accum.in172 print(FILE join("\n", @lines), "\n");
182 print(FILE join("\n", @lines), "\n");
321 $diff .= $cvsweb_base . join("/", @path) . "/$file";
482 my $subject = join("/", @path);
501 $mail_to = join(", ", @{$addr_list});
513 print(MAIL join("\n", @text));
603 $dir = join('/', @path[1..$#path]);
699 last if (join(" ", @log_lines) eq join(" ", @text));
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-gdb.py76 return "0x%x [%s]" % (self.val, "|".join(flag_list))
122 return "\n{" + ",\n ".join(fields) + "}"
141 return "|".join(fields)
180 return label + "\n" + " {" + ",\n ".join(fields) + "}"
235 return "\n{" + ",\n ".join(fields) + "}"
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-config.py14 '|'.join('--'+opt for opt in valid_opts)))
58 print (to_unix_path(' '.join(flags)))
77 print (to_unix_path(' '.join(libs)))
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.py18 sys.path.append(os.path.join(dir, '..', 'wpaspy'))
25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
134 t[i].join()
H A DREADME-P2P135 p2p_prov_disc <peer device address> <display|keypad|pbc> [join|auto]
144 The optional "join" parameter can be used to indicate that this command
149 join-a-group style PD instead of GO Negotiation style PD.
152 [persistent|persistent=<network id>] [join|auth]
174 "join" indicates that this is a command to join an existing group as a
197 join-a-group operation rather than GO Negotiation.
199 "ssid=<hexdump>" can be used to specify the Group SSID for join
212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join
293 progress), stops pending operations for join-a-group, and removes the
564 Invite a peer to join a group (e.g., group=wlan1) or to reinvoke a
[all …]
/dflybsd-src/tools/tools/splitpatch/
H A Dsplitpatch.py48 output_name = os.path.join(root, "%s%s" % (filename.replace('/',','), suffix))
85 output(filename, "".join(buf))
91 output(filename, "".join(buf))
/dflybsd-src/contrib/bmake/mk/
H A Dmeta2deps.py97 p = '/'.join(dw[:-1])
101 p = '/'.join([d,path])
133 return r + '/'.join(p)
180 e.append('.'+','.join(w[0:n]))
332 return sep.strip() + sep.join(self.obj_deps)
336 return sep.strip() + sep.join(self.src_deps)
564 path = '/'.join([dir,base])
609 path = '/'.join([dir,base])
645 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp63 join(PB_DS_CLASS_C_DEC& other) in join() function in PB_DS_CLASS_C_DEC
70 base_type::join(other); in join()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp63 join(PB_DS_CLASS_C_DEC& other) in join() function in PB_DS_CLASS_C_DEC
70 base_type::join(other); in join()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp106 join(PB_DS_CLASS_C_DEC& other) in join() function in PB_DS_CLASS_C_DEC
121 base_type::m_p_root = join(base_type::m_p_root, other.m_p_root); in join()
136 join(node_pointer p_lhs, node_pointer p_rhs) const in join() function in PB_DS_CLASS_C_DEC
H A Dbinomial_heap_base_.hpp135 join(PB_DS_CLASS_C_DEC&);
177 join(node_pointer, node_pointer) const;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dsplit_join_fn_imps.hpp106 join(PB_DS_CLASS_C_DEC& other) in join() function in PB_DS_CLASS_C_DEC
121 base_type::m_p_root = join(base_type::m_p_root, other.m_p_root); in join()
136 join(node_pointer p_lhs, node_pointer p_rhs) const in join() function in PB_DS_CLASS_C_DEC
H A Dbinomial_heap_base_.hpp135 join(PB_DS_CLASS_C_DEC&);
177 join(node_pointer, node_pointer) const;
/dflybsd-src/sys/tools/
H A Dmakeobjops.awk110 function join (separator, array, num) function
268 argument_list = join(", ", arguments, num_arguments);
269 varname_list = join(", ", varnames, num_varnames);
299 printh("\t" join(";\n\t", arguments, num_arguments) ";");
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dincpath.c235 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() argument
287 && !(cur->next == NULL && join in remove_duplicates()
288 && DIRS_EQ (cur, join) in remove_duplicates()
289 && cur->construct == join->construct)) in remove_duplicates()
303 *pcur = join; in remove_duplicates()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dincpath.c243 struct cpp_dir *system, struct cpp_dir *join, in remove_duplicates() argument
297 && !(cur->next == NULL && join in remove_duplicates()
298 && DIRS_EQ (cur, join) in remove_duplicates()
299 && cur->construct == join->construct)) in remove_duplicates()
313 *pcur = join; in remove_duplicates()
/dflybsd-src/usr.sbin/makefs/
H A Dwalk.c76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) in walk_dir() argument
98 if (join != NULL) { in walk_dir()
99 first = cur = join; in walk_dir()
112 if (join != NULL) in walk_dir()
138 if (join != NULL) { in walk_dir()
139 cur = join->next; in walk_dir()
212 if (join == NULL) in walk_dir()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp134 join(PB_DS_CLASS_C_DEC&);
226 join(node_pointer, node_pointer) const;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp134 join(PB_DS_CLASS_C_DEC&);
226 join(node_pointer, node_pointer) const;
/dflybsd-src/contrib/nvi2/ex/
H A Dex_init.c194 if ((path = join(p, _PATH_NEXRC)) == NULL) { in ex_exrc()
201 if ((path = join(p, _PATH_EXRC)) == NULL) { in ex_exrc()
382 if ((p = join(b, a)) == NULL) { in exrc_isok()
/dflybsd-src/usr.bin/join/
H A DMakefile3 PROG= join
/dflybsd-src/games/hack/
H A Dhack.mklev.c105 static void join(int, int);
545 join(a, a + 1); in makecorridors()
548 join(a, a + 2); in makecorridors()
552 join(a, b); in makecorridors()
559 join(a, b); in makecorridors()
564 join(int a, int b) in join() function
/dflybsd-src/usr.bin/lorder/
H A Dlorder.sh81 join -j 2 -o 1.1 2.1 $R $S
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Ddebug_map_base.hpp114 join(PB_DS_CLASS_C_DEC&, bool with_cleanup = true);
326 join(PB_DS_CLASS_C_DEC& other, bool with_cleanup) in join() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
/dflybsd-src/contrib/nvi2/common/
H A Dutil.c108 join(char *path1, char *path2) in join() function
172 return (join(h, t));

12345