UP_replace_GStrings 5142 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$FROMHOST", netupdclientIP);
UP_replace_GStrings 5144 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$TIME", time_str);
UP_replace_GStrings 5146 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$DATE", date_str);
UP_replace_GStrings 5148 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$SUBJECT", update_mail_subject);
UP_replace_GStrings 5150 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$FROM", update_mail_sender);
UP_replace_GStrings 5152 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$MDATE", update_mail_date);
UP_replace_GStrings 5154 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$MSGID", update_mail_ID);
UP_replace_GStrings 5157 modules/up/UP_util.c     g_str = UP_replace_GStrings(g_str, "$CC", "");
UP_replace_GStrings 5159 modules/up/UP_util.c     g_str = UP_replace_GStrings(g_str, "$CC", update_mail_cc);
UP_replace_GStrings 5161 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$HUMAILBOX", humailbox);
UP_replace_GStrings 5163 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$AUTOBOX", autobox);
UP_replace_GStrings 5165 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$HEADERTYPE", header_type);
UP_replace_GStrings 5167 modules/up/UP_util.c   g_str = UP_replace_GStrings(g_str, "$TEXTTYPE", text_type);