Home
last modified time | relevance | path

Searched refs:err_list (Results 1 – 6 of 6) sorted by relevance

/external/clearsilver/cs/
Dcs.h262 CS_ERROR *err_list; /* List of non-fatal errors encountered */ member
Dcsparse.c384 if (parse->err_list == NULL) in _store_error()
386 parse->err_list = node; in _store_error()
390 ptr = parse->err_list; in _store_error()
4128 my_parse->err_list = NULL; in cs_init_internal()
4221 if (my_parse->err_list != NULL) { in cs_destroy()
4224 while (my_parse->err_list) { in cs_destroy()
4225 ptr = my_parse->err_list->next; in cs_destroy()
4226 free(my_parse->err_list->err); in cs_destroy()
4227 free(my_parse->err_list); in cs_destroy()
4228 my_parse->err_list = ptr; in cs_destroy()
/external/grub/stage2/
Dcommon.c51 char *err_list[] = variable
Dshared.h687 extern char *err_list[];
Dchar_io.c97 printf ("\nError %u: %s\n", errnum, err_list[errnum]); in print_error()
/external/grub/
DChangeLog1278 * stage2/common.c [!STAGE1_5] (err_list): Removed
1549 * stage2/common.c [!STAGE1_5] (err_list): Added
1963 * stage2/common.c (err_list): Added an entry for
2104 * stage2/common.c (err_list): Added an item for ERR_NEED_SERIAL.
4439 * stage2/common.c (err_list): Clean up wordings slightly.
4650 * stage2/common.c (err_list): Added an entry for ERR_PRIVILEGED.
4813 * stage2/common.c (err_list): Added message for ERR_UNALIGNED.
6074 * stage2/common.c [!STAGE1_5] (err_list): Added
8880 * shared_src/common.c (err_list): Change description of ERR_GEOM
8981 * shared_src/common.c (err_list): Use labeled elements to
[all …]