Searched defs:strftime (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dstrftime.c3 static char elsieid[] = "@(#)strftime.c 8.1";
32 static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89";
135 strftime(s, maxsize, format, t) function
162 (void) fprintf(stderr, "NULL strftime format ");
163 else (void) fprintf(stderr, "strftime format \"%s\" ",
329 ** strftime version 3.0. That is, "%k" and
352 ** strftime version 3.0. That is, "%k" and
433 ** From Arnold Robbins' strftime version 3.0:
445 ** From Arnold Robbins' strftime version 3.0: "the week number of the
536 ** From Arnold Robbins' strftime versio
[all...]

Completed in 91 milliseconds