Searched defs:a_tempDir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dunpack_package_from_stream.c77 * a_tempDir - pointer to string representing the path to a
85 unpack_package_from_stream(char *a_idsName, char *a_pkginst, char *a_tempDir) argument
94 assert(a_tempDir != (char *)NULL);
99 echoDebug(DBG_UNPACKSTRM_ARGS, a_pkginst, a_idsName, a_tempDir);
117 if (snprintf(instdir, sizeof (instdir), "%s/%s", a_tempDir, a_pkginst)
119 progerr(ERR_CREATE_PATH_2, a_tempDir, a_pkginst);

Completed in 57 milliseconds