Lines Matching refs:protodir

358 read_pkginfo(const char *protodir, short *arch, char *basedir)  in read_pkginfo()  argument
377 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
381 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
452 first_pass_prototype(const char *protofile, const char *protodir, in first_pass_prototype() argument
506 include_file, protodir), "/"), in first_pass_prototype()
510 protodir, list, arch, basedir, in first_pass_prototype()
559 second_pass_prototype(const char *protofile, const char *protodir, in second_pass_prototype() argument
602 protodir), "/"), inc_file); in second_pass_prototype()
609 protodir, list, arch, basedir, pkgname); in second_pass_prototype()
634 process_package_dir(const char *pkgname, const char *protodir, in process_package_dir() argument
657 (void) strcat(strcat(strcpy(protofile, protodir), "/"), "prototype"); in process_package_dir()
661 protodir), "/"), "prototype"), PROTO_EXT); in process_package_dir()
669 protodir); in process_package_dir()
683 read_pkginfo(protodir, &arch, basedir); in process_package_dir()
685 count += first_pass_prototype(protofile, protodir, list, arch, in process_package_dir()
687 count += second_pass_prototype(protofile, protodir, list, arch, in process_package_dir()
699 char protodir[MAXPATHLEN]; in read_in_protodir() local
726 (void) strcat(strcat(strcpy(protodir, dir_name), "/"), in read_in_protodir()
728 if (stat(protodir, &st_buf) < 0) { in read_in_protodir()
729 perror(protodir); in read_in_protodir()
735 "warning: %s not a directory\n", protodir); in read_in_protodir()
743 count += process_package_dir(dp->d_name, protodir, list, in read_in_protodir()