Searched refs:fileh (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/tests/ |
D | memanalyze.pl | 84 open(my $fileh, "<", "$file"); 87 while(<$fileh>) { 93 close($fileh); 99 while(<$fileh>) { 378 close($fileh);
|
D | processhelp.pm | 400 my $fileh; 401 if(open($fileh, ">", "$filename") && close($fileh)) {
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | renderer.c | 353 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()
|