netsed
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Pages
Data Fields
rule_s Struct Reference

Rule item. More...

Data Fields

char * from
 binary buffer to match. More...
 
char * to
 binary buffer replacement. More...
 
const char * forig
 match from the command line. More...
 
const char * torig
 replacement from the command line. More...
 
int fs
 length of from buffer. More...
 
int ts
 length of to buffer. More...
 

Detailed Description

Rule item.

Definition at line 150 of file netsed.c.

Field Documentation

const char* rule_s::forig

match from the command line.

Definition at line 156 of file netsed.c.

char* rule_s::from

binary buffer to match.

Definition at line 152 of file netsed.c.

int rule_s::fs

length of from buffer.

Definition at line 160 of file netsed.c.

char* rule_s::to

binary buffer replacement.

Definition at line 154 of file netsed.c.

const char* rule_s::torig

replacement from the command line.

Definition at line 158 of file netsed.c.

int rule_s::ts

length of to buffer.

Definition at line 162 of file netsed.c.


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