HomeSort by: relevance | last modified time | path
    Searched defs:from_inetd (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/rpc.rstatd/
rstatd.c 55 int from_inetd = 1; /* started from inetd ? */ variable in typeref:typename:int
84 from_inetd = 0;
86 if (!from_inetd) {
100 if (from_inetd) {
  /src/libexec/rpc.rusersd/
rusersd.c 48 int from_inetd = 1; variable in typeref:typename:int
75 from_inetd = 0;
77 if (!from_inetd) {
90 if (from_inetd) {
  /src/libexec/rpc.sprayd/
sprayd.c 47 static int from_inetd = 1; variable in typeref:typename:int
78 from_inetd = 0;
80 if (!from_inetd) {
95 if (from_inetd) {
  /src/libexec/rpc.rwalld/
rwalld.c 62 static int from_inetd = 1; variable in typeref:typename:int
95 from_inetd = 0;
97 if (!from_inetd) {
109 if (from_inetd) {
188 if (from_inetd)
  /src/libexec/rpc.rquotad/
rquotad.c 42 static int from_inetd = 1; variable in typeref:typename:int
62 from_inetd = 0;
64 if (!from_inetd) {
72 if (from_inetd) {
104 if (!from_inetd) {
132 if (from_inetd)
153 if (from_inetd)

Completed in 13 milliseconds