Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
HDMakefile.inc9 strftime.c strptime.c timelocal.c time32.c timespec_get.c
11 MAN+= ctime.3 getdate.3 offtime.3 strftime.3 strptime.3 \
28 MLINKS+=strptime.3 strptime_l.3
HDSymbol.map25 strptime;
HDgetdate.c104 rp = strptime(str, line, rtmp); in getdate()
HDstrptime.c697 strptime(const char * __restrict buf, const char * __restrict fmt, in strptime() function
/dragonfly/sbin/dump/
HDunctime.c53 str = strptime(str, "%a %b %e %T %Y", &then); in unctime()
/dragonfly/contrib/mdocml/
HDREADME.DELETED82 test-strptime.c
HDmandoc.c486 pp = strptime(p, fmt, &tm); in a2time()
/dragonfly/include/
HDtime.h198 char *strptime(const char * __restrict, const char * __restrict,
/dragonfly/contrib/tnftp/src/
HDutil.c754 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) { in remotemodtime()
819 if ((t = strptime(httpdate, "%a, %d %b %Y %H:%M:%S GMT", parsed)) || in parse_rfc2616time()
821 (t = strptime(httpdate, "%a, %d-%b-%y %H:%M:%S GMT", parsed)) || in parse_rfc2616time()
823 (t = strptime(httpdate, "%a, %b %d %H:%M:%S %Y", parsed))) { in parse_rfc2616time()
/dragonfly/lib/libssh/openbsd-compat/
HDopenbsd-compat.h129 char *strptime(const char *buf, const char *fmt, struct tm *tm);
/dragonfly/bin/date/
HDdate.c235 t = strptime(p, fmt, lt); in setthetime()
/dragonfly/contrib/tnftp/
HDtnftp.h411 char *strptime(const char *, const char *, struct tm *);
/dragonfly/usr.bin/touch/
HDtouch.c336 p = strptime(arg, fmt, &t); in stime_darg()
/dragonfly/usr.bin/ncal/
HDncal.c1107 if (strptime(s, "%B", &tm) != NULL || strptime(s, "%b", &tm) != NULL) { in parsemonth()
/dragonfly/usr.bin/kcollect/
HDkcollect.c759 strptime(str, fmt, &tm); in str2unix()
/dragonfly/lib/libfetch/
HDhttp.c886 r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm); in http_parse_mtime()
892 r = strptime(p, "%a, %d %b %Y %H:%M:%S UTC", &tm); in http_parse_mtime()
/dragonfly/sbin/routed/
HDparms.c442 ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm); in parse_ts()
/dragonfly/crypto/openssh/
HDREADME.DELETED117 ./openbsd-compat/strptime.c
HDmisc.c2496 if ((cp = strptime(buf, fmt, &tm)) == NULL || *cp != '\0') in parse_absolute_time()
HDconfig.h.in1324 /* Define to 1 if you have the `strptime' function. */
HDconfigure.ac2001 strptime \
HDconfig.log12432 configure:16592: checking for strptime
/dragonfly/usr.sbin/newsyslog/
HDnewsyslog.c1518 if ((s = strptime(&dp->d_name[logfname_len + 1], in validate_old_timelog()
/dragonfly/contrib/dhcpcd/src/
HDif-options.c2155 if (strptime(arg, "%Y-%m-%d %H:%M", &tm) == NULL) { in parse_option()