Lines Matching refs:out

185  * we have stack space even if the machine runs out of swap
1144 * Should bail out from the loop.
1410 * below, and start pulling out the pending messages.
1498 goto out; /* nothing to do */
1507 goto out;
1512 * then just sync the file out to disk if appropriate.
1522 goto out;
1527 * out any saved messages to the file.
1532 goto out;
1556 goto out;
1564 goto out;
1588 goto out;
1653 out:
1663 * Pull out all pending messages, if they exist.
1898 * If we're writing to the console, strip out the message ID
1921 * out to the struct walldev. We should free it here.
2241 out: netdir_free((void *)hsp, ND_HOSTSERVLIST);
2251 goto out;
2266 goto out;
2382 DPRINT2(5, "logerror_format(%u): out %s\n", mythreadno, buf);
2444 * out of cvthname(). There is a special case where we don't
3078 FILE *out;
3086 if ((out = fdopen(fd, "w+")) == NULL)
3089 (void) fprintf(out, "\nSyslogd started: %s",
3091 (void) fprintf(out, "Input message count: system %d, network %d\n",
3093 (void) fprintf(out, "# Outputs: %d\n\n", nlogs);
3095 (void) fprintf(out, "%s priority = [file, facility] %s\n\n",
3099 (void) fprintf(out, "%d ", i / 10);
3101 (void) fprintf(out, "\n");
3103 (void) fprintf(out, "%d ", i % 10);
3105 (void) fprintf(out, "\n");
3107 (void) fprintf(out, "--");
3109 (void) fprintf(out, "\n");
3114 (void) fprintf(out, "X ");
3116 (void) fprintf(out, "%d ",
3119 (void) fprintf(out, "%s: ", TypeNames[f->f_type]);
3124 (void) fprintf(out, "%s", f->f_un.f_fname);
3127 (void) fprintf(out, "%s", f->f_un.f_forw.f_hname);
3133 (void) fprintf(out, "%s",
3136 (void) fprintf(out, ", %s",
3141 (void) fprintf(out, "\n");
3145 (void) fprintf(out, "\nFacilities:\n");
3148 (void) fprintf(out, " [%02d] %s: %3d\n", i,
3152 (void) fprintf(out, "\nPriorities:\n");
3155 (void) fprintf(out, " [%02d] %s: %3d\n", i,
3162 (void) fprintf(out, "\n\n\n\t\tPer File Statistics\n");
3163 (void) fprintf(out, "%-24s\tTot\tDups\tNofwd\tErrs\n", "File");
3164 (void) fprintf(out, "%-24s\t---\t----\t-----\t----\n", "----");
3170 (void) fprintf(out, "%-24s", f->f_un.f_fname);
3173 (void) fprintf(out, "%-24s", TypeNames[f->f_type]);
3176 (void) fprintf(out, "%-24s", f->f_un.f_forw.f_hname);
3190 (void) fprintf(out, "%-24s", users);
3193 (void) fprintf(out, "\t%d\t%d\t%d\t%d\n",
3197 (void) fprintf(out, "\n\n");
3200 (void) fclose(out);
3426 errno = 0; /* keep errno related stuff out of logerror messages */
3428 /* clear out file entry */
4979 * getting out from the waiting loop.
5032 goto out;
5085 * In that case, we will go ahead and close out file descriptors to
5086 * have them pull out from hanging system call, and give them a last
5166 * the fd so that logger threads can bail out from the loop.
5281 out:;