$search
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 struct modeLookup modeLookup |
Definition at line 22 of file modemuncher.c.
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.
modeLookup modesel[] [static] |
{ {'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.