Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/bootparamd/bootparamd/
Dbootparamd.c30 extern int debug, dolog;
59 if (dolog)
72 if (dolog) syslog(LOG_NOTICE,"This is host %s\n", he->h_name);
94 if (dolog) syslog(LOG_NOTICE,
107 if (dolog) syslog(LOG_NOTICE,"whoami failed\n");
124 if (dolog)
164 if (dolog)
175 if (dolog) syslog(LOG_NOTICE,
Dmain.c34 int dolog = 0; variable
71 dolog = 1; in main()
/freebsd-9-stable/gnu/usr.bin/rcs/ci/
Dci.c294 int changedRCS, changework, dolog, newhead; variable
582 dolog = true;
617 dolog = false;
789 workptr, workdelta, &newworkname, dolog
1195 xpandfile(unexfile, delta, exname, dolog) in xpandfile() argument
1199 int dolog;
1223 unexfile, exfile, delta, false, (FILE*)0, dolog
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Drcsedit.c848 expandline(infile, outfile, delta, delimstuffed, frewfile, dolog) in expandline() argument
852 int delimstuffed, dolog;
970 keyreplace(matchresult, delta, ds, infile, out, dolog);
1011 keyreplace(marker, delta, delimstuffed, infile, out, dolog) in keyreplace() argument
1017 int dolog;
1112 if (marker == Log && dolog) {
/freebsd-9-stable/usr.sbin/mountd/
Dmountd.c240 int dolog = 0; variable
333 dolog = 1; in main()
1066 if (dolog) in mntsrv()
1085 else if (dolog) in mntsrv()
1114 if (dolog) in mntsrv()
1132 if (dolog) in mntsrv()
1142 if (dolog) in mntsrv()
/freebsd-9-stable/contrib/tcsh/
Dtc.decls.h336 extern void dolog (Char **, struct command *);
Dsh.init.c109 { "log", dolog, 0, 0 },
179 { "watchlog", dolog, 0, 0 },
Dtc.who.c620 dolog(Char **v, struct command *c) function
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpd.c141 static void dolog (struct sockaddr *, int);
394 dolog(his_addr, his_addr_len); in main()
1870 dolog(struct sockaddr *sa, int len) in dolog() function
/freebsd-9-stable/usr.sbin/inetd/
Dinetd.c247 int dolog = 0; variable
355 dolog = 1; in main()
658 if (dolog && !ISWRAP(sep)) { in main()
774 if (dolog) { in main()
/freebsd-9-stable/contrib/opie/
Dopieftpd.c1253 static VOIDRET dolog FUNCTION((sin), struct sockaddr_in *sin)
1670 dolog(&his_addr);
/freebsd-9-stable/libexec/ftpd/
Dftpd.c249 static void dolog(struct sockaddr *);
598 dolog((struct sockaddr *)&his_addr); in main()
2718 dolog(struct sockaddr *who) in dolog() function