Searched refs:DBGFILE (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/cmd/saf/ |
| H A D | log.c | 153 if ((Dfp = fopen(DBGFILE, "a+")) == NULL) { in opendebug() 155 DBGFILE, strerror(errno)); in opendebug()
|
| H A D | misc.h | 62 # define DBGFILE "/var/saf/debug" /* SAC debug file */ macro
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.h | 1301 # 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 D | ttymon.h | 117 #define DBGFILE "debug" /* debug file */ macro
|
| H A D | tmlog.c | 237 (void)strcat(debugfile, DBGFILE); in opendebug()
|