Searched refs:strptime (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A DMakefile.in60 strptime.c strsep.c strsep_copy.c strtok_r.c strupr.c swab.c \
203 am_libtest_la_OBJECTS = libtest_la-strftime.lo libtest_la-strptime.lo \
571 libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
849 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strptime.Plo@am__quote@
924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtest_la-strptime.Plo@am__quote@
1331 libtest_la-strptime.lo: strptime.c
1332 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtest_la_CFLAGS) $(CFLAGS) -MT libtest_la-strptime.lo -MD -MP -MF $(DEPDIR)/libtest_la-strptime.Tpo -c -o libtest_la-strptime
[all...]
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c886 r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm);
892 r = strptime(p, "%a, %d %b %Y %H:%M:%S UTC", &tm);
/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c753 (strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) {
/freebsd-13-stable/sbin/routed/
H A Dparms.c446 ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm);
/freebsd-13-stable/contrib/mandoc/
H A DMakefile51 test-strptime.c \
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1998 * POSIX strptime says "The application shall ensure that there
2022 if (strptime(buf, fmt, &tm) == NULL)
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1310 s = strptime(s, "%t%Y%t-%t%m%t-%t%d%tT%t%H%t:%t%M%t:%t%S%t", &tm);
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c361 tmp = strptime(gentime, "%Y%m%d%H%M%SZ", &tm);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c2077 /* Use 'strptime' to take the brunt of the work, then parse
2082 ep = strptime(gps_time, "%Y-%m-%dT%H:%M:%S", &gd);
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c896 p = strptime (opt->time_string, "%Y-%m-%d", &tm);
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1516 if ((s = strptime(&dp->d_name[logfname_len + 1],
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in159 compat/strlcpy.c compat/strptime.c compat/getentropy_freebsd.c compat/getentropy_linux.c \
1656 strptime.lo strptime.o: $(srcdir)/compat/strptime.c config.h
H A Dconfigure15302 # check wether strptime also works
16119 for ac_func in strptime
16121 ac_fn_c_check_func "$LINENO" "strptime" "ac_cv_func_strptime"
16127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strptime works" >&5
16128 $as_echo_n "checking whether strptime works... " >&6; }
16142 res = strptime("2010-07-15T00:00:00+00:00", "%t%Y%t-%t%m%t-%t%d%tT%t%H%t:%t%M%t:%t%S%t", &tm);
16144 res = strptime("20070207111842", "%Y%m%d%H%M%S", &tm);
16164 *" strptime.$ac_objext "* ) ;;
16165 *) LIBOBJS="$LIBOBJS strptime.$ac_objext"
16179 *" strptime
[all...]
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c1280 if (strptime(msg, RFC3164_DATEFMT, &tm_parsed) ==

Completed in 298 milliseconds

12