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

12

/freebsd-10.0-release/lib/libfetch/
H A Dhttp.c880 r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm);
/freebsd-10.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1494 if ((s = strptime(&dp->d_name[logfname_len + 1],
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c896 p = strptime (opt->time_string, "%Y-%m-%d", &tm);
/freebsd-10.0-release/crypto/openssh/
H A Dssh-keygen.c1678 * POSIX strptime says "The application shall ensure that there
1697 if (strptime(buf, fmt, &tm) == NULL)
H A Dconfigure9825 strptime \
/freebsd-10.0-release/contrib/unbound/
H A Dconfigure13926 # check wether strptime also works
14773 for ac_func in strptime
14775 ac_fn_c_check_func "$LINENO" "strptime" "ac_cv_func_strptime"
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strptime works" >&5
14782 $as_echo_n "checking whether strptime works... " >&6; }
14796 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);
14798 res = strptime("20070207111842", "%Y%m%d%H%M%S", &tm);
14818 *" strptime.$ac_objext "* ) ;;
14819 *) LIBOBJS="$LIBOBJS strptime.$ac_objext"
14833 *" strptime
[all...]

Completed in 299 milliseconds

12