Home
last modified time | relevance | path

Searched refs:fmt_02u (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dhttpd_indexcgi.c199 static void fmt_02u(/*char *dst,*/ unsigned n) in fmt_02u() function
211 fmt_02u(n / 100); in fmt_04u()
212 fmt_02u(n % 100); in fmt_04u()
326 fmt_02u(ptm->tm_mon + 1); *dst++ = '-'; in main()
327 fmt_02u(ptm->tm_mday); *dst++ = ' '; in main()
328 fmt_02u(ptm->tm_hour); *dst++ = ':'; in main()
329 fmt_02u(ptm->tm_min); *dst++ = ':'; in main()
330 fmt_02u(ptm->tm_sec); in main()