Searched refs:fmt (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | log.c | 267 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...) { in log_error_write() argument 299 for(va_start(ap, fmt); *fmt; fmt++) { in log_error_write() 305 switch(*fmt) { in log_error_write() 359 buffer_append_string_len(srv->errorlog_buf, fmt, 1); in log_error_write()
|
| H A D | log.h | 17 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...);
|
| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 1243 mtcp_set_debug_string(mtcp_manager_t mtcp, const char *fmt, ...) in mtcp_set_debug_string() argument 1251 if (fmt == NULL) { in mtcp_set_debug_string() 1256 va_start(args, fmt); in mtcp_set_debug_string() 1257 i = vsnprintf(mtcp->dbg_buf, DBG_BUF_LEN - 1, fmt, args); in mtcp_set_debug_string()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ltmain.sh | 5663 void lt_debugprintf (const char *file, int line, const char *fmt, ...); 6186 lt_debugprintf (const char *file, int line, const char *fmt, ...) 6192 va_start (args, fmt); 6193 (void) vfprintf (stderr, fmt, args);
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 136 void bpf_error(const char *fmt, ...) in bpf_error() argument 140 va_start(ap, fmt); in bpf_error() 141 (void) vsnprintf(bpf_error_filter, PCAP_ERRBUF_SIZE, fmt, ap); in bpf_error()
|