Home | History | Annotate | Download | only in rdist

Lines Matching refs:lfp

67 extern	FILE *lfp;		/* log file for mailing changes */
221 log(lfp, cp);
359 dolog(lfp, "%s: no password entry for uid %d \n",
367 dolog(lfp, "%s: no name for group %d\n",
375 dolog(lfp, "need to install: %s\n", target);
378 dolog(lfp, "installing: %s\n", target);
485 dolog(lfp, "need to update: %s\n", target);
488 dolog(lfp, "updating: %s\n", target);
553 dolog(lfp, "special \"%s\"\n", sc->sc_name);
579 dolog(lfp, "out of memory, link information lost\n");
647 if (lfp != NULL)
648 (void) fwrite(s, 1, cp - s, lfp);
654 if (lfp != NULL)
655 dolog(lfp, "update: note: %s\n", s);
691 dolog(lfp, "Warning: %s: remote copy is newer\n",
1191 dolog(lfp, "%s\n", s);
1207 if (lfp != NULL)
1208 (void) fwrite(s, 1, cp - s, lfp);
1475 if (lfp != NULL) {
1476 (void)fprintf(lfp, "rdist: ");
1478 (void)vfprintf(lfp, fmt, ap);
1480 fflush(lfp);
1506 if (lfp != NULL) {
1507 (void)fprintf(lfp, "rdist: ");
1509 (void)vfprintf(lfp, fmt, ap);
1511 fflush(lfp);
1535 dolog(lfp, "%s\n", s);
1541 dolog(lfp, "Note: %s\n",s);
1555 if (lfp != NULL)
1556 (void) fwrite(s, 1, cp - s, lfp);