Searched refs:dbf (Results 1 - 25 of 31) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dtestprns.c45 dbf = x_fopen("test.log", O_WRONLY|O_CREAT|O_TRUNC, 0644);
46 if (dbf == NULL) {
57 x_fclose(dbf);
H A Dsmbtree.c209 dbf = x_stderr;
H A Dtestparm.c239 dbf = x_stderr;
H A Dnet.c675 dbf = x_stderr;
H A Dsmbcquotas.c424 dbf = x_stderr;
H A Dsmbcacls.c771 dbf = x_stderr;
H A Dstatus.c600 dbf = x_stderr;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Ddebug.c75 * dbf - Global debug file handle.
81 XFILE *dbf = NULL; variable
105 * stdout_logging - Default False, if set to True then dbf will be set to
106 * stdout and debug output will go to dbf only, and not
520 dbf = NULL;
524 dbf = x_stdout;
581 if (dbf)
582 x_fflush(dbf);
586 old_dbf = dbf;
587 dbf
[all...]
H A Dreadline.c62 x_fprintf(dbf, "%s", prompt);
63 x_fflush(dbf);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbsh.c45 dbf = x_stdout;
H A Dsmbw.c60 dbf = x_stderr;
63 dbf = sys_fopen(p, "a");
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Ddebug.h43 extern XFILE *dbf;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_secure.c132 int db, dbf; local
135 dbf = DbgFlag;
142 DbgFlag = dbf;
148 DbgFlag = dbf;
H A Dlpd_rcvjob.c120 int db, dbf, rlen; local
189 dbf = DbgFlag;
196 DbgFlag = dbf;
202 DbgFlag = dbf;
581 int db, dbf; local
615 dbf =DbgFlag;
622 DbgFlag = dbf;
624 dbf = Debug;
633 Debug = dbf;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dbinstr.S80 subql #1,%d0 |for dbf d0 would have LEN+1 passes
123 dbf %d0,loop |do loop some more!
130 dbf %d0,loop |do loop some more!
H A Dbugfix.S313 dbf %d0,op0_loop
439 dbf %d0,op2_loop
H A Ddecbin.S158 dbf %d2,e_gd |if we have used all 3 digits, exit loop
222 dbf %d2,md2b |check for last digit in this lw
311 dbf %d2,ap_p_gd |get next digit
359 dbf %d2,ap_n_gd |get next digit
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dmessage.c183 dbf = x_stderr;
H A Dclient.c2838 dbf = x_stderr;
2869 dbf = x_stderr;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd.c767 if (dbf)
768 x_fclose(dbf);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Drpctorture.c399 dbf = x_stderr;
H A Dmasktest.c440 dbf = x_stderr;
H A Dlocktest.c574 dbf = x_stderr;
H A Dlocktest2.c483 dbf = x_stderr;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dswat.c1318 dbf = x_fopen("/dev/null", O_WRONLY, 0);
1319 if (!dbf) dbf = x_stderr;

Completed in 217 milliseconds

12