Searched refs:from_inetd (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/libexec/rpc.rusersd/
H A Dextern.h32 extern int from_inetd;
H A Drusersd.c44 int from_inetd = 1; variable
67 from_inetd = 0;
70 if (!from_inetd) {
83 if (from_inetd) {
95 syslog(LOG_ERR, "unable to register (RUSERSPROG, RUSERSVERS_IDLE, %s)", (!from_inetd)?"udp":"(inetd)");
98 if (from_inetd)
105 syslog(LOG_ERR, "unable to register (RUSERSPROG, RUSERSVERS_ORIG, %s)", (!from_inetd)?"udp":"(inetd)");
H A Drusers_proc.c330 if (from_inetd)
/freebsd-10.1-release/libexec/rpc.rstatd/
H A Drstatd.c43 int from_inetd = 1; /* started from inetd ? */ variable
73 from_inetd = 0;
76 if (!from_inetd) {
90 if (from_inetd) {
102 syslog(LOG_ERR, "unable to register (RSTATPROG, RSTATVERS_TIME, %s)", (!from_inetd)?"udp":"(inetd)");
105 if (from_inetd)
112 syslog(LOG_ERR, "unable to register (RSTATPROG, RSTATVERS_SWTCH, %s)", (!from_inetd)?"udp":"(inetd)");
115 if (from_inetd)
122 syslog(LOG_ERR, "unable to register (RSTATPROG, RSTATVERS_ORIG, %s)", (!from_inetd)?"udp":"(inetd)");
H A Drstat_proc.c81 extern int from_inetd;
184 if (from_inetd)
475 if (from_inetd)
/freebsd-10.1-release/libexec/rpc.sprayd/
H A Dsprayd.c48 static int from_inetd = 1; variable
88 from_inetd = 0;
91 if (!from_inetd) {
106 if (from_inetd) {
120 (!from_inetd)?"udp":"(inetd)");
/freebsd-10.1-release/libexec/rpc.rwalld/
H A Drwalld.c60 int from_inetd = 1; variable
88 from_inetd = 0;
91 if (!from_inetd) {
103 if (from_inetd) {
115 syslog(LOG_ERR, "unable to register (WALLPROG, WALLVERS, %s)", (!from_inetd)?"udp":"(inetd)");
202 if (from_inetd)
/freebsd-10.1-release/libexec/rpc.rquotad/
H A Drquotad.c42 static int from_inetd = 1; variable
63 from_inetd = 0;
65 if (!from_inetd) {
76 if (from_inetd) {
91 from_inetd ? "(inetd)" : "udp");
117 if (from_inetd)

Completed in 49 milliseconds