Home
last modified time | relevance | path

Searched full:empty (Results 1 – 25 of 3277) sorted by relevance

12345678910>>...132

/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_rename.sh41 atf_check -s eq:0 -o empty -e empty mkdir a
42 atf_check -s eq:1 -o empty -e ignore mv a/. c
43 atf_check -s eq:1 -o empty -e ignore mv a/.. c
44 atf_check -s eq:0 -o empty -e empty rmdir a
57 atf_check -s eq:0 -o empty -e empty mkdir a
58 atf_check -s eq:1 -o empty -e save:stderr \
60 atf_check -s eq:0 -o ignore -e empty grep "Cross-device link" stderr
61 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:0 -o empty -e empty rmdir a
75 atf_check -s eq:0 -o empty -e empty mkdir a
[all …]
H A Dt_rmdir.sh41 atf_check -s eq:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s eq:1 -o empty -e ignore rmdir non-existent
68 atf_check -s eq:0 -o empty -e empty mkdir a
72 atf_check -s eq:0 -o empty -e empty rmdir a
88 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c
89 atf_check -s eq:0 -o empty -e empty rmdir a/b/c
90 atf_check -s eq:0 -o empty -e empty rmdir a/b
91 atf_check -s eq:0 -o empty -e empty rmdir a
104 atf_check -s eq:0 -o empty -e empty mkdir a
105 atf_check -s eq:1 -o empty -e ignore rmdir a/.
[all …]
H A Dt_readdir.sh41 atf_check -s eq:0 -o save:stdout -e empty /bin/ls -a
42 atf_check -s eq:0 -o ignore -e empty grep '^\.$' stdout
43 atf_check -s eq:0 -o ignore -e empty grep '^\..$' stdout
57 atf_check -s eq:0 -o empty -e empty mkdir dir
58 atf_check -s eq:0 -o empty -e empty touch reg
59 atf_check -s eq:0 -o empty -e empty ln -s reg lnk
60 atf_check -s eq:0 -o empty -e empty mknod blk b 0 0
61 atf_check -s eq:0 -o empty -e empty mknod chr c 0 0
62 atf_check -s eq:0 -o empty -e empty mknod fifo p
63 atf_check -s eq:0 -o empty -e empty \
[all …]
H A Dt_symlink.sh40 atf_check -s eq:0 -o empty -e empty touch a
41 atf_check -s eq:0 -o empty -e empty ln -s a b
45 atf_check -s eq:0 -o empty -e empty -x 'echo foo >a'
61 atf_check -s eq:0 -o empty -e empty touch b
62 atf_check -s eq:0 -o empty -e empty ln -s /bin/cp cp
63 atf_check -s eq:0 -o empty -e empty ./cp b c
64 atf_check -s eq:0 -o empty -e empty test -f c
77 atf_check -s eq:0 -o empty -e empty mkdir d
78 atf_check -s eq:1 -o empty -e empty test -f d/foo
79 atf_check -s eq:1 -o empty -e empty test -f e/foo
[all …]
H A Dt_remove.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
43 atf_check -s eq:0 -o empty -e empty rm a
44 atf_check -s eq:1 -o empty -e empty test -f a
73 atf_check -s eq:0 -o empty -e empty touch a
74 atf_check -s eq:0 -o empty -e empty chflags uchg a
75 atf_check -s eq:1 -o empty -e ignore rm -f a
76 atf_check -s eq:0 -o empty -e empty chflags nouchg a
77 atf_check -s eq:0 -o empty -e empty rm a
[all …]
H A Dt_mkdir.sh42 atf_check -s eq:1 -o empty -e empty test -d a
43 atf_check -s eq:0 -o empty -e empty mkdir a
44 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:1 -o empty -e empty test -d ${d}
63 atf_check -s eq:0 -o empty -e empty mkdir ${d}
64 atf_check -s eq:0 -o empty -e empty test -d ${d}
80 atf_check -s eq:1 -o empty -e empty test -d a/b/c/d/e
81 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c/d/e
82 atf_check -s eq:0 -o empty -e empty test -d a/b/c/d/e
101 atf_check -s eq:0 -o empty -e empty mkdir b c
[all …]
H A Dt_link.sh41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty touch z
48 atf_check -s eq:0 -o empty -e empty ln a b
58 atf_check -s eq:0 -o empty -e empty rm a
61 atf_check -s eq:0 -o empty -e empty rm b
75 atf_check -s eq:0 -o empty -e empty touch a
76 atf_check -s eq:0 -o empty -e empty mkdir c
77 atf_check -s eq:0 -o empty -e empty ln a c/b
87 atf_check -s eq:0 -o empty -e empty rm a
90 atf_check -s eq:0 -o empty -e empty rm c/b
[all …]
H A Dt_setattr.sh41 atf_check -s eq:0 -o empty -e empty mkdir own
43 atf_check -s eq:0 -o empty -e empty chown 1234 own
60 atf_check -s eq:0 -o empty -e empty mkdir ownq
75 atf_check -s eq:0 -o empty -e empty mkdir grp
77 atf_check -s eq:0 -o empty -e empty chgrp 5678 grp
94 atf_check -s eq:0 -o empty -e empty mkdir grpq
110 atf_check -s eq:0 -o empty -e empty mkdir owngrp
111 atf_check -s eq:0 -o empty -e empty chown 1234:5678 owngrp
128 atf_check -s eq:0 -o empty -e empty mkdir owngrpp
143 atf_check -s eq:0 -o empty -e empty mkdir mode
[all …]
H A Dt_create.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
62 atf_check -s eq:1 -o empty -e empty test -f a
63 atf_check -s eq:0 -o empty -e empty touch a
64 atf_check -s eq:0 -o empty -e empty test -f a
74 atf_check -s eq:0 -o empty -e empty mkdir b c
76 atf_check -s eq:0 -o empty -e empty chown ${user}:0 b
81 atf_check -s eq:0 -o empty -e empty chown ${user}:100 c
86 atf_check -s eq:0 -o empty -e empty su -m ${user} -c 'touch b/a'
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp17 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getCOFFConfig()
18 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getCOFFConfig()
19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
20 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToKeep.empty() || in getCOFFConfig()
21 !Common.SymbolsToLocalize.empty() || !Common.SymbolsToWeaken.empty() || in getCOFFConfig()
22 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getCOFFConfig()
23 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()
28 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getCOFFConfig()
37 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getMachOConfig()
38 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getMachOConfig()
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_arith.sh116 atf_check -s exit:0 -o inline:'1\n' -e empty ${TEST_SH} -c \
118 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
120 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
124 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
128 atf_check -s exit:0 -o inline:'0\n' -e empty ${TEST_SH} -c \
131 atf_check -s exit:0 -o inline:'1\n' -e empty \
133 atf_check -s exit:0 -o inline:'0\n' -e empty \
136 atf_check -s exit:0 -o inline:'99999\n' -e empty \
140 atf_check -s exit:0 -o inline:'9191919191919\n' -e empty \
143 atf_check -s exit:0 -o inline:'13\n' -e empty ${TEST_SH} -c \
[all …]
H A Dt_redir.sh45 atf_check -s exit:0 -o empty -e empty ${TEST_SH}
48 atf_check -s exit:0 -o match:0 -e empty ${TEST_SH} -c 'wc -l'
53 atf_check -s exit:0 -o match:hello -e empty ${TEST_SH}
57 atf_check -s exit:0 -o match:1 -e empty ${TEST_SH} -c 'wc -l'
63 atf_check -s exit:0 -o match:helloworld -e empty ${TEST_SH}
68 atf_check -s exit:0 -o match:2 -e empty ${TEST_SH} -c 'wc -l'
71 atf_check -s exit:0 -o inline:'Line1\nLine2\nLine3\n' -e empty \
86 -o match:X=X -o match:'Y=\$4' -e empty ${TEST_SH}
98 atf_check -s exit:0 -e empty \
101 atf_check -s exit:0 -e empty \
[all …]
H A Dt_cmdsub.sh36 # An ATF test directory should be empty already, outside ATF, anything
43 atf_check -s exit:0 -o match:'Result is true today' -e empty \
47 atf_check -s exit:0 -o match:'Result is false today' -e empty \
51 atf_check -s exit:0 -o match:'aaabbbccc' -e empty \
53 atf_check -s exit:0 -o match:'aaabbb cccddd' -e empty \
55 atf_check -s exit:0 -o inline:'aaabbb cccddd\n' -e empty \
57 atf_check -s exit:0 -o inline:'aaabbb\ncccddd\n' -e empty \
60 atf_check -s exit:0 -o inline:'some string\n' -e empty \
62 atf_check -s exit:0 -o inline:'weird; string *\n' -e empty \
71 atf_check -s exit:0 -o match:'Found file-1 file-2' -e empty \
[all …]
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh57 atf_check -e empty -o empty -s exit:0 test -L $TEST_INPUTS_DIR/c
58 atf_check -e empty -o empty -s exit:0 test -f $TEST_MOUNT_DIR/c
73 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
75 atf_check -e empty -o not-empty -s exit:0 \
78 atf_check -e empty -o empty -s exit:0 \
80 atf_check -e empty -o save:dupe_$TEST_SPEC_FILE -s exit:0 \
83 atf_check -e empty -o not-empty -s not-exit:0 \
85 atf_check -e empty -o not-empty -s exit:0 \
98 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
101 atf_check -e empty -o empty -s exit:0 \
[all …]
H A Dmakefs_tests_common.sh78 atf_check -e empty -o empty -s exit:0 \
86 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_MOUNT_DIR
87 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_INPUTS_DIR
96 atf_check -e empty -s exit:0 mkdir -m 0755 -p a/b/1
97 atf_check -e empty -s exit:0 ln -s a/b c
98 atf_check -e empty -s exit:0 touch d
99 atf_check -e empty -s exit:0 ln d e
100 atf_check -e empty -s exit:0 touch .f
101 atf_check -e empty -s exit:0 mkdir .g
104 #atf_check -e empty -s exit:0 mkfifo h
[all …]
H A Dmakefs_ffs_tests.sh47 atf_check -e save:$TEST_TUNEFS_OUTPUT -o empty -s exit:0 \
59 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
63 atf_check -e empty -o not-empty -s exit:0 \
82 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
84 atf_check -e empty -o not-empty -s exit:0 \
87 atf_check -e empty -o empty -s exit:0 \
89 atf_check -e empty -o save:dupe_$TEST_SPEC_FILE -s exit:0 \
92 atf_check -e empty -o not-empty -s not-exit:0 \
94 atf_check -e empty -o not-empty -s exit:0 \
107 atf_check -e empty -o save:$TEST_SPEC_FILE -s exit:0 \
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test
50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
62 atf_check -s eq:0 -o ignore -e empty grep ^usage: stderr
76 atf_check -s eq:1 -o empty -e save:stderr \
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk1 # $NetBSD: cond-func-empty.mk,v 1.28 2025/01/11 20:54:45 rillig Exp $
3 # Tests for the empty() function in .if conditions, which tests an
11 EMPTY= # empty
16 # An undefined variable counts as empty.
17 .if !empty(UNDEF)
21 # An undefined variable has the empty string as the value, and the :M
24 .if !empty(UNDEF:M*)
28 # The :S modifier replaces the empty value with an actual word. After
29 # applying the :S modifier to the expression, its value is 'empty', so it is
30 # no longer empty, but it is still based on an undefined variable. There are
[all …]
/freebsd/bin/pwait/tests/
H A Dpwait_test.sh20 -o empty \
21 -e empty \
26 -o empty \
32 -o empty \
38 -o empty \
62 -o empty \
68 -o empty \
74 -o empty \
80 -o empty \
88 -o empty \
[all …]
/freebsd/bin/timeout/tests/
H A Dtimeout_test.sh11 -o empty \
12 -e empty \
26 -o empty \
27 -e empty \
32 -o empty \
33 -e empty \
38 -o empty \
39 -e empty \
44 -o empty \
45 -e empty \
[all …]
/freebsd/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh48 atf_check -s exit:0 -o save:stdout -e empty env MOCK="${mock_env}" kyua test
97 allowed_architectures is empty
98 allowed_platforms is empty
99 description is empty
100 execenv is empty
101 execenv_jail_params is empty
104 required_configs is empty
106 required_files is empty
108 required_programs is empty
109 required_user is empty
[all …]
/freebsd/contrib/netbsd-tests/bin/cp/
H A Dt_cp.sh65 atf_check -s eq:0 -o empty -e empty cp file file2
83 atf_check -s eq:0 -o empty -e empty cp -p file file3
95 atf_check -s eq:0 -o empty -e empty cp -p -N file file3
109 atf_check -s eq:0 -o empty -e empty cp file2 link
120 atf_check -s eq:1 -o empty -e ignore cp link file
121 atf_check -s eq:0 -o empty -e empty cp link file2
132 atf_check -s eq:0 -o empty -e empty cp -P file link
143 atf_check -s eq:0 -o empty -e empty cp -P link file
156 atf_check -s eq:1 -o empty -e ignore cp file file2 file3
157 atf_check -s eq:0 -o empty -e empty cp file file2 link dir
[all …]
/freebsd/contrib/netbsd-tests/modules/
H A Dt_modload.sh30 atf_check -s eq:0 -o file:expout -e empty sysctl ${1}
52 atf_check -s eq:1 -o empty -e ignore modload non-existent.o
54 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o empty -e empty modunload k_helper
74 atf_check -s eq:1 -o empty -e save:stderr \
76 atf_check -s eq:0 -o ignore -e empty \
79 atf_check -s eq:1 -o empty -e save:stderr \
81 atf_check -s eq:0 -o ignore -e empty \
84 atf_check -s eq:1 -o empty -e save:stderr \
86 atf_check -s eq:0 -o ignore -e empty \
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A DTestspec61 TESTSET_1_CASE_1="-s eq:0 -o file:1.expected -e empty b2e < 1.in"
62 TESTSET_1_CASE_2="-s eq:0 -o file:2.expected -e empty b2e < 2.in"
64 TESTSET_1_CASE_1="-s eq:0 -o file:expected16 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg…
65 DISABLE_TESTSET_1_CASE_2="-s eq:0 -o file:expected17 -e empty netpgpverify -c verify a.gpg"
66 TESTSET_1_CASE_3="-s eq:0 -o file:expected18 -e empty env TZ=US/Pacific netpgpverify -c verify a.gp…
67 TESTSET_1_CASE_4="-s eq:0 -o file:expected19 -e empty env TZ=US/Pacific netpgpverify -c verify NetB…
68 TESTSET_1_CASE_5="-s eq:0 -o file:expected20 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg…
69 TESTSET_1_CASE_6="-s eq:0 -o file:expected21 -e empty env TZ=US/Pacific netpgpverify < a.gpg"
70 TESTSET_1_CASE_7="-s eq:0 -o file:expected22 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg…
71 TESTSET_1_CASE_8="-s eq:0 -o file:expected23 -e empty env TZ=US/Pacific netpgpverify < NetBSD-6.0_R…
[all …]
/freebsd/crypto/openssl/test/
H A Dpkits-test.pl156 "True", $nist1, "<empty>", 43
168 "False", "<empty>", "<empty>", 0
174 "True", "<empty>", "<empty>", 43
180 "False", "<empty>", "<empty>", 0
186 "True", "<empty>", "<empty>", 43
192 "True", "<empty>", "<empty>", 43
199 "True", "<empty>", "<empty>", 43
205 "True", "<empty>", "<empty>", 43
223 "True", $nist1, "<empty>", 43
229 "True", "<empty>", "<empty>", 43
[all …]

12345678910>>...132