HomeSort by: relevance | last modified time | path
    Searched refs:empty (Results 1 - 25 of 439) 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 in typeref:typename:char
msg_179.c 17 } empty = { variable in typeref:struct:__anonfa9bb2cc0208
msg_047.c 8 struct empty { struct
msg_065.c 10 /* Don't warn about completely empty structs, which are a GCC extension. */
11 struct empty { struct
  /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...]
t_link.sh 41 atf_check -s exit:0 -o empty -e empty touch a
42 atf_check -s exit:0 -o empty -e empty touch z
48 atf_check -s exit:0 -o empty -e empty ln a b
58 atf_check -s exit:0 -o empty -e empty rm a
61 atf_check -s exit:0 -o empty -e empty rm
    [all...]
t_setattr.sh 41 atf_check -s exit:0 -o empty -e empty mkdir own
43 atf_check -s exit:0 -o empty -e empty chown 1234 own
60 atf_check -s exit:0 -o empty -e empty mkdir ownq
75 atf_check -s exit:0 -o empty -e empty mkdir grp
77 atf_check -s exit:0 -o empty -e empty chgrp 5678 gr
    [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/usr.bin/m4/lib/
ohash_lookup_interval.c 27 unsigned int empty; local in function:ohash_lookup_interval
32 empty = NONE;
40 if (empty == NONE)
41 empty = i;
46 if (empty != NONE) {
47 h->t[empty].hv = hv;
48 h->t[empty].p = h->t[i].p;
50 return empty;
63 /* Found an empty position. */
64 if (empty != NONE)
    [all...]
ohash_lookup_memory.c 26 unsigned int empty; local in function:ohash_lookup_memory
31 empty = NONE;
39 if (empty == NONE)
40 empty = i;
43 if (empty != NONE) {
44 h->t[empty].hv = hv;
45 h->t[empty].p = h->t[i].p;
47 return empty;
59 /* Found an empty position. */
60 if (empty != NONE)
    [all...]
  /src/tests/usr.bin/col/
t_col.sh 14 -e empty \
20 -e empty \
26 -e empty \
32 -e empty \
38 -e empty \
53 -e empty \
59 -e empty \
65 -e empty \
71 -e empty \
86 -e empty \
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>