cutils.c File Reference
Go to the source code of this file.
|
Functions |
| void | __dynarray_add (unsigned long **tab_ptr, int *nb_ptr, unsigned long elem) |
| time_t | mktimegm (struct tm *tm) |
| struct tm * | brktimegm (time_t secs, struct tm *tm) |
| static int | date_get_num (const char **pp, int n_min, int n_max, int len_max) |
| const char * | small_strptime (const char *p, const char *fmt, struct tm *dt) |
Function Documentation
| void __dynarray_add |
( |
unsigned long ** |
tab_ptr, |
|
|
int * |
nb_ptr, |
|
|
unsigned long |
elem | |
|
) |
| | |
| time_t mktimegm |
( |
struct tm * |
tm |
) |
|
| struct tm* brktimegm |
( |
time_t |
secs, |
|
|
struct tm * |
tm | |
|
) |
| | [read] |
| static int date_get_num |
( |
const char ** |
pp, |
|
|
int |
n_min, |
|
|
int |
n_max, |
|
|
int |
len_max | |
|
) |
| | [static] |
| const char* small_strptime |
( |
const char * |
p, |
|
|
const char * |
fmt, |
|
|
struct tm * |
dt | |
|
) |
| | |