HomeSort by: relevance | last modified time | path
    Searched refs:empty (Results 1 - 25 of 4184) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_073.c 4 // Test for message: empty character constant [73]
8 /* expect+1: error: empty character constant [73] */
9 char empty = ''; variable
msg_047.c 8 struct empty { struct
msg_179.c 17 } empty = { variable in typeref:struct:__anon8076
msg_065.c 10 /* Don't warn about completely empty structs, which are a GCC extension. */
11 struct empty { struct
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
value-double-free.c 21 empty (void) function
nofield.c 18 struct empty {}; struct
30 struct empty e = {};
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
value-double-free.c 21 empty (void) function
nofield.c 18 struct empty {}; struct
30 struct empty e = {};
  /src/tests/bin/sleep/
t_sleep.sh 39 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 -x "LC_ALL=ru_RU.UTF-8 sleep 0,2
    [all...]
  /src/tests/usr.bin/cmp/
t_cmp.sh 41 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 -x "cmp a b '10'
    [all...]
  /src/tests/fs/tmpfs/
t_rename.sh 41 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 grep "Cross-device link" stder
    [all...]
t_readdir.sh 41 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 -e empty mknod blk b 0
    [all...]
t_symlink.sh 40 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 ln -s /bin/cp c
    [all...]
t_remove.sh 40 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 test -f
    [all...]
t_trail_slash.sh 38 atf_check -s exit:0 -o empty -e empty mkdir a/
39 atf_check -s exit:0 -o empty -e empty touch a/b
40 atf_check -s exit:0 -o empty -e empty test -f a/b
41 atf_check -s exit:0 -o empty -e empty rm a/b
42 atf_check -s exit:0 -o empty -e empty rmdir a
    [all...]
t_dots.sh 37 atf_check -s exit:0 -o empty -e empty mkdir a
38 atf_check -s exit:0 -o empty -e empty test -d ./a
39 atf_check -s exit:0 -o empty -e empty test -d a/../a
53 atf_check -s exit:0 -o empty -e empty mkdir a
54 atf_check -s exit:0 -o empty -e empty mkdir a/
    [all...]
t_rmdir.sh 41 atf_check -s exit:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s exit:1 -o empty -e ignore rmdir non-existent
68 atf_check -s exit:0 -o empty -e empty mkdir a
72 atf_check -s exit:0 -o empty -e empty rmdir a
88 atf_check -s exit:0 -o empty -e empty mkdir -p a/b/c
89 atf_check -s exit:0 -o empty -e empty rmdir a/b/
    [all...]
t_create.sh 40 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
62 atf_check -s exit:1 -o empty -e empty test -f a
63 atf_check -s exit:0 -o empty -e empty touch
    [all...]
t_sockets.sh 37 atf_check -s exit:0 -o empty -e empty $(atf_get_srcdir)/h_tools sockets a
38 atf_check -s exit:0 -o empty -e empty rm a
40 atf_check -s exit:0 -o empty -e empty mkdir dir
t_mkdir.sh 42 atf_check -s exit:1 -o empty -e empty test -d a
43 atf_check -s exit:0 -o empty -e empty mkdir a
44 atf_check -s exit:0 -o empty -e empty test -d a
62 atf_check -s exit:1 -o empty -e empty test -d ${d}
63 atf_check -s exit:0 -o empty -e empty mkdir ${d
    [all...]
  /src/tests/usr.bin/fstat/
t_fstat.sh 51 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 -s exit:1 -e not-empty -x "fstat -u -100
    [all...]
  /src/tests/bin/sh/
t_syntax.sh 52 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
54 atf_check -s exit:0 -o 'inline:2\n' -e empty ${TEST_SH} -c \
56 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
58 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
61 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
63 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
65 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
67 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
69 atf_check -s exit:0 -o 'inline:2\n' -e empty ${TEST_SH} -c \
79 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c '#
    [all...]
t_arith.sh 116 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...]
t_redircloexec.sh 58 atf_check -s exit:0 -o empty -e not-empty ${TEST_SH} ./exec1
59 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -e ./exec1
64 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} ./exec1
70 atf_check -s not-exit:0 -o match:OKOK -o not-match:ERR -e not-empty \
77 atf_check -s exit:0 -o match:OKOKERR -e not-empty \
92 atf_check -s exit:0 -o empty -e empty ${TEST_SH} ./exec
    [all...]
  /src/external/bsd/atf/dist/tools/
atf-config_test.sh 55 atf_check -s eq:0 -o save:stdout -e empty atf-config
56 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout
71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
73 atf_check -s eq:0 -o empty -e empty \
87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
89 atf_check -s eq:0 -o empty -e empty \
    [all...]

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>