UP_remove_EOLs   2127 bin/dbupdate/dbupdate.c       line = UP_remove_EOLs(line); /* remove '\n's and '\r' first */
UP_remove_EOLs   2576 bin/dbupdate/dbupdate.c   defmail = ca_get_defmail; defmail = UP_remove_EOLs(defmail);
UP_remove_EOLs   2601 bin/dbupdate/dbupdate.c   allocmnt = ca_get_allocmnt; allocmnt = UP_remove_EOLs(allocmnt);
UP_remove_EOLs   2608 bin/dbupdate/dbupdate.c   cn_subject_add = ca_get_cn_subject_add; cn_subject_add = UP_remove_EOLs(cn_subject_add);
UP_remove_EOLs   2609 bin/dbupdate/dbupdate.c   cn_subject_del = ca_get_cn_subject_del; cn_subject_del = UP_remove_EOLs(cn_subject_del);
UP_remove_EOLs   2614 bin/dbupdate/dbupdate.c   cno_subject_add = ca_get_cno_subject_add; cno_subject_add = UP_remove_EOLs(cno_subject_add);
UP_remove_EOLs   2615 bin/dbupdate/dbupdate.c   cno_subject_del = ca_get_cno_subject_del; cno_subject_del = UP_remove_EOLs(cno_subject_del);
UP_remove_EOLs   2805 bin/dbupdate/dbupdate.c       UP_remove_EOLs(credentials.from);
UP_remove_EOLs   2806 bin/dbupdate/dbupdate.c       UP_remove_EOLs(credentials.from_email);
UP_remove_EOLs   2819 bin/dbupdate/dbupdate.c         UP_remove_EOLs(credentials.from);
UP_remove_EOLs   2820 bin/dbupdate/dbupdate.c         UP_remove_EOLs(credentials.from_email);
UP_remove_EOLs   2842 bin/dbupdate/dbupdate.c       UP_remove_EOLs(update_mail_cc);
UP_remove_EOLs   2849 bin/dbupdate/dbupdate.c         UP_remove_EOLs(update_mail_cc);
UP_remove_EOLs   2865 bin/dbupdate/dbupdate.c       UP_remove_EOLs(subject);
UP_remove_EOLs   2872 bin/dbupdate/dbupdate.c         UP_remove_EOLs(subject);
UP_remove_EOLs   2900 bin/dbupdate/dbupdate.c       UP_remove_EOLs(reply_to);
UP_remove_EOLs   2907 bin/dbupdate/dbupdate.c         UP_remove_EOLs(reply_to);
UP_remove_EOLs   2928 bin/dbupdate/dbupdate.c       UP_remove_EOLs(update_mail_ID);
UP_remove_EOLs   2935 bin/dbupdate/dbupdate.c         UP_remove_EOLs(update_mail_ID);
UP_remove_EOLs   2946 bin/dbupdate/dbupdate.c       UP_remove_EOLs(update_mail_date);
UP_remove_EOLs   2953 bin/dbupdate/dbupdate.c         UP_remove_EOLs(update_mail_date);
UP_remove_EOLs     44 modules/up/UP_util.h char * UP_remove_EOLs(char * arg);