PostgreSQL Source Code
git master
|
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <ecpg_informix.h>
#include <stdio.h>
#include <stdlib.h>
#include <pgtypes_error.h>
#include <sqltypes.h>
Go to the source code of this file.
Macros | |
#define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
Functions | |
static void | check_return (int ret) |
static void | date_test_strdate (const char *input) |
static void | date_test_defmt (const char *fmt, const char *input) |
static void | date_test_fmt (date d, const char *fmt) |
int | main (void) |
#define ECPGdebug | ( | X, | |
Y | |||
) | ECPGdebug((X)+100,(Y)) |
Definition at line 9 of file compat_informix-rfmtdate.c.
|
static |
Definition at line 165 of file compat_informix-rfmtdate.c.
References ECPG_INFORMIX_BAD_DAY, ECPG_INFORMIX_BAD_MONTH, ECPG_INFORMIX_ENOSHORTDATE, ECPG_INFORMIX_ENOTDMY, and printf.
Referenced by date_test_defmt(), date_test_fmt(), and date_test_strdate().
|
static |
Definition at line 52 of file compat_informix-rfmtdate.c.
References check_return(), fmt, i, input, printf, rdatestr(), and rdefmtdate().
Referenced by main().
|
static |
Definition at line 77 of file compat_informix-rfmtdate.c.
References buf, check_return(), fmt, i, printf, and rfmtdate().
Referenced by main().
|
static |
Definition at line 27 of file compat_informix-rfmtdate.c.
References check_return(), i, input, printf, rdatestr(), and rstrdate().
Referenced by main().
int main | ( | void | ) |
Definition at line 93 of file compat_informix-rfmtdate.c.
References date_test_defmt(), date_test_fmt(), date_test_strdate(), ECPGdebug, printf, rdatestr(), and rmdyjul().