Searched refs:execResults (Results 1 – 1 of 1) sorted by relevance
2066 char *execResults; in _getUniqueId() local2083 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()