#include <sys/types.h>#include <errno.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <time.h>#include <sys/stat.h>Go to the source code of this file.
Classes | |
| struct | field |
Defines | |
| #define | ALLDEF |
| #define | addr(x) ((void*) &sbuf.x) |
| #define | size(x) sizeof(sbuf.x) |
| #define | equal(s, t) (strcmp(s, t) == 0) |
| #define | PATH_MAX 1024 |
| #define | BSD |
| #define | S_IREAD S_IRUSR |
| #define | S_IWRITE S_IWUSR |
| #define | S_IEXEC S_IXUSR |
| #define | lstat stat |
Functions | |
| void | printstat (struct stat *sbuf, int nprint) |
| void | printit (struct stat *sb, struct field *f, int n) |
| void | rwx (mode_t mode, char *bit) |
| void | usage (void) |
| int | main (int ac, char **av) |
Variables | |
| char * | arg0 |
| struct stat | sbuf |
| int | errno |
| int | first_file = 1 |
| struct field | fields [] |
| int | do_readlink = 0 |
| void usage | ( | void | ) |
Definition at line 785 of file installboot.c.
| int do_readlink = 0 |
| int first_file = 1 |
1.5.8