Home
last modified time | relevance | path

Searched refs:a_tempDir (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dunpack_package_from_stream.c85 unpack_package_from_stream(char *a_idsName, char *a_pkginst, char *a_tempDir) in unpack_package_from_stream() argument
94 assert(a_tempDir != (char *)NULL); in unpack_package_from_stream()
99 echoDebug(DBG_UNPACKSTRM_ARGS, a_pkginst, a_idsName, a_tempDir); in unpack_package_from_stream()
117 if (snprintf(instdir, sizeof (instdir), "%s/%s", a_tempDir, a_pkginst) in unpack_package_from_stream()
119 progerr(ERR_CREATE_PATH_2, a_tempDir, a_pkginst); in unpack_package_from_stream()
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h385 char *a_pkginst, char *a_tempDir);