Searched refs:category (Results 1 – 11 of 11) sorted by relevance
50 unsigned int category; member103 if(helptext[i].categories & category) { in print_category()233 void tool_help(char *category) in tool_help() argument237 if(!category) { in tool_help()254 else if(curl_strequal(category, "all")) in tool_help()260 else if(category[0] == '-') { in tool_help()264 if(category[1] == '-') { in tool_help()265 char *lookup = &category[2]; in tool_help()277 else if(!category[2]) in tool_help()278 a = findshortopt(category[1]); in tool_help()[all …]
28 void tool_help(char *category);
26 The argument can either be a **category** or a **command line option**. When a27 category is provided, curl shows all command line options within the given28 category. Specify category `all` to list all available options.30 If `category` is specified, curl displays all available help categories.
267 unsigned int category; member289 unsigned int category; member345 static void trc_apply_level_by_category(int category, int lvl) in trc_apply_level_by_category() argument350 if(!category || (trc_cfts[i].category & category)) in trc_apply_level_by_category()354 if(!category || (trc_feats[i].category & category)) in trc_apply_level_by_category()
20 curl invalid category --help34 Unknown category provided, here is a list of all categories:
24 curl file category --help
24 curl file category --help with lower/upper mix
52 Use "--help category" to get an overview of all categories, which are:
504 my $category;569 $category=$1;605 if(!$category) {693 if($category !~ /global/) {875 my $category;907 $category=$1;922 $catlong{$long}=$category;
11 # the files fit into the category, and the any-glob-to-any-file ones are added
322 to setlocale_a (QADRT's setlocale() ASCII wrapper) with category LC_ALL or
Completed in 15 milliseconds