Searched defs:protofile (Results 1 - 3 of 3) sorted by relevance

/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 Dmkpkgmap.c122 mkpkgmap(char *outfile, char *protofile, char **envparam) argument
164 pushenv(protofile);
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)) {

Completed in 90 milliseconds