25 const char *pName =
"rtems";
31 if ( len>UINT_MAX || len<=0 ) {
34 uiLength = (unsigned) len;
36 if ( uiLength + 1 >= bufSizeIn ) {
40 strncpy ( pBuf, pName, (
size_t) bufSizeIn );
46 (
const char *pProcessName,
const char *pBaseExecutableName)
osiSpawnDetachedProcessReturn
LIBCOM_API osiGetUserNameReturn epicsStdCall osiGetUserName(char *pBuf, unsigned bufSizeIn)
LIBCOM_API osiSpawnDetachedProcessReturn epicsStdCall osiSpawnDetachedProcess(const char *pProcessName, const char *pBaseExecutableName)