MCPcopy Index your code
hub / github.com/git/git / warning_errno

Function warning_errno

usage.c:301–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void warning_errno(const char *warn, ...)
302{
303 char buf[1024];
304 va_list params;
305
306 va_start(params, warn);
307 warn_routine(fmt_with_err(buf, sizeof(buf), warn), params);
308 va_end(params);
309}
310
311void warning(const char *warn, ...)
312{

Callers 15

open_midx_bitmap_1Function · 0.85
open_pack_bitmap_1Function · 0.85
write_loose_objectFunction · 0.85
warn_on_inaccessibleFunction · 0.85
warn_if_unremovableFunction · 0.85
set_long_from_envFunction · 0.85
next_directory_entryFunction · 0.85
push_levelFunction · 0.85
pop_levelFunction · 0.85
prepare_next_entry_dataFunction · 0.85
dir_iterator_freeFunction · 0.85
add_mailname_hostFunction · 0.85

Calls 1

fmt_with_errFunction · 0.85

Tested by

no test coverage detected