Lines Matching full:foo
33 touch foo
35 setextattr badnamespace myattr X foo
37 lsextattr -q badnamespace foo
46 touch foo
47 atf_check -s exit:0 -o empty setextattr user myattr XYZ foo
49 getextattr -qx user myattr foo
58 touch foo
60 atf_check -s exit:0 -o empty setextattr user myattr "$BINSTUFF" foo
61 getextattr user myattr foo
63 getextattr -qx user myattr foo
78 touch foo
79 atf_check -s exit:0 -o empty setextattr user $ATTRNAME myvalue foo
80 atf_check -s exit:0 -o inline:"${ATTRNAME}\n" lsextattr -q user foo
82 getextattr -q user ${ATTRNAME} foo
83 atf_check -s exit:0 -o empty rmextattr user ${ATTRNAME} foo
84 atf_check -s exit:0 -o empty lsextattr -q user foo
93 touch foo
96 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo
97 atf_check -s exit:0 -o inline:"foo myattr" \
98 printf "%s %s" $(lsextattr user foo)
99 atf_check -s exit:0 -o inline:"foo myvalue" \
100 printf "%s %s" $(getextattr user myattr foo)
101 atf_check -s exit:0 -o empty rmextattr user myattr foo
102 atf_check -s exit:0 -o inline:"foo" printf %s $(lsextattr user foo)
111 touch foo
112 atf_check -s exit:0 -o empty lsextattr -q user foo
122 lsextattr user foo
124 setextattr user myattr myvalue foo
126 getextattr user myattr foo
128 rmextattr user myattr foo
137 touch foo
138 atf_check -s exit:0 -o empty setextattr -n user myattr myvalue foo
139 atf_check -s exit:0 -o inline:"myvalue\0\n" getextattr -q user myattr foo
148 touch foo
149 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo
150 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q user foo
151 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q user myattr foo
152 atf_check -s exit:0 -o empty rmextattr user myattr foo
153 atf_check -s exit:0 -o empty lsextattr -q user foo
163 touch foo
164 atf_check -s exit:0 -o empty setextattr system myattr myvalue foo
165 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q system foo
166 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q system myattr foo
167 atf_check -s exit:0 -o empty rmextattr system myattr foo
168 atf_check -s exit:0 -o empty lsextattr -q system foo
178 touch foo
179 setextattr -i user myattr foo < infile || atf_fail "setextattr failed"
180 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q user foo
181 getextattr -qq user myattr foo > outfile || atf_fail "getextattr failed"
191 touch foo
192 atf_check -s exit:0 -o empty setextattr user myattr "my value" foo
194 getextattr -qs user myattr foo
203 touch foo
204 ln -s foo foolink
208 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q user myattr foo
217 touch foo
218 ln -s foo foolink
226 getextattr user myattr foo
229 atf_check -s exit:0 -o empty setextattr user otherattr othervalue foo
240 touch foo
241 atf_check -s exit:0 -o empty setextattr user userattr userval foo
242 atf_check -s exit:0 -o empty setextattr system sysattr sysval foo
243 atf_check -s exit:0 -o inline:"userattr\n" lsextattr -q user foo
244 atf_check -s exit:0 -o inline:"sysattr\n" lsextattr -q system foo
246 atf_check -s exit:0 -o inline:"userval\n" getextattr -q user userattr foo
247 atf_check -s exit:0 -o inline:"sysval\n" getextattr -q system sysattr foo
248 atf_check -s exit:0 -o empty rmextattr user userattr foo
249 atf_check -s exit:0 -o empty rmextattr system sysattr foo
250 atf_check -s exit:0 -o empty lsextattr -q user foo
251 atf_check -s exit:0 -o empty lsextattr -q system foo
260 touch foo bar
261 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo bar
262 atf_check -s exit:0 -o inline:"foo\tmyattr\nbar\tmyattr\n" \
263 lsextattr user foo bar
265 -o inline:"foo\tmyvalue\nbar\tmyvalue\n" \
266 getextattr user myattr foo bar
267 atf_check -s exit:0 -o empty rmextattr user myattr foo bar
268 atf_check -s exit:0 -o empty lsextattr -q user foo bar
279 setextattr user myattr myvalue foo bar
280 atf_check -s exit:0 -e ignore setextattr -f user myattr myvalue foo bar
282 lsextattr user foo bar
284 lsextattr -f user foo bar
286 getextattr user myattr foo bar
289 getextattr -f user myattr foo bar
291 rmextattr user myattr foo bar
293 rmextattr -f user myattr foo bar
303 touch foo
304 atf_check -s exit:0 -o empty setextattr user myattr1 myvalue1 foo
305 atf_check -s exit:0 -o empty setextattr user myattr2 myvalue2 foo
308 raw_output=`lsextattr -q user foo` || atf_fail "lsextattr failed"
314 atf_check -s exit:0 -o inline:"myvalue1\n" getextattr -q user myattr1 foo
315 atf_check -s exit:0 -o inline:"myvalue2\n" getextattr -q user myattr2 foo
316 atf_check -s exit:0 -o empty rmextattr user myattr2 foo
317 atf_check -s exit:0 -o empty rmextattr user myattr1 foo
318 atf_check -s exit:0 -o empty lsextattr -q user foo
328 touch foo
330 setextattr system myattr myvalue foo