HomeSort by: relevance | last modified time | path
    Searched refs:sdebug (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
main.c 43 int odebug, pdebug, sdebug, tdebug, xdebug, wdebug; variable
158 case 's': ++sdebug; break; /* inline */
inline.c 71 #define SDEBUG(x) if (sdebug) printf x
73 #define SDEBUG(x)
114 SDEBUG(("refnode(%s)\n", sp->sname));
172 SDEBUG(("inline_addarg(%p)\n", ip));
205 SDEBUG(("inline_start(\"%s\")\n", sp->sname));
252 SDEBUG(("inline_end()\n"));
254 if (sdebug)printip(&cifun->shead);
286 SDEBUG(("inline_ref(\"%s\")\n", sp->sname));
490 SDEBUG(("inlinetree(%p,%p) OK %d\n", f, ap, is->flags & CANINL))
    [all...]
pass1.h 188 extern int odebug, pdebug, sdebug, tdebug, xdebug;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
main.c 43 int odebug, pdebug, sdebug, tdebug, xdebug, cppdebug, wdebug; variable
154 case 's': ++sdebug; break; /* inline */
inline.c 71 #define SDEBUG(x) if (sdebug) printf x
73 #define SDEBUG(x)
111 SDEBUG(("refnode(%s)\n", sp->sname));
124 SDEBUG(("inline_addarg(%p)\n", ip));
142 SDEBUG(("inline_start(\"%s\")\n", sp->sname));
185 SDEBUG(("inline_end()\n"));
187 if (sdebug)printip(&cifun->shead);
215 SDEBUG(("inline_ref(\"%s\")\n", sp->sname));
410 SDEBUG(("inlinetree(%p,%p) OK %d\n", f, ap, is->flags & CANINL))
    [all...]
pass1.h 192 extern int odebug, pdebug, sdebug, tdebug, xdebug;
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 1006 int rev = 0, naccept = -1, sdebug = 0; local
1407 sdebug = 1;
1410 sdebug = 2;
1848 if (sdebug)
1849 ssl_ctx_security_debug(ctx, sdebug);
1975 if (sdebug)
1976 ssl_ctx_security_debug(ctx2, sdebug);
s_client.c 820 int sdebug = 0; local
1145 sdebug = 1;
1148 sdebug = 2;
1697 if (sdebug)
1698 ssl_ctx_security_debug(ctx, sdebug);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 1013 int rev = 0, naccept = -1, sdebug = 0; local
1385 sdebug = 1;
1388 sdebug = 2;
1798 if (sdebug)
1799 ssl_ctx_security_debug(ctx, sdebug);
1917 if (sdebug)
1918 ssl_ctx_security_debug(ctx2, sdebug);
s_client.c 916 int sdebug = 0; local
1224 sdebug = 1;
1227 sdebug = 2;
1737 if (sdebug)
1738 ssl_ctx_security_debug(ctx, sdebug);
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 1139 int rev = 0, naccept = -1, sdebug = 0; local
1555 sdebug = 1;
1558 sdebug = 2;
2031 if (sdebug)
2032 ssl_ctx_security_debug(ctx, sdebug);
2164 if (sdebug)
2165 ssl_ctx_security_debug(ctx2, sdebug);
s_client.c 969 int sdebug = 0; local
1310 sdebug = 1;
1313 sdebug = 2;
1902 if (sdebug)
1903 ssl_ctx_security_debug(ctx, sdebug);

Completed in 47 milliseconds