MCPcopy Create free account
hub / github.com/MariaDB/server / usage

Function usage

extra/comp_err.c:1151–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149
1150
1151static void usage(void)
1152{
1153 DBUG_ENTER("usage");
1154 print_version();
1155 printf("This software comes with ABSOLUTELY NO WARRANTY. "
1156 "This is free software,\n"
1157 "and you are welcome to modify and redistribute it under the GPL license.\n"
1158 "Usage:\n");
1159 my_print_help(my_long_options);
1160 my_print_variables(my_long_options);
1161 DBUG_VOID_RETURN;
1162}
1163
1164
1165static int get_options(int *argc, char ***argv)

Callers 1

get_one_optionFunction · 0.70

Calls 3

my_print_helpFunction · 0.85
my_print_variablesFunction · 0.85
print_versionFunction · 0.70

Tested by

no test coverage detected