Searched refs:protofile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dws.sh104 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...]
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c440 * protofile - full pathname to prototype file to be processed.
452 first_pass_prototype(const char *protofile, const char *protodir, argument
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, cons argument
638 char protofile[MAXPATHLEN]; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c63 extern int mkpkgmap(char *outfile, char *protofile, char **cmdparam);
140 "\t-f protofile\n"
157 static char *protofile, variable
266 protofile = optarg;
333 if (protofile == NULL) {
335 protofile = "prototype";
337 protofile = "Prototype";
369 if (n = mkpkgmap(t_pkgmap, protofile, cmdparam)) {
H A Dmkpkgmap.c122 mkpkgmap(char *outfile, char *protofile, char **envparam) argument
164 pushenv(protofile);

Completed in 58 milliseconds