/netbsd-src/external/bsd/ntp/dist/libntp/ |
H A D | calyearstart.c | 29 ntpcal_split split; in calyearstart() local 32 split = ntpcal_daysplit(&vlong); in calyearstart() 33 ndays = ntpcal_rd_to_ystart(split.hi + DAY_NTP_STARTS) in calyearstart() 48 ntpcal_split split; in calmonthstart() local 51 split = ntpcal_daysplit(&vlong); in calmonthstart() 52 ndays = ntpcal_rd_to_mstart(split.hi + DAY_NTP_STARTS) in calmonthstart() 67 ntpcal_split split; in calweekstart() local 70 split = ntpcal_daysplit(&vlong); in calweekstart() 71 ndays = ntpcal_weekday_le(split.hi + DAY_NTP_STARTS, CAL_MONDAY) in calweekstart() 84 ntpcal_split split; in caldaystart() local [all …]
|
H A D | ntp_calgps.c | 256 ntpcal_split split; in gpsntp_from_daytime1_ex() local 259 split = ntpcal_daysplit(&pvi64); in gpsntp_from_daytime1_ex() 260 dpiv.days = split.hi; in gpsntp_from_daytime1_ex() 261 dpiv.secs = split.lo; in gpsntp_from_daytime1_ex() 309 ntpcal_split split; in gpsntp_from_gpscal_ex() local 320 split = ntpcal_daysplit(&ts64); in gpsntp_from_gpscal_ex() 323 retv.secs = split.lo; in gpsntp_from_gpscal_ex() 324 retv.days = split.hi; in gpsntp_from_gpscal_ex() 582 ntpcal_split split; in gpscal_from_weektime1() local 589 split = ntpcal_weeksplit(&pvi64); in gpscal_from_weektime1() [all …]
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | text_test.cpp | 162 ATF_TEST_CASE(split); 163 ATF_TEST_CASE_HEAD(split) in ATF_TEST_CASE_HEAD() argument 167 ATF_TEST_CASE_BODY(split) in ATF_TEST_CASE_BODY() argument 169 using atf::text::split; in ATF_TEST_CASE_BODY() 173 words = split("", " "); in ATF_TEST_CASE_BODY() 176 words = split(" ", " "); in ATF_TEST_CASE_BODY() 179 words = split(" ", " "); in ATF_TEST_CASE_BODY() 182 words = split("a b", " "); in ATF_TEST_CASE_BODY() 187 words = split("a b c d", " "); in ATF_TEST_CASE_BODY() 194 words = split("foo bar", " "); in ATF_TEST_CASE_BODY() [all …]
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | text_test.cpp | 162 ATF_TEST_CASE(split); 163 ATF_TEST_CASE_HEAD(split) in ATF_TEST_CASE_HEAD() argument 167 ATF_TEST_CASE_BODY(split) in ATF_TEST_CASE_BODY() argument 169 using tools::text::split; in ATF_TEST_CASE_BODY() 173 words = split("", " "); in ATF_TEST_CASE_BODY() 176 words = split(" ", " "); in ATF_TEST_CASE_BODY() 179 words = split(" ", " "); in ATF_TEST_CASE_BODY() 182 words = split("a b", " "); in ATF_TEST_CASE_BODY() 187 words = split("a b c d", " "); in ATF_TEST_CASE_BODY() 194 words = split("foo bar", " "); in ATF_TEST_CASE_BODY() [all …]
|
/netbsd-src/tests/net/bpf/ |
H A D | t_mbuf.c | 53 test_ldb_abs(size_t split) in test_ldb_abs() argument 86 return interp_prog_mchain2(insns, P, sizeof(P), split) == res; in test_ldb_abs() 90 test_ldh_abs(size_t split) in test_ldh_abs() argument 116 return interp_prog_mchain2(insns, P, sizeof(P), split) == res; in test_ldh_abs() 120 test_ldw_abs(size_t split) in test_ldw_abs() argument 138 return interp_prog_mchain2(insns, P, sizeof(P), split) == res; in test_ldw_abs() 142 test_ldb_ind(size_t split) in test_ldb_ind() argument 179 return interp_prog_mchain2(insns, P, sizeof(P), split) == res; in test_ldb_ind() 183 test_ldw_ind(size_t split) in test_ldw_ind() argument 208 return interp_prog_mchain2(insns, P, sizeof(P), split) == res; in test_ldw_ind() [all …]
|
H A D | h_bpf.h | 60 unsigned char pkt[], size_t pktsize, size_t split) in init_mchain2() argument 65 mb1->m_next = (split < pktsize) ? mb2 : NULL; in init_mchain2() 66 mb1->m_len = (split < pktsize) ? split : pktsize; in init_mchain2() 68 if (split < pktsize) { in init_mchain2() 71 mb2->m_data = (char *)&pkt[split]; in init_mchain2() 72 mb2->m_len = pktsize - split; in init_mchain2() 111 unsigned char pkt[], size_t pktsize, size_t split) in interp_prog_mchain2() argument 118 args.pkt = init_mchain2(&mb1, &mb2, pkt, pktsize, split); in interp_prog_mchain2() 135 unsigned char pkt[], size_t pktsize, size_t split) in exec_prog_mchain2() argument 142 args.pkt = init_mchain2(&mb1, &mb2, pkt, pktsize, split); in exec_prog_mchain2()
|
/netbsd-src/tests/net/bpfjit/ |
H A D | t_mbuf.c | 54 test_ldb_abs(size_t split) in test_ldb_abs() argument 88 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res; in test_ldb_abs() 92 test_ldh_abs(size_t split) in test_ldh_abs() argument 119 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res; in test_ldh_abs() 123 test_ldw_abs(size_t split) in test_ldw_abs() argument 142 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res; in test_ldw_abs() 146 test_ldb_ind(size_t split) in test_ldb_ind() argument 184 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res; in test_ldb_ind() 188 test_ldw_ind(size_t split) in test_ldw_ind() argument 214 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res; in test_ldw_ind() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SumTimerInfo.py | 33 s = line.split() 39 s = line.split() 42 s = line.split() 45 s = line.split() 48 s = line.split() 51 s = line.split() 55 s = line.split() 58 s = line.split() 62 s = line.split() 65 s = line.split()
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | lilly.progs | 67 {if(split($0,foo,/=/))print $0} 68 {if(split($0,foo,/\=/))print $0} 69 {if(split($0,foo,/==/))print $0} 70 {if(split($0,foo,/\+=/))print $0} 71 {if(split($0,foo,/\*=/))print $0} 72 {if(split($0,foo,/-=/))print $0} 73 {if(split($0,foo,/\/=/))print $0} 74 {if(split($0,foo,/%=/))print $0} 75 {if(split($0,foo,/^=/))print $0} 76 {if(split($0,foo,/!=/))print $0} [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 94 nbits = split (flist, bits) 101 split (gbits, bitsep, SUBSEP) 135 ncpus = split (cpu_list, cpus) 146 narchs = split (arch_list, archs) 157 nfpus = split (fpu_list, fpus) 182 split (bitcomb, bitsep, SUBSEP) 205 split (impl, impl_parts, SUBSEP) 218 ncpus = split (cpu_list, cpus) 247 ncpus = split (cpu_list, cpus) 253 nopts = split (cpu_opts[cpus[n]], opts) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 94 nbits = split (flist, bits) 101 split (gbits, bitsep, SUBSEP) 135 ncpus = split (cpu_list, cpus) 146 narchs = split (arch_list, archs) 157 nfpus = split (fpu_list, fpus) 182 split (bitcomb, bitsep, SUBSEP) 205 split (impl, impl_parts, SUBSEP) 218 ncpus = split (cpu_list, cpus) 247 ncpus = split (cpu_list, cpus) 253 nopts = split (cpu_opts[cpus[n]], opts) [all …]
|
/netbsd-src/sys/arch/hpc/stand/dspgen/ |
H A D | do_subst.awk | 36 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(ENVIRON["LIBDEP_LIST"], a, "[ \t\n]+"); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/ |
H A D | gendocs.sh | 63 infoarg=--no-split 70 split=node 174 --split) shift; split=$1;; 375 if test "x$split" = xnode; then 378 split_arg=--split=$split 383 printf "\nGenerating html by $split... ($cmd)\n" 389 tar -czf "$abs_outdir/$PACKAGE.html_$split.tar.gz" -- * 392 html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"` 393 rm -rf "$outdir/html_$split/" 394 mv $split_html_dir "$outdir/html_$split/" [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Target/ARM/ |
H A D | analyze-match-table.py | 10 lines = data[start:end].split("\n")[1:] 15 ln = ln.split("{", 1)[1] 17 a,bc = ln.split("{", 1) 18 b,c = bc.split("}", 1) 20 for s in a.split(",")] 21 items = [s.strip() for s in b.split(",")] 22 _,features = [s.strip() for s in c.split(",")]
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_map11.ref | 1 …= bar } { baz@example.com = @com.example } { splitme@example.com = "split me"@com.example } } 6 external:splitme@example.com -> "split me"@com.example 7 external:splitme+ext@example.com -> "split me+ext"@com.example 13 tree:splitme@example.com -> "split me"@com.example 14 tree:splitme+ext@example.com -> "split me+ext"@com.example 20 internal:splitme@example.com -> split me@com.example 21 internal:splitme+ext@example.com -> split me+ext@com.example
|
H A D | smtp_map11.in | 6 { splitme@example.com = "split me"@com.example } } 13 external splitme@example.com:"split me"@com.example 14 external splitme+ext@example.com:"split me+ext"@com.example 22 tree splitme@example.com:"split me"@com.example 23 tree splitme+ext@example.com:"split me+ext"@com.example 31 internal splitme@example.com:split me@com.example 32 internal splitme+ext@example.com:split me+ext@com.example
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genemit.c | 558 rtx split = info->def; in gen_split() local 560 ((GET_CODE (split) == DEFINE_PEEPHOLE2) ? "peephole2" : "split"); in gen_split() 564 if (XVEC (split, 0) == 0) in gen_split() 566 GET_RTX_NAME (GET_CODE (split))); in gen_split() 567 else if (XVEC (split, 2) == 0) in gen_split() 569 GET_RTX_NAME (GET_CODE (split))); in gen_split() 573 get_pattern_stats (&stats, XVEC (split, 2)); in gen_split() 578 if (GET_CODE (split) == DEFINE_PEEPHOLE2) in gen_split() 601 if (GET_CODE (split) == DEFINE_PEEPHOLE2) in gen_split() 602 output_peephole2_scratches (split); in gen_split() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genemit.cc | 563 rtx split = info->def; in gen_split() local 565 ((GET_CODE (split) == DEFINE_PEEPHOLE2) ? "peephole2" : "split"); in gen_split() 569 if (XVEC (split, 0) == 0) in gen_split() 571 GET_RTX_NAME (GET_CODE (split))); in gen_split() 572 else if (XVEC (split, 2) == 0) in gen_split() 574 GET_RTX_NAME (GET_CODE (split))); in gen_split() 578 get_pattern_stats (&stats, XVEC (split, 2)); in gen_split() 583 if (GET_CODE (split) == DEFINE_PEEPHOLE2) in gen_split() 606 if (GET_CODE (split) == DEFINE_PEEPHOLE2) in gen_split() 607 output_peephole2_scratches (split); in gen_split() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
H A D | bugzilla-close-candidate.py | 39 lines = text.split('\n') 44 parts = line.strip().split('/') 45 parts = parts[1].split('-') 54 name = line.strip().split(' ')[1] 56 name = name.split('/')[1] 58 version = name.split('-')[1]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | Makefile.am | 29 MAKEINFOFLAGS = $(TEXINCLUDES) --no-split 98 html-local: html-split 102 install-html: install-html-split 104 uninstall-html: uninstall-html-split 105 dist-html: dist-html-split 179 html-split: gettext_toc.html 198 install-html-split: gettext_toc.html 210 uninstall-html-split: 220 dist-html-split:
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | metrics.awk | 77 split(x, a, "."); 89 split(x, a, "."); 101 split(x, a, "."); 113 split(x, a, "."); 125 split(x, a, ".");
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | cln_hist.in | 57 @tmp = split(/\|/, $_); 62 @tmp = split(/\|/, $_); 77 @tmp = split(/\|/, $_); 82 @tmp = split(/\|/, $_);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | multilib-generator | 72 exts = list(ext.split("*")) 111 ext = list(filter(None, ext.split(','))) 145 cmodels = [None] + args.cmodel.split(",") 155 (arch, abi, extra, ext) = cfg.split('-') 169 extra = list(filter(None, extra.split(','))) 195 prog = sys.argv[0].split('/')[-1]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 109 RopePieceBTreeNode *split(unsigned Offset); 209 RopePieceBTreeNode *split(unsigned Offset); 236 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split() function in RopePieceBTreeLeaf 446 RopePieceBTreeNode *split(unsigned Offset); 477 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split() function in RopePieceBTreeInterior 492 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() 633 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split() function in RopePieceBTreeNode 636 return Leaf->split(Offset); in split() 637 return cast<RopePieceBTreeInterior>(this)->split(Offset); in split() 749 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Distro.cpp | 32 File.get()->getBuffer().split(Lines, "\n"); in DetectOsRelease() 58 File.get()->getBuffer().split(Lines, "\n"); in DetectLsbRelease() 137 if (!Data.split('.').first.getAsInteger(10, MajorVersion)) { in DetectDistro() 157 return llvm::StringSwitch<Distro::DistroType>(Data.split("\n").first) in DetectDistro() 172 Data.split(Lines, "\n"); in DetectDistro() 176 std::pair<StringRef, StringRef> SplitLine = Line.split('='); in DetectDistro() 180 SplitLine.second.trim().split('.'); in DetectDistro()
|