Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 7 of 7) 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 DCMakeLists.txt51 # ~flaky means that it'll ignore results of tests using the flaky keyword
H A Druntests.pl1135 if (!$why && defined $custom_skip_reasons{keyword}) {
1136 foreach my $keyword (@info_keywords) {
1137 foreach my $keyword_skip_pattern (keys %{$custom_skip_reasons{keyword}}) {
1138 if ($keyword =~ /$keyword_skip_pattern/i) {
1139 $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/docs/cmdline-opts/
H A Dform.md97 The headers= keyword may appear more that once and above notes about quoting
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md76 If SSL is supported, the keyword *SSL* is written to stdout, possibly together
1028 If just changing the actual HTTP request keyword is what you want, like when
1036 When using the custom request, you change the request keyword of the actual
1039 keyword if you want to. You are the boss.

Completed in 32 milliseconds