Searched defs:DPRINTF (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ntp-92/include/
H A Dntp_debug.h16 #define DPRINTF(_lvl_, _arg_) \ macro
22 #define DPRINTF(_lvl_, _arg_) do {} while (0) macro
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_debug.c59 void DPRINTF (unsigned long type, char *fmt, ...) function
/macosx-10.10.1/libresolv-57/
H A Dres_update.c90 #define DPRINTF(x) do {\ macro
H A Dres_findzonecut.c100 #define DPRINTF(x) do {\ macro
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dencoding.c56 #define DPRINTF(a) printf a macro
58 #define DPRINTF(a) macro
[all...]
H A Dcdf.c62 #define DPRINTF(a) printf a, fflush(stdout) macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_pflog.c100 #define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0) macro
102 #define DPRINTF(x) macro
H A Dbridgestp.c128 #define DPRINTF(fmt, arg...) printf("bstp: " fmt, ##arg) macro
130 #define DPRINTF(fmt, arg...) macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c124 #define DPRINTF(x...) kprintf(x) macro
126 #define DPRINTF(x...) macro
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp_var.h346 #define DPRINTF(...) macro
349 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__) macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpmap_internal.h1078 #define DPRINTF(x...) kprintf(x) macro
1080 #define DPRINTF(x...) macro
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dconnect.c216 #define DPRINTF(a) macro
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dldap.c123 #define DPRINTF(args, level) if (ldap_conf.debug >= level) warningx args macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c205 #define DPRINTF(X) if (dummynet_debug) printf X macro
207 #define DPRINTF(X) macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c115 #define DPRINTF(x) printf x macro
118 #define DPRINTF(x) macro
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_internal.h76 #undef DPRINTF macro
78 #define DPRINTF(p) printf p macro
80 #define DPRINTF(p) /* Nothing */ macro

Completed in 216 milliseconds