ifstat
extern Cell *ifstat(Node **, int);
struct ifstat tot;
static void if_stat_total(struct ifstat *oldstats,
struct ifstat *newstats, struct ifstat *sumstats);
struct ifstat *statptr, boolean_t ksp_not_null);
struct ifstat *statptr, boolean_t ksp_not_null);
if_stat_total(struct ifstat *oldstats, struct ifstat *newstats,
struct ifstat *sumstats)
static struct ifstat zerostat = {
static struct ifstat old = {0L, 0L, 0L, 0L, 0L};
static struct ifstat new = {0L, 0L, 0L, 0L, 0L};
struct ifstat sum;
struct ifstat stat = {0L, 0L, 0L, 0L, 0L};
struct ifstat t;
static struct ifstat old6 = {0L, 0L, 0L, 0L, 0L};
static struct ifstat new6 = {0L, 0L, 0L, 0L, 0L};
struct ifstat sum6;
struct ifstat stat = {0L, 0L, 0L, 0L, 0L};
struct ifstat t;
char ifname[], char logintname[], struct ifstat *statptr,
char ifname[], char logintname[], struct ifstat *statptr,
copystat(char *ifname, struct stat *ifstat, char *ofname)
} else if (ifstat == NULL) { /* Get stat on input file */
} else if ((ifstat->st_mode &
} else if (ifstat->st_nlink > 1) {
(uint_t)ifstat->st_nlink - 1);
mode = ifstat->st_mode & 07777;
(void) chown(ofname, ifstat->st_uid, ifstat->st_gid);
timep.actime = ifstat->st_atime;
timep.modtime = ifstat->st_mtime;
ifstat(ls, line);