Searched refs:pkgcontsrc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c130 static char *pkgcontsrc = NULL; /* continuation file (-c option) */ variable
449 pkgcontsrc = flex_device(optarg, 0);
879 if (pkgcontsrc && !pkgdrtarg) {
1949 if (pkgcontsrc) {
1951 arg[nargs++] = pkgcontsrc;
2294 if (pkgcontsrc) {
2296 arg[nargs++] = pkgcontsrc;
3979 pkgcontsrc = pkgdrtarg;
4237 pkgcontsrc = pkgdrtarg;
4390 pkgcontsrc
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c122 static char *pkgcontsrc = NULL; variable
408 pkgcontsrc = optarg;
411 init_contfile(pkgcontsrc);

Completed in 69 milliseconds