Home
last modified time | relevance | path

Searched refs:category (Results 1 – 11 of 11) sorted by relevance

/curl/src/
H A Dtool_help.c50 unsigned int category; member
103 if(helptext[i].categories & category) { in print_category()
233 void tool_help(char *category) in tool_help() argument
237 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 …]
H A Dtool_help.h28 void tool_help(char *category);
/curl/docs/cmdline-opts/
H A Dhelp.md26 The argument can either be a **category** or a **command line option**. When a
27 category is provided, curl shows all command line options within the given
28 category. Specify category `all` to list all available options.
30 If `category` is specified, curl displays all available help categories.
/curl/lib/
H A Dcurl_trc.c267 unsigned int category; member
289 unsigned int category; member
345 static void trc_apply_level_by_category(int category, int lvl) in trc_apply_level_by_category() argument
350 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()
/curl/tests/data/
H A Dtest146220 curl invalid category --help
34 Unknown category provided, here is a list of all categories:
H A Dtest146324 curl file category --help
H A Dtest146424 curl file category --help with lower/upper mix
H A Dtest146152 Use "--help category" to get an overview of all categories, which are:
/curl/scripts/
H A Dmanagen504 my $category;
569 $category=$1;
605 if(!$category) {
693 if($category !~ /global/) {
875 my $category;
907 $category=$1;
922 $catlong{$long}=$category;
/curl/.github/
H A Dlabeler.yml11 # the files fit into the category, and the any-glob-to-any-file ones are added
/curl/packages/OS400/
H A DREADME.OS400322 to setlocale_a (QADRT's setlocale() ASCII wrapper) with category LC_ALL or

Completed in 15 milliseconds