Home
last modified time | relevance | path

Searched refs:filecreat (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/O2-tools/O2-tools-2.01/include/
H A DrasIO.h89 int filecreat(char *path,int filetype,int width,int height);
H A DipIO.h106 int filecreat(char *path,int filetype,int width,int height);
H A Dd8IO.h182 int filecreat(char *path,d4file *d4_info);
/dports/graphics/O2-tools/O2-tools-2.01/libsrc/libufp/
H A DrasIO.h89 int filecreat(char *path,int filetype,int width,int height);
H A DipIO.h106 int filecreat(char *path,int filetype,int width,int height);
H A DipIO.cpp258 int filecreat(char *path,int filetype,int width,int height);
303 int IPSAVE :: filecreat(char *path,int filetype,int width,int height){ in filecreat() function in IPSAVE
H A DrasIO.cpp222 int filecreat(char *path,int filetype,int width,int height);
248 int RASSAVE :: filecreat(char *path,int filetype,int width,int height){ in filecreat() function in RASSAVE
H A Dd8IO.h182 int filecreat(char *path,d4file *d4_info);
H A Dd4IO.cpp209 int D4SAVE :: filecreat(char *path,d4file *d4_info){ in filecreat() function in D4SAVE
/dports/graphics/O2-tools/O2-tools-2.01/makecr/
H A Dmakecr.cpp135 return ( filecreat(fname,&d4header) ); in open()
/dports/converters/cmios9/cmios9-2.1/
H A Dcmios9.h510 extern int filecreat(struct filedes_s *fdes,u_int blknr,int extend);
H A Dcmios9.c3743 filecreat(struct filedes_s *fdes,u_int blknr,int extend) in filecreat() function
4521 if (filecreat(&curdirdes,DIRBLKS,1)<0){ /* 1:extend */ in creatdirent()
4937 startsec=filecreat(&fdes,blknr,0); /* 0:create */ in creatfile()
7028 ret=filecreat(&fdes.os9,blknr,1); /* 1: extend */ in extendfile3()
/dports/graphics/O2-tools/O2-tools-2.01/makepr/
H A Dmakepr.cpp119 return ( filecreat(fname,&d4header) ); in open()