Searched refs:strptime (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dstrpftime-test.h46 #define strptime test_strptime macro
53 strptime (const char *buf, const char *format, struct tm *timeptr);
H A Dstrptime.c241 strptime (const char *buf, const char *format, struct tm *timeptr) function
290 s = strptime (buf, "%m/%d/%y", timeptr);
350 s = strptime (buf, "%I:%M:%S %p", timeptr);
356 s = strptime (buf, "%H:%M", timeptr);
372 s = strptime (buf, "%H:%M:%S", timeptr);
405 s = strptime (buf, "%Y:%m:%d", timeptr);
H A Dstrpftime-test.c262 ptr = strptime (tests[i].vals[j].result,
266 printf ("bad return value from strptime("
284 strptime ("200505", "%Y%m", &tm);
H A Droken.h.in946 #define strptime rk_strptime
948 strptime (const char *, const char *, struct tm *);
/freebsd-10.0-release/sbin/dump/
H A Dunctime.c51 str = strptime(str, "%a %b %e %T %Y", &then);
/freebsd-10.0-release/lib/libc/stdtime/
H A DSymbol.map14 strptime;
H A Dstrptime.c8 * Subject: Re: Use of your strptime(3) code (fwd)
13 * made it possible to get strptime to work on many operating systems.
64 static char sccsid[] __unused = "@(#)strptime.c 0.1 (Powerdog) 94/03/27";
610 strptime(const char * __restrict buf, const char * __restrict fmt, function
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h92 char *strptime(const char *buf, const char *fmt, struct tm *tm);
H A Dstrptime.c1 /* $OpenBSD: strptime.c,v 1.12 2008/06/26 05:42:05 ray Exp $ */
2 /* $NetBSD: strptime.c,v 1.12 1998/01/20 21:39:40 mycroft Exp $ */
32 /* OPENBSD ORIGINAL: lib/libc/time/strptime.c */
61 strptime(const char *buf, const char *fmt, struct tm *tm) function
/freebsd-10.0-release/include/
H A Dtime.h188 char *strptime(const char * __restrict, const char * __restrict,
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h305 /* Define to 1 if you have the `strptime' function. */
470 /* use default strptime. */
847 #define strptime unbound_strptime macro
849 char *strptime(const char *s, const char *format, struct tm *tm);
H A Dconfig.h.in304 /* Define to 1 if you have the `strptime' function. */
469 /* use default strptime. */
846 #define strptime unbound_strptime
848 char *strptime(const char *s, const char *format, struct tm *tm);
/freebsd-10.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c45 #define _GNU_SOURCE /* Required for strptime() on glibc2. */
631 strptime(optarg, "%Y%m%d%H%M%S", &tm);
644 strptime(optarg, "%Y%m%d%H%M%S", &tm);
665 strptime(optarg, "%Y%m%d", &tm);
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dutil.c207 p = strptime (str, "%Y-%m-%d", &tm);
217 if(p[0] != '\0' && strptime (p, "%H:%M:%S", &tm2) != NULL) {
/freebsd-10.0-release/usr.bin/csup/
H A Dmisc.c226 cp = strptime(revdate, "%Y.%m.%d.%H.%M.%S", tm);
228 cp = strptime(revdate, "%y.%m.%d.%H.%M.%S", tm);
/freebsd-10.0-release/bin/date/
H A Ddate.c194 t = strptime(p, fmt, lt);
/freebsd-10.0-release/usr.bin/touch/
H A Dtouch.c346 p = strptime(arg, fmt, &t);
/freebsd-10.0-release/contrib/mdocml/
H A Dmandoc.c570 pp = strptime(p, fmt, &tm);
/freebsd-10.0-release/contrib/tnftp/
H A Dtnftp.h398 char *strptime(const char *, const char *, struct tm *);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dfetch.c947 if ((t = strptime(cp,
951 || (t = strptime(cp,
955 || (t = strptime(cp,
H A Dutil.c753 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) {
/freebsd-10.0-release/usr.bin/ncal/
H A Dncal.c1099 if (strptime(s, "%B", &tm) != NULL || strptime(s, "%b", &tm) != NULL) {
/freebsd-10.0-release/sbin/routed/
H A Dparms.c451 ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm);
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c1286 s = strptime(s, "%t%Y%t-%t%m%t-%t%d%tT%t%H%t:%t%M%t:%t%S%t", &tm);
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c361 tmp = strptime(gentime, "%Y%m%d%H%M%SZ", &tm);

Completed in 385 milliseconds

12