Home
last modified time | relevance | path

Searched refs:errcode_t (Results 1 – 25 of 26) sorted by relevance

12

/src/crypto/krb5/src/util/profile/
H A Dprof_int.h120 errcode_t profile_parse_file
123 errcode_t profile_process_directory
126 errcode_t profile_write_tree_file
129 errcode_t profile_write_tree_to_buffer
138 errcode_t profile_create_node
145 errcode_t profile_verify_node
148 errcode_t profile_add_node
153 errcode_t profile_make_node_final
165 errcode_t profile_find_node
171 errcode_t profile_find_node_relation
[all …]
H A Dprof_get.c39 static errcode_t init_list(struct profile_string_list *list) in init_list()
76 static errcode_t add_to_list(struct profile_string_list *list, const char *str) in add_to_list()
132 static errcode_t
135 errcode_t retval; in get_values_vt()
155 errcode_t KRB5_CALLCONV
159 errcode_t retval; in profile_get_values()
199 static errcode_t
202 errcode_t retval; in get_value_vt()
219 errcode_t profile_get_value(profile_t profile, const char **names, in profile_get_value()
222 errcode_t retval; in profile_get_value()
[all …]
H A Dprof_init.c18 static errcode_t
58 static errcode_t
63 errcode_t ret; in parse_modspec()
99 static errcode_t
109 errcode_t err; in init_load_module()
164 errcode_t KRB5_CALLCONV
171 errcode_t retval = 0, access_retval = 0; in profile_init_flags()
231 errcode_t KRB5_CALLCONV
237 errcode_t KRB5_CALLCONV
245 static errcode_t
[all …]
H A Dprof_tree.c32 errcode_t magic;
87 errcode_t profile_create_node(const char *name, const char *value, in profile_create_node()
165 errcode_t profile_verify_node(struct profile_node *node) in profile_verify_node()
168 errcode_t retval; in profile_verify_node()
196 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node()
200 errcode_t retval; in profile_add_node()
255 errcode_t profile_make_node_final(struct profile_node *node) in profile_make_node_final()
305 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node()
381 errcode_t profile_find_node_relation(struct profile_node *section, in profile_find_node_relation()
387 errcode_t retval; in profile_find_node_relation()
[all …]
H A Dprof_parse.c30 static errcode_t parse_file(FILE *f, struct parse_state *state,
75 static errcode_t parse_std_line(char *line, struct parse_state *state) in parse_std_line()
79 errcode_t retval; in parse_std_line()
215 static errcode_t parse_include_file(const char *filename, in parse_include_file()
219 errcode_t retval = 0; in parse_include_file()
264 static errcode_t parse_include_dir(const char *dirname, in parse_include_dir()
267 errcode_t retval = 0; in parse_include_dir()
290 static errcode_t parse_line(char *line, struct parse_state *state, in parse_line()
340 static errcode_t parse_file(FILE *f, struct parse_state *state, in parse_file()
345 errcode_t retval; in parse_file()
[all …]
H A Dprof_file.c169 errcode_t profile_open_file(const_profile_filespec_t filespec, in profile_open_file()
173 errcode_t retval; in profile_open_file()
293 errcode_t profile_update_file_data_locked(prf_data_t data, char **ret_modspec) in profile_update_file_data_locked()
295 errcode_t retval; in profile_update_file_data_locked()
384 errcode_t profile_update_file_data(prf_data_t data, char **ret_modspec) in profile_update_file_data()
386 errcode_t retval; in profile_update_file_data()
404 static errcode_t write_data_to_file(prf_data_t data, const char *outfile, in write_data_to_file()
410 errcode_t retval = 0; in write_data_to_file()
486 errcode_t profile_flush_file_data_to_buffer (prf_data_t data, char **bufp) in profile_flush_file_data_to_buffer()
488 errcode_t retval; in profile_flush_file_data_to_buffer()
[all …]
H A Dprof_set.c24 static errcode_t rw_setup(profile_t profile) in rw_setup()
76 errcode_t KRB5_CALLCONV
80 errcode_t retval; in profile_update_relation()
134 errcode_t KRB5_CALLCONV
137 errcode_t retval; in profile_clear_relation()
186 errcode_t KRB5_CALLCONV
190 errcode_t retval; in profile_rename_section()
243 errcode_t KRB5_CALLCONV
247 errcode_t retval; in profile_add_relation()
H A Dtest_parse.c36 error_message((errcode_t) retval)); in main()
47 error_message((errcode_t) retval)); in main()
H A Dtest_profile.c25 errcode_t retval; in do_batchmode()
/src/crypto/krb5/src/util/et/
H A Dcom_err.h26 typedef long errcode_t; typedef
27 typedef void (*et_old_error_hook_func) (const char *, errcode_t,
42 (const char *, errcode_t, const char *, ...)
48 (const char *whoami, errcode_t code, const char *fmt,
55 (errcode_t)
57 extern errcode_t KRB5_CALLCONV add_error_table
60 extern errcode_t KRB5_CALLCONV remove_error_table
H A Dt_com_err.c14 try_one (errcode_t code, int known, int table, int msgno) in try_one()
40 errcode_t c0, errcode_t c1, errcode_t c2) in try_table()
H A Dcom_err.c47 static void default_com_err_proc (const char *whoami, errcode_t code, in default_com_err_proc()
99 errcode_t code, in com_err_va()
132 errcode_t code, in com_err()
H A Derror_message.c252 errcode_t KRB5_CALLCONV
279 errcode_t KRB5_CALLCONV
H A Dtest_et.c14 extern const char *error_table_name (errcode_t);
H A DISSUES48 "long", and output with "L" suffixes. Type errcode_t is "long".
/src/crypto/krb5/src/windows/include/
H A Dloadfuncs-com_err.h17 (const char FAR *, errcode_t, const char FAR *, ...)
23 (const char FAR *whoami, errcode_t code, const char FAR *fmt, va_list ap)
29 (errcode_t)
32 errcode_t,
38 errcode_t,
/src/crypto/krb5/src/lib/krb5/krb/
H A Dser_ctx.c30 errcode_t profile_ser_size(profile_t, size_t *);
31 errcode_t profile_ser_externalize(profile_t, krb5_octet **, size_t *);
32 errcode_t profile_ser_internalize(profile_t *, krb5_octet **, size_t *);
/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.h50 typedef int errcode_t; typedef
/src/crypto/krb5/src/clients/kvno/
H A Dkvno.c62 static void extended_com_err_fn(const char *myprog, errcode_t code,
183 static void extended_com_err_fn(const char *myprog, errcode_t code, in extended_com_err_fn()
/src/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_util.c223 extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt, in extended_com_err_fn()
/src/crypto/krb5/src/kadmin/dbutil/
H A Dkdb5_util.c166 extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt, in extended_com_err_fn()
/src/crypto/krb5/src/kdc/
H A Dkdc_util.h170 kdc_err(krb5_context call_context, errcode_t code, const char *fmt, ...)
H A Dmain.c88 kdc_err(krb5_context call_context, errcode_t code, const char *fmt, ...) in kdc_err()
/src/crypto/krb5/src/clients/klist/
H A Dklist.c111 extended_com_err_fn(const char *prog, errcode_t code, const char *fmt, in extended_com_err_fn()
/src/crypto/krb5/src/clients/kinit/
H A Dkinit.c183 extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt, in extended_com_err_fn()

12