Home
last modified time | relevance | path

Searched refs:DBGFILE (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/saf/
H A Dlog.c153 if ((Dfp = fopen(DBGFILE, "a+")) == NULL) { in opendebug()
155 DBGFILE, strerror(errno)); in opendebug()
H A Dmisc.h62 # define DBGFILE "/var/saf/debug" /* SAC debug file */ macro
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1301 # define DBGLOG(DBGFILE, CMD) \ argument
1303 { if (!soap->fdebug[SOAP_INDEX_##DBGFILE])\
1304 soap_open_logfile((struct soap*)soap, SOAP_INDEX_##DBGFILE);\
1305 if (soap->fdebug[SOAP_INDEX_##DBGFILE])\
1306 { FILE *fdebug = soap->fdebug[SOAP_INDEX_##DBGFILE];\
1314 # define DBGMSG(DBGFILE, MSG, LEN) \ argument
1316 { if (!soap->fdebug[SOAP_INDEX_##DBGFILE])\
1317 soap_open_logfile((struct soap*)soap, SOAP_INDEX_##DBGFILE);\
1318 if (soap->fdebug[SOAP_INDEX_##DBGFILE])\
1319 { fwrite((MSG), 1, (LEN), soap->fdebug[SOAP_INDEX_##DBGFILE]);\
[all …]
/onnv-gate/usr/src/cmd/ttymon/
H A Dttymon.h117 #define DBGFILE "debug" /* debug file */ macro
H A Dtmlog.c237 (void)strcat(debugfile, DBGFILE); in opendebug()