Lines Matching +full:3 +full:e
60 if [ ! -e $file ]; then
79 if [ -e $file ]; then
94 if [ -e $file ]; then
108 if [ ! -e $file ]; then
115 if [ -e $file ]; then
131 if [ ! -e $file ]; then
139 if [ -e $file ]; then
163 if [ ! -e $file ]; then
198 if [ -e $file ]; then
215 [ -e $file -a -s $file ] || exit 1
221 elif [ -e $file -a ! -s $file ]; then
234 # pipes for synchronization. We use pipes 1..3 to start the
236 # has started. If you need more than 3 jobs the two +3's below
245 for f in 1 2 3 4 5 6; do
256 if [ -e $var ]; then
263 cat ${p[$[$1+3]]} > /dev/null
267 echo 1 > ${p[$[$1+3]]}
289 [ -e $var ] || exit 1
293 { waitpipe 3; } < $var &
294 waitstart 3
298 [ -e $var ] || exit 1
301 [ -e $var ] || exit 1
303 endjob 3
304 [ ! -e $var ] || exit 1
311 # the final write to check the close of 2 and 3. The
316 [ -e $var -a ! -s $var ] || exit 1
319 { waitpipe 3; } < $var &
320 waitstart 3
324 [ -e $var -a ! -s $var ] || exit 1
325 endjob 3
326 [ -e $var -a ! -s $var ] || exit 1
343 [ -e $var -a -s $var ] || exit 1
346 { waitpipe 3; } < $var &
347 waitstart 3
351 [ -e $var -a ! -s $var ] || exit 1
353 [ -e $var ] || exit 1
355 endjob 3
357 [ ! -e $var ] || exit 1