File au/misc.c


Included Files


Local Variables

itoa64
static char itoa64[]
Used in: _crypt_to64()

Global Function _crypt_to64()

void _crypt_to64 ( char* s, u_long v, int n )
Prototyped in: au/crypt.h
Called by: crypt_md5()au/crypt-md5.c
References Variables: itoa64au/misc.c

Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()