Home
last modified time | relevance | path

Searched refs:ctimelen (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/other/
H A Dwatch.c104 int pad, ctimelen; in watch_main() local
107 ctimelen = strlen(ss = ctime(&t)); in watch_main()
108 if (ss[ctimelen-1]=='\n') ss[--ctimelen] = 0; in watch_main()
111 pad = width-++ctimelen; in watch_main()
114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1)); in watch_main()

Completed in 1 milliseconds