Home
last modified time | relevance | path

Searched refs:debug_flag (Results 1 – 17 of 17) sorted by relevance

/NextBSD/crypto/heimdal/lib/krb5/
HDtest_hostname.c37 static int debug_flag = 0; variable
53 if (debug_flag) in expand_hostname()
60 if (debug_flag) { in expand_hostname()
96 {"debug", 'd', arg_flag, &debug_flag,
HDtest_cc.c37 static int debug_flag = 0; variable
344 if (debug_flag) in test_def_cc_name()
392 if (debug_flag) in test_cache_iter()
398 if (debug_flag) in test_cache_iter()
429 if (debug_flag) in test_cache_iter_all()
435 if (debug_flag) in test_cache_iter_all()
615 {"debug", 'd', arg_flag, &debug_flag,
/NextBSD/crypto/heimdal/kadmin/
HDkadmind.c44 static int debug_flag; variable
68 { "debug", 'd', arg_flag, &debug_flag,
163 if(debug_flag) { in main()
/NextBSD/contrib/groff/src/utils/hpftodit/
HDhpftodit.cpp238 static int debug_flag = NO; variable
303 debug_flag = YES; in main()
331 if (debug_flag && argc - optind < 1) in main()
333 else if (!debug_flag && argc - optind != 3) in main()
338 if (debug_flag) in main()
340 if (!debug_flag && !read_map(argv[optind + 1], tfm_type)) in main()
342 else if (debug_flag && argc - optind > 1) in main()
346 if (!debug_flag && !equal(argv[optind + 2], "-")) in main()
362 if (!debug_flag) { in main()
375 if (debug_flag) in main()
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDmain.c45 static int debug_flag; variable
48 { NULL, 'd', arg_flag, &debug_flag,
120 if (debug_flag) { in main()
/NextBSD/crypto/openssh/
HDsshd.c167 int debug_flag = 0; variable
1070 if (!debug_flag) {
1301 if (debug_flag) {
1471 if (debug_flag == 0) {
1472 debug_flag = 1;
1888 if (debug_flag && (!inetd_flag || rexeced_flag))
1897 if (!(debug_flag || inetd_flag || no_daemon_flag)) {
1947 if (!debug_flag) {
1978 if (!debug_flag && !inetd_flag && setsid() < 0)
2129 if (!debug_flag)
HDssh-keyscan.c617 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; in main() local
656 if (!debug_flag) { in main()
657 debug_flag = 1; in main()
HDssh.c121 int debug_flag = 0; variable
625 if (debug_flag == 0) { in main()
626 debug_flag = 1; in main()
887 if (debug_flag) in main()
HDsession.c138 extern int debug_flag;
1350 if (debug_flag) { in do_setup_env()
1379 if (debug_flag) in do_rc_files()
1391 if (debug_flag) in do_rc_files()
1405 if (debug_flag) { in do_rc_files()
/NextBSD/sys/dev/hptnr/
HDhptnr_config.h37 #define debug_flag hptnr_debug_flag macro
HDhptnr_osm_bsd.c34 int debug_flag = 0; variable
/NextBSD/crypto/heimdal/lib/sl/
HDslc-lex.c533 void yyset_debug (int debug_flag );
/NextBSD/crypto/heimdal/lib/com_err/
HDlex.c554 void yyset_debug (int debug_flag );
/NextBSD/crypto/heimdal/lib/asn1/
HDlex.c875 void yyset_debug (int debug_flag );
/NextBSD/usr.bin/lex/
HDinitscan.c2038 void yyset_debug (int debug_flag );
/NextBSD/contrib/flex/
HDflex.skl929 void yyset_debug M4_YY_PARAMS( int debug_flag M4_YY_PROTO_LAST_ARG );
/NextBSD/contrib/groff/
HDChangeLog2522 (debug_flag): New static variable (moved from `main').
2524 (main): Remove `debug_flag'.