Home
last modified time | relevance | path

Searched refs:et_list (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/lib/com_err/
H A Dcom_right.h68 struct et_list { struct
69 struct et_list *next; argument
72 extern struct et_list *_et_list; argument
75 com_right (struct et_list *list, long code);
78 com_right_r (struct et_list *list, long code, char *, size_t);
81 initialize_error_table_r (struct et_list **, const char **, int, long);
84 free_error_table (struct et_list *);
H A Derror.c50 com_right(struct et_list *list, long code) in com_right()
52 struct et_list *p; in com_right()
60 com_right_r(struct et_list *list, long code, char *str, size_t len) in com_right_r()
62 struct et_list *p; in com_right_r()
78 struct et_list etl;
83 initialize_error_table_r(struct et_list **list, in initialize_error_table_r()
88 struct et_list *et, **end; in initialize_error_table_r()
107 free_error_table(struct et_list *et) in free_error_table()
110 struct et_list *p = et; in free_error_table()
H A Dcom_err.c43 struct et_list *_et_list = NULL;
160 add_to_error_table(struct et_list *new_table) in add_to_error_table()
162 struct et_list *et; in add_to_error_table()
H A Dcom_err.h74 add_to_error_table (struct et_list *new_table);
/freebsd/contrib/com_err/
H A Dcom_right.h80 struct et_list { struct
81 struct et_list *next; argument
84 extern struct et_list *_et_list; argument
87 com_right (struct et_list *list, long code);
90 com_right_r (struct et_list *list, long code, char *, size_t);
93 initialize_error_table_r (struct et_list **, const char **, int, long);
96 free_error_table (struct et_list *);
H A Derror.c47 com_right(struct et_list *list, long code) in com_right()
49 struct et_list *p; in com_right()
57 com_right_r(struct et_list *list, long code, char *str, size_t len) in com_right_r()
59 struct et_list *p; in com_right_r()
75 struct et_list etl;
80 initialize_error_table_r(struct et_list **list, in initialize_error_table_r()
85 struct et_list *et, **end; in initialize_error_table_r()
104 free_error_table(struct et_list *et) in free_error_table()
107 struct et_list *p = et; in free_error_table()
H A Dcom_err.c40 struct et_list *_et_list = NULL;
157 add_to_error_table(struct et_list *new_table) in add_to_error_table()
159 struct et_list *et; in add_to_error_table()
H A Dcom_err.h74 add_to_error_table (struct et_list *new_table);
/freebsd/crypto/heimdal/lib/krb5/
H A Dadd_et_list.c52 void (*func)(struct et_list **)) in krb5_add_et_list() argument
54 (*func)(&context->et_list); in krb5_add_et_list()
H A Dkrb5_locl.h265 struct et_list *et_list; member
H A Derror_string.c280 cstr = com_right_r(context->et_list, code, buf, sizeof(buf)); in krb5_get_error_message()
336 p = com_right(context->et_list, code); in krb5_get_err_text()
H A Dcontext.c584 free_error_table (context->et_list); in krb5_free_context()
1034 if(context->et_list == NULL){ in krb5_init_ets()
H A Dkrb5-protos.h84 void (*/*func*/)(struct et_list **));
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h190 struct et_list *et_list; member
H A Derror.c167 cstr = com_right(context->et_list, error_code); in hx509_get_error_string()
H A Dcert.c128 initialize_hx_error_table_r(&(*context)->et_list); in hx509_context_init()
129 initialize_asn1_error_table_r(&(*context)->et_list); in hx509_context_init()
178 free_error_table ((*context)->et_list); in hx509_context_free()
/freebsd/crypto/heimdal/
H A DChangeLog.1998757 * lib/krb5/krb5.h (krb5_context_data): `et_list' should be `struct
758 et_list *'