Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 4 of 4) sorted by relevance

/curl/tests/libtest/
H A Dmk-lib1521.pl418 my $pref = "${w3}res = curl_easy_setopt(curl, $name,";
458 print "${pref} NULL);\n$nullcheck";
464 print "${pref} 22L);\n$longcheck";
465 print "${pref} LO);\n$longcheck";
466 print "${pref} HI);\n$longcheck";
473 print "${pref} OFF_HI);\n$longcheck";
474 print "${pref} OFF_LO);\n$longcheck";
506 print "${pref} NULL);\n$nullcheck";
511 print "${pref} NULL);\n$nullcheck";
523 print "${pref} NULL);\n$nullcheck";
[all …]
/curl/scripts/
H A Dchecksrc.pl215 my $pref = (' ' x $col);
216 print "${pref}^\n";
724 my $pref=$1;
726 if($pref =~ / *\#/) {
730 elsif($pref =~ /\/\*/) {
734 elsif($pref =~ /[\"\']/) {
738 if($pref =~ /\"/) {
741 elsif($pref =~ /\'$/) {
749 checkwarn("COMMANOSPACE", $line, length($pref)+1, $file, $l,
/curl/src/
H A Dtool_findfile.c70 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 Dtest1173.pl259 my ($pref, $symbol) = ($1, $2);
263 elsif($pref !~ /\\fI\z/) {

Completed in 17 milliseconds