Searched refs:dd (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/virtual-time/autosign-ksk/
H A Dsetup.sh16 dd if=random.data of=random.data1 bs=1k count=400 2> /dev/null
17 dd if=random.data of=random.data2 bs=1k skip=400 2> /dev/null
/bind-9.11.3/bin/tests/virtual-time/autosign-zsk/
H A Dsetup.sh16 dd if=random.data of=random.data1 bs=1k count=400 2> /dev/null
17 dd if=random.data of=random.data2 bs=1k skip=400 2> /dev/null
/bind-9.11.3/contrib/kasp/
H A Dkasp2policy.py127 dd = defaultdict(list)
130 dd[k].append(v)
132 {k:v[0] if len(v) == 1 else v for k, v in dd.iteritems()}}
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check_test.sh195 dd if=/dev/urandom of=bin bs=1k count=10
306 dd if=/dev/urandom of=bin bs=1k count=10
/bind-9.11.3/lib/dns/
H A Drbt.c2953 size_t dl, dr, dd; local
2966 if (!check_black_distance_helper(DOWN(node), &dd))
2983 size_t dd; local
2993 return (check_black_distance_helper(rbt->root, &dd));
/bind-9.11.3/
H A Dconfigure23234 for dd in $bdbdirs
23237 if test ! -d "$dd"
23249 if test -f "$dd/include${d}/db.h"
23251 dlz_bdb_inc="-I$dd/include${d}"
23270 if test "$dd" = "/usr"
23318 elif test -f "$dd/lib/lib${d}.so"
23320 dlz_bdb_libs="-L${dd}/lib -l${d}"
/bind-9.11.3/unit/atf-src/
H A Dconfigure6727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
6728 $as_echo_n "checking for a working dd... " >&6; }
6743 for ac_prog in dd; do

Completed in 603 milliseconds