Home
last modified time | relevance | path

Searched refs:logbuf (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/regtest/
Ddatabase.c58 char logbuf [1 << 14] ; member
190 sf_command (sndfile, SFC_GET_LOG_INFO, db->logbuf, sizeof (db->logbuf)) ; in db_add_file()
196 puts (db->logbuf) ; in db_add_file()
200 single_quote_replace (db->logbuf) ; in db_add_file()
205 …>pathname, info.samplerate, (long) info.frames, info.channels, info.format, checksum, db->logbuf) ; in db_add_file()
350 sf_command (sndfile, SFC_GET_LOG_INFO, db->logbuf, sizeof (db->logbuf)) ; in check_file_by_ekey()
356 puts (db->logbuf) ; in check_file_by_ekey()
360 single_quote_replace (db->logbuf) ; in check_file_by_ekey()
413 …ere is the old logubuffer :\n\n%s\n\nand the new :\n\n%s\n\n", result [2 * cols - 1], db->logbuf) ; in check_file_by_ekey()
/third_party/ntfs-3g/libntfs-3g/
Dlogging.c365 char logbuf[LOG_LINE_LEN]; in ntfs_log_handler_syslog() local
372 ret = vsnprintf(logbuf, LOG_LINE_LEN, format, args); in ntfs_log_handler_syslog()
380 strncat(logbuf, ": ", LOG_LINE_LEN - ret - 1); in ntfs_log_handler_syslog()
381 strncat(logbuf, strerror(olderr), LOG_LINE_LEN - (ret + 3)); in ntfs_log_handler_syslog()
382 ret = strlen(logbuf); in ntfs_log_handler_syslog()
385 syslog(LOG_NOTICE, "%s", logbuf); in ntfs_log_handler_syslog()
/third_party/nghttp2/src/
Dshrpx_log.cc109 static LogBuffer logbuf; in get_logbuf() local
110 return &logbuf; in get_logbuf()