Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 9 of 9) sorted by relevance

/curl/lib/
H A Dcurl_fnmatch.c78 char keyword[KEYLEN] = { 0 }; in parsekeyword() local
89 keyword[i] = c; in parsekeyword()
105 if(strcmp(keyword, "digit") == 0) in parsekeyword()
107 else if(strcmp(keyword, "alnum") == 0) in parsekeyword()
109 else if(strcmp(keyword, "alpha") == 0) in parsekeyword()
113 else if(strcmp(keyword, "print") == 0) in parsekeyword()
115 else if(strcmp(keyword, "graph") == 0) in parsekeyword()
117 else if(strcmp(keyword, "space") == 0) in parsekeyword()
119 else if(strcmp(keyword, "blank") == 0) in parsekeyword()
121 else if(strcmp(keyword, "upper") == 0) in parsekeyword()
[all …]
/curl/tests/
H A Druntests.md30 If no test number or keyword is given, all existing tests that the script can
40 It is also possible to specify tests based on a keyword describing the test(s)
43 You can also specify keywords with a leading exclamation point and the keyword
45 keyword. Remember that the exclamation marks and spaces need to be quoted
48 Prefix a keyword with a tilde (~) to still run it, but ignore the results.
119 *keyword*, *test*, and *tool*.
294 "!keyword" skip feature documented earlier.
H A DCMakeLists.txt85 # ~flaky means that it ignores results of tests using the flaky keyword
H A Druntests.pl1161 if (!$why && defined $custom_skip_reasons{keyword}) {
1162 foreach my $keyword (@info_keywords) {
1163 foreach my $keyword_skip_pattern (keys %{$custom_skip_reasons{keyword}}) {
1164 if ($keyword =~ /$keyword_skip_pattern/i) {
1165 $why = $custom_skip_reasons{keyword}{$keyword_skip_pattern};
/curl/tests/data/
H A Dtest15360 # thanks to the swsbounce keyword up there
H A Dtest38860 # thanks to the swsbounce keyword up there
/curl/
H A DRELEASE-NOTES48 o tests: fix keyword for test1411
/curl/docs/cmdline-opts/
H A Dform.md100 The headers= keyword may appear more that once and above notes about quoting
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md77 If SSL is supported, the keyword *SSL* is written to stdout, possibly together
1029 If just changing the actual HTTP request keyword is what you want, like when
1037 When using the custom request, you change the request keyword of the actual
1040 keyword if you want to. You are the boss.

Completed in 19 milliseconds