rpm  4.5
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 56 of file rpmspec.h.

Field Documentation

FD_t OpenFileInfo::fd

Definition at line 59 of file rpmspec.h.

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

const char* OpenFileInfo::fileName

Definition at line 58 of file rpmspec.h.

Referenced by closeSpec(), forceIncludeFile(), freeSpec(), newOpenFileInfo(), parseSpec(), and readLine().

int OpenFileInfo::lineNum

Definition at line 60 of file rpmspec.h.

Referenced by newOpenFileInfo(), and readLine().

struct OpenFileInfo* OpenFileInfo::next

Definition at line 65 of file rpmspec.h.

Referenced by closeSpec(), forceIncludeFile(), freeSpec(), newOpenFileInfo(), and readLine().

char OpenFileInfo::readBuf[BUFSIZ]

Definition at line 61 of file rpmspec.h.

Referenced by newOpenFileInfo(), and readLine().

char* OpenFileInfo::readPtr

Definition at line 63 of file rpmspec.h.

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


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