Searched refs:debug_flag (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_hostname.c37 static int debug_flag = 0; variable
53 if (debug_flag)
60 if (debug_flag) {
96 {"debug", 'd', arg_flag, &debug_flag,
H A Dtest_cc.c37 static int debug_flag = 0; variable
344 if (debug_flag)
392 if (debug_flag)
398 if (debug_flag)
429 if (debug_flag)
435 if (debug_flag)
615 {"debug", 'd', arg_flag, &debug_flag,
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmind.c44 static int debug_flag; variable
68 { "debug", 'd', arg_flag, &debug_flag,
163 if(debug_flag) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c45 static int debug_flag; variable
48 { NULL, 'd', arg_flag, &debug_flag,
120 if (debug_flag) {
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp238 static int debug_flag = NO; variable
303 debug_flag = YES;
331 if (debug_flag && argc - optind < 1)
333 else if (!debug_flag && argc - optind != 3)
338 if (debug_flag)
340 if (!debug_flag && !read_map(argv[optind + 1], tfm_type))
342 else if (debug_flag && argc - optind > 1)
346 if (!debug_flag && !equal(argv[optind + 2], "-"))
362 if (!debug_flag) {
375 if (debug_flag)
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_config.h37 #define debug_flag hptnr_debug_flag macro
H A Dhptnr_osm_bsd.c34 int debug_flag = 0; variable
/freebsd-11-stable/crypto/openssh/
H A Dsshd.c165 int debug_flag = 0; variable
1010 if (!debug_flag) {
1248 if (debug_flag) {
1454 if (debug_flag == 0) {
1455 debug_flag = 1;
1850 if (debug_flag && (!inetd_flag || rexeced_flag))
1860 if (!(debug_flag || inetd_flag || no_daemon_flag || already_daemon)) {
1898 if (options.pid_file != NULL && !debug_flag) {
1929 if (!debug_flag && !inetd_flag && setsid() < 0)
2075 if (!debug_flag)
[all...]
H A Dssh.c127 int debug_flag = 0; variable
753 if (debug_flag == 0) {
754 debug_flag = 1;
758 debug_flag++;
1014 if (debug_flag)
1116 debug_flag ? " -" : "",
1117 debug_flag, "vvv",
1515 keep_stderr = log_is_on_stderr() && debug_flag;
H A Dssh-keyscan.c695 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; local
738 if (!debug_flag) {
739 debug_flag = 1;
H A Dsession.c139 extern int debug_flag;
1178 if (debug_flag) {
1208 if (debug_flag)
1220 if (debug_flag)
1234 if (debug_flag) {
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c875 void yyset_debug (int debug_flag );
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c554 void yyset_debug (int debug_flag );
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c533 void yyset_debug (int debug_flag );
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c505 void null_set_debug (int debug_flag );
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c2038 void yyset_debug (int debug_flag );

Completed in 145 milliseconds