Searched refs:tr (Results 1 – 6 of 6) sorted by relevance
56 …BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | tr -d '\r\n' | cut -d' …57 …BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Software | tr -d '\r\n' | cut -d' …60 local fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | tr -d '\r\n' | cut -d' ' -f4`61 local sw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | tr -d '\r\n' | cut -d' ' -f4`
57 local text=(`cat $working_dir$2 | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' | grep $1`)83 preload_contents=($(cat $working_dir$PRELOAD_FILE | tr '\r' ' '))194 …rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…224 …rpl_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…240 tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |\
81 TITLE_ID=`echo ${TITLE_ID} | sed -e "s/0x//g" | tr "[A-Z]" "[a-z]"`92 DEV_TYPE=`echo ${DEV_TYPE} | sed -e "s/0x//g" | tr "[A-Z]" "[a-z]" | sed -e "s/\"//g"`
86 echo -ne "$@" | tr [:upper:] [:lower:]
919 f32 tr,s; in C_QUATMtx() local927 tr = m[0][0] + m[1][1] + m[2][2]; in C_QUATMtx()928 if( tr > 0.0f ) in C_QUATMtx()930 s = (f32)sqrtf(tr + 1.0f); in C_QUATMtx()
274 WPADTRStatus tr ; member