![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <string.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <unistd.h>
#include <sched.h>
#include <sys/types.h>
#include <pwd.h>
#include "osiProcess.h"
#include "errlog.h"
#include "epicsAssert.h"
Go to the source code of this file.
Functions | |
LIBCOM_API osiGetUserNameReturn epicsStdCall | osiGetUserName (char *pBuf, unsigned bufSizeIn) |
LIBCOM_API osiSpawnDetachedProcessReturn epicsStdCall | osiSpawnDetachedProcess (const char *pProcessName, const char *pBaseExecutableName) |
LIBCOM_API osiGetUserNameReturn epicsStdCall osiGetUserName | ( | char * | pBuf, |
unsigned | bufSizeIn | ||
) |
Definition at line 33 of file osdProcess.c.
LIBCOM_API osiSpawnDetachedProcessReturn epicsStdCall osiSpawnDetachedProcess | ( | const char * | pProcessName, |
const char * | pBaseExecutableName | ||
) |
Definition at line 61 of file osdProcess.c.