Lines Matching defs:early
134 * listening sshd process early in their lifespans, before they have
160 int early; /* Indicates child closed listener */
230 child->early = 1;
328 WTERMSIG(child->status), child->early ? " (early)" : "");
335 child->early ? " (early)" : "");
342 child->early ? " (early)" : "");
348 child->early ? " (early)" : "");
354 child->early ? " (early)" : "");
361 child->early ? " (early)" : "");
368 child->early ? " (early)" : "");
375 child->early ? " (early)" : "");
448 children[i].early ? " (early)" : "");
932 if (children[i].early)
938 if (children[i].early && c == '\0') {
941 children[i].early = 0;
945 } else if (!children[i].early && c == '\001') {
955 children[i].id, children[i].early);