Lines Matching refs:fp
28 if (!($fp = fopen($data_file, 'wt')))
31 vfprintf($fp, $format1,$arg1);
32 fprintf($fp, "\n");
34 vfprintf($fp,$format11,$arg1);
35 fprintf($fp, "\n");
37 vfprintf($fp,$format2,$arg2);
38 fprintf($fp, "\n");
40 vfprintf($fp,$format22,$arg2);
41 fprintf($fp, "\n");
43 vfprintf($fp,$format3,$arg3);
44 fprintf($fp, "\n");
46 vfprintf($fp, $format33,$arg3);
47 fprintf($fp, "\n");
49 fclose($fp);