Lines Matching refs:fp
23 if (!($fp = fopen($data_file, 'wt')))
26 vfprintf($fp, $format1,$arg1);
27 fprintf($fp, "\n");
29 vfprintf($fp,$format11,$arg1);
30 fprintf($fp, "\n");
32 vfprintf($fp,$format2,$arg2);
33 fprintf($fp, "\n");
35 vfprintf($fp,$format22,$arg2);
36 fprintf($fp, "\n");
38 vfprintf($fp,$format3,$arg3);
39 fprintf($fp, "\n");
41 vfprintf($fp, $format33,$arg3);
42 fprintf($fp, "\n");
44 fclose($fp);