Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static Octstr * | read_line (FILE *f, Octstr *buf) |
static int | remove_long (long *p, Octstr *os) |
static int | remove_prefix (Octstr *os, Octstr *prefix) |
static int | parse_date (struct universaltime *ut, Octstr *os) |
int | main (void) |
int main | ( | void | ) |
Definition at line 139 of file timestamp.c.
References date_convert_universal(), GW_PANIC, gwlib_init(), gwlib_shutdown(), log_set_output_level(), octstr_create, octstr_destroy(), octstr_get_cstr, panic, parse_date(), and read_line().
|
static |
Definition at line 120 of file timestamp.c.
References universaltime::day, universaltime::hour, universaltime::minute, universaltime::month, octstr_imm(), remove_long(), remove_prefix(), universaltime::second, and universaltime::year.
Referenced by main().
Definition at line 74 of file timestamp.c.
References octstr_append_data(), octstr_copy, octstr_delete(), octstr_len(), and octstr_search_char().
Referenced by main().
|
static |
Definition at line 99 of file timestamp.c.
References octstr_delete(), and octstr_parse_long().
Referenced by parse_date().
Definition at line 111 of file timestamp.c.
References octstr_delete(), octstr_len(), and octstr_ncompare().
Referenced by parse_date().