Searched refs:has_help_option (Results 1 – 4 of 4) sorted by relevance
48 bool has_help_option(const char *param);
573 if (options && has_help_option(options)) { in img_create()2457 if (options && has_help_option(options)) { in img_convert()4321 if (fmt && has_help_option(options)) { in img_amend()4351 if (has_help_option(options)) { in img_amend()
851 bool has_help_option(const char *params) in has_help_option() function
738 g_assert_cmpint(has_help_option(test[i].params), in test_has_help_option()