Symbol: errcode_t
crypto/krb5/src/clients/kinit/kinit.c
183
extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt,
crypto/krb5/src/clients/klist/klist.c
111
extended_com_err_fn(const char *prog, errcode_t code, const char *fmt,
crypto/krb5/src/clients/kvno/kvno.c
183
static void extended_com_err_fn(const char *myprog, errcode_t code,
crypto/krb5/src/clients/kvno/kvno.c
62
static void extended_com_err_fn(const char *myprog, errcode_t code,
crypto/krb5/src/kadmin/cli/kadmin.c
228
extended_com_err_fn(const char *myprog, errcode_t code,
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
166
extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt,
crypto/krb5/src/kdc/kdc_util.h
170
kdc_err(krb5_context call_context, errcode_t code, const char *fmt, ...)
crypto/krb5/src/kdc/main.c
88
kdc_err(krb5_context call_context, errcode_t code, const char *fmt, ...)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
30
errcode_t profile_ser_size(profile_t, size_t *);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
31
errcode_t profile_ser_externalize(profile_t, krb5_octet **, size_t *);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
32
errcode_t profile_ser_internalize(profile_t *, krb5_octet **, size_t *);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
223
extended_com_err_fn(const char *myprog, errcode_t code, const char *fmt,
crypto/krb5/src/util/et/com_err.c
132
errcode_t code,
crypto/krb5/src/util/et/com_err.c
47
static void default_com_err_proc (const char *whoami, errcode_t code,
crypto/krb5/src/util/et/com_err.c
99
errcode_t code,
crypto/krb5/src/util/et/com_err.h
27
typedef void (*et_old_error_hook_func) (const char *, errcode_t,
crypto/krb5/src/util/et/com_err.h
42
(const char *, errcode_t, const char *, ...)
crypto/krb5/src/util/et/com_err.h
48
(const char *whoami, errcode_t code, const char *fmt,
crypto/krb5/src/util/et/com_err.h
55
(errcode_t)
crypto/krb5/src/util/et/com_err.h
57
extern errcode_t KRB5_CALLCONV add_error_table
crypto/krb5/src/util/et/com_err.h
60
extern errcode_t KRB5_CALLCONV remove_error_table
crypto/krb5/src/util/et/error_message.c
252
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/et/error_message.c
279
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/et/t_com_err.c
14
try_one (errcode_t code, int known, int table, int msgno)
crypto/krb5/src/util/et/t_com_err.c
40
errcode_t c0, errcode_t c1, errcode_t c2)
crypto/krb5/src/util/et/test_et.c
14
extern const char *error_table_name (errcode_t);
crypto/krb5/src/util/profile/prof_file.c
169
errcode_t profile_open_file(const_profile_filespec_t filespec,
crypto/krb5/src/util/profile/prof_file.c
173
errcode_t retval;
crypto/krb5/src/util/profile/prof_file.c
293
errcode_t profile_update_file_data_locked(prf_data_t data, char **ret_modspec)
crypto/krb5/src/util/profile/prof_file.c
295
errcode_t retval;
crypto/krb5/src/util/profile/prof_file.c
384
errcode_t profile_update_file_data(prf_data_t data, char **ret_modspec)
crypto/krb5/src/util/profile/prof_file.c
386
errcode_t retval;
crypto/krb5/src/util/profile/prof_file.c
404
static errcode_t write_data_to_file(prf_data_t data, const char *outfile,
crypto/krb5/src/util/profile/prof_file.c
410
errcode_t retval = 0;
crypto/krb5/src/util/profile/prof_file.c
486
errcode_t profile_flush_file_data_to_buffer (prf_data_t data, char **bufp)
crypto/krb5/src/util/profile/prof_file.c
488
errcode_t retval;
crypto/krb5/src/util/profile/prof_file.c
496
errcode_t profile_flush_file_data(prf_data_t data)
crypto/krb5/src/util/profile/prof_file.c
498
errcode_t retval = 0;
crypto/krb5/src/util/profile/prof_file.c
520
errcode_t profile_flush_file_data_to_file(prf_data_t data, const char *outfile)
crypto/krb5/src/util/profile/prof_file.c
522
errcode_t retval = 0;
crypto/krb5/src/util/profile/prof_file.c
629
errcode_t profile_close_file(prf_file_t prf)
crypto/krb5/src/util/profile/prof_file.c
631
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
132
static errcode_t
crypto/krb5/src/util/profile/prof_get.c
135
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
155
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
159
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
199
static errcode_t
crypto/krb5/src/util/profile/prof_get.c
202
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
219
errcode_t profile_get_value(profile_t profile, const char **names,
crypto/krb5/src/util/profile/prof_get.c
222
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
251
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
257
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
282
static errcode_t
crypto/krb5/src/util/profile/prof_get.c
308
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
313
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
346
static errcode_t
crypto/krb5/src/util/profile/prof_get.c
371
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
376
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
39
static errcode_t init_list(struct profile_string_list *list)
crypto/krb5/src/util/profile/prof_get.c
404
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
408
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
442
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
446
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
482
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
487
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
542
static errcode_t
crypto/krb5/src/util/profile/prof_get.c
569
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_get.c
573
errcode_t retval;
crypto/krb5/src/util/profile/prof_get.c
76
static errcode_t add_to_list(struct profile_string_list *list, const char *str)
crypto/krb5/src/util/profile/prof_init.c
109
errcode_t err;
crypto/krb5/src/util/profile/prof_init.c
164
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
171
errcode_t retval = 0, access_retval = 0;
crypto/krb5/src/util/profile/prof_init.c
18
static errcode_t
crypto/krb5/src/util/profile/prof_init.c
231
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
237
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
245
static errcode_t
crypto/krb5/src/util/profile/prof_init.c
248
errcode_t err;
crypto/krb5/src/util/profile/prof_init.c
293
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
324
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
333
errcode_t retval;
crypto/krb5/src/util/profile/prof_init.c
378
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
401
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
424
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
442
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
458
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_init.c
532
errcode_t profile_ser_size(profile_t profile, size_t *sizep)
crypto/krb5/src/util/profile/prof_init.c
553
errcode_t profile_ser_externalize(profile_t profile,
crypto/krb5/src/util/profile/prof_init.c
556
errcode_t retval;
crypto/krb5/src/util/profile/prof_init.c
58
static errcode_t
crypto/krb5/src/util/profile/prof_init.c
607
errcode_t profile_ser_internalize(profile_t *profilep,
crypto/krb5/src/util/profile/prof_init.c
610
errcode_t retval;
crypto/krb5/src/util/profile/prof_init.c
63
errcode_t ret;
crypto/krb5/src/util/profile/prof_init.c
99
static errcode_t
crypto/krb5/src/util/profile/prof_int.h
120
errcode_t profile_parse_file
crypto/krb5/src/util/profile/prof_int.h
123
errcode_t profile_process_directory
crypto/krb5/src/util/profile/prof_int.h
126
errcode_t profile_write_tree_file
crypto/krb5/src/util/profile/prof_int.h
129
errcode_t profile_write_tree_to_buffer
crypto/krb5/src/util/profile/prof_int.h
138
errcode_t profile_create_node
crypto/krb5/src/util/profile/prof_int.h
145
errcode_t profile_verify_node
crypto/krb5/src/util/profile/prof_int.h
148
errcode_t profile_add_node
crypto/krb5/src/util/profile/prof_int.h
153
errcode_t profile_make_node_final
crypto/krb5/src/util/profile/prof_int.h
165
errcode_t profile_find_node
crypto/krb5/src/util/profile/prof_int.h
171
errcode_t profile_find_node_relation
crypto/krb5/src/util/profile/prof_int.h
176
errcode_t profile_find_node_subsection
crypto/krb5/src/util/profile/prof_int.h
181
errcode_t profile_get_node_parent
crypto/krb5/src/util/profile/prof_int.h
185
errcode_t profile_delete_node_relation
crypto/krb5/src/util/profile/prof_int.h
188
errcode_t profile_find_node_name
crypto/krb5/src/util/profile/prof_int.h
192
errcode_t profile_node_iterator_create
crypto/krb5/src/util/profile/prof_int.h
199
errcode_t profile_node_iterator
crypto/krb5/src/util/profile/prof_int.h
203
errcode_t profile_remove_node
crypto/krb5/src/util/profile/prof_int.h
206
errcode_t profile_set_relation_value
crypto/krb5/src/util/profile/prof_int.h
209
errcode_t profile_rename_node
crypto/krb5/src/util/profile/prof_int.h
214
errcode_t profile_open_file
crypto/krb5/src/util/profile/prof_int.h
221
errcode_t profile_update_file_data
crypto/krb5/src/util/profile/prof_int.h
224
errcode_t profile_update_file_data_locked
crypto/krb5/src/util/profile/prof_int.h
228
errcode_t profile_flush_file_data
crypto/krb5/src/util/profile/prof_int.h
232
errcode_t profile_flush_file_data_to_file
crypto/krb5/src/util/profile/prof_int.h
235
errcode_t profile_flush_file_data_to_buffer
crypto/krb5/src/util/profile/prof_int.h
244
errcode_t profile_close_file
crypto/krb5/src/util/profile/prof_int.h
257
errcode_t profile_ser_size
crypto/krb5/src/util/profile/prof_int.h
260
errcode_t profile_ser_externalize
crypto/krb5/src/util/profile/prof_int.h
263
errcode_t profile_ser_internalize
crypto/krb5/src/util/profile/prof_int.h
268
errcode_t profile_get_value
crypto/krb5/src/util/profile/prof_parse.c
215
static errcode_t parse_include_file(const char *filename,
crypto/krb5/src/util/profile/prof_parse.c
219
errcode_t retval = 0;
crypto/krb5/src/util/profile/prof_parse.c
264
static errcode_t parse_include_dir(const char *dirname,
crypto/krb5/src/util/profile/prof_parse.c
267
errcode_t retval = 0;
crypto/krb5/src/util/profile/prof_parse.c
290
static errcode_t parse_line(char *line, struct parse_state *state,
crypto/krb5/src/util/profile/prof_parse.c
30
static errcode_t parse_file(FILE *f, struct parse_state *state,
crypto/krb5/src/util/profile/prof_parse.c
340
static errcode_t parse_file(FILE *f, struct parse_state *state,
crypto/krb5/src/util/profile/prof_parse.c
345
errcode_t retval;
crypto/krb5/src/util/profile/prof_parse.c
415
errcode_t profile_parse_file(FILE *f, struct profile_node **root,
crypto/krb5/src/util/profile/prof_parse.c
419
errcode_t retval;
crypto/krb5/src/util/profile/prof_parse.c
440
errcode_t profile_process_directory(const char *dirname,
crypto/krb5/src/util/profile/prof_parse.c
443
errcode_t retval;
crypto/krb5/src/util/profile/prof_parse.c
590
errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile)
crypto/krb5/src/util/profile/prof_parse.c
628
errcode_t profile_write_tree_to_buffer(struct profile_node *root,
crypto/krb5/src/util/profile/prof_parse.c
75
static errcode_t parse_std_line(char *line, struct parse_state *state)
crypto/krb5/src/util/profile/prof_parse.c
79
errcode_t retval;
crypto/krb5/src/util/profile/prof_set.c
134
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_set.c
137
errcode_t retval;
crypto/krb5/src/util/profile/prof_set.c
186
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_set.c
190
errcode_t retval;
crypto/krb5/src/util/profile/prof_set.c
24
static errcode_t rw_setup(profile_t profile)
crypto/krb5/src/util/profile/prof_set.c
243
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_set.c
247
errcode_t retval;
crypto/krb5/src/util/profile/prof_set.c
76
errcode_t KRB5_CALLCONV
crypto/krb5/src/util/profile/prof_set.c
80
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
165
errcode_t profile_verify_node(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
168
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
196
errcode_t profile_add_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
200
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
255
errcode_t profile_make_node_final(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
305
errcode_t profile_find_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
32
errcode_t magic;
crypto/krb5/src/util/profile/prof_tree.c
381
errcode_t profile_find_node_relation(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
387
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
416
errcode_t profile_find_node_subsection(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
422
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
440
errcode_t profile_get_node_parent(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
463
errcode_t profile_node_iterator_create(profile_t profile,
crypto/krb5/src/util/profile/prof_tree.c
517
errcode_t profile_node_iterator(void **iter_p,
crypto/krb5/src/util/profile/prof_tree.c
524
errcode_t retval;
crypto/krb5/src/util/profile/prof_tree.c
660
errcode_t profile_remove_node(struct profile_node *node)
crypto/krb5/src/util/profile/prof_tree.c
677
errcode_t profile_set_relation_value(struct profile_node *node,
crypto/krb5/src/util/profile/prof_tree.c
702
errcode_t profile_rename_node(struct profile_node *node, const char *new_name)
crypto/krb5/src/util/profile/prof_tree.c
87
errcode_t profile_create_node(const char *name, const char *value,
crypto/krb5/src/util/profile/test_parse.c
36
error_message((errcode_t) retval));
crypto/krb5/src/util/profile/test_parse.c
47
error_message((errcode_t) retval));
crypto/krb5/src/util/profile/test_profile.c
25
errcode_t retval;
crypto/krb5/src/windows/include/loadfuncs-com_err.h
17
(const char FAR *, errcode_t, const char FAR *, ...)
crypto/krb5/src/windows/include/loadfuncs-com_err.h
23
(const char FAR *whoami, errcode_t code, const char FAR *fmt, va_list ap)
crypto/krb5/src/windows/include/loadfuncs-com_err.h
29
(errcode_t)
crypto/krb5/src/windows/include/loadfuncs-com_err.h
32
errcode_t,
crypto/krb5/src/windows/include/loadfuncs-com_err.h
38
errcode_t,