HomeSort by: relevance | last modified time | path
    Searched refs:split (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/usr.bin/split/
Makefile 4 PROG= split
  /src/tests/net/bpf/
h_bpf.h 54 * [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)
    [all...]
t_mbuf.c 53 test_ldb_abs(size_t split)
86 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
90 test_ldh_abs(size_t split)
116 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
120 test_ldw_abs(size_t split)
138 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
142 test_ldb_ind(size_t split)
179 return interp_prog_mchain2(insns, P, sizeof(P), split) == res;
183 test_ldw_ind(size_t split)
208 return interp_prog_mchain2(insns, P, sizeof(P), split) == res
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
cdump.awk 28 split($0, array, " ");
  /src/tests/lib/libc/regex/
test_regex.h 40 /* from split.c */
41 int split(char *string, char *fields[], int nfields, const char *sep);
split.c 1 /* $NetBSD: split.c,v 1.1 2011/01/08 18:10:31 pgoyette Exp $ */
36 * split - divide a string into fields, like awk split()
45 split(char *string, char *fields[], int nfields, const char *sep) function in typeref:typename:int
197 (void) split(buf, fields, MNF, argv[2]);
219 nf = split(string, fields, NF, seps);
318 nf = split(buf, fields, RNF, tests[n].seps);
321 printf("split `%s' by `%s' gave %d fields, not %d\n",
325 printf("split() went beyond array end\n");
333 printf("split `%s' by `%s', field %d is `%s', not `%s'\n"
    [all...]
  /src/etc/mtree/
mkcompat.awk 10 split(COMPATDIRS, dirs);
mkcompattree.awk 1 BEGIN { split(COMPATDIRS, dirs); n = 1; last_prefix = "" }
  /src/sys/arch/atari/stand/tostools/aptck/
setrev.awk 6 n1 = split(r1, a1, "\.")
7 n2 = split(r2, a2, "\.")
  /src/sys/arch/hpc/stand/dspgen/
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...]
  /src/tests/net/bpfjit/
t_mbuf.c 54 test_ldb_abs(size_t split)
88 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
92 test_ldh_abs(size_t split)
119 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
123 test_ldw_abs(size_t split)
142 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
146 test_ldb_ind(size_t split)
184 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res;
188 test_ldw_ind(size_t split)
214 return exec_prog_mchain2(insns, insn_count, P, sizeof(P), split) == res
    [all...]
  /src/etc/autofs/
include_nis_nullfs 166 n=split($locationfield,location,":")
  /src/usr.sbin/sysinst/
unif.awk 46 split(defines, defns)
  /src/sys/arch/arm/iomd/
makemodes.awk 204 args = split(ARGV[res], modespec, ",");
233 # Split the horizontal and vertical timings
235 ht = split(modes[loop, 4], htimings, ",");
237 vt = split(modes[loop, 5], vtimings, ",");
  /src/lib/libm/src/
s_fmal.c 141 static const long double split = 0x1p32L + 1.0; local in function:dd_mul
143 static const long double split = 0x1p57L + 1.0;
148 p = a * split;
153 p = b * split;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
merge_data_flow.py 27 [F,BV] = line.strip().split(' ')
unbalanced_allocs.py 42 addr = int(line.split()[1], 16)
54 addr = int(line.split()[1], 16)
  /src/lib/libc/time/
tzselect.ksh 206 nlines = split(TZ_ZONE_TABLE, line, /\n/)
219 ncc = split(col1ccs, cc, /,/)
220 ncont = split(conts, cont, /,/)
235 nlines = split(TZ_COUNTRY_TABLE, line, /\n/)
264 nlines = split(TZ_COUNTRY_TABLE, line, /\n/)
332 nlines = split(TZ_ZONE_TABLE, line, /\n/)
338 ncc = split($1, cc, /,/)
346 ncc = split($1, cc, /,/)
347 split("", item_seen)
407 nlines = split(TZ_ZONETABTYPE_TABLE, line, /\n/
    [all...]
  /src/games/warp/
config.sh 84 models='unsplit split'
85 split='-i'
  /src/sys/arch/sun68k/stand/
README 3 The sun bootblocks are split into two parts: a small 1st-level program that
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 69 nm_out = nm_proc.communicate()[0].decode().split('\n')
77 cols = line.split(' ')
  /src/share/misc/
nanpa.awk 17 NF=split($0, f);
54 NF=split($0, f);
64 t = t "Split of " trim(f[fnames["Old NPA"]]);
  /src/usr.bin/patch/
patch.c 769 LINENUM i, j, split; local in function:abort_hunk
779 split = -1;
782 split = i;
786 if (split == -1) {
787 fprintf(rejfp, "malformed hunk: no split found\n");
791 j = split + 1;
795 while (i < split || j <= pat_end) {
796 ch1 = i < split ? pch_char(i) : -1;
806 while (i < split && ch1 == '!') {
809 ch1 = i < split ? pch_char(i) : -1
    [all...]
  /src/libexec/getNAME/
getNAME.c 78 static void split(char *, char *);
222 split(linebuf, name);
274 split(linebuf, name);
392 split(linebuf, name);
486 split(char *line, char *name) function in typeref:typename:void
  /src/doc/
TODO.compat-module 10 3. Split the sysv_ipc compat routines into their own compat_sysv module.
31 been split into several version-specific modules, and the mini-
51 common build framework, and split version-specific code from baseline
54 15. The rtsock.c code has been split into two separate source files,
58 of rtsock.c for compat_14 and compat_70 have also been split out and

Completed in 23 milliseconds

1 2 3 4