Lines Matching defs:files
4 * setup.c - set up all files for Phantasia
39 / FUNCTION: setup files for Phantasia 3.3.2
60 / Create all necessary files. Note that nothing needs to be
61 / put in these files.
66 static const char *const files[] = { /* all files to create */
85 FILE *fp; /* for opening files */
86 struct stat fbuf; /* for getting files statistics */
104 umask(0117); /* only owner can read/write created files */
106 /* try to create data files */
107 filename = &files[0];