Searched refs:strptime (Results 1 – 24 of 24) sorted by relevance
| /dragonfly/lib/libc/stdtime/ |
| HD | Makefile.inc | 9 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
|
| HD | Symbol.map | 25 strptime;
|
| HD | getdate.c | 104 rp = strptime(str, line, rtmp); in getdate()
|
| HD | strptime.c | 697 strptime(const char * __restrict buf, const char * __restrict fmt, in strptime() function
|
| /dragonfly/sbin/dump/ |
| HD | unctime.c | 53 str = strptime(str, "%a %b %e %T %Y", &then); in unctime()
|
| /dragonfly/contrib/mdocml/ |
| HD | README.DELETED | 82 test-strptime.c
|
| HD | mandoc.c | 486 pp = strptime(p, fmt, &tm); in a2time()
|
| /dragonfly/include/ |
| HD | time.h | 198 char *strptime(const char * __restrict, const char * __restrict,
|
| /dragonfly/contrib/tnftp/src/ |
| HD | util.c | 754 (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/ |
| HD | openbsd-compat.h | 129 char *strptime(const char *buf, const char *fmt, struct tm *tm);
|
| /dragonfly/bin/date/ |
| HD | date.c | 235 t = strptime(p, fmt, lt); in setthetime()
|
| /dragonfly/contrib/tnftp/ |
| HD | tnftp.h | 411 char *strptime(const char *, const char *, struct tm *);
|
| /dragonfly/usr.bin/touch/ |
| HD | touch.c | 336 p = strptime(arg, fmt, &t); in stime_darg()
|
| /dragonfly/usr.bin/ncal/ |
| HD | ncal.c | 1107 if (strptime(s, "%B", &tm) != NULL || strptime(s, "%b", &tm) != NULL) { in parsemonth()
|
| /dragonfly/usr.bin/kcollect/ |
| HD | kcollect.c | 759 strptime(str, fmt, &tm); in str2unix()
|
| /dragonfly/lib/libfetch/ |
| HD | http.c | 886 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/ |
| HD | parms.c | 442 ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm); in parse_ts()
|
| /dragonfly/crypto/openssh/ |
| HD | README.DELETED | 117 ./openbsd-compat/strptime.c
|
| HD | misc.c | 2496 if ((cp = strptime(buf, fmt, &tm)) == NULL || *cp != '\0') in parse_absolute_time()
|
| HD | config.h.in | 1324 /* Define to 1 if you have the `strptime' function. */
|
| HD | configure.ac | 2001 strptime \
|
| HD | config.log | 12432 configure:16592: checking for strptime
|
| /dragonfly/usr.sbin/newsyslog/ |
| HD | newsyslog.c | 1518 if ((s = strptime(&dp->d_name[logfname_len + 1], in validate_old_timelog()
|
| /dragonfly/contrib/dhcpcd/src/ |
| HD | if-options.c | 2155 if (strptime(arg, "%Y-%m-%d %H:%M", &tm) == NULL) { in parse_option()
|