Home
last modified time | relevance | path

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

/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 Dcd2nroff432 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 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.pl549 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 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 Dconfig-dos.h135 #undef word
H A Dcurl_setup.h655 # ifdef word
656 # undef word
/curl/tests/data/
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/.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.c1060 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 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 30 milliseconds