Searched refs:appdef (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | main.c | 95 char *appdef[] = { "appdefaults", "rdist", NULL }; variable 303 appdef, 341 profile_get_options_boolean(bsd_context->profile, appdef, 343 profile_get_options_string(bsd_context->profile, appdef,
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 95 static char *appdef[] = { "appdefaults", "rsh", NULL }; variable 441 appdef, in main() 476 appdef, option); in main() 478 appdef, rcmdversion); in main()
|
H A D | rlogin.c | 133 static char *appdef[] = { "appdefaults", rlogin, NULL }; variable 495 appdef, autologin_option); in main() 535 appdef, option); in main() 537 appdef, rcmdversion); in main()
|
H A D | rcp.c | 188 static char *appdef[] = { "appdefaults", "rcp", NULL }; variable 318 appdef, in main() 389 appdef, option); in main() 391 appdef, rcmdversion); in main()
|
/titanic_50/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_authenticate.c | 65 char *appdef[] = { "appdefaults", "kinit", NULL }; variable 616 appdef, config_option); in attempt_krb5_auth() 620 appdef, config_times); in attempt_krb5_auth()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | kerberos5.c | 97 static char *appdef[] = { "appdefaults", "telnet", NULL }; variable 614 appdef, optionsp); in krb5_profile_get_options()
|
/titanic_50/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 207 char *appdef[] = { "appdefaults", "kinit", NULL }; variable 899 profile_get_options_string(k5->ctx->profile, appdef, config_times); 937 appdef, config_option);
|