rpm  5.4.14
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 67 of file rpmspec.h.

Field Documentation

FD_t OpenFileInfo::fd

Definition at line 71 of file rpmspec.h.

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

const char* OpenFileInfo::fileName
int OpenFileInfo::lineNum

Definition at line 72 of file rpmspec.h.

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

struct OpenFileInfo* OpenFileInfo::next

Definition at line 77 of file rpmspec.h.

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

char OpenFileInfo::readBuf[BUFSIZ]

Definition at line 73 of file rpmspec.h.

Referenced by newOpenFileInfo(), and readLineFromOFI().

char* OpenFileInfo::readPtr

Definition at line 75 of file rpmspec.h.

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


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