gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strftime (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/asctime.c - 5.1KB - 144 lines
105:         */
106:         (void) strftime(year, sizeof year, "%Y", timeptr);
107:         len = snprintf(buf, bufsize,
bsd_source/t2ex/network/net/include/netbsd/time.h - 6.1KB - 191 lines
119: time_t mktime(struct tm *);
120: size_t strftime(char * __restrict, size_t, const char * __restrict,
121:     const struct tm * __restrict)