ARPDAS_QNX6 1.0
Defines | Functions
rundir.h File Reference
#include <sys/types.h>
Include dependency graph for rundir.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define RUNDIR   "/var/huarp/run"

Functions

void mkfltdir (const char *dir, uid_t flt_uid, gid_t flt_gid)
void setup_rundir (void)
void delete_rundir (void)

Define Documentation

#define RUNDIR   "/var/huarp/run"

Definition at line 14 of file rundir.h.

Referenced by get_runexpdir(), and setup_rundir().


Function Documentation

void delete_rundir ( void  )

Definition at line 47 of file rundir.c.

References get_runexpdir(), nl_assert, and nl_error.

Referenced by setup_rundir().

Here is the call graph for this function:

Here is the caller graph for this function:

void mkfltdir ( const char *  dir,
uid_t  flt_uid,
gid_t  flt_gid 
)

Definition at line 12 of file rundir.c.

References nl_error.

Referenced by setup_rundir().

Here is the caller graph for this function:

void setup_rundir ( void  )

Definition at line 68 of file rundir.c.

References delete_rundir(), get_runexpdir(), mkfltdir(), nl_error, and RUNDIR.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines