Home
last modified time | relevance | path

Searched refs:sdebug (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/byacc/
H A Dyaccpar.skel204 printf("%sdebug: state %d, reading %d (%s)\n",
214 printf("%sdebug: state %d, shifting to state %d\n",
250 printf("%sdebug: state %d, error recovery shifting\
263 printf("%sdebug: error recovery discarding state %d\n",
279 printf("%sdebug: state %d, error recovery discards token %d (%s)\n",
290 printf("%sdebug: state %d, reducing by rule %d (%s)\n",
311 printf("%sdebug: after reduction, shifting from state 0 to\
325 printf("%sdebug: state %d, reading %d (%s)\n",
340 printf("%sdebug: after reduction, shifting from state %d \
H A Dbtyaccpar.skel301 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
391 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
748 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
/freebsd/crypto/openssl/apps/
H A Ds_server.c1006 int rev = 0, naccept = -1, sdebug = 0; in s_server_main() local
1407 sdebug = 1; in s_server_main()
1410 sdebug = 2; in s_server_main()
1848 if (sdebug) in s_server_main()
1849 ssl_ctx_security_debug(ctx, sdebug); in s_server_main()
1975 if (sdebug) in s_server_main()
1976 ssl_ctx_security_debug(ctx2, sdebug); in s_server_main()
H A Ds_client.c820 int sdebug = 0; in s_client_main() local
1145 sdebug = 1; in s_client_main()
1148 sdebug = 2; in s_client_main()
1697 if (sdebug) in s_client_main()
1698 ssl_ctx_security_debug(ctx, sdebug); in s_client_main()