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

12345678910

/freebsd-9.3-release/usr.bin/split/
H A DMakefile4 PROG= split
/freebsd-9.3-release/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-9.3-release/contrib/tcpdump/
H A Datime.awk10 n = split ($1,t,":")
H A Dstime.awk10 n = split ($1,t,":")
/freebsd-9.3-release/release/scripts/
H A Dsplit-file.sh24 dd if=${FILE} bs=16k iseek=1 | split -b ${CHUNK_SIZE}k - ${DEST}/${prefix}.
33 # Create the split index file
34 echo `basename ${bootchunk}` "\"Boot floppy\"" > ${DEST}/${prefix}.split
37 echo `basename ${file}` "\"${DESCR} floppy ${i}\"" >> ${DEST}/${prefix}.split
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3-hv-header.awk17 split($5, outs, ",")
19 split("", ins, ",")
21 split($4, ins, ",")
H A Dps3-hv-asm.awk19 ins = split($4, a, ",")
20 outs = split($5, a, ",")
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcln_hist.in57 @tmp = split(/\|/, $_);
62 @tmp = split(/\|/, $_);
77 @tmp = split(/\|/, $_);
82 @tmp = split(/\|/, $_);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp51 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
59 base_type::split(pred, other);
/freebsd-9.3-release/contrib/tcsh/
H A Dsvn23 URL = cmdLine.split()[2]
24 dir = "/" + URL.split('/', 3)[3]
/freebsd-9.3-release/tools/regression/ia64/emulated/
H A Dbrl.t83 my @variants = split(/ /, $variant_mapping{$type});
91 my @variants = split(/ /, $variant_mapping{$type});
/freebsd-9.3-release/tools/tools/commitsdb/
H A Dquery_commit_db25 my ($name, $rev, $hash) = split;
52 my ($name, $rev, $hash) = split;
68 my ($name, $rev) = split /\s/, $r, 2;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.platformevent.ksh47 @a = split(/ /, \$_);
/freebsd-9.3-release/usr.sbin/route6d/misc/
H A Dchkrt20 @f = split(/\s+/);
32 @f = split(/\s+/);
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb49 testName = testSuiteName.split("/")
51 baseName = testName[testName.size - 1].split(".")
101 myOS = RUBY_PLATFORM.split("-")
137 lineArray = line.split(":")
139 # If we were able to split the line then we can look to see if any of our target words
/freebsd-9.3-release/contrib/gcc/
H A Dgenemit.c585 gen_split (rtx split)
590 ((GET_CODE (split) == DEFINE_PEEPHOLE2) ? "peephole2" : "split");
594 if (XVEC (split, 0) == 0)
597 else if (XVEC (split, 2) == 0)
603 max_operand_vec (split, 2);
609 if (GET_CODE (split) == DEFINE_PEEPHOLE2)
629 if (GET_CODE (split) == DEFINE_PEEPHOLE2)
630 output_peephole2_scratches (split);
637 if (XSTR (split,
581 gen_split(rtx split) argument
772 output_peephole2_scratches(rtx split) argument
[all...]
H A Dgensupport.c69 struct queue_elem *split; member in struct:queue_elem
164 e->split = NULL;
306 rtx split;
312 /* Create a split with values from the insn_and_split. */
313 split = rtx_alloc (DEFINE_SPLIT);
316 XVEC (split, 0) = rtvec_alloc (i);
319 XVECEXP (split, 0, i) = copy_rtx (XVECEXP (desc, 1, i));
320 remove_constraints (XVECEXP (split, 0, i));
323 /* If the split condition starts with "&&", append it to the
324 insn condition to create the new split conditio
304 rtx split; local
783 rtx pred, insn, pattern, split; local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotkernel96 my ($addr, $count) = split ' ', $line;
97 my ($name, $offset) = split /\+/, $addr;
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
110 my ($name, $offset) = split /\+/, $addr;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dhotkernel96 my ($addr, $count) = split ' ', $line;
97 my ($name, $offset) = split /\+/, $addr;
H A Dhotuser109 my ($tag, $addr, $count) = split ' ', $line;
110 my ($name, $offset) = split /\+/, $addr;
/freebsd-9.3-release/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py53 id = int(line.split(' id ')[1].split(',')[0])
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py163 platforms.append(file[len(tree):].split('/')[0])
199 if len(line) == 0 or len(line.split()) == 0:
204 if line.split()[0][0] == '#':
220 # First, split the line on quote characters.
221 groups = line.split('"')
230 # String split all the "odd" groups since they are not quoted strings.
238 for word in group.split():
292 name = line.split()[0]
306 words = line.split()
319 option = options.find(words[1].split('
[all...]
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c233 /* test the day/sec join & split ops, making sure that 32bit
245 ntpcal_split split; local
250 split = ntpcal_daysplit(&merge);
263 TEST_ASSERT_EQUAL(eday, split.hi);
264 TEST_ASSERT_EQUAL(esec, split.lo);
277 ntpcal_split split = ntpcal_split_yeardays(eyd, 0); local
278 if (split.lo >= 0 && split.hi >= 0) {
279 TEST_ASSERT_TRUE(isGT(12,split.hi));
280 TEST_ASSERT_TRUE(isGT(real_month_days[0][split
296 ntpcal_split split = ntpcal_split_yeardays(eyd, 1); local
[all...]

Completed in 147 milliseconds

12345678910