Searched refs:word (Results 1 – 18 of 18) sorted by relevance
/curl/scripts/ |
H A D | nroff2cd | 112 my $word = $1; 114 $word =~ s/[\"\'](.*)[\"\']\z/$1/; 115 if($word eq "SEE ALSO") { 119 push @desc, "\n# $word\n\n"; 125 my $word = $1; 127 $word =~ s/[\"\'](.*)[\"\']\z/$1/; 128 push @desc, "\n## $word\n\n"; 135 my $word = $1; 137 $word =~ s/,\z//; 139 for my $s (split(/,/, $word)) {
|
H A D | cd2nroff | 432 my $word = $1; 437 if($word =~ / /) { 438 push @desc, ".IP \"$word\"\n"; 441 push @desc, ".IP $word\n"; 451 my $word = $1; 453 $word =~ s/[\"\'](.*)[\"\']\z/$1/; 455 if($word eq "PROTOCOLS") { 458 elsif($word eq "AVAILABILITY") { 461 elsif($word eq "%PROTOCOLS%") { 471 elsif($word eq "%AVAILABILITY%") { [all …]
|
H A D | managen | 322 my $word = $1; 324 $word =~ s/[\"\'](.*)[\"\']\z/$1/; 327 $word =~ s/\`//g; 330 if(($word =~ / /) && $manpage) { 331 $word = "\"$word\""; 335 push @desc, ".IP $word\n" if($manpage); 337 push @desc, "[1]$word\n" if(!$manpage); 344 push @desc, ".IP $word\n" if($manpage); 346 push @desc, "[1]$word\n" if(!$manpage); 375 my $word = $1; [all …]
|
H A D | checksrc.pl | 549 my ($leading, $word, $extra, $first)=($1,$2,$3,$4); 559 elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) { 567 checkwarn("SPACEBEFOREPAREN", $line, length($leading)+length($word), $file, $l, 568 "$word with space");
|
/curl/tests/ |
H A D | test1275.pl | 73 my ($prefix, $word) = ($1, $2); 74 if($word =~ /^[a-z]/ && !$accepted{$word}) { 77 "$f:$l:$c:error: lowercase $word after period\n"; 85 my ($prefix, $word) = ($1, $2); 93 ($word !~ /^[a-z]/) || 94 $accepted{$word}) { 99 "$f:$l:$c:error: lowercase $word after period\n";
|
H A D | testcurl.md | 26 sure the subject includes the word "autobuild" as the mail gets silently
|
/curl/lib/ |
H A D | dict.c | 173 char *word; in dict_do() local 195 word = strchr(path, ':'); in dict_do() 196 if(word) { in dict_do() 197 word++; in dict_do() 212 if(!word || (*word == (char)0)) { in dict_do() 214 word = (char *)"default"; in dict_do() 250 word = strchr(path, ':'); in dict_do() 251 if(word) { in dict_do() 252 word++; in dict_do() 263 if(!word || (*word == (char)0)) { in dict_do() [all …]
|
H A D | setup-win32.h | 34 # undef word
|
H A D | config-dos.h | 135 #undef word
|
H A D | curl_setup.h | 655 # ifdef word 656 # undef word
|
/curl/tests/data/ |
H A D | test191 | 35 PASS pass?word
|
H A D | test1259 | 30 "http://user:pass;word@%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER"
|
H A D | test1155 | 28 HTTP cookie with parameter word as name
|
/curl/.github/scripts/ |
H A D | badwords.txt | 68 \bvery\b:rephrase using an alternative word
|
/curl/docs/cmdline-opts/ |
H A D | request.md | 36 This option only changes the actual word used in the HTTP request, it does not
|
/curl/src/ |
H A D | tool_getparam.c | 1060 const char *word = ('-' == flag[0]) ? flag + 2 : flag; in getparameter() local 1064 if(!strncmp(word, "no-", 3)) { in getparameter() 1066 word += 3; in getparameter() 1070 else if(!strncmp(word, "expand-", 7)) { in getparameter() 1072 word += 7; in getparameter() 1076 a = findlongopt(word); in getparameter()
|
/curl/m4/ |
H A D | curl-compilers.m4 | 1513 dnl one word of VALUE is present in VARNAME the match 1548 dnl as whitespace separated lists of words. Each word
|
/curl/docs/ |
H A D | FAQ | 168 There are numerous sub-projects and related projects that also use the word
|
Completed in 31 milliseconds