Home
last modified time | relevance | path

Searched refs:shorthelp (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/futility/
Dfutility.h50 const char *const shorthelp; member
60 .shorthelp = SHORTHELP, \
Dfutility.c219 (*cmd)->name, (*cmd)->shorthelp); in list_commands()
230 printf("\n%s - %s\n", argv[1], cmd->shorthelp); in do_help()
/external/libaom/libaom/apps/
Daomdec.c146 static void show_help(FILE *fout, int shorthelp) { in show_help() argument
149 if (shorthelp) { in show_help()
Daomenc.c972 static void show_help(FILE *fout, int shorthelp) { in show_help() argument
976 if (shorthelp) { in show_help()
/external/libvpx/libvpx/
Dvpxdec.c178 static void show_help(FILE *fout, int shorthelp) { in show_help() argument
183 if (shorthelp) { in show_help()
Dvpxenc.c563 static void show_help(FILE *fout, int shorthelp) { in show_help() argument
570 if (shorthelp) { in show_help()