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

  /src/external/bsd/tcpdump/dist/
ntp.c 55 char time_buf[128]; local
67 time_string = nd_format_time(time_buf, sizeof (time_buf),
print-zep.c 83 char time_buf[128]; local
86 nd_format_time(time_buf, sizeof (time_buf), "%Y-%m-%d %H:%M:%S",
  /src/external/bsd/libbind/dist/isc/
logging.c 287 char time_buf[256]; local
312 time_buf[0]='\0';
323 sprintf(time_buf, "%02d-%s-%4d %02d:%02d:%02d.%03ld ",
379 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",
414 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c 1078 char time_buf[ SLAP_TEXT_BUFLEN ]; local
1079 asyncmeta_get_timestamp(time_buf);
1082 time_buf, msc, msc->msc_ld, msc->msc_bound_ndn.bv_val,
1139 char time_buf[ SLAP_TEXT_BUFLEN ]; local
1140 asyncmeta_get_timestamp(time_buf);
1143 (unsigned int)slap_get_time(), time_buf, msc,
bind.c 874 char time_buf[ SLAP_TEXT_BUFLEN ]; local
875 asyncmeta_get_timestamp(time_buf);
877 time_buf, msc, (xtext ? xtext : "") );
1587 char time_buf[ SLAP_TEXT_BUFLEN ]; local
1588 asyncmeta_get_timestamp(time_buf);
1590 time_buf, msc );
1596 char time_buf[ SLAP_TEXT_BUFLEN ]; local
1597 asyncmeta_get_timestamp(time_buf);
1599 time_buf, rc, msc );
1638 char time_buf[ SLAP_TEXT_BUFLEN ] local
    [all...]
meta_result.c 91 char time_buf[ SLAP_TEXT_BUFLEN ]; local
92 asyncmeta_get_timestamp(time_buf);
95 (unsigned int)slap_get_time(), time_buf, msc,
106 char time_buf[ SLAP_TEXT_BUFLEN ]; local
107 asyncmeta_get_timestamp(time_buf);
110 time_buf,bind_result->sr_err, msc );
128 char time_buf[ SLAP_TEXT_BUFLEN ]; local
129 asyncmeta_get_timestamp(time_buf);
131 time_buf, msc );
142 char time_buf[ SLAP_TEXT_BUFLEN ] local
1541 char time_buf[ SLAP_TEXT_BUFLEN ]; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 826 char time_buf[28]; local
829 memcpy(time_buf, msg, sizeof(msg));
831 srp_format_time_offset(time_buf, sizeof(time_buf), srp_time() - raw_message->received_time);
837 ret->key_lease, ret->host_lease, raw_message->lease, time_buf, remote_name == NULL ? "(none)" : remote_name, ret);
service-publisher.c 245 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
247 time_buf, sizeof(time_buf));
264 instance->instance_name, instance->service_type, host->registered_name, time_buf,
313 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
315 time_buf, sizeof(time_buf));
325 host->name, time_buf, record, record->rref);
srp-mdns-proxy.c 2141 srp_message_tsr_attribute_generate(message_t *message, uint32_t key_id, char *time_buf, size_t time_buf_size)
2151 srp_format_time_offset(time_buf, time_buf_size, offset);
2156 time_buf[0] = 0;
2158 memcpy(time_buf, msg, sizeof(msg));
2170 srp_adv_instance_tsr_attribute_generate(adv_instance_t *instance, char *time_buf, size_t time_buf_size)
2178 return srp_message_tsr_attribute_generate(message, instance->host->key_id, time_buf, time_buf_size);
2206 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
2208 srp_adv_instance_tsr_attribute_generate(instance, time_buf, sizeof(time_buf));
2225 instance->host->name == NULL ? "<null>" : instance->host->name, time_buf, instance, service_ref)
2665 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
2753 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
2832 char time_buf[TSR_TIMESTAMP_STRING_LEN]; local
    [all...]
  /src/external/gpl2/mkhybrid/dist/
multi.c 236 char time_buf[7]; local
273 iso9660_date((char *) time_buf, lstatbuf->st_ctime);
274 if(memcmp(time_buf, pnt+offset, 7) == 0)
280 iso9660_date((char *) time_buf, lstatbuf->st_mtime);
281 if(memcmp(time_buf, pnt+offset, 7) == 0)
  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11tim.c 488 char time_buf[32]; local
490 /* Big enough to handle 64-bit t, time_buf, and cycle_buf. */
493 time_buf[0] = 0;
501 sprintf (time_buf, " (%3.1f us)", dt * 1000000.0);
503 sprintf (time_buf, " (%3.1f ms)", dt * 1000.0);
505 sprintf (time_buf, " (%3.1f s)", dt);
512 sprintf (buf, "%9" PRIi64 "%s%s", t, cycle_buf, time_buf);
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11tim.c 488 char time_buf[32]; local
490 /* Big enough to handle 64-bit t, time_buf, and cycle_buf. */
493 time_buf[0] = 0;
501 sprintf (time_buf, " (%3.1f us)", dt * 1000000.0);
503 sprintf (time_buf, " (%3.1f ms)", dt * 1000.0);
505 sprintf (time_buf, " (%3.1f s)", dt);
512 sprintf (buf, "%9" PRIi64 "%s%s", t, cycle_buf, time_buf);

Completed in 40 milliseconds