Home
last modified time | relevance | path

Searched refs:log_buf (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c397 char log_buf[VSTREAM_BUFSIZE + 1]; in pipe_command() local
600 log_len = vstream_fread(cmd_out_stream, log_buf, sizeof(log_buf) - 1); in pipe_command()
602 log_buf[log_len] = 0; in pipe_command()
603 translit(log_buf, "\t\n", " "); in pipe_command()
604 printable(log_buf, '_'); in pipe_command()
623 log_buf : sys_exits_detail(EX_SOFTWARE)->text, in pipe_command()
626 log_len ? ". Command output: " : "", log_buf); in pipe_command()
637 log_buf : sys_exits_detail(EX_SOFTWARE)->text, in pipe_command()
640 log_len ? ". Command output: " : "", log_buf); in pipe_command()
644 else if (dsn_valid(log_buf) > 0) { in pipe_command()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
535 bool create, char *log_buf, unsigned int log_buf_len) { in get_entry() argument
616 log_end(rrl, e, true, log_buf, log_buf_len); in get_entry()
654 char *log_buf, unsigned int log_buf_len) { in debit_rrl_entry() argument
675 DNS_RRL_RTYPE_TCP, now, false, log_buf, log_buf_len); in debit_rrl_entry()
840 isc_result_t resp_result, char *log_buf, in make_log_buf() argument
851 log_buf[0] = '\0'; in make_log_buf()
855 isc_buffer_init(&lb, log_buf, log_buf_len - 1); in make_log_buf()
985 log_buf[isc_buffer_usedlength(&lb)] = '\0'; in make_log_buf()
989 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf, in log_end() argument
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drrl.c44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
513 bool create, char *log_buf, unsigned int log_buf_len) { in response_balance()
594 log_end(rrl, e, true, log_buf, log_buf_len); in get_entry()
632 char *log_buf, unsigned int log_buf_len) { in get_entry()
653 DNS_RRL_RTYPE_TCP, now, false, log_buf, log_buf_len); in debit_rrl_entry()
818 isc_result_t resp_result, char *log_buf, in add_log_str()
829 log_buf[0] = '\0'; in add_log_str()
833 isc_buffer_init(&lb, log_buf, log_buf_len - 1);
963 log_buf[isc_buffer_usedlength(&lb)] = '\0'; in make_log_buf()
967 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf, in make_log_buf()
535 get_entry(dns_rrl_t * rrl,const isc_sockaddr_t * client_addr,dns_zone_t * zone,dns_rdataclass_t qclass,dns_rdatatype_t qtype,const dns_name_t * qname,dns_rrl_rtype_t rtype,isc_stdtime_t now,bool create,char * log_buf,unsigned int log_buf_len) get_entry() argument
654 debit_rrl_entry(dns_rrl_t * rrl,dns_rrl_entry_t * e,double qps,double scale,const isc_sockaddr_t * client_addr,isc_stdtime_t now,char * log_buf,unsigned int log_buf_len) debit_rrl_entry() argument
840 make_log_buf(dns_rrl_t * rrl,dns_rrl_entry_t * e,const char * str1,const char * str2,bool plural,const dns_name_t * qname,bool save_qname,dns_rrl_result_t rrl_result,isc_result_t resp_result,char * log_buf,unsigned int log_buf_len) make_log_buf() argument
989 log_end(dns_rrl_t * rrl,dns_rrl_entry_t * e,bool early,char * log_buf,unsigned int log_buf_len) log_end() argument
1010 log_stops(dns_rrl_t * rrl,isc_stdtime_t now,int limit,char * log_buf,unsigned int log_buf_len) log_stops() argument
1055 dns_rrl(dns_view_t * view,dns_zone_t * zone,const isc_sockaddr_t * client_addr,bool is_tcp,dns_rdataclass_t qclass,dns_rdatatype_t qtype,const dns_name_t * qname,isc_result_t resp_result,isc_stdtime_t now,bool wouldlog,char * log_buf,unsigned int log_buf_len) dns_rrl() argument
1290 char log_buf[DNS_RRL_LOG_BUF_LEN]; dns_rrl_view_destroy() local
[all...]
/netbsd-src/external/bsd/nsd/dist/
H A Dxfr-inspect.c307 char log_buf[5120]; in inspect_trail() local
308 if(!xi_diff_read_str(in, log_buf, sizeof(log_buf))) { in inspect_trail()
314 printf("log: %s\n", log_buf); in inspect_trail()
H A Dixfrcreate.c997 char log_buf[1024], nowstr[128]; in ixfr_create_finishup() local
1009 snprintf(log_buf, sizeof(log_buf), in ixfr_create_finishup()
1014 store->data->log_str = strdup(log_buf); in ixfr_create_finishup()
1033 ixfr_store_finish(store, nsd, log_buf); in ixfr_create_finishup()
H A Ddifffile.c1282 char log_buf[5120]; in apply_ixfr_for_zone() local
1381 if(!diff_read_str(in, log_buf, sizeof(log_buf))) { in apply_ixfr_for_zone()
1384 snprintf(log_buf, sizeof(log_buf), "error reading log"); in apply_ixfr_for_zone()
1397 zone->logstr = region_strdup(nsd->db->region, log_buf); in apply_ixfr_for_zone()
1406 "starting AXFR. Transfer %s", zone_buf, log_buf); in apply_ixfr_for_zone()
1413 ixfr_store_finish(ixfr_store, nsd, log_buf); in apply_ixfr_for_zone()
1420 zone_buf, log_buf, num_bytes, elapsed)); in apply_ixfr_for_zone()
H A Dixfr.h157 char* log_buf);
H A Dixfr.c1050 char* log_buf) in ixfr_store_finish() argument
1064 if(log_buf && !ixfr_store->data->log_str) in ixfr_store_finish()
1065 ixfr_store->data->log_str = strdup(log_buf); in ixfr_store_finish()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dlogerr.c56 char log_buf[BUFSIZ]; member
455 (void)setvbuf(stderr, ctx->log_buf, _IOLBF, sizeof(ctx->log_buf)); in logopen()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dlog.h195 void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* buf);
H A Dlog.c424 void log_buf(enum verbosity_value level, const char* msg, sldns_buffer* buf) in log_buf() function
/netbsd-src/sys/dev/sdmmc/
H A Dif_bwfm_sdio.h206 uint32_t log_buf; member
H A Dif_bwfm_sdio.c2059 c.log_buf = le32toh(c.log_buf); in bwfm_sdio_debug_console()
2073 err = bwfm_sdio_ram_read_write(sc, c.log_buf, sc->sc_console_buf, in bwfm_sdio_debug_console()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drrl.h263 bool wouldlog, char *log_buf, unsigned int log_buf_len);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drrl.h264 bool wouldlog, char *log_buf, unsigned int log_buf_len);
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmsgparse.c109 log_buf(0, "orig in hex", pkt); in test_buffers()
110 log_buf(0, "unbound out in hex", out); in test_buffers()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c2709 char log_buf[1084]; in report_jumbo_ranges() local
2725 char *bufptr = log_buf; in report_jumbo_ranges()
2726 size_t space_left = sizeof(log_buf) - 1; in report_jumbo_ranges()
2760 " subnet of ranges: %s", log_buf); in report_jumbo_ranges()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_dev.h354 uint8_t log_buf[QXL_LOG_BUF_SIZE]; member
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dclient.c958 char log_buf[DNS_RRL_LOG_BUF_LEN]; in ns_client_error()
973 client->now, wouldlog, log_buf, in ns_client_addopt()
974 sizeof(log_buf)); in ns_client_addopt()
986 "%s", log_buf); in ns_client_addopt()
843 char log_buf[DNS_RRL_LOG_BUF_LEN]; ns_client_error() local
H A Dquery.c7141 char log_buf[DNS_RRL_LOG_BUF_LEN]; in query_checkrrl()
7204 wouldlog, log_buf, sizeof(log_buf)); in query_checkrrl()
7219 DNS_RRL_LOG_DROP, "%s", log_buf); in query_checkrrl()
7165 char log_buf[DNS_RRL_LOG_BUF_LEN]; query_checkrrl() local
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c1496 log_buf(VERB_ALGO, "dropped message", c->buffer);
1513 log_buf(VERB_ALGO, "udp message", c->buffer);
2999 log_buf(VERB_DETAIL, "for packet", c->buffer);
3008 log_buf(VERB_DETAIL, "for packet", c->buffer);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp389 uint64_t log_buf; in getHostCPUNameForBPF()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c1120 log_buf(VERB_ALGO, "dropped", c->buffer); in deny_refuse()
1132 log_buf(VERB_ALGO, "refuse", c->buffer); in deny_refuse()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DRELNOTES236 - Fix uninitialized access of log_buf in error printout on apply ixfr.
H A DChangeLog500 - Fix uninitialized access of log_buf in error printout on apply ixfr.