ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <ze-sys.h>
#include "zelibs.h"
Go to the source code of this file.
Macros | |
#define | REGCOMP_FLAGS (REG_ICASE | REG_EXTENDED) |
Functions | |
int | count_uint32bits (uint32_t val) |
char * | jstrdup (char *s) |
void * | jmalloc (size_t sz) |
char * | strtolower (char *s) |
char * | strtoupper (char *s) |
char * | strset (char *dst, int c, int len) |
void | strchknull (char *s, int len) |
size_t | strclean (char *s, size_t sz) |
char * | strnoblanks (char *s, size_t size) |
char * | str_clear_trailing_blanks (char *s) |
bool | strexpr (char *s, char *expr, long *pi, long *pf, bool icase) |
void | center_string (char *dst, char *org, int len) |
int | nb_valid_pointer (char *a, char *b, char *c) |
int | str2tokens (char *s, int sz, char **argv, char *sep) |
char * | j_basename (char *out, char *in, size_t size) |
bool | file_lock (int fd) |
bool | file_unlock (int fd) |
size_t | get_file_size (char *fname) |
size_t | get_fd_size (int fd) |
int | readln (int fd, char *buf, size_t size) |
bool | remove_dir (char *dirname) |
bool | getdirinfo (char *dir) |
char * | path2filename (char *path) |
#define REGCOMP_FLAGS (REG_ICASE | REG_EXTENDED) |
Definition at line 309 of file ze-divers.c.
void center_string | ( | char * | dst, |
char * | org, | ||
int | len | ||
) |
Definition at line 354 of file ze-divers.c.
int count_uint32bits | ( | uint32_t | val | ) |
Definition at line 33 of file ze-divers.c.
bool file_lock | ( | int | fd | ) |
Definition at line 474 of file ze-divers.c.
bool file_unlock | ( | int | fd | ) |
Definition at line 488 of file ze-divers.c.
size_t get_fd_size | ( | int | fd | ) |
Definition at line 529 of file ze-divers.c.
size_t get_file_size | ( | char * | fname | ) |
Definition at line 506 of file ze-divers.c.
bool getdirinfo | ( | char * | dir | ) |
Definition at line 634 of file ze-divers.c.
char* j_basename | ( | char * | out, |
char * | in, | ||
size_t | size | ||
) |
Definition at line 425 of file ze-divers.c.
void* jmalloc | ( | size_t | sz | ) |
Definition at line 137 of file ze-divers.c.
char* jstrdup | ( | char * | s | ) |
Definition at line 113 of file ze-divers.c.
int nb_valid_pointer | ( | char * | a, |
char * | b, | ||
char * | c | ||
) |
Definition at line 374 of file ze-divers.c.
char* path2filename | ( | char * | path | ) |
Definition at line 678 of file ze-divers.c.
int readln | ( | int | fd, |
char * | buf, | ||
size_t | size | ||
) |
Definition at line 550 of file ze-divers.c.
bool remove_dir | ( | char * | dirname | ) |
Definition at line 590 of file ze-divers.c.
int str2tokens | ( | char * | s, |
int | sz, | ||
char ** | argv, | ||
char * | sep | ||
) |
Definition at line 395 of file ze-divers.c.
char* str_clear_trailing_blanks | ( | char * | s | ) |
Definition at line 282 of file ze-divers.c.
void strchknull | ( | char * | s, |
int | len | ||
) |
Definition at line 205 of file ze-divers.c.
size_t strclean | ( | char * | s, |
size_t | sz | ||
) |
Definition at line 226 of file ze-divers.c.
Definition at line 312 of file ze-divers.c.
char* strnoblanks | ( | char * | s, |
size_t | size | ||
) |
Definition at line 257 of file ze-divers.c.
char* strset | ( | char * | dst, |
int | c, | ||
int | len | ||
) |
Definition at line 188 of file ze-divers.c.
char* strtolower | ( | char * | s | ) |
Definition at line 156 of file ze-divers.c.
char* strtoupper | ( | char * | s | ) |
Definition at line 172 of file ze-divers.c.