HomeSort by: relevance | last modified time | path
    Searched refs:Out1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-dhcom-drc02.dtsi 50 "", "", "", "", "DRC02-Out1", "", "", "",
  /src/tests/bin/sh/
t_redir.sh 312 ${TEST_SH} -c '(echo line 1; echo line 2 > Out2) > Out1'
313 test "$(cat Out1)" = "line 1" || atf_fail \
314 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'"
319 ${TEST_SH} -c '{ echo line 1; echo line 2 > Out2;} > Out1'
320 test "$(cat Out1)" = "line 1" || atf_fail \
321 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'"
325 i; rm -f Out1 Out2 2>/dev/null || :
330 echo "$arg" > Out1
    [all...]

Completed in 41 milliseconds