Searched refs:no (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sbin/natd/samples/
H A Dnatd.cf.sample10 log no
17 deny_incoming no
22 use_sockets no
32 verbose no
49 unregistered_only no
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_user5 root:lo:no
/freebsd-10.0-release/tools/regression/usr.bin/make/shell/builtin/
H A DMakefile2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
12 .PHONY: builtin no-builtin
17 no-builtin:
/freebsd-10.0-release/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
/freebsd-10.0-release/tools/regression/geom_eli/
H A Donetime-d.t5 no=45
7 mdconfig -a -t malloc -s $sectors -u $no || exit 1
11 geli onetime -d md${no}
12 if [ -c /dev/md${no}.eli ]; then
18 dd if=/dev/md${no}.eli of=/dev/null 2>/dev/null
20 if [ -c /dev/md${no}.eli ]; then
25 true > /dev/md${no}.eli
27 if [ ! -c /dev/md${no}.eli ]; then
33 mdconfig -d -u $no
H A Dconfigure-b-B.t5 no=45
7 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
11 geli init -B none -P -K /dev/null md${no}
18 geli dump md${no} | egrep 'flags: 0x0$' >/dev/null
25 geli init -B none -b -P -K /dev/null md${no}
32 geli dump md${no} | egrep 'flags: 0x2$' >/dev/null
39 geli configure -B md${no}
46 geli dump md${no} | egrep 'flags: 0x0$' >/dev/null
53 geli configure -b md${no}
60 geli dump md${no} | egre
[all...]
H A Dattach-d.t5 no=45
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
14 geli init -B none -P -K $keyfile md${no}
15 geli attach -d -p -k $keyfile md${no}
16 if [ -c /dev/md${no}.eli ]; then
22 dd if=/dev/md${no}.eli of=/dev/null 2>/dev/null
24 if [ -c /dev/md${no}.eli ]; then
29 true > /dev/md${no}.eli
31 if [ ! -c /dev/md${no}.eli ]; then
37 mdconfig -d -u $no
[all...]
H A Ddetach-l.t5 no=45
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
14 geli init -B none -P -K $keyfile md${no}
15 geli attach -p -k $keyfile md${no}
16 if [ -c /dev/md${no}.eli ]; then
22 dd if=/dev/md${no}.eli of=/dev/null 2>/dev/null
24 if [ -c /dev/md${no}.eli ]; then
29 geli detach -l md${no}
30 if [ -c /dev/md${no}.eli ]; then
35 dd if=/dev/md${no}
[all...]
H A Dinit-B.t5 no=45
14 mdconfig -a -t malloc -s $sectors -u $no || exit 1
17 rm -f /var/backups/md${no}.eli
18 geli init -B none -P -K $keyfile md${no} 2>/dev/null
19 if [ ! -f /var/backups/md${no}.eli ]; then
25 # no -B
26 rm -f /var/backups/md${no}.eli
27 geli init -P -K $keyfile md${no} >/dev/null 2>&1
28 if [ -f /var/backups/md${no}.eli ]; then
29 echo "ok 2 - no
[all...]
H A Ddelkey.t5 no=45
11 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
20 geli init -B none -P -K $keyfile1 md${no}
21 geli attach -p -k $keyfile1 md${no}
22 geli setkey -n 1 -P -K $keyfile2 md${no}
25 geli delkey -n 0 md${no}
31 geli detach md${no}
34 geli attach -p -k $keyfile1 md${no} 2>/dev/null
42 geli attach -p -k $keyfile2 md${no}
50 geli delkey -n 1 md${no}
[all...]
H A Dreadonly.t5 no=45
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
14 geli init -B none -P -K $keyfile md${no}
21 geli attach -r -p -k $keyfile md${no}
28 sh -c "true >/dev/md${no}.eli" 2>/dev/null
35 geli kill md${no}
43 if [ ! -c /dev/md{$no}.eli ]; then
50 geli attach -r -p -k $keyfile md${no}
57 geli setkey -n 1 -P -K /dev/null md${no} 2>/dev/null
64 geli delkey -n 0 md${no}
[all...]
H A Dkill.t5 no=45
9 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
16 geli init -B none -P -K $keyfile1 md${no}
17 geli attach -p -k $keyfile1 md${no}
18 geli setkey -n 1 -P -K $keyfile2 md${no}
21 geli kill md${no}
29 if [ ! -c /dev/md{$no}.eli ]; then
36 geli attach -p -k $keyfile1 md${no} 2>/dev/null
44 geli attach -p -k $keyfile2 md${no} 2>/dev/null
51 geli init -B none -P -K $keyfile1 md${no}
[all...]
H A Dnokey.t5 no=45
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
12 geli init -B none -P md${no} 2>/dev/null
21 geli init -B none -P -K ${keyfile} md${no} 2>/dev/null
27 geli attach -p md${no} 2>/dev/null
33 geli attach -p -k ${keyfile} md${no} 2>/dev/null
39 geli setkey -n 0 -P md${no} 2>/dev/null
45 geli detach md${no} 2>/dev/null
51 geli setkey -n 0 -p -P -K ${keyfile} md${no} 2>/dev/null
57 geli setkey -n 0 -p -k ${keyfile} -P md${no}
[all...]
H A Dinit-i-P.t5 no=45
8 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
14 geli init -B none -i 64 -P -K ${keyfile} md${no} 2>/dev/null
21 mdconfig -d -u $no
H A Dsetkey.t5 no=45
13 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
25 geli init -B none -P -K $keyfile1 md${no}
26 geli attach -p -k $keyfile1 md${no}
28 dd if=${rnd} of=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null
30 hash2=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
33 geli setkey -P -K $keyfile2 md${no}
39 geli detach md${no}
42 geli attach -p -k $keyfile1 md${no} 2>/dev/null
50 geli attach -p -k $keyfile2 md${no}
[all...]
H A Dinit-J.t5 no=45
11 mdconfig -a -t malloc -s `expr $sectors + 1` -u $no || exit 1
22 geli init -i ${iter} -B none -J ${passfile0} -P md${no} 2>/dev/null && echo -n "not "
24 geli init -i ${iter} -B none -J ${passfile0} -P -K ${keyfile0} md${no} 2>/dev/null && echo -n "not "
26 geli init -i ${iter} -B none -J ${passfile0} -K ${keyfile0} md${no} 2>/dev/null || echo -n "not "
28 geli attach -k ${keyfile0} -p md${no} 2>/dev/null && echo -n "not "
30 geli attach -j ${passfile0} md${no} 2>/dev/null && echo -n "not "
32 geli attach -j ${keyfile0} md${no} 2>/dev/null && echo -n "not "
34 geli attach -k ${passfile0} -p md${no} 2>/dev/null && echo -n "not "
36 geli attach -j ${keyfile0} -k ${passfile0} md${no}
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/make/shell/meta/
H A DMakefile2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
12 .PHONY: meta no-meta
17 no-meta:
/freebsd-10.0-release/lib/libc/locale/
H A Drpmatch.c37 regex_t yes, no; local
42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
48 else if (regexec(&no, response, 0, NULL, 0) == 0)
53 regfree(&no);
/freebsd-10.0-release/contrib/dialog/samples/
H A Dmsgbox39 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox4-eucjp9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox510 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
/freebsd-10.0-release/contrib/ntp/
H A Dpackageinfo.sh18 # ReleaseCandidate. 'yes' or 'no'.
20 releasecandidate=no
28 # - - releasecandidate gets set to no
/freebsd-10.0-release/crypto/openssh/regress/
H A Dkrl.sh131 check_krl $f $OBJ/krl-empty no "$TAG"
141 test_all "$REVOKED_KEYS" "revoked keys" yes yes no no no no
142 test_all "$UNREVOKED_KEYS" "unrevoked keys" no no no no no n
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
57 expect_failure=no
58 color_tests=no
97 if test $enable_hard_errors = no && test $estatus -eq 99; then
103 0:*) col=$grn res=PASS recheck=no gcopy=no;;
104 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
106 *:yes) col=$lgn res=XFAIL recheck=no gcop
[all...]
/freebsd-10.0-release/contrib/gdb/
H A Dltcf-gcj.sh50 with_gnu_ld=no
66 ld_shlibs=no
90 ld_shlibs=no
100 ld_shlibs=no
106 # no search path for DLLs.
193 ld_shlibs=no
208 ld_shlibs=no
216 hardcode_shlibpath_var=no
224 ld_shlibs=no
240 if $LD --help 2>&1 | egrep 'no
[all...]

Completed in 298 milliseconds

1234567891011>>