Home
last modified time | relevance | path

Searched refs:word (Results 1 – 18 of 18) sorted by relevance

/curl/tests/data/
H A Dtest166427 0: ("word") 0, "word" [4], line 4
28 1: ("word ") 0, "word" [4], line 4
29 2: (" word ") 2, "" [0], line 0
31 4: ("word(") 0, "word(" [5], line 5
37 0: ("word") 0, "wor" [3], line 3
38 1: ("word ") 0, "wor" [3], line 3
47 0: (""word"") 0, "word" [4], line 6
48 1: (""word") 4, "" [0], line 0
49 2: ("word"") 3, "" [0], line 0
50 3: (""word""") 0, "word" [4], line 6
[all …]
H A Dtest19135 PASS pass?word
H A Dtest125930 "http://user:pass;word@%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER"
H A Dtest115528 HTTP cookie with parameter word as name
/curl/scripts/
H A Dnroff2cd112 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 Dcd2nroff436 my $word = $1;
441 if($word =~ / /) {
442 push @desc, ".IP \"$word\"\n";
445 push @desc, ".IP $word\n";
455 my $word = $1;
457 $word =~ s/[\"\'](.*)[\"\']\z/$1/;
459 if($word eq "PROTOCOLS") {
462 elsif($word eq "AVAILABILITY") {
465 elsif($word eq "%PROTOCOLS%") {
475 elsif($word eq "%AVAILABILITY%") {
[all …]
H A Dmanagen322 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 Dchecksrc.pl550 my ($leading, $word, $extra, $first)=($1,$2,$3,$4);
560 elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) {
568 checkwarn("SPACEBEFOREPAREN", $line, length($leading)+length($word), $file, $l,
569 "$word with space");
/curl/tests/
H A Dtest1275.pl73 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 Dtestcurl.md26 sure the subject includes the word "autobuild" as the mail gets silently
/curl/lib/
H A Ddict.c173 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 Dsetup-win32.h34 # undef word
H A Dcurl_setup.h666 # ifdef word
667 # undef word
/curl/.github/scripts/
H A Dbadwords.txt68 \bvery\b:rephrase using an alternative word
/curl/docs/cmdline-opts/
H A Drequest.md36 This option only changes the actual word used in the HTTP request, it does not
/curl/src/
H A Dtool_getparam.c1597 const char *word = ('-' == flag[0]) ? flag + 2 : flag; in getparameter() local
1601 if(!strncmp(word, "no-", 3)) { in getparameter()
1603 word += 3; in getparameter()
1607 else if(!strncmp(word, "expand-", 7)) { in getparameter()
1609 word += 7; in getparameter()
1613 a = findlongopt(word); in getparameter()
/curl/m4/
H A Dcurl-compilers.m41513 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 DFAQ168 There are numerous sub-projects and related projects that also use the word

Completed in 35 milliseconds