| /src/external/gpl2/texinfo/dist/intl/ |
| log.c | 60 FILE *logfile; local 62 /* Can we reuse the last opened logfile? */ 65 /* Close the last used logfile. */ 76 /* Open the logfile. */ 85 logfile = last_logfile; 87 fprintf (logfile, "domain "); 88 print_escaped (logfile, domainname); 89 fprintf (logfile, "\nmsgid "); 90 print_escaped (logfile, msgid1); 93 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/external/gpl3/gcc.old/dist/intl/ |
| log.c | 64 FILE *logfile; local 66 /* Can we reuse the last opened logfile? */ 69 /* Close the last used logfile. */ 80 /* Open the logfile. */ 89 logfile = last_logfile; 91 fprintf (logfile, "domain "); 92 print_escaped (logfile, domainname); 93 fprintf (logfile, "\nmsgid "); 94 print_escaped (logfile, msgid1); 97 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| log.c | 66 FILE *logfile; local 68 /* Can we reuse the last opened logfile? */ 71 /* Close the last used logfile. */ 82 /* Open the logfile. */ 91 logfile = last_logfile; 93 fprintf (logfile, "domain "); 94 print_escaped (logfile, domainname); 95 fprintf (logfile, "\nmsgid "); 96 print_escaped (logfile, msgid1); 99 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/games/larn/ |
| config.c | 27 char logfile[] = _PATH_LOG; variable
|
| /src/external/bsd/kyua-cli/dist/utils/logging/ |
| operations.cpp | 99 static std::unique_ptr< std::ofstream > logfile; member in namespace:__anon6997 180 if (logfile.get() == NULL) 184 (*logfile) << message << '\n'; 185 (*logfile).flush(); 218 PRE(logfile.get() == NULL); 232 logfile.reset(new std::ofstream(path.c_str())); 233 if (!(*logfile)) 239 (*logfile) << (*iter).second << '\n'; 241 (*logfile).flush();
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| sanity.cpp | 60 static std::string logfile; member in namespace:__anon7004 88 PRE(!logfile.empty()); 91 err_write(F("*** Log file is %s\n") % logfile); 188 logfile = logfile_;
|
| /src/external/bsd/less/dist/lesstest/ |
| lesstest.c | 22 char* logfile = NULL; local 36 logfile = optarg; 54 if (logfile != NULL && !log_open(logfile)) { 55 fprintf(stderr, "cannot create %s: %s\n", logfile, strerror(errno));
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| plog.c | 80 static char *logfile = NULL; variable 109 if (logfile || f_foreground) { 192 if (logfile) 244 if (logfile) { 245 logp = log_open(250, logfile); 247 errx(1, "ERROR: failed to open log file %s.", logfile); 257 if (logfile != NULL) 258 racoon_free(logfile); 259 logfile = racoon_strdup(file); 260 STRDUP_FATAL(logfile); [all...] |
| /src/external/ibm-public/postfix/dist/src/showq/ |
| showq.c | 174 BOUNCE_LOG *logfile; local 200 * may change once we replace the present ad-hoc bounce/defer logfile 263 /* For consistency with recipients in bounce logfile. */ 283 * recipients from the corresponding defer logfile with per-recipient 286 * The defer logfile is not necessarily complete: delivery may be 290 * Therefore we keep a record of recipients found in the defer logfile, 295 && (logfile = bounce_log_open(MAIL_QUEUE_DEFER, id, O_RDONLY, 0)) != 0) { 303 showq_reasons(client, logfile, rcpt_buf, dsn_buf, dup_filter); 304 if (bounce_log_close(logfile))
|
| /src/games/dm/ |
| dm.c | 80 static void logfile(void); 99 logfile(); 297 * logfile -- 301 logfile(void) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
| asan_symbolize.py | 25 logfile = sys.stdin variable 443 for line in logfile: 499 parser.add_argument('-l','--logfile', default=sys.stdin, 514 if args.logfile: 515 logfile = args.logfile 517 logfile = sys.stdin
|
| /src/usr.sbin/lastlogin/ |
| lastlogin.c | 134 const char *logfile = local 151 logfile = optarg; 187 len = strlen(logfile); 192 if (len > 0 && logfile[len - 1] == 'x') 193 dolastlogx(logfile, argc, argv); 197 dolastlog(logfile, argc, argv); 217 dolastlog(const char *logfile, int argc, char **argv) 220 FILE *fp = fopen(logfile, "r"); 225 err(1, "%s", logfile); 301 dolastlogx(const char *logfile, int argc, char **argv [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_cc_test.c | 281 static FILE *logfile; variable 290 if (logfile == NULL) 305 fprintf(logfile, "%10lu,%10lu,%10lu,%10lu,%10lu,%10lu,%10lu,%10lu,\"%c\"\n", 470 if (logfile != NULL) 471 fflush(logfile); 615 logfile = fopen("quic_cc_stats.csv", "w"); 616 fprintf(logfile,
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| gen.c | 43 FILE *privheaderfile, *headerfile, *codefile, *logfile, *templatefile; variable 256 logfile = fopen(fn, "w"); 257 if (logfile == NULL) 303 if (logfile) { 304 fprintf (logfile, "\n"); 305 fclose (logfile); 366 if (logfile) 367 fprintf(logfile, "%s ", filename);
|
| /src/external/bsd/less/dist/ |
| main.c | 38 #if LOGFILE 39 public int logfile = -1; variable
|
| /src/external/bsd/unbound/dist/util/ |
| log.c | 67 static FILE* logfile = 0; variable 70 /** pthread key for thread ids in logfile */ 98 if(logfile 108 if(logfile && logfile != stderr) { 109 FILE* cl = logfile; 110 logfile = NULL; /* set to NULL before it is closed, so that 111 other threads have a valid logfile or NULL */ 140 logfile = stderr; 151 log_err("Could not open logfile %s: %s", filename, [all...] |
| /src/games/snake/snake/ |
| snake.c | 113 static FILE *logfile; variable 152 logfile = fopen(SNAKE_PATH_LOGFILE, "a"); 153 if (logfile == NULL) { 995 if (logfile != NULL) { 997 fprintf(logfile, "%s $%d %dx%d %s %s", 999 fflush(logfile);
|
| /src/external/bsd/am-utils/dist/hlfsd/ |
| hlfsd.c | 81 char *logfile = DEFAULT_LOGFILE; variable 112 fprintf(stderr, "\t[-i interval] [-l logfile] [-o mntopts] [-P passwdfile]\n"); 221 logfile = optarg; 319 if (logfile) 320 switch_to_logfile(logfile, orig_umask, 0); 793 if (signum == SIGHUP && logfile) 794 switch_to_logfile(logfile, orig_umask, 0); 902 if (logfile && !STREQ(logfile, "stderr")) {
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| rlfe.c | 141 FILE *logfile = NULL; variable 142 #define DPRINT0(FMT) (fprintf(logfile, FMT), fflush(logfile)) 143 #define DPRINT1(FMT, V1) (fprintf(logfile, FMT, V1), fflush(logfile)) 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) 393 logfile = fopen("/tmp/rlfe.log", "w");
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
| rlfe.c | 141 FILE *logfile = NULL; variable 142 #define DPRINT0(FMT) (fprintf(logfile, FMT), fflush(logfile)) 143 #define DPRINT1(FMT, V1) (fprintf(logfile, FMT, V1), fflush(logfile)) 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) 393 logfile = fopen("/tmp/rlfe.log", "w");
|
| /src/usr.bin/newsyslog/ |
| newsyslog.c | 91 #define CE_BINARY 0x02 /* Logfile is a binary file/non-syslog */ 110 char logfile[MAXPATHLEN]; /* Path to log file */ member in struct:conf_entry 221 if (strcmp(log.logfile, argv[i]) == 0) 277 (void)strlcpy(log->logfile, *ap++, sizeof(log->logfile)); 278 if (log->logfile[0] != '/') 280 "config line %d: logfile must have a full path", lineno); 438 PRHDRINFO(("\n%s <%d%s>: ", log->logfile, log->numhist, 442 * stat() the logfile. If it doesn't exist and the `c' flag has 446 if (stat(log->logfile, &sb) < 0) [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-session.c | 791 char *line, *laddr, *logfile = NULL; local 841 logfile = optarg; 949 /* If requested, redirect the logs to the specified logfile. */ 950 if (logfile != NULL) { 954 cp = percent_expand(logfile,
|
| ssh.c | 686 char *p, *cp, *line, *argv0, *logfile, *args; local 750 logfile = NULL; 786 logfile = optarg; 1210 if (use_syslog && logfile != NULL) 1212 if (logfile != NULL) 1213 log_redirect_stderr_to(logfile);
|
| sshd.c | 1293 char *args, *fp, *line, *logfile = NULL, **rexec_argv = NULL; local 1350 logfile = optarg; 1450 /* If requested, redirect the logs to the specified logfile. */ 1451 if (logfile != NULL) { 1455 cp = percent_expand(logfile,
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| softp11.c | 96 FILE *logfile; member in struct:soft_token 116 if (soft_token.logfile == NULL) 119 vfprintf(soft_token.logfile, fmt, ap); 121 fflush(soft_token.logfile); 778 if (soft_token.logfile) 779 fclose(soft_token.logfile); 782 soft_token.logfile = stdout; 784 soft_token.logfile = fopen(name, "a"); 785 if (soft_token.logfile) 786 rk_cloexec_file(soft_token.logfile); [all...] |