Searched refs:protofile (Results 1 – 4 of 4) sorted by relevance
/titanic_52/usr/src/tools/scripts/ |
H A D | ws.sh | 104 unset setenv osbld_flag os_rev wsosdir protofile wsname ofs proto \ 223 protofile=$wsosdir/protodefs 227 protofile=$wsosdir/org.opensolaris.protodefs 231 protofile=$wsosdir/org.opensolaris.protodefs 244 if [[ ! -f $protofile ]]; then 250 echo "Unable to create the proto defaults file ($protofile)." 254 protofile=$wsosdir/protodefs 261 cat << PROTOFILE_EoF > $protofile 290 cat << PROTOFILE_EoF >> $protofile 303 cat << PROTOFILE_EoF >> $protofile [all...] |
/titanic_52/usr/src/tools/protocmp/ |
H A D | protodir.c | 440 * protofile - full pathname to prototype file to be processed. 452 first_pass_prototype(const char *protofile, const char *protodir, in first_pass_prototype() argument 460 if ((proto_fp = fopen(protofile, "r")) == NULL) { in first_pass_prototype() 461 perror(protofile); in first_pass_prototype() 485 "error: Errors found in %s\n", protofile); in first_pass_prototype() 516 protofile, buf); in first_pass_prototype() 521 "prototype %s : %s\n", protofile, buf); in first_pass_prototype() 528 protofile, buf); in first_pass_prototype() 547 * protofile - full pathname to prototype file to be processed. 559 second_pass_prototype(const char *protofile, cons argument 638 char protofile[MAXPATHLEN]; process_package_dir() local [all...] |
/titanic_52/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 63 extern int mkpkgmap(char *outfile, char *protofile, char **cmdparam); 140 "\t-f protofile\n" 157 static char *protofile, variable 266 protofile = optarg; in main() 333 if (protofile == NULL) { in main() 335 protofile = "prototype"; in main() 337 protofile = "Prototype"; in main() 369 if (n = mkpkgmap(t_pkgmap, protofile, cmdparam)) { in main()
|
H A D | mkpkgmap.c | 122 mkpkgmap(char *outfile, char *protofile, char **envparam) in mkpkgmap() argument 164 pushenv(protofile); in mkpkgmap()
|