Home | History | Annotate | Download | only in tools

Lines Matching defs:usage_string

3675    static const char *usage_string[] = {
3842 for (i=0; i < (sizeof usage_string)/(sizeof usage_string[0]); ++i)
3844 if (usage_string[i] != 0)
3845 fputs(usage_string[i], stderr);