Searched refs:split (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/split/
H A DMakefile4 PROG= split
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
H A Dsplit_join_fn_imps.hpp56 split(const_key_reference r_key, PB_ASSOC_CLASS_C_DEC& r_other) function in class:PB_ASSOC_CLASS_C_DEC
58 my_base::split(r_key, r_other);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/t/
H A Dtest9 @a=split(//,$ks);
16 @a=split(//,$key);
21 @a=split(//,$k1);
24 @a=split(//,$k2);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Datime.awk10 n = split ($1,t,":")
H A Dstime.awk10 n = split ($1,t,":")
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dhtml-min4 ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
H A Dhtml-para4 ../makeinfo --no-split --html ${srcdir-.}/html-para.txi
H A Dhtml-extrali6 li_count=`../makeinfo --no-split --html -o - $srcdir/html-extrali.txi 2>/dev/null \
H A Dhtml-docdesc4 if ../makeinfo --html --no-split ${srcdir-.}/html-docdesc.txi; then
H A Dhtml-title5 if ../makeinfo --no-split --html ${srcdir-.}/html-title.txi; then
H A Dhtml-top7 ../makeinfo --no-split --force -o html-top.html --html $srcdir/html-top.txi \
H A Dtop9 ../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/doc/
H A DMakefile.am19 AM_MAKEINFOFLAGS = --no-split
/netbsd-6-1-5-RELEASE/gnu/dist/bc/doc/
H A DMakefile.am4 MAKEINFO = makeinfo --no-split
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_split.cc42 * A basic example showing how to split tree-based container objects.
66 // Now split r into a different map_t object.
68 // larger_r will hold the larger values following the split.
72 r.split(1000, larger_r);
82 // Now perform a split which actually changes the content of r.
85 r.split(3, larger_r);
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dtest_regex.h40 /* from split.c */
41 int split(char *string, char *fields[], int nfields, const char *sep);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dchecktime.in22 ($addr,$host,$aliases)=split(/\s+/,$line,3);
38 @dargs=split(/\s+/,$i);
71 @af=split(/\s+/,$a);
72 @bf=split(/\s+/,$b);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dcln_hist.in57 @tmp = split(/\|/, $_);
62 @tmp = split(/\|/, $_);
77 @tmp = split(/\|/, $_);
82 @tmp = split(/\|/, $_);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dsplit_i386_4.s22 .section .note.GNU-split-stack,"",@progbits
23 .section .note.GNU-no-split-stack,"",@progbits
H A Dsplit_x86_64_4.s22 .section .note.GNU-split-stack,"",@progbits
23 .section .note.GNU-no-split-stack,"",@progbits
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtrie_split.cc34 * A basic example showing how to split trie-based container objects.
38 * This example shows how to split trie based containers, i.e., the opposite
61 // Now split r into a different map_type object.
63 // larger_r will hold the larger values following the split.
68 r.split(string(1000, 'a'), larger_r);
75 // Now perform a split which actually changes the content of r.
78 r.split(string("aaa"), larger_r);
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Dsetrev.awk6 n1 = split(r1, a1, "\.")
7 n2 = split(r2, a2, "\.")
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/dspgen/
H A Ddo_subst.awk36 sz = split(ENVIRON[env], a, "[ \t\n]+");
69 sz = split(ENVIRON["SRCFILE_LIST"], a, "[ \t\n]+");
92 sz = split(ENVIRON["STD_CPPDEF_LIST"], a, "[ \t\n]+");
104 sz = split(ENVIRON["CPPDEF_LIST"], a, "[ \t\n]+");
118 sz = split(ENVIRON["STD_INCDIR_LIST"], a, "[ \t\n]+");
128 sz = split(ENVIRON["INCDIR_LIST"], a, "[ \t\n]+");
138 sz = split(ENVIRON["LIBDEP_LIST"], a, "[ \t\n]+");
150 sz = split(ENVIRON["STD_LIBRARY_LIST"], a, "[ \t\n]+");
160 sz = split(ENVIRON["LIBRARY_LIST"], a, "[ \t\n]+");
170 sz = split(ENVIRO
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dtext_test.cpp162 ATF_TEST_CASE(split); variable
163 ATF_TEST_CASE_HEAD(split)
165 set_md_var("descr", "Tests the split function");
167 ATF_TEST_CASE_BODY(split)
169 using atf::text::split;
173 words = split("", " ");
176 words = split(" ", " ");
179 words = split(" ", " ");
182 words = split("a b", " ");
187 words = split("
[all...]

Completed in 337 milliseconds

1234567891011>>