Searched refs:cinput (Results 1 – 3 of 3) sorted by relevance
287 char *cinput = "1.5K", buf[FMT_SCALED_STRSIZE]; in main() local290 if (scan_scaled(cinput, &result) == 0) in main()291 printf("\"%s\" -> %lld\n", cinput, result); in main()293 perror(cinput); in main()
289 cinput=`cd ${INPUT}; ${PWDCMD}`293 if [ ${full_dest_dir} = ${cinput} ]; then302 elif expr ${full_dest_dir} : "${cinput}/.*" > /dev/null; then304 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"`
268 cinput=`cd ${INPUT}; ${PWDCMD}`272 if [ ${full_dest_dir} = ${cinput} ]; then281 elif expr ${full_dest_dir} : "${cinput}/.*" > /dev/null; then283 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"`