Home
last modified time | relevance | path

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.c461 perror(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()
568 perror(protofile); in second_pass_prototype()
613 "prototype %s : %s\n", protofile, buf); in second_pass_prototype()
638 char protofile[MAXPATHLEN]; in process_package_dir() local
658 if (stat(protofile, &st_buf) < 0) { in process_package_dir()
662 if (stat(protofile, &st_buf) < 0) { in process_package_dir()
672 perror(protofile); in process_package_dir()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c63 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 Dmkpkgmap.c122 mkpkgmap(char *outfile, char *protofile, char **envparam) in mkpkgmap() argument
164 pushenv(protofile); in mkpkgmap()