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

Function usagef

usage.c:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void NORETURN usagef(const char *err, ...)
171{
172 va_list params;
173
174 va_start(params, err);
175 usage_routine(err, params);
176 va_end(params);
177}
178
179void NORETURN usage(const char *err)
180{

Callers 6

usageFunction · 0.85
cmd_mainFunction · 0.85
cmd_cat_fileFunction · 0.85
cmd_merge_recursiveFunction · 0.85
parse_one_optionFunction · 0.85
cmd_diff_pairsFunction · 0.85

Calls

no outgoing calls

Tested by 1

cmd_mainFunction · 0.68