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

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_073.c4 // Test for message: empty character constant [73]
8 /* expect+1: error: empty character constant [73] */
9 char empty = ''; variable
H A Dmsg_179.c17 } empty = { variable in typeref:struct:__anon3726
H A Dmsg_047.c8 struct empty { struct
H A Dmsg_065.c10 /* Don't warn about completely empty structs, which are a GCC extension. */
11 struct empty { struct
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/element_access/char/
H A Dempty.cc27 gdb::string_view empty; local
28 VERIFY( empty.empty() );
32 const gdb::string_view empty; local
33 VERIFY( empty.empty() );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/element_access/char/
H A Dempty.cc27 gdb::string_view empty; local
28 VERIFY( empty.empty() );
32 const gdb::string_view empty; local
33 VERIFY( empty.empty() );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/element_access/wchar_t/
H A Dempty.cc28 std::wstring_view empty; local
29 VERIFY( empty.empty() );
33 const std::wstring_view empty; local
34 VERIFY( empty.empty() );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/element_access/wchar_t/
H A Dempty.cc28 std::wstring_view empty; local
29 VERIFY( empty.empty() );
33 const std::wstring_view empty; local
34 VERIFY( empty.empty() );
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dempty.s1 # An empty file.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dexports.s1 # Deliberately left empty.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dvalue-double-free.c21 empty (void) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dvalue-double-free.c21 empty (void) function
/netbsd-current/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"
45 atf_check -s exit:0 -o empty -e empty -x "LC_ALL=ru_RU.UTF-8 sleep 0.2"
48 atf_check -s exit:0 -o empty -e empty
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dempty-aligned.exp1 # Make sure empty aligned sections do not change output layout.
26 set testname "empty-aligned"
28 run_dump_test empty-aligned
H A Dempty-address.exp1 # Make sure that "dot" is updated for empty sections if their addresses
29 run_dump_test empty-address-1
30 run_dump_test empty-address-2a
31 run_dump_test empty-address-2b
32 run_dump_test empty-address-3a
33 run_dump_test empty-address-3b
34 run_dump_test empty-address-3c
H A Dempty-aligned.d1 #source: empty-aligned.s
2 #ld: -T empty-aligned.t
/netbsd-current/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...]
/netbsd-current/tests/fs/tmpfs/
H A Dt_rename.sh41 atf_check -s exit:0 -o empty -e empty mkdir a
42 atf_check -s exit:1 -o empty -e ignore mv a/. c
43 atf_check -s exit:1 -o empty -e ignore mv a/.. c
44 atf_check -s exit:0 -o empty -e empty rmdir a
57 atf_check -s exit:0 -o empty -e empty mkdir a
58 atf_check -s exit:1 -o empty -e save:stderr \
60 atf_check -s exit:0 -o ignore -e empty gre
[all...]
H A Dt_readdir.sh41 atf_check -s exit:0 -o save:stdout -e empty /bin/ls -a
42 atf_check -s exit:0 -o ignore -e empty grep '^\.$' stdout
43 atf_check -s exit:0 -o ignore -e empty grep '^\..$' stdout
57 atf_check -s exit:0 -o empty -e empty mkdir dir
58 atf_check -s exit:0 -o empty -e empty touch reg
59 atf_check -s exit:0 -o empty -e empty ln -s reg lnk
60 atf_check -s exit:0 -o empty
[all...]
H A Dt_symlink.sh40 atf_check -s exit:0 -o empty -e empty touch a
41 atf_check -s exit:0 -o empty -e empty ln -s a b
45 atf_check -s exit:0 -o empty -e empty -x 'echo foo >a'
61 atf_check -s exit:0 -o empty -e empty touch b
62 atf_check -s exit:0 -o empty -e empty l
[all...]
H A Dt_remove.sh40 atf_check -s exit:1 -o empty -e empty test -f a
41 atf_check -s exit:0 -o empty -e empty touch a
42 atf_check -s exit:0 -o empty -e empty test -f a
43 atf_check -s exit:0 -o empty -e empty rm a
44 atf_check -s exit:1 -o empty -e empty tes
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/data/char/
H A D1.cc27 gdb::string_view empty; local
29 VERIFY( empty.size() == 0 );
30 const gdb::string_view::value_type* p = empty.data();
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/data/char/
H A D1.cc27 gdb::string_view empty; local
29 VERIFY( empty.size() == 0 );
30 const gdb::string_view::value_type* p = empty.data();
/netbsd-current/tests/usr.bin/fstat/
H A Dt_fstat.sh51 atf_check -o ignore -s exit:0 -e empty -x "fstat -p $pid"
64 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -1"
65 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -100"
66 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p abcd"
67 atf_check -o empty -s exit:1 -e not-empty -x "fstat -u abcd"
68 atf_check -o empty
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/capacity/
H A Dempty_neg.cc27 s.empty(); // { dg-warning "ignoring return value" }

Completed in 342 milliseconds

1234567891011>>