rpm  5.4.10
Data Fields
OpenFileInfo Struct Reference

#include <build/rpmspec.h>

Collaboration diagram for OpenFileInfo:
Collaboration graph
[legend]

Data Fields

const char * fileName
 
FD_t fd
 
int lineNum
 
char readBuf [BUFSIZ]
 
char * readPtr
 
struct OpenFileInfonext
 

Detailed Description

Definition at line 62 of file rpmspec.h.

Field Documentation

§ fd

FD_t OpenFileInfo::fd

Definition at line 66 of file rpmspec.h.

Referenced by closeSpec(), newOpenFileInfo(), readLineFromOFI(), and unsatisfiedDepend().

§ fileName

const char* OpenFileInfo::fileName

§ lineNum

int OpenFileInfo::lineNum

Definition at line 67 of file rpmspec.h.

Referenced by newOpenFileInfo(), readLine(), and readLineFromOFI().

§ next

struct OpenFileInfo* OpenFileInfo::next

Definition at line 72 of file rpmspec.h.

Referenced by closeSpec(), forceIncludeFile(), newOpenFileInfo(), and readLineFromOFI().

§ readBuf

char OpenFileInfo::readBuf[BUFSIZ]

Definition at line 68 of file rpmspec.h.

Referenced by newOpenFileInfo(), and readLineFromOFI().

§ readPtr

char* OpenFileInfo::readPtr

Definition at line 70 of file rpmspec.h.

Referenced by copyNextLineFromOFI(), newOpenFileInfo(), and readLineFromOFI().


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