Home | History | Annotate | Download | only in trigo

Lines Matching defs:fp

46 	int fp;
60 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
61 if (!fp) {
63 close(fp);
67 write(fp, &tabRtan[i], sizeof(double));
70 close(fp);
80 int fp;
94 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
95 if (!fp) {
97 close(fp);
101 write(fp, &tabDtan[i], sizeof(double));
103 close(fp);