Searched refs:pref (Results 1 – 4 of 4) sorted by relevance
/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 426 my $pref = "${w3}res = curl_easy_setopt(curl, $name,"; 466 print $fh "${pref} NULL);\n$nullcheck"; 472 print $fh "${pref} 22L);\n$longcheck"; 473 print $fh "${pref} LO);\n$longcheck"; 474 print $fh "${pref} HI);\n$longcheck"; 481 print $fh "${pref} OFF_HI);\n$longcheck"; 482 print $fh "${pref} OFF_LO);\n$longcheck"; 514 print $fh "${pref} NULL);\n$nullcheck"; 519 print $fh "${pref} NULL);\n$nullcheck"; 531 print $fh "${pref} NULL);\n$nullcheck"; [all …]
|
/curl/scripts/ |
H A D | checksrc.pl | 216 my $pref = (' ' x $col); 217 print "${pref}^\n"; 739 my $pref=$1; 741 if($pref =~ / *\#/) { 745 elsif($pref =~ /\/\*/) { 749 elsif($pref =~ /[\"\']/) { 753 if($pref =~ /\"/) { 756 elsif($pref =~ /\'$/) { 764 checkwarn("COMMANOSPACE", $line, length($pref)+1, $file, $l,
|
/curl/src/ |
H A D | tool_findfile.c | 70 const char pref[2] = { '.', '_' }; in checkhome() local 75 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome()
|
/curl/tests/ |
H A D | test1173.pl | 259 my ($pref, $symbol) = ($1, $2); 263 elsif($pref !~ /\\fI\z/) {
|
Completed in 9 milliseconds