Lines Matching refs:busybox
6 dt=`busybox date -d 1:2 +%T`
9 dt=`busybox date -d 1:2:3 +%T`
16 # busybox 1.11.0.svn date reports:
22 #dt=`busybox date -d 1.2-3:4`
26 #dt=`busybox date -d 1.2-3:4:5`
30 #dt=`busybox date -d 1999.1.2-3:4`
34 #dt=`busybox date -d 1999.1.2-3:4:5`
38 dt=`busybox date -d '1999-1-2 3:4:5'`
44 #dt=`busybox date -d 01231133 +%c`
50 dt=`busybox date -d 200001231133 +%c`
55 dt=`busybox date -d 200001231133.30 +%c`
58 lcbbd="LC_ALL=C busybox date"
133 dt=`busybox date -d 012311332000.30 %+c 2>&1 | head -n 1`