HomeSort by: relevance | last modified time | path
    Searched defs:nowstr (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacaudit.c 81 char nowstr[LDAP_LUTIL_GENTIME_BUFSIZE]; local
97 timestamp.bv_val = nowstr;
98 timestamp.bv_len = sizeof(nowstr);
  /src/external/bsd/openldap/dist/servers/slapd/
bind.c 418 char nowstr[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
453 timestamp.bv_val = nowstr;
454 timestamp.bv_len = sizeof(nowstr);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 134 char nowstr[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
154 timestamp.bv_val = nowstr;
155 timestamp.bv_len = sizeof(nowstr);
  /src/usr.sbin/map-mbone/
mapper.c 761 char *nowstr = ctime(&now); local
763 nowstr[24] = '\0'; /* Kill the newline at the end */
766 nowstr);
  /src/external/bsd/nsd/dist/
ixfrcreate.c 950 char log_buf[1024], nowstr[128]; local
959 snprintf(nowstr, sizeof(nowstr), "%s", ctime(&now));
960 if(strchr(nowstr, '\n'))
961 *strchr(nowstr, '\n') = 0;
966 (unsigned)ixfr_data_size(store->data), nowstr);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 847 char nowstr[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
854 timestamp.bv_val = nowstr;
855 timestamp.bv_len = sizeof(nowstr);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 1542 char nowstr[ LDAP_LUTIL_GENTIME_BUFSIZE ]; local
1572 timestamp.bv_val = nowstr;
1573 timestamp.bv_len = sizeof(nowstr);
1577 strcpy(nowstr_usec, nowstr);
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 1742 char nowstr[sizeof "yyyy-mm-ddThh:mm:ss.sssZ"]; local
1767 isc_time_formatISO8601ms(&now, nowstr, sizeof nowstr);
1794 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR nowstr));
2824 char nowstr[sizeof "yyyy-mm-ddThh:mm:ss.sssZ"]; local
2847 isc_time_formatISO8601ms(&now, nowstr, sizeof(nowstr));
2857 obj = json_object_new_string(nowstr);
  /src/external/mpl/bind/dist/lib/dns/
zone.c 22572 char nowstr[26]; /* Minimal buf per ctime_r() spec. */ local
22578 isc_stdtime_tostring(now, nowstr, sizeof(nowstr));
22585 (int)r.length, r.base, nowstr);

Completed in 56 milliseconds