Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pascal/px/
H A Dutilities.c34 FILE *datafile; in stats() local
41 datafile = fopen(proffile,"r"); in stats()
42 if (datafile == NULL) in stats()
44 count = fread(&profdata,1,sizeof(profdata),datafile); in stats()
53 datafile = freopen(proffile,"w",datafile); in stats()
54 if (datafile == NULL) in stats()
56 count = fwrite(&profdata,1,sizeof(profdata),datafile); in stats()
59 fclose(datafile); in stats()
/original-bsd/usr.bin/f77/pass1.vax/
H A Ddata.c41 LOCAL int datafile; variable
1944 datafile = vdatafile;
1969 datafile = vdatafile;
1984 datafile = cdatafile;
2175 pos = lseek(datafile, offset, 0);
2185 nbytes = write(datafile, constant, len);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Ddata.c41 LOCAL int datafile; variable
1947 datafile = vdatafile;
1972 datafile = vdatafile;
1987 datafile = cdatafile;
2178 pos = lseek(datafile, offset, 0);
2188 nbytes = write(datafile, constant, len);