Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2066 char *execResults; in _getUniqueId() local
2083 b = e_ExecCmdList(&execStatus, &execResults, (char *)NULL, in _getUniqueId()
2086 if ((b == 0) && (execStatus == 0) && (*execResults != '\0')) { in _getUniqueId()
2088 p = strpbrk(execResults, " \t\n"); in _getUniqueId()
2093 execResults); in _getUniqueId()
2094 return (execResults); in _getUniqueId()