| /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));
|
| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| Xspice | 221 logfile = temp_dir + "/xorg.log" variable 222 cleanup_files.append(logfile) 224 xorg_args = [ '-logfile', logfile ] + xorg_args
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| x68kInit.c | 92 const char *logfile; local 97 logfile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX; 98 if (asprintf(&lf, "%s%%s" LOGSUFFIX, logfile) == -1)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| x68kInit.c | 93 const char *logfile; local 98 logfile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX; 99 if (asprintf(&lf, "%s%%s" LOGSUFFIX, logfile) == -1)
|
| /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 203 * may change once we replace the present ad-hoc bounce/defer logfile 278 /* For consistency with recipients in bounce logfile. */ 305 * recipients from the corresponding defer logfile with per-recipient 308 * The defer logfile is not necessarily complete: delivery may be 312 * With Postfix 3.11 also list recipients in a bounce logfile. Such 317 * We remember recipients found in a defer or bounce logfile, and try to 333 if ((logfile = bounce_log_open(*cpp, id, O_RDONLY, 0)) != 0) { 334 showq_reasons(client, *cpp, logfile, rcpt_buf, dsn_buf, 336 if (bounce_log_close(logfile)) [all...] |
| /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...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/ |
| radeonsi-run-tests.py | 228 logfile = open(os.path.join(output_folder, "{}-run-tests.log".format(gpu_name)), "w") variable 256 logfile.write(line)
|
| /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");
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| sunInit.c | 412 const char *logfile; local 432 logfile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX; 433 if (asprintf(&lf, "%s%%s" LOGSUFFIX, logfile) == -1)
|