HomeSort by: relevance | last modified time | path
    Searched refs:debug_flag (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_hostname.c 39 static int debug_flag = 0; variable
55 if (debug_flag)
62 if (debug_flag) {
98 {"debug", 'd', arg_flag, &debug_flag,
test_gic.c 88 static int debug_flag = 0; variable
97 {"debug", 'd', arg_flag, &debug_flag,
test_cc.c 39 static int debug_flag = 0; variable
346 if (debug_flag)
394 if (debug_flag)
400 if (debug_flag)
431 if (debug_flag)
437 if (debug_flag)
638 {"debug", 'd', arg_flag, &debug_flag,
  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadmind.c 46 static int debug_flag; variable
73 { "debug", 'd', arg_flag, &debug_flag,
185 if(debug_flag) {
  /src/external/bsd/pam-u2f/bin/pamu2fcfg/
cmdline.h 63 int debug_flag; /**< @brief Print debug information (highly verbose) (default=off). */ member in struct:gengetopt_args_info
cmdline.c 105 args_info->debug_flag = 0;
646 if (update_arg((void *)&(args_info->debug_flag), 0, &(args_info->debug_given),
  /src/crypto/external/bsd/heimdal/dist/kuser/
kgetcred.c 52 static int debug_flag; variable
84 { "debug", 0, arg_flag, &debug_flag, NULL, NULL },
132 if (debug_flag) {
  /src/crypto/external/bsd/openssh/dist/
sshd-session.c 162 int debug_flag = 0; variable
831 if (debug_flag == 0) {
832 debug_flag = 1;
970 log_stderr || !inetd_flag || debug_flag);
984 log_stderr || !inetd_flag || debug_flag);
998 if (!debug_flag && !inetd_flag) {
1077 if (debug_flag)
1204 if (!debug_flag && options.login_grace_time > 0) {
sshd.c 117 int debug_flag = 0; variable
777 * This function is used only if inet_flag or debug_flag is set,
1167 if (debug_flag) {
1341 if (debug_flag == 0) {
1342 debug_flag = 1;
1472 log_stderr || !inetd_flag || debug_flag);
1748 if (debug_flag && !inetd_flag)
1761 if (!(debug_flag || inetd_flag || no_daemon_flag || already_daemon)) {
1801 if (options.pid_file != NULL && !debug_flag) {
1826 if (!debug_flag && !inetd_flag && setsid() == -1
    [all...]
ssh-keyscan.c 640 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; local
683 if (!debug_flag) {
684 debug_flag = 1;
sshd-auth.c 131 int debug_flag = 0; variable
503 if (debug_flag == 0) {
504 debug_flag = 1;
ssh.c 106 int debug_flag = 0; variable
882 if (debug_flag == 0) {
883 debug_flag = 1;
887 debug_flag++;
1327 debug_flag ? " -" : "",
1328 debug_flag, "vvv",
1876 if (stdfd_devnull(1, 1, !(log_is_on_stderr() && debug_flag)) == -1)
1892 if (stdfd_devnull(1, 1, !(log_is_on_stderr() && debug_flag)) == -1)
sshconnect.c 73 extern int debug_flag;
148 if (!debug_flag && options.control_path != NULL &&
231 if (!debug_flag && options.control_path != NULL &&
session.c 127 extern int debug_flag;
991 if (debug_flag) {
1023 if (debug_flag)
1035 if (debug_flag)
1049 if (debug_flag) {
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 240 static int debug_flag = NO; variable
305 debug_flag = YES;
333 if (debug_flag && argc - optind < 1)
335 else if (!debug_flag && argc - optind != 3)
340 if (debug_flag)
342 if (!debug_flag && !read_map(argv[optind + 1], tfm_type))
344 else if (debug_flag && argc - optind > 1)
348 if (!debug_flag && !equal(argv[optind + 2], "-"))
364 if (!debug_flag) {
377 if (debug_flag)
    [all...]
  /src/bin/sh/
show.c 1053 static struct debug_flag { struct
1103 struct debug_flag *df;
1147 struct debug_flag *df;
  /src/external/gpl2/gmake/dist/
main.c 157 static int debug_flag = 0;
369 { 'd', flag, (char *) &debug_flag, 1, 1, 0, 0, 0, 0 },
605 if (debug_flag)
156 static int debug_flag = 0; variable
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 124 struct debug_flag struct
136 static struct debug_flag debug_flags[] =
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 124 struct debug_flag struct
136 static struct debug_flag debug_flags[] =
  /src/tools/m4/bootstrap/
tokenizer.c 536 void yyset_debug (int debug_flag );
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 871 void yyset_debug ( int debug_flag );
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 549 void yyset_debug ( int debug_flag );
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 528 void yyset_debug ( int debug_flag );
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 617 void yyset_debug ( int debug_flag );
deflex.c 627 void yyset_debug ( int debug_flag );

Completed in 48 milliseconds

1 2