Searched refs:empty (Results 1 - 25 of 3547) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp17 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() ||
18 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() ||
19 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToKeep.empty() ||
20 !Common.SymbolsToLocalize.empty() || !Common.SymbolsToWeaken.empty() ||
21 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() ||
[all...]
/freebsd-current/contrib/netbsd-tests/bin/sleep/
H A Dt_sleep.sh39 atf_check -s exit:0 -o empty -e empty -x "sleep 0.1"
40 atf_check -s exit:0 -o empty -e empty -x "sleep 0.2"
41 atf_check -s exit:0 -o empty -e empty -x "sleep 0.3"
51 atf_check -s exit:0 -o empty -e empty -x "sleep 0x01"
62 atf_check -s not-exit:0 -o empty -e not-empty
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/cmp/
H A Dt_cmp.sh41 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s a x"
42 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x a"
43 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x y"
44 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s y x"
58 atf_check -s exit:0 -o empty -e empty
[all...]
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
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 tes
[all...]
H A Dt_trail_slash.sh38 atf_check -s eq:0 -o empty -e empty mkdir a/
39 atf_check -s eq:0 -o empty -e empty touch a/b
40 atf_check -s eq:0 -o empty -e empty test -f a/b
41 atf_check -s eq:0 -o empty -e empty rm a/b
42 atf_check -s eq:0 -o empty -e empty rmdi
[all...]
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 gre
[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 rmdi
[all...]
H A Dt_dots.sh37 atf_check -s eq:0 -o empty -e empty mkdir a
38 atf_check -s eq:0 -o empty -e empty test -d ./a
39 atf_check -s eq:0 -o empty -e empty test -d a/../a
53 atf_check -s eq:0 -o empty -e empty mkdir a
54 atf_check -s eq:0 -o empty -e empty mkdi
[all...]
H A Dt_sockets.sh37 atf_check -s eq:0 -o empty -e empty $(atf_get_srcdir)/h_tools sockets a
38 atf_check -s eq:0 -o empty -e empty rm a
40 atf_check -s eq:0 -o empty -e empty mkdir dir
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 l
[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 mkdi
[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
[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 chgr
[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 r
[all...]
/freebsd-current/contrib/unifdef/tests/
H A Dempty.sh1 unifdef -DFOO=1 -DFOOB=42 -UBAR empty.c
/freebsd-current/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
[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
[all...]
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_redircloexec.sh60 atf_check -s exit:0 -o empty -e not-empty ${TEST_SH} ./exec1
61 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -e ./exec1
66 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} ./exec1
72 atf_check -s not-exit:0 -o match:OKOK -o not-match:ERR -e not-empty \
79 atf_check -s exit:0 -o match:OKOKERR -e not-empty \
94 atf_check -s exit:0 -o empty -e empty
[all...]
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
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dempty.h26 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_HIDE_FROM_ABI constexpr auto empty(const _Cont& __c)
27 _NOEXCEPT_(noexcept(__c.empty())) -> decltype(__c.empty()) {
28 return __c.empty();
32 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_HIDE_FROM_ABI constexpr bool empty(const _Tp (&)[_Sz]) noexcept {
37 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_HIDE_FROM_ABI constexpr bool empty(initializer_list<_Ep> __il) noexcept {
/freebsd-current/contrib/netbsd-tests/bin/tar/
H A Dt_tar.sh38 atf_check -s eq:0 -o empty -e empty tar -cf file1.tar foo bar
41 atf_check -s eq:0 -o empty -e empty tar -cf file2.tar foo
42 atf_check -s eq:0 -o empty -e empty tar -rf file2.tar bar
45 atf_check -s eq:0 -o empty -e empty cmp file1.tar file2.tar
/freebsd-current/contrib/netbsd-tests/bin/pax/
H A Dt_pax.sh38 atf_check -s eq:0 -o empty -e empty \
42 atf_check -s eq:0 -o empty -e empty \
44 atf_check -s eq:0 -o empty -e empty \
48 atf_check -s eq:0 -o empty -e empty cmp file1.tar file2.tar
/freebsd-current/usr.bin/bmake/tests/execution/empty/
H A DMakefile.test4 check-empty:
9 do-check-empty:
/freebsd-current/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-current/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...]

Completed in 174 milliseconds

1234567891011>>