Searched refs:categories (Results 1 – 7 of 7) sorted by relevance
/curl/src/ |
H A D | tool_help.c | 90 if(!(helptext[i].categories & category)) in print_category() 103 if(helptext[i].categories & category) { in print_category() 120 for(i = 0; i < ARRAYSIZE(categories); ++i) in get_category_content() 122 printf("%s: %s\n", categories[i].opt, categories[i].desc); in get_category_content() 133 for(i = 0; i < ARRAYSIZE(categories); ++i) in get_categories() 134 printf(" %-11s %s\n", categories[i].opt, categories[i].desc); in get_categories() 143 size_t len = strlen(categories[i].opt); in get_categories_list() 144 if(i == ARRAYSIZE(categories) - 1) { in get_categories_list() 147 printf("%s.\n", categories[i].opt); in get_categories_list() 153 printf("%s, ", categories[i].opt); in get_categories_list() [all …]
|
H A D | tool_help.h | 53 unsigned int categories; member
|
/curl/scripts/ |
H A D | managen | 1013 for my $i (0 .. $#categories) { 1014 if(!$cats{ $categories[$i] }) { 1016 $categories[$i]; 1022 if($i < $#categories) { 1054 my @categories = split ' ', $catlong{$f}; 1055 foreach (@categories) { 1059 my @categories; 1061 push @categories, $key; 1063 @categories = sort @categories; 1064 for my $i (0..$#categories) { [all …]
|
/curl/tests/data/ |
H A D | test1461 | 51 This is not the full help; this menu is split into categories. 52 Use "--help category" to get an overview of all categories, which are:
|
H A D | test1462 | 34 Unknown category provided, here is a list of all categories:
|
/curl/docs/cmdline-opts/ |
H A D | help.md | 30 If `category` is specified, curl displays all available help categories.
|
/curl/.github/ |
H A D | labeler.yml | 12 # as long as any file matches. The first ones are for "major" categories (the
|
Completed in 30 milliseconds