ze-filter  (ze-filter-0.8.0-develop-180218)
ze-buffer.h File Reference

Go to the source code of this file.

Macros

#define __ZE_BUFFER_H
 

Functions

long bufspn (char *, long, char *)
 
long bufcspn (char *, long, char *)
 
size_t buf_clean_rc (char *, size_t)
 
int buf_get_line (char *, long, char *, long)
 
char * read_text_file (char *, size_t *)
 
char * buf_get_next_line (char *, char *, size_t)
 
bool text_word_length (char *, kstats_T *, size_t)
 
long text_buf_histogram (char *, size_t, long *)
 

Macro Definition Documentation

◆ __ZE_BUFFER_H

#define __ZE_BUFFER_H

Definition at line 43 of file ze-buffer.h.

Function Documentation

◆ buf_clean_rc()

size_t buf_clean_rc ( char *  ,
size_t   
)

Definition at line 75 of file ze-buffer.c.

◆ buf_get_line()

int buf_get_line ( char *  ,
long  ,
char *  ,
long   
)

Definition at line 98 of file ze-buffer.c.

◆ buf_get_next_line()

char* buf_get_next_line ( char *  ,
char *  ,
size_t   
)

Definition at line 230 of file ze-buffer.c.

◆ bufcspn()

long bufcspn ( char *  ,
long  ,
char *   
)

Definition at line 55 of file ze-buffer.c.

◆ bufspn()

long bufspn ( char *  ,
long  ,
char *   
)

Definition at line 34 of file ze-buffer.c.

◆ read_text_file()

char* read_text_file ( char *  ,
size_t *   
)

Definition at line 183 of file ze-buffer.c.

◆ text_buf_histogram()

long text_buf_histogram ( char *  ,
size_t  ,
long *   
)

Definition at line 310 of file ze-buffer.c.

◆ text_word_length()

bool text_word_length ( char *  ,
kstats_T ,
size_t   
)

Definition at line 266 of file ze-buffer.c.