Searched refs:error_msg (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | iconv.c | 124 static void error_msg(const char *fmt, ...) 127 static void error_msg(const char *fmt, ...) in error_msg() function 210 error_msg( "unsupported codeset in %s -> %s conversion\n", opts[1], opts[0]); in main() 218 error_msg( "couldn't open %s for writing\n", s); in main() 227 error_msg( "couldn't open %s for reading\n", *argv); in main() 238 error_msg( "iconv failed at pos %lu : %m\n", (unsigned long) (pos - ni)); in main() 243 error_msg( "write error\n"); in main() 252 error_msg( "read error\n"); in main() 266 error_msg( "incomplete sequence\n"); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_locale.c | 112 static void error_msg(const char *fmt, ...) in error_msg() function 272 error_msg("reading file"); in read_at_mappings() 283 error_msg("missing @modifier name"); in read_at_mappings() 335 error_msg("reading file"); in read_enable_disable() 388 error_msg("unsupported codeset %s", cs); in find_codeset_num() 403 error_msg("unsupported codeset %s", cs); in find_codeset_num() 455 error_msg("reading file"); in read_locale_list() 516 error_msg("illegal locale name %s", ls); in read_locale_list() 588 error_msg("missing filename or file!"); in main() 659 error_msg("too many uniq strings!"); in addblock() [all …]
|
A D | gen_collate.c | 747 error_msg("OUT OF MEMORY!"); in processfile() 1403 error_msg("line too long?"); in next_line() 1498 error_msg("OUT OF MEMORY"); in xmalloc() 1584 error_msg("OUT OF MEMORY"); in do_colele() 1773 error_msg("OUT OF MEMORY!"); in add_colitem() 2100 error_msg("OUT OF MEMORY!"); in xsymdup() 2140 error_msg("OUT OF MEMORY!"); in register_weight() 2200 error_msg("OUT OF MEMORY!"); in add_wi_index() 2372 error_msg("OUT OF MEMORY!"); in mark_reordered() 2681 error_msg("OUT OF MEMORY!"); in finalize_base() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | testsuite.h | 19 extern void error_msg(int result, int line, const char* file, const char* command); 26 void error_msg(int result, int line, const char* file, const char* command) in error_msg() function 73 error_msg(result, __LINE__, __FILE__, command); \ 84 error_msg(result, __LINE__, __FILE__, # command); \ 95 error_msg(result, __LINE__, __FILE__, # command); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | herror.c | 25 static const char error_msg[] = "Resolver error"; variable 48 p = error_msg; in herror() 62 return error_msg; in libc_hidden_def()
|
Completed in 13 milliseconds