Searched refs:dolog (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/usr.sbin/bootparamd/bootparamd/ |
| D | bootparamd.c | 29 extern int debug, dolog; 56 if (dolog) in bootparamproc_whoami_1_svc() 69 if (dolog) syslog(LOG_NOTICE,"This is host %s\n", he->h_name); in bootparamproc_whoami_1_svc() 91 if (dolog) syslog(LOG_NOTICE, in bootparamproc_whoami_1_svc() 104 if (dolog) syslog(LOG_NOTICE,"whoami failed\n"); in bootparamproc_whoami_1_svc() 119 if (dolog) in bootparamproc_getfile_1_svc() 159 if (dolog) in bootparamproc_getfile_1_svc() 170 if (dolog) syslog(LOG_NOTICE, in bootparamproc_getfile_1_svc()
|
| D | main.c | 31 extern int debug, dolog; 36 int dolog = 0; variable 74 dolog = 1; in main()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.decls.h | 335 extern void dolog (Char **, struct command *);
|
| D | sh.init.c | 105 { "log", dolog, 0, 0 }, 175 { "watchlog", dolog, 0, 0 },
|
| D | tc.who.c | 601 dolog(Char **v, struct command *c) function
|
| /freebsd-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 282 static int dolog = 0; variable 462 dolog = 1; in main() 1259 if (dolog) in mntsrv() 1279 else if (dolog) in mntsrv() 1308 if (dolog) in mntsrv() 1326 if (dolog) in mntsrv() 1336 if (dolog) in mntsrv()
|
| /freebsd-12-stable/usr.sbin/inetd/ |
| D | inetd.c | 261 static int dolog = 0; variable 364 dolog = 1; in main() 663 if (dolog && !ISWRAP(sep)) { in main() 780 if (dolog) { in main()
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/ |
| D | ftpd.c | 142 static void dolog (struct sockaddr *, int); 380 dolog(his_addr, his_addr_len); in main() 1835 dolog(struct sockaddr *sa, int len) in dolog() function
|
| /freebsd-12-stable/contrib/opie/ |
| D | opieftpd.c | 1253 static VOIDRET dolog FUNCTION((sin), struct sockaddr_in *sin) 1670 dolog(&his_addr);
|
| /freebsd-12-stable/libexec/ftpd/ |
| D | ftpd.c | 245 static void dolog(struct sockaddr *); 596 dolog((struct sockaddr *)&his_addr); in main() 2732 dolog(struct sockaddr *who) in dolog() function
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ |
| D | ChangeLog | 654 * ftpd/ftpd.c (dolog): update prototype 655 * ftpd/ftpd.c (dolog): use getnameinfo_verified
|