Home
last modified time | relevance | path

Searched refs:main_help (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/compat/
Ddund.c408 static const char *main_help = variable
553 printf(main_help, VERSION); in main()
589 printf(main_help, VERSION); in main()
Dpand.c601 static const char *main_help = variable
742 printf(main_help, VERSION); in main()
769 printf(main_help, VERSION); in main()
/external/bluetooth/glib/glib/
Dgoption.h138 gboolean main_help,
Dgoption.c585 gboolean main_help, in g_option_context_get_help() argument
756 else if (!main_help) in g_option_context_get_help()
782 if ((main_help || !group) && in g_option_context_get_help()
822 gboolean main_help, in print_help() argument
827 help = g_option_context_get_help (context, main_help, group); in print_help()