Searched refs:listfile (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c145 char *listfile; local
196 listfile = NULL;
223 listfile = tempnam(tmpdir, "list");
224 if ((listfp = fopen(listfile, "w")) == NULL) {
225 progerr(ERR_WTMPFILE, listfile);
634 listfile : CAS_STDIN),
643 listfile : CAS_STDIN),
653 n = pkgexecl(listfile,
659 n = pkgexecl(listfile,
696 if (listfile) {
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl200 my($listfile) = @_;
204 if (length($listfile) > 0) {
205 exit(123) unless open(STDIN, "<$listfile");
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h239 extern long listfile(char *, ino_t, int);
303 extern long listfile();
H A Dmain.c461 treescan(name, ino, listfile);
H A Drestore.c37 listfile(name, ino, type) function

Completed in 63 milliseconds