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

1234567891011>>

/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A Dsplit-fs-from-array.awk4 print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2])
H A Dnumeric-fs.awk2 FS = 0; split("20202", a); print a[1];
/freebsd-current/contrib/libcbor/misc/
H A Dbytes.rb3 puts $*[0][2..-1].split('').each_slice(2).map {|_| '0x%02X' % _.join.to_i(16) }.join(', ')
/freebsd-current/tools/tools/intel-ucode-split/
H A DMakefile2 PROG= intel-ucode-split
/freebsd-current/contrib/ntp/libntp/
H A Dcalyearstart.c18 * - split into days and seconds since midnight, dropping the partial day
27 ntpcal_split split; local
30 split = ntpcal_daysplit(&vlong);
31 ndays = ntpcal_rd_to_ystart(split.hi + DAY_NTP_STARTS)
46 ntpcal_split split; local
49 split = ntpcal_daysplit(&vlong);
50 ndays = ntpcal_rd_to_mstart(split.hi + DAY_NTP_STARTS)
65 ntpcal_split split; local
68 split = ntpcal_daysplit(&vlong);
69 ndays = ntpcal_weekday_le(split
82 ntpcal_split split; local
[all...]
H A Dcaljulian.c28 ntpcal_split split; local
39 split = ntpcal_daysplit(&vlong);
40 ntpcal_daysplit_to_date(jt, &split, DAY_NTP_STARTS);
/freebsd-current/usr.bin/split/tests/
H A Dsplit_test.sh39 atf_check split -b 4 foo split-
40 atf_check -o file:foo-aa cat split-aa
41 atf_check -o file:foo-ab cat split-ab
42 atf_check -o file:foo-ac cat split-ac
44 # MAXBSIZE is the default buffer size, so we'll split at just a little
54 atf_check split -b ${bsize} foo split-
55 atf_check -o file:foo-aa cat split-aa
56 atf_check -o file:foo-ab cat split
[all...]
/freebsd-current/contrib/tcpdump/
H A Datime.awk10 n = split ($1,t,":")
H A Dstime.awk10 n = split ($1,t,":")
/freebsd-current/usr.bin/split/
H A DMakefile4 PROG= split
/freebsd-current/contrib/netbsd-tests/net/bpf/
H A Dh_bpf.h54 * [pkt, pkt + split] bytes, the second chunk (if it's not empty)
55 * holds (pkt + split, pkt + pktsize) bytes.
60 unsigned char pkt[], size_t pktsize, size_t split)
65 mb1->m_next = (split < pktsize) ? mb2 : NULL;
66 mb1->m_len = (split < pktsize) ? split : pktsize;
68 if (split < pktsize) {
71 mb2->m_data = (char *)&pkt[split];
72 mb2->m_len = pktsize - split;
111 unsigned char pkt[], size_t pktsize, size_t split)
59 init_mchain2(struct mbuf *mb1, struct mbuf *mb2, unsigned char pkt[], size_t pktsize, size_t split) argument
110 interp_prog_mchain2(struct bpf_insn *insns, unsigned char pkt[], size_t pktsize, size_t split) argument
134 exec_prog_mchain2(struct bpf_insn *insns, size_t insn_count, unsigned char pkt[], size_t pktsize, size_t split) argument
[all...]
H A Dt_mbuf.c53 test_ldb_abs(size_t split) argument
86 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
90 test_ldh_abs(size_t split) argument
116 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
120 test_ldw_abs(size_t split) argument
138 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
142 test_ldb_ind(size_t split) argument
179 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
183 test_ldw_ind(size_t split) argument
208 return interp_prog_mchain2(insns, P, sizeof(P), split)
212 test_ldh_ind(size_t split) argument
246 test_msh(size_t split) argument
285 test_ldb_abs_overflow(size_t split) argument
302 test_ldh_abs_overflow(size_t split) argument
319 test_ldw_abs_overflow(size_t split) argument
336 test_ldb_ind_overflow1(size_t split) argument
353 test_ldb_ind_overflow2(size_t split) argument
371 test_ldb_ind_overflow3(size_t split) argument
389 test_ldh_ind_overflow1(size_t split) argument
406 test_ldh_ind_overflow2(size_t split) argument
424 test_ldh_ind_overflow3(size_t split) argument
442 test_ldw_ind_overflow1(size_t split) argument
459 test_ldw_ind_overflow2(size_t split) argument
477 test_ldw_ind_overflow3(size_t split) argument
495 test_msh_overflow(size_t split) argument
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h40 /* from split.c */
41 int split(char *string, char *fields[], int nfields, const char *sep);
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hv-header.awk15 split($5, outs, ",")
17 split("", ins, ",")
19 split($4, ins, ",")
H A Dps3-hv-asm.awk16 ins = split($4, a, ",")
17 outs = split($5, a, ",")
/freebsd-current/tools/test/stress2/tools/
H A Dshuffle38 n = split($0, a, " ")
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp158 ATF_TEST_CASE(split); variable
159 ATF_TEST_CASE_HEAD(split)
161 set_md_var("descr", "Tests the split function");
163 ATF_TEST_CASE_BODY(split)
165 using atf::text::split;
169 words = split("", " ");
172 words = split(" ", " ");
175 words = split(" ", " ");
178 words = split("a b", " ");
183 words = split("
[all...]
/freebsd-current/contrib/unbound/contrib/
H A Dmetrics.awk77 split(x, a, ".");
89 split(x, a, ".");
101 split(x, a, ".");
113 split(x, a, ".");
125 split(x, a, ".");
/freebsd-current/tools/test/stress2/misc/
H A Dsplit.sh51 find $RUNDIR -name "split.*" -delete
73 rm -f split.$1.*
74 split -a 4 -b `jot -r 1 $spmin $spmax` file.$1 split.$1.
76 cat split.$1.* > file.$1
77 rm split.$1.*
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_006_pos.ksh23 # Using zpool split command to detach disks from mirrored special pool
26 claim="zpool split command succeeds with special devices present."
38 log_must zpool split $TESTPOOL split_pool
/freebsd-current/crypto/heimdal/lib/wind/
H A DUnicodeData.py51 f = l.split(';')
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DArrays.h18 inline std::vector<llvm::ArrayRef<uint8_t>> split(llvm::ArrayRef<uint8_t> arr, function in namespace:lld
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_cliargs.ksh22 # 'zpool split' should only work with supported options and parameters.
27 # 3. Verify we cannot split a pool if the destination already exists
46 log_assert "'zpool split' should only work with supported options and parameters."
62 log_must zpool split $opt $TESTPOOL $TESTPOOL2
70 log_mustnot zpool split $opt $TESTPOOL $TESTPOOL2
74 # 3. Verify we cannot split a pool if the destination already exists
78 log_mustnot zpool split $TESTPOOL $TESTPOOL2
80 log_pass "'zpool split' only works with supported options and parameters."
/freebsd-current/contrib/netbsd-tests/net/bpfjit/
H A Dt_mbuf.c54 test_ldb_abs(size_t split) argument
88 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
92 test_ldh_abs(size_t split) argument
119 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
123 test_ldw_abs(size_t split) argument
142 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
146 test_ldb_ind(size_t split) argument
184 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
188 test_ldw_ind(size_t split) argument
214 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split)
218 test_ldh_ind(size_t split) argument
253 test_msh(size_t split) argument
293 test_ldb_abs_overflow(size_t split) argument
311 test_ldh_abs_overflow(size_t split) argument
329 test_ldw_abs_overflow(size_t split) argument
347 test_ldb_ind_overflow1(size_t split) argument
365 test_ldb_ind_overflow2(size_t split) argument
384 test_ldb_ind_overflow3(size_t split) argument
403 test_ldh_ind_overflow1(size_t split) argument
421 test_ldh_ind_overflow2(size_t split) argument
440 test_ldh_ind_overflow3(size_t split) argument
459 test_ldw_ind_overflow1(size_t split) argument
477 test_ldw_ind_overflow2(size_t split) argument
496 test_ldw_ind_overflow3(size_t split) argument
515 test_msh_overflow(size_t split) argument
[all...]
/freebsd-current/contrib/cortex-strings/scripts/
H A Dbench.py69 got = subprocess.check_output(cmd.split()).strip()
73 parts = got.split(':')
92 all_functions = HAS['this'].split()
96 for function in functions.split():
103 if function not in HAS[variant].split():
162 parts = line.split(':')

Completed in 1930 milliseconds

1234567891011>>