Searched refs:dfp (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/screen-22/screen/
H A Dscreen.h56 # define debugf(a) do {if(dfp){fprintf a;fflush(dfp);}} while (0)
57 # define debug(x) debugf((dfp,x))
58 # define debug1(x,a) debugf((dfp,x,a))
59 # define debug2(x,a,b) debugf((dfp,x,a,b))
60 # define debug3(x,a,b,c) debugf((dfp,x,a,b,c))
61 extern FILE *dfp;
76 # define ASSERT(lousy_cpp) do {if (!(lousy_cpp)) {if (!dfp) opendebug(0, 1);debug2("ASSERT("#lousy_cpp") failed file %s line %d\n", __FILE__, __LINE__);abort();}} while (0)
78 # define ASSERT(lousy_cpp) do {if (!(lousy_cpp)) {if (!dfp) opendebug(0, 1);debug2("ASSERT(lousy_cpp) failed file %s line %d\n", __FILE__, __LINE__);abort();}} while (0)
H A Dfileio.c771 if (dfp && dfp != stderr)
772 fclose(dfp);
810 if (dfp && dfp != stderr)
811 fclose(dfp);
H A Dmisc.c550 ASSERT(!dfp);
554 if (!(dfp = fopen(buf, new ? "w" : "a")))
555 dfp = stderr;
H A Dattacher.c480 if (dfp)
483 fflush(dfp); variable
484 fclose(dfp); variable
485 dfp = NULL;
H A Dwindow.c1198 if (dfp && dfp != stderr)
1199 fclose(dfp);
1212 if (dfp) /* do not produce child debug, when debug is "off" */
1217 if ((dfp = fopen(buf, "a")) == 0)
1218 dfp = stderr;
H A Dscreen.c113 FILE *dfp; variable
1206 if (dfp && dfp != stderr)
1207 fclose(dfp);
1209 if ((dfp = fopen(buf, "w")) == NULL)
1210 dfp = stderr;
1227 if (dfp != stderr)
H A Dprocess.c1232 if (dfp)
1238 if (dfp)
1241 fflush(dfp);
1242 fclose(dfp);
1243 dfp = NULL;
H A Dsocket.c1239 if (!dfp)
/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Dpacklib.c68 FILE *dfp; local
84 if (!(pdesc.dfp = fopen(dname, mode)))
92 fclose(pdesc.dfp);
103 dfp = pdesc.dfp;
127 fclose(dfp);
139 fclose(dfp);
149 fclose(dfp);
221 fclose(pwp->dfp);
258 datum = htonl ((int32) ftell(pwp->dfp));
[all...]
H A Dpacker.h36 FILE *dfp; member in struct:__anon675
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Dddev.c121 DIR *dfp; local
145 if (!(dfp = OpenDir(Dstk[Dstkx]))) {
174 for (dp = ReadDir(dfp); dp; dp = ReadDir(dfp)) {
295 (void) CloseDir(dfp);
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Dddev.c191 DIR *dfp; local
215 if (!(dfp = OpenDir(Dstk[Dstkx]))) {
244 for (dp = ReadDir(dfp); dp; dp = ReadDir(dfp)) {
365 (void) CloseDir(dfp);
/macosx-10.9.5/lsof-52/lsof/lib/
H A Drdev.c133 DIR *dfp; local
170 if (!(dfp = OpenDir(Dstk[Dstkx]))) {
199 for (dp = ReadDir(dfp); dp; dp = ReadDir(dfp)) {
330 (void) CloseDir(dfp);
/macosx-10.9.5/CrackLib-37765/cracklib27/
H A Dlibcrack.h101 FILE *dfp; member in struct:__anon676
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c1620 FILE *dfp; local
1621 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
1622 else dfp = fopen(global.debug_file, "a");
1623 if (dfp != NULL)
1627 fprintf(dfp, "module: %s%s\n", (m->name == NULL) ? "<unknown>" : m->name, (m->flags & MODULE_FLAG_LOCAL) ? " (local)" : "");
1628 asl_out_module_print(dfp, m);
1629 fprintf(dfp, "\n");
1631 fclose(dfp);
1650 FILE *dfp; local
1651 if (global.debug_file == NULL) dfp
[all...]
H A Ddaemon.c776 FILE *dfp = NULL; local
780 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
781 else dfp = fopen(global.debug_file, "a");
782 if (dfp == NULL) return 0;
785 vfprintf(dfp, str, v);
788 fclose(dfp);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_open.c855 dt_provmod_open(dt_provmod_t **provmod, dt_fdlist_t *dfp) argument
873 if (dfp->df_ents == dfp->df_size) {
874 uint_t size = dfp->df_size ? dfp->df_size * 2 : 16;
875 int *fds = realloc(dfp->df_fds, size * sizeof (int));
880 dfp->df_fds = fds;
881 dfp->df_size = size;
902 dfp->df_fds[dfp
[all...]
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkmakefile.c209 FILE *dfp; local
222 dfp = fopen(path("Makefile"), "r");
333 if (dfp != NULL)
335 copy_dependencies(dfp, ofp);
336 (void) fclose(dfp);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c715 struct IT_dfp dfp; local
718 dfp.end = 0;
719 dfp.spare = 0;
720 dfp.nparams = type->u.function.parameters->nvars;
721 dfp.neg = 0x1001;
725 sysroff_swap_dfp_out (file, &dfp);
732 dfp.end = 1;
733 sysroff_swap_dfp_out (file, &dfp);
1444 0x80, /* dfp */
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-win32.c266 unsigned dfp = p->adapter->DagFastProcess; local
364 if(!dfp)
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c982 DIR *dfp; local
1058 if (!(dfp = OpenDir(dn))) {
1096 for (dp = ReadDir(dfp); dp; dp = ReadDir(dfp)) {
1211 (void) CloseDir(dfp);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmsdos.c894 struct face *dfp = FACE_FROM_ID (sf, DEFAULT_FACE_ID);
899 fp = dfp;
908 dflt_fg = dfp->foreground;
909 dflt_bg = dfp->background;
892 struct face *dfp = FACE_FROM_ID (sf, DEFAULT_FACE_ID); local
/macosx-10.9.5/awk-18/src/
H A Drun.c272 int dfp = fp - frame; /* old index */ local
277 fp = frame + dfp;
/macosx-10.9.5/system_cmds-597.90.1/sc_usage.tproj/
H A Dsc_usage.c78 FILE *dfp = 0; /*Debug output file */ variable
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sc_usage.tproj/
H A Dsc_usage.c78 FILE *dfp = 0; /*Debug output file */ variable

Completed in 397 milliseconds

12