File up/UP_subject.c

  $Revision: 1.3 $

UP subject line parsing
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz

Included Files


Global Function UP_subject_process()

up_subject_struct UP_subject_process ( const char* arg )
Prototyped in: up/UP_subject.h
Calls: up_classify_word()up/UP_subject.c
  free(), g_strsplit(), realloc(), strcat(), strdup(), strlen()

Global Function up_classify_word()

int up_classify_word ( const char* word )
Calls: strcasecmp()
Called by: UP_subject_process()up/UP_subject.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()