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

/system/core/toolbox/
H A Ddate.c51 char strbuf[260]; local
86 strftime(strbuf, sizeof(strbuf),
91 strftime(strbuf, sizeof(strbuf),
95 printf("%s\n", strbuf);
H A Dalarm.c19 char strbuf[26]; local
89 asctime_r(&tm, strbuf);
90 printf("%s", strbuf);
100 asctime_r(&tm, strbuf);
101 printf("Now: %s", strbuf);
123 asctime_r(&tm, strbuf);
124 printf("Requested %s", strbuf);

Completed in 42 milliseconds