Lines Matching +full:50 +full:a
7 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
10 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
17 # Wait at most tm_out tenths of a second
28 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
31 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
39 # Wait at most tm_out tenths of a second
49 # Time out after $2 tenths of a second or 5 seconds if $2 is ""
52 tm_out=$2 ; [ -n "${tm_out}" ] || tm_out=50
55 # Wait at most tm_out tenths of a second
64 # Check if PID $1 is still running after $2 tenths of a second
71 # Check for at least tm_out tenths of a second