Lines Matching refs:protofile
440 * protofile - full pathname to prototype file to be processed.
452 first_pass_prototype(const char *protofile, const char *protodir,
460 if ((proto_fp = fopen(protofile, "r")) == NULL) {
461 perror(protofile);
485 "error: Errors found in %s\n", protofile);
516 protofile, buf);
521 "prototype %s : %s\n", protofile, buf);
528 protofile, buf);
547 * protofile - full pathname to prototype file to be processed.
559 second_pass_prototype(const char *protofile, const char *protodir,
567 if ((proto_fp = fopen(protofile, "r")) == NULL) {
568 perror(protofile);
585 "error: Errors found in %s\n", protofile);
613 "prototype %s : %s\n", protofile, buf);
638 char protofile[MAXPATHLEN];
657 (void) strcat(strcat(strcpy(protofile, protodir), "/"), "prototype");
658 if (stat(protofile, &st_buf) < 0) {
660 (void) strcat(strcat(strcat(strcpy(protofile,
662 if (stat(protofile, &st_buf) < 0) {
672 perror(protofile);
676 perror(protofile);
685 count += first_pass_prototype(protofile, protodir, list, arch,
687 count += second_pass_prototype(protofile, protodir, list, arch,