Searched refs:detach_from_console (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/kcm/ |
H A D | config.c | 48 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 D | main.c | 104 if (detach_from_console) in main()
|
H A D | kcm_locl.h | 173 extern int detach_from_console;
|
/freebsd/crypto/heimdal/kdc/ |
H A D | config.c | 85 "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 D | main.c | 48 int detach_from_console = -1; variable 156 if (detach_from_console) in main()
|
H A D | kdc_locl.h | 61 extern int detach_from_console;
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ipropd_slave.c | 460 static int detach_from_console = 0; variable 473 { "detach", 0, arg_flag, &detach_from_console, 555 if (detach_from_console) in main()
|
H A D | ipropd_master.c | 782 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 D | ChangeLog.2005 | 1170 * kcm/main.c: move declaration of detach_from_console away from 1173 * kcm/kcm_locl.h: move declaration of detach_from_console here
|