Home
last modified time | relevance | path

Searched refs:fileh (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/tests/
Dmemanalyze.pl84 open(my $fileh, "<", "$file");
87 while(<$fileh>) {
93 close($fileh);
99 while(<$fileh>) {
378 close($fileh);
Dprocesshelp.pm400 my $fileh;
401 if(open($fileh, ">", "$filename") && close($fileh)) {
/third_party/cups-filters/filter/foomatic-rip/
Drenderer.c353 FILE *fileh = open_postpipe(); in exec_kid4() local
376 driverjcl = write_merged_jcl_options(fileh, in exec_kid4()
387 argv_write(fileh, jclprepend, "\n"); in exec_kid4()
391 copy_file(fileh, in, NULL, 0); in exec_kid4()
395 fwrite_or_die(jclappend->data, jclappend->len, 1, fileh); in exec_kid4()
398 if (fclose(fileh) != 0) in exec_kid4()