UP_remove_EOLs   950 bin/dbupdate/dbupdate.cc       line = UP_remove_EOLs(line); /* remove '\n's and '\r' first */
UP_remove_EOLs  1325 bin/dbupdate/dbupdate.cc   defmail = ca_get_defmail; defmail = UP_remove_EOLs(defmail);
UP_remove_EOLs  1347 bin/dbupdate/dbupdate.cc   cn_subject_add = ca_get_cn_subject_add; cn_subject_add = UP_remove_EOLs(cn_subject_add);
UP_remove_EOLs  1348 bin/dbupdate/dbupdate.cc   cn_subject_del = ca_get_cn_subject_del; cn_subject_del = UP_remove_EOLs(cn_subject_del);
UP_remove_EOLs  1353 bin/dbupdate/dbupdate.cc   cno_subject_add = ca_get_cno_subject_add; cno_subject_add = UP_remove_EOLs(cno_subject_add);
UP_remove_EOLs  1354 bin/dbupdate/dbupdate.cc   cno_subject_del = ca_get_cno_subject_del; cno_subject_del = UP_remove_EOLs(cno_subject_del);
UP_remove_EOLs  1497 bin/dbupdate/dbupdate.cc     UP_remove_EOLs(temp);
UP_remove_EOLs  1503 bin/dbupdate/dbupdate.cc     update_mail_sender = UP_remove_EOLs(update_mail_sender);
UP_remove_EOLs  1512 bin/dbupdate/dbupdate.cc     UP_remove_EOLs(subject);
UP_remove_EOLs  1528 bin/dbupdate/dbupdate.cc     UP_remove_EOLs(reply_to);
UP_remove_EOLs  1548 bin/dbupdate/dbupdate.cc     UP_remove_EOLs(update_mail_ID);
UP_remove_EOLs  1558 bin/dbupdate/dbupdate.cc     UP_remove_EOLs(update_mail_date);
UP_remove_EOLs   106 bin/dbupdate/process.cc       line = UP_remove_EOLs(line); /* remove '\n's and '\r' first */
UP_remove_EOLs    17 include/UP_util.h char * UP_remove_EOLs(char * arg);
UP_remove_EOLs    17 modules/up/UP_util.h char * UP_remove_EOLs(char * arg);