$search

modemuncher.c File Reference

Go to the source code of this file.

Classes

struct  modeLookup

Typedefs

typedef struct modeLookup modeLookup

Functions

static int mode_munch (mode_t *mode, const char *p)
static void modechopper (mode_t mode, char *p)
static int rwxrwxrwx (mode_t *mode, const char *p)

Variables

static modeLookup modesel []

Typedef Documentation

typedef struct modeLookup modeLookup

Definition at line 22 of file modemuncher.c.


Function Documentation

static int mode_munch ( mode_t *  mode,
const char *  p 
) [static]

Definition at line 96 of file modemuncher.c.

static void modechopper ( mode_t  mode,
char *  p 
) [static]

Definition at line 73 of file modemuncher.c.

static int rwxrwxrwx ( mode_t *  mode,
const char *  p 
) [static]

Definition at line 43 of file modemuncher.c.


Variable Documentation

modeLookup modesel[] [static]
Initial value:
{
        
        {'r',                                   S_IRUSR},
        {'w',                                   S_IWUSR},
        {'x',                                   S_IXUSR},
        
        {'r',                                   S_IRGRP},
        {'w',                                   S_IWGRP},
        {'x',                                   S_IXGRP},
        
        {'r',                                   S_IROTH},
        {'w',                                   S_IWOTH},
        {'x',                                   S_IXOTH},
        {0,                                     (mode_t)-1} 
}

Definition at line 24 of file modemuncher.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


roslua
Author(s): Tim Niemueller
autogenerated on Tue Mar 5 12:26:19 2013