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

12

/macosx-10.10.1/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)
H A Ddisplay.c3874 if (dfp && dfp != stderr)
3875 fclose(dfp);
/macosx-10.10.1/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:__anon448
/macosx-10.10.1/lsof-53/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.10.1/lsof-53/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.10.1/lsof-53/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.10.1/CrackLib-37765/cracklib27/
H A Dlibcrack.h101 FILE *dfp; member in struct:__anon449
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c171 FILE *dfp; local
183 dfp = fopen(path("Makefile"), "r");
254 if (dfp != NULL)
256 copy_dependencies(dfp, ofp);
257 (void) fclose(dfp);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_open.c712 dt_provmod_open(dt_provmod_t **provmod, dt_fdlist_t *dfp) argument
730 if (dfp->df_ents == dfp->df_size) {
731 uint_t size = dfp->df_size ? dfp->df_size * 2 : 16;
732 int *fds = realloc(dfp->df_fds, size * sizeof (int));
737 dfp->df_fds = fds;
738 dfp->df_size = size;
759 dfp->df_fds[dfp
[all...]
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Ddaemon.c881 FILE *dfp = NULL; local
885 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
886 else dfp = fopen(global.debug_file, "a");
887 if (dfp == NULL) return 0;
890 vfprintf(dfp, str, v);
893 fclose(dfp);
H A Dasl_action.c2062 FILE *dfp; local
2063 if (global.debug_file == NULL) dfp = fopen(_PATH_SYSLOGD_LOG, "a");
2064 else dfp = fopen(global.debug_file, "a");
2065 if (dfp != NULL)
2069 fprintf(dfp, "module: %s%s\n", (m->name == NULL) ? "<unknown>" : m->name, (m->flags & MODULE_FLAG_LOCAL) ? " (local)" : "");
2070 asl_out_module_print(dfp, m);
2071 fprintf(dfp, "\n");
2073 fclose(dfp);
/macosx-10.10.1/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.10.1/libpcap-48/libpcap/
H A Dpcap-win32.c285 unsigned dfp = p->adapter->DagFastProcess; local
383 if(!dfp)
/macosx-10.10.1/lsof-53/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.10.1/emacs-93/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.10.1/awk-20/src/
H A Drun.c272 int dfp = fp - frame; /* old index */ local
277 fp = frame + dfp;
/macosx-10.10.1/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c78 FILE *dfp = 0; /*Debug output file */ variable

Completed in 205 milliseconds

12