Searched refs:script_config (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/pam-krb5/tests/fakepam/ |
H A D | script.h | 46 struct script_config; 47 typedef void (*script_callback)(pam_handle_t *, const struct script_config *, 51 struct script_config { struct 70 void run_script(const char *file, const struct script_config *) argument 77 void run_script_dir(const char *dir, const struct script_config *)
|
H A D | internal.h | 41 struct script_config; 115 struct work *parse_script(FILE *, const struct script_config *);
|
H A D | config.c | 324 expand_string(const char *template, const struct script_config *config) in expand_string() 439 const struct script_config *config) in split_options() 475 const struct script_config *config) in parse_options() 635 parse_output(FILE *script, const struct script_config *config) in parse_output() 673 parse_prompts(FILE *script, const struct script_config *config) in parse_prompts() 737 parse_script(FILE *script, const struct script_config *config) in parse_script()
|
H A D | script.c | 263 run_script(const char *file, const struct script_config *config) in run_script() 383 run_script_dir(const char *dir, const struct script_config *config) in run_script_dir()
|
H A D | README | 154 All of these are set in the script_config struct. 230 The replacement values are taken from the script_config struct passed
|
/freebsd/contrib/pam-krb5/tests/module/ |
H A D | pam-user-t.c | 27 check_pam_user(pam_handle_t *pamh, const struct script_config *config UNUSED, in check_pam_user() 43 struct script_config config; in main()
|
H A D | cache-t.c | 44 check_cache(const char *file, const struct script_config *config, in check_cache() 106 check_cache_callback(pam_handle_t *pamh, const struct script_config *config, in check_cache_callback() 131 struct script_config config; in main()
|
H A D | password-t.c | 36 check_authtok(pam_handle_t *pamh, const struct script_config *config, in check_authtok() 51 struct script_config config; in main()
|
H A D | no-cache-t.c | 27 struct script_config config; in main()
|
H A D | bad-authtok-t.c | 30 struct script_config config; in main()
|
H A D | stacked-t.c | 29 struct script_config config; in main()
|
H A D | long-t.c | 23 struct script_config config; in main()
|
H A D | fast-t.c | 27 struct script_config config; in main()
|
H A D | trace-t.c | 26 struct script_config config; in main()
|
H A D | basic-t.c | 31 struct script_config config; in main()
|
H A D | pkinit-t.c | 27 struct script_config config; in main()
|
H A D | realm-t.c | 32 struct script_config config; in main()
|
H A D | alt-auth-t.c | 29 struct script_config config; in main()
|
H A D | fast-anon-t.c | 82 struct script_config config; in main()
|
H A D | cache-cleanup-t.c | 30 struct script_config config; in main()
|
H A D | expired-t.c | 34 struct script_config config; in main()
|