Searched defs:Tracec (Results 1 – 5 of 5) sorted by relevance
/titanic_52/usr/src/boot/lib/libz/ |
H A D | zutil.h | 227 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} macro 234 # define Tracec(c,x) macro
|
/titanic_52/usr/src/contrib/zlib/ |
H A D | zutil.h | 246 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} macro 253 # define Tracec(c,x) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 109 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} macro 116 # define Tracec(c,x) macro
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 789 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} macro 796 # define Tracec(c,x) macro
|
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 247 #define Tracec(c, x) {if (z_verbose > 0 && (c)) fprintf x; } macro 258 #define Tracec(c, x) ((void)0) macro
|