Home
last modified time | relevance | path

Searched refs:dolog (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c30 extern int debug, dolog;
57 if (dolog) in bootparamproc_whoami_1_svc()
70 if (dolog) syslog(LOG_NOTICE,"This is host %s\n", he->h_name); in bootparamproc_whoami_1_svc()
92 if (dolog) syslog(LOG_NOTICE, in bootparamproc_whoami_1_svc()
105 if (dolog) syslog(LOG_NOTICE,"whoami failed\n"); in bootparamproc_whoami_1_svc()
120 if (dolog) in bootparamproc_getfile_1_svc()
160 if (dolog) in bootparamproc_getfile_1_svc()
171 if (dolog) syslog(LOG_NOTICE, in bootparamproc_getfile_1_svc()
H A Dmain.c33 int dolog = 0; variable
71 dolog = 1; in main()
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c302 int changedRCS, changework, dolog, newhead; variable
631 dolog = true;
666 dolog = false;
838 workptr, workdelta, &newworkname, dolog
1245 xpandfile(unexfile, delta, exname, dolog) in xpandfile() argument
1249 int dolog;
1273 unexfile, exfile, delta, false, (FILE*)0, dolog
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsedit.c851 expandline(infile, outfile, delta, delimstuffed, frewfile, dolog) in expandline() argument
855 int delimstuffed, dolog;
973 keyreplace(matchresult, delta, ds, infile, out, dolog);
1014 keyreplace(marker, delta, delimstuffed, infile, out, dolog) in keyreplace() argument
1020 int dolog;
1116 if (marker == Log && dolog) {
/dragonfly/sbin/mountd/
H A Dmountd.c211 int dolog = 0; variable
298 dolog = 1; in main()
856 if (dolog) in mntsrv()
874 else if (dolog) in mntsrv()
903 if (dolog) in mntsrv()
921 if (dolog) in mntsrv()
930 if (dolog) in mntsrv()
/dragonfly/contrib/tcsh-6/
H A Dtc.decls.h335 extern void dolog (Char **, struct command *);
H A Dsh.init.c105 { "log", dolog, 0, 0 },
175 { "watchlog", dolog, 0, 0 },
H A Dtc.who.c601 dolog(Char **v, struct command *c) function
/dragonfly/usr.sbin/inetd/
H A Dinetd.c223 int dolog = 0; variable
329 dolog = 1; in main()
591 if (dolog && !ISWRAP(sep)) { in main()
710 if (dolog) { in main()
/dragonfly/libexec/ftpd/
H A Dftpd.c227 static void dolog(struct sockaddr *);
571 dolog((struct sockaddr *)&his_addr); in main()
2658 dolog(struct sockaddr *who) in dolog() function