Searched refs:openLocal (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | copyf.c | 432 openLocal(char *a_path, int a_oflag, char *a_tmpdir) in openLocal() function
|
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 1604 fd = openLocal(a_adminFile, O_RDONLY, tmpdir); in pkgZoneCheckInstall() 1677 fd = openLocal(a_idsName, O_RDONLY, tmpdir); in pkgZoneCheckInstall() 1917 fd = openLocal(a_adminFile, O_RDONLY, tmpdir); in pkgZoneInstall() 1958 fd = openLocal(respfile, O_RDONLY, tmpdir); in pkgZoneInstall() 2015 fd = openLocal(a_idsName, O_RDONLY, tmpdir); in pkgZoneInstall()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 233 extern int openLocal __P((char *a_path, int a_oflag, char *a_tmpdir));
|
/titanic_41/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 1277 fd = openLocal(a_adminFile, O_RDONLY, tmpdir); in pkgZoneCheckRemove() 1506 fd = openLocal(a_adminFile, O_RDONLY, tmpdir); in pkgZoneRemove()
|