Searched refs:nowstr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dstatschannel.c783 char nowstr[sizeof "yyyy-mm-ddThh:mm:ssZ"]; local
799 isc_time_formatISO8601(&now, nowstr, sizeof nowstr);
894 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR nowstr));
/netbsd-6-1-5-RELEASE/usr.sbin/map-mbone/
H A Dmapper.c759 char *nowstr = ctime(&now); local
761 nowstr[24] = '\0'; /* Kill the newline at the end */
764 nowstr);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c910 char nowstr[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
929 timestamp.bv_val = nowstr;
930 timestamp.bv_len = sizeof(nowstr);

Completed in 74 milliseconds