Searched refs:fileptr (Results 1 – 1 of 1) sorted by relevance
703 const struct admin_file *fileptr; in mkmodules() local746 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) { in mkmodules()747 if (fileptr->errormsg == NULL) in mkmodules()750 if (checkout_file (fileptr->filename, temp) == 0) in mkmodules()751 rename_rcsfile (temp, fileptr->filename); in mkmodules()1167 const struct admin_file *fileptr; in init() local1211 for (fileptr = filelist; fileptr && fileptr->filename; ++fileptr) in init()1213 if (fileptr->contents == NULL) in init()1217 strcat (info, fileptr->filename); in init()1234 for (p = fileptr->contents; *p != NULL; ++p) in init()[all …]