UP_replace_GStrings 4704 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$TIME", time_str);
UP_replace_GStrings 4706 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$DATE", date_str);
UP_replace_GStrings 4708 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$SUBJECT", update_mail_subject);
UP_replace_GStrings 4710 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$FROM", update_mail_sender);
UP_replace_GStrings 4712 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$MDATE", update_mail_date);
UP_replace_GStrings 4714 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$MSGID", update_mail_ID);
UP_replace_GStrings 4717 modules/up/UP_util.c     g_str = UP_replace_GStrings(g_str, "$CC", "");
UP_replace_GStrings 4719 modules/up/UP_util.c     g_str = UP_replace_GStrings(g_str, "$CC", update_mail_cc);
UP_replace_GStrings 4721 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$HUMAILBOX", humailbox);
UP_replace_GStrings 4723 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$AUTOBOX", autobox);
UP_replace_GStrings 4725 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$FROMHOST", netupdclientIP);
UP_replace_GStrings 4727 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$HEADERTYPE", header_type);
UP_replace_GStrings 4729 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$TEXTTYPE", text_type);