Lines Matching +full:50 +full:a
6 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
9 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
16 # Wait at most tm_out tenths of a second
27 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
30 tm_out=$3 ; [ -n "${tm_out}" ] || tm_out=50
38 # Wait at most tm_out tenths of a second
48 # Time out after $2 tenths of a second or 5 seconds if $2 is ""
51 tm_out=$2 ; [ -n "${tm_out}" ] || tm_out=50
54 # Wait at most tm_out tenths of a second
63 # Check if PID $1 is still running after $2 tenths of a second
70 # Check for at least tm_out tenths of a second