Searched refs:short_name (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/ |
D | args.c | 49 if (def->short_name in arg_match() 50 && strlen(arg.argv[0]) == strlen(def->short_name) + 1 in arg_match() 51 && !strcmp(arg.argv[0] + 1, def->short_name)) in arg_match() 122 if (def->short_name && def->long_name) in arg_show_usage() 127 def->short_name, short_val, comma, in arg_show_usage() 130 else if (def->short_name) in arg_show_usage() 132 def->short_name, short_val); in arg_show_usage()
|
D | args.h | 27 const char *short_name; member
|
/external/e2fsprogs/lib/e2p/ |
D | pf.c | 23 const char *short_name; member 66 fputs(fp->short_name, f); in print_flags()
|
/external/bluetooth/glib/glib/ |
D | goption.c | 481 if (entry->short_name) in calculate_max_length() 509 if (entry->short_name) in print_entry() 510 g_string_append_printf (str, " -%c, --%s", entry->short_name, entry->long_name); in print_entry() 649 if (seen[(guchar)entry->short_name]) in g_option_context_get_help() 650 entry->short_name = 0; in g_option_context_get_help() 652 seen[(guchar)entry->short_name] = TRUE; in g_option_context_get_help() 669 if (seen[(guchar)entry->short_name] && in g_option_context_get_help() 671 entry->short_name = 0; in g_option_context_get_help() 673 seen[(guchar)entry->short_name] = TRUE; in g_option_context_get_help() 1220 if (arg == group->entries[j].short_name) in parse_short_option() [all …]
|
D | goption.h | 91 gchar short_name; member
|
/external/v8/src/ |
D | log.cc | 342 #define DECLARE_SHORT_EVENT(ignore1, ignore2, short_name) short_name, argument
|