Lines Matching refs:dtx
87 dtx="$1"
90 if [ -d "${dtx}" ] ; then
94 if ( ! ${DTC} -I fs ${dtx} ) ; then
98 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then
100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
105 if ( ! ${DTC} -I dtb ${dtx} ) ; then
115 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \
132 dtx_arch=`echo "/${dtx}" | sed -e 's|.*/arch/||' -e 's|/.*||'`
166 echo "ERROR: ${dtx} does not exist or is not readable" >&2
329 # plus directories of the dtx file(s)