/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | error.c | 63 error_init(atf_error_t err, const char *type, void *data, size_t datalen, in error_init() function 107 if (!error_init(err, type, data, datalen, format)) { in atf_error_new() 262 error_init(&no_memory_error, "no_memory", NULL, 0, in atf_no_memory_error()
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | error.c | 66 error_init(kyua_error_t const error, const char* const type_name, in error_init() function 122 if (!error_init(error, type_name, data, data_size, format_callback)) { in kyua_error_new() 525 const bool ok = error_init(&oom_error, kyua_oom_error_type, NULL, 0, in kyua_oom_error_new()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mapc.c | 144 static int error_init(mnt_map *, char *, time_t *); 345 error_init, 669 error_init(m, map, &modify); in mapc_create() 1185 error_init(mnt_map *m, char *map, time_t *tp) in error_init() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 6445 error_init (location_t loc, const char *gmsgid, ...) in error_init() function 7868 error_init (init_loc, "cannot initialize array of %qT from " in digest_init() 7908 error_init (init_loc, "array of inappropriate type initialized " in digest_init() 7976 error_init (init_loc, "invalid use of non-lvalue array"); in digest_init() 8004 error_init (init_loc, "array initialized from non-constant array " in digest_init() 8019 error_init (init_loc, "initializer element is not constant"); in digest_init() 8030 error_init (init_loc, "initializer element is not constant"); in digest_init() 8070 error_init (init_loc, "initializer element is not constant"); in digest_init() 8077 error_init (init_loc, "initializer element is not computable at " in digest_init() 8092 error_init (init_loc, "variable-sized object may not be initialized"); in digest_init() [all …]
|
H A D | c-parser.c | 18160 goto error_init; in c_parser_omp_for_loop() 18190 error_init: in c_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 6561 error_init (location_t loc, const char *gmsgid, ...) in error_init() function 8043 error_init (init_loc, "cannot initialize array of %qT from " in digest_init() 8083 error_init (init_loc, "array of inappropriate type initialized " in digest_init() 8151 error_init (init_loc, "invalid use of non-lvalue array"); in digest_init() 8179 error_init (init_loc, "array initialized from non-constant array " in digest_init() 8194 error_init (init_loc, "initializer element is not constant"); in digest_init() 8205 error_init (init_loc, "initializer element is not constant"); in digest_init() 8248 error_init (init_loc, "initializer element is not constant"); in digest_init() 8255 error_init (init_loc, "initializer element is not computable at " in digest_init() 8270 error_init (init_loc, "variable-sized object may not be initialized"); in digest_init() [all …]
|
H A D | ChangeLog | 2476 (error_init): Make variadic. 2848 (error_init): Likewise. 4863 * c-typeck.c (error_init): Use 6967 * c-typeck.c (error_init): Call inform instead of error_at. 7105 * c-typeck.c (error_init): Add location parameter. Call error_at 7107 (digest_init): Pass init_loc to error_init. 7110 and error_init. 7113 push_init_level, and error_init. 7114 (set_init_index): Add location parameter. Pass loc to error_init and 7117 (output_init_element): Pass loc to error_init. [all …]
|
H A D | c-parser.cc | 19334 goto error_init; in c_parser_omp_for_loop() 19366 error_init: in c_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog | 783 (error_init, pedwarn_init): Now takes one arg. All callers changed. 784 * c-tree.h (error_init, pedwarn_init): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog | 783 (error_init, pedwarn_init): Now takes one arg. All callers changed. 784 * c-tree.h (error_init, pedwarn_init): Likewise.
|
H A D | ChangeLog-1999 | 1976 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init): 19148 build_indirect_ref, lvalue_or_else, readonly_warning, error_init, 19155 error_init, pedwarn_init, start_init): Likewise.
|
H A D | ChangeLog-2001 | 1263 * c-typeck.c (error_init, pedwarn_init, warning_init): Call
|
H A D | ChangeLog-2010 | 27382 (error_init): Use gmsgid instead of msgid for argument name and change
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2005 | 6390 * defs.h (error_last_message, error_init): Delete declaration. 6395 (error_last_message, error_init, gdb_lasterr): Delete. 6398 * main.c (captured_main): Delete call to error_init.
|
H A D | ChangeLog-1999 | 1121 (error_init): Use mem_fileopen. 2284 (error_init): New function. Initializes error handling machinery. 2289 * main.c (main): Add call to error_init().
|
H A D | ChangeLog-2003 | 7790 * main.c (error_init): Delete declaration. 7791 * defs.h (error_init): Declare.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2005 | 6390 * defs.h (error_last_message, error_init): Delete declaration. 6395 (error_last_message, error_init, gdb_lasterr): Delete. 6398 * main.c (captured_main): Delete call to error_init.
|
H A D | ChangeLog-1999 | 1121 (error_init): Use mem_fileopen. 2284 (error_init): New function. Initializes error handling machinery. 2289 * main.c (main): Add call to error_init().
|
H A D | ChangeLog-2003 | 7790 * main.c (error_init): Delete declaration. 7791 * defs.h (error_init): Declare.
|