Searched refs:protofile (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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_50/usr/src/tools/protocmp/ |
H A D | protodir.c | 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() 559 second_pass_prototype(const char *protofile, const char *protodir, in second_pass_prototype() argument 567 if ((proto_fp = fopen(protofile, "r")) == NULL) { in second_pass_prototype() 568 perror(protofile); in second_pass_prototype() [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 63 extern int mkpkgmap(char *outfile, char *protofile, char **cmdparam); 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()
|