| /src/usr.bin/split/ |
| Makefile | 4 PROG= split
|
| /src/external/historical/nawk/dist/bugs-fixed/ |
| split-fs-from-array.awk | 4 print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2])
|
| numeric-fs.awk | 2 FS = 0; split("20202", a); print a[1];
|
| /src/external/mit/libcbor/dist/misc/ |
| bytes.rb | 3 puts $*[0][2..-1].split('').each_slice(2).map {|_| '0x%02X' % _.join.to_i(16) }.join(', ')
|
| /src/external/bsd/ntp/dist/libntp/ |
| calyearstart.c | 20 * - split into days and seconds since midnight, dropping the partial day 29 ntpcal_split split; local 32 split = ntpcal_daysplit(&vlong); 33 ndays = ntpcal_rd_to_ystart(split.hi + DAY_NTP_STARTS) 48 ntpcal_split split; local 51 split = ntpcal_daysplit(&vlong); 52 ndays = ntpcal_rd_to_mstart(split.hi + DAY_NTP_STARTS) 67 ntpcal_split split; local 70 split = ntpcal_daysplit(&vlong); 71 ndays = ntpcal_weekday_le(split.hi + DAY_NTP_STARTS, CAL_MONDAY 84 ntpcal_split split; local [all...] |
| caljulian.c | 30 ntpcal_split split; local 36 * Unfold ntp time around current time into NTP domain. Split 41 split = ntpcal_daysplit(&vlong); 42 ntpcal_daysplit_to_date(jt, &split, DAY_NTP_STARTS);
|
| /src/external/bsd/tcpdump/dist/ |
| atime.awk | 10 n = split ($1,t,":")
|
| stime.awk | 10 n = split ($1,t,":")
|
| /src/external/gpl2/groff/dist/tmac/ |
| hyphenex.pl | 48 # split at whitespace 49 @field = split(' '); 56 @suffix_list = split(/,/, "$field[3]"); 63 @suffix_list = split(/,/, "$field[3],$field[4]"); 69 # for `&', split at `&' with trailing whitespace 70 @field = split(/&\s*/);
|
| /src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| html-min | 4 ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
|
| html-para | 4 ../makeinfo --no-split --html ${srcdir-.}/html-para.txi
|
| html-extrali | 6 li_count=`../makeinfo --no-split --html -o - $srcdir/html-extrali.txi 2>/dev/null \
|
| html-docdesc | 4 if ../makeinfo --html --no-split ${srcdir-.}/html-docdesc.txi; then
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| 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() 60 if "The # of times we split the path due \ 62 s = line.split() [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| stats.pl | 7 ($a, $a, $a, $a, $a, $b) = split(/\s+/, $_, 6); 8 ($a, $c) = split(/:/, $b, 2);
|
| /src/external/bsd/nvi/dist/perl_scripts/ |
| wc.pl | 6 $words+=split;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/ |
| apr1-atol.pl | 10 ($user, $hash) = split(/:/, $_);
17 ($_,$_,$salt,$hash) = split(/\$/, $hash);
|
| /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...] |
| /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);
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns7/ |
| sign.sh | 21 zone=split-rrsig 22 infile=split-rrsig.db.in 23 zonefile=split-rrsig.db 34 # next to each other; the test then checks if RRSIG RRsets split this way are
|
| /src/external/apache2/llvm/dist/llvm/utils/Target/ARM/ |
| 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(",")]
|
| /src/etc/mtree/ |
| mkcompat.awk | 10 split(COMPATDIRS, dirs);
|
| /src/sys/arch/atari/stand/tostools/aptck/ |
| setrev.awk | 6 n1 = split(r1, a1, "\.") 7 n2 = split(r2, a2, "\.")
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| help.pl | 15 @Fld = split($FS, $_, -1);
|