Searched refs:option_text (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.c | 104 char option_text[40] = {0}; in arg_show_usage() local 114 snprintf(option_text, 37, "-%s%s%s --%s%6s", in arg_show_usage() 118 snprintf(option_text, 37, "-%s%s", in arg_show_usage() 121 snprintf(option_text, 37, " --%s%s", in arg_show_usage() 124 fprintf(fp, " %-37s\t%s\n", option_text, def->desc); in arg_show_usage()
|