rpm  5.4.10
Data Fields
rpmfts_s Struct Reference
Collaboration diagram for rpmfts_s:
Collaboration graph
[legend]

Data Fields

FTSt
 
FTSENTp
 
struct stat sb
 
int sb_is_valid
 
uint32_t crc_total
 
unsigned lineno
 
NODEroot
 
ARGV_t paths
 
enum mtreeKeys_e keys
 
ARGI_t algos
 
FILE * spec1
 
FILE * spec2
 
const char * fullpath
 
char * path
 
int ftsoptions
 
size_t maxg
 
gid_t * g
 
size_t maxm
 
mode_t * m
 
size_t maxu
 
uid_t * u
 

Detailed Description

Definition at line 169 of file rpmmtree.c.

Field Documentation

§ algos

ARGI_t rpmfts_s::algos

Definition at line 182 of file rpmmtree.c.

Referenced by mtreeArgCallback(), and mtreeVisitF().

§ crc_total

uint32_t rpmfts_s::crc_total

Definition at line 174 of file rpmmtree.c.

Referenced by crc(), and main().

§ ftsoptions

int rpmfts_s::ftsoptions

Definition at line 193 of file rpmmtree.c.

Referenced by main(), mtreeCWalk(), and mtreeVWalk().

§ fullpath

const char* rpmfts_s::fullpath

Definition at line 190 of file rpmmtree.c.

Referenced by main().

§ g

gid_t* rpmfts_s::g

Definition at line 202 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().

§ keys

enum mtreeKeys_e rpmfts_s::keys

§ lineno

unsigned rpmfts_s::lineno

Definition at line 175 of file rpmmtree.c.

Referenced by mtree_error(), and mtreeSpec().

§ m

mode_t* rpmfts_s::m

Definition at line 205 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().

§ maxg

size_t rpmfts_s::maxg

Definition at line 200 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().

§ maxm

size_t rpmfts_s::maxm

Definition at line 203 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().

§ maxu

size_t rpmfts_s::maxu

Definition at line 206 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().

§ p

FTSENT* rpmfts_s::p

Definition at line 171 of file rpmmtree.c.

Referenced by compare(), mtreeCWalk(), mtreeVisitD(), mtreeVisitF(), and mtreeVWalk().

§ path

char* rpmfts_s::path

Definition at line 192 of file rpmmtree.c.

Referenced by main(), and mtreeMiss().

§ paths

ARGV_t rpmfts_s::paths

Definition at line 179 of file rpmmtree.c.

Referenced by dsort(), main(), mtreeCWalk(), and mtreeVWalk().

§ root

NODE* rpmfts_s::root

Definition at line 177 of file rpmmtree.c.

Referenced by main(), and mtreeVWalk().

§ sb

struct stat rpmfts_s::sb

current stat(2) defaults.

Definition at line 172 of file rpmmtree.c.

Referenced by main(), mtreeVisitD(), and mtreeVisitF().

§ sb_is_valid

int rpmfts_s::sb_is_valid

are stat(2) defaults valid?

Definition at line 173 of file rpmmtree.c.

Referenced by mtreeVisitD().

§ spec1

FILE* rpmfts_s::spec1

Definition at line 185 of file rpmmtree.c.

Referenced by main(), mtreeArgCallback(), and mtreeVSpec().

§ spec2

FILE* rpmfts_s::spec2

Definition at line 187 of file rpmmtree.c.

Referenced by main(), mtreeArgCallback(), and mtreeVSpec().

§ t

FTS* rpmfts_s::t

Definition at line 170 of file rpmmtree.c.

Referenced by dsort(), mtreeCWalk(), mtreeVisitD(), and mtreeVWalk().

§ u

uid_t* rpmfts_s::u

Definition at line 208 of file rpmmtree.c.

Referenced by main(), and mtreeVisitD().


The documentation for this struct was generated from the following file: