Searched refs:debug_file (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-load.h42 char *debug_file
H A Dobjc-load.mm113 char * debug_file)
/macosx-10.9.5/gnutar-452/gnutar/rmt/
H A Drmt.c75 static FILE *debug_file; variable
78 if (debug_file) fprintf(debug_file, File)
81 if (debug_file) fprintf(debug_file, File, Arg)
84 if (debug_file) fprintf(debug_file, File, Arg1, Arg2)
625 debug_file = fopen (argv[optind], "w");
626 if (debug_file == 0)
631 setbuf (debug_file,
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dctxerrtl.c316 static char *debug_file = "ctxer.dmp"; variable
328 debug_fid = fopen(debug_file, "w");
H A Dctxeectx.c562 static char *debug_file = "ctxee.dmp"; variable
573 debug_fid = fopen(debug_file, "w");
591 debug_fid = fopen(debug_file, "w");
610 debug_fid = fopen(debug_file, "w");
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.h139 char *debug_file; member in struct:global_s
H A Dsyslogd.c350 free(global.debug_file);
351 global.debug_file = NULL;
352 if (path != NULL) global.debug_file = strdup(path);
556 if (((i+1) < argc) && (argv[i+1][0] != '-')) global.debug_file = strdup(argv[++i]);
H A Ddaemon.c479 free(global.debug_file);
480 global.debug_file = NULL;
780 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
781 else dfp = fopen(global.debug_file, "a");
H A Dasl_action.c1621 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
1622 else dfp = fopen(global.debug_file, "a");
1651 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
1652 else dfp = fopen(global.debug_file, "a");
H A Ddbserver.c907 else snprintf(val, sizeof(val), "1 %s", global.debug_file);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c47 struct debug_file *current_file;
79 struct debug_file *files;
88 struct debug_file struct
91 struct debug_file *next;
432 struct debug_file *file;
681 struct debug_file *nfile;
687 nfile = (struct debug_file *) xmalloc (sizeof *nfile);
722 struct debug_file *f, **pf;
744 f = (struct debug_file *) xmalloc (sizeof *f);
1949 struct debug_file *
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm20324 my $debug_file = $self->{_debug_file};
20326 unless ( $fh = IO::File->new("> $debug_file") ) {
20327 warn("can't open $debug_file: $!\n");
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm22366 my $debug_file = $self->{_debug_file};
22368 unless ( $fh = IO::File->new("> $debug_file") ) {
22369 Perl::Tidy::Warn("can't open $debug_file: $!\n");
[all...]

Completed in 231 milliseconds