Home
last modified time | relevance | path

Searched refs:detach_from_console (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/kcm/
H A Dconfig.c48 int detach_from_console = -1; variable
94 "detach", 'D', arg_negative_flag, &detach_from_console,
99 "detach", 0 , arg_flag, &detach_from_console,
391 if(detach_from_console == -1) in kcm_configure()
392 detach_from_console = krb5_config_get_bool_default(kcm_context, NULL, in kcm_configure()
H A Dmain.c104 if (detach_from_console) in main()
H A Dkcm_locl.h173 extern int detach_from_console;
/freebsd/crypto/heimdal/kdc/
H A Dconfig.c85 "detach", 'D', arg_negative_flag, &detach_from_console,
90 "detach", 0 , arg_flag, &detach_from_console,
257 if(detach_from_console == -1) in configure()
258 detach_from_console = krb5_config_get_bool_default(context, NULL, in configure()
H A Dmain.c48 int detach_from_console = -1; variable
156 if (detach_from_console) in main()
H A Dkdc_locl.h61 extern int detach_from_console;
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c460 static int detach_from_console = 0; variable
473 { "detach", 0, arg_flag, &detach_from_console,
555 if (detach_from_console) in main()
H A Dipropd_master.c782 static int detach_from_console = 0; variable
800 { "detach", 0, arg_flag, &detach_from_console,
860 if (detach_from_console) in main()
/freebsd/crypto/heimdal/
H A DChangeLog.20051170 * kcm/main.c: move declaration of detach_from_console away from
1173 * kcm/kcm_locl.h: move declaration of detach_from_console here