/external/clearsilver/util/ |
D | neo_server.c | 73 ne_warn("nserver child loop handled %d connections", loop-1); in nserver_child_loop() 174 ne_warn("Starting child pid %d", child); in nserver_proc_start() 182 ne_warn("wait3 failed [%d] %s", errno, strerror(errno)); in nserver_proc_start() 187 ne_warn("pid %d stopped on signal %d", child, WSTOPSIG(status)); in nserver_proc_start() 194 ne_warn("pid %d exited, returned %d", child, WEXITSTATUS(status)); in nserver_proc_start() 198 ne_warn("pid %d exited on signal %d", child, WTERMSIG(status)); in nserver_proc_start() 214 ne_warn("Starting child pid %d", child); in nserver_proc_start()
|
D | neo_misc.c | 45 void ne_warn (const char *fmt, ...) in ne_warn() function 137 ne_warn("WARNING: calling ne_stream_str with l>255"); in ne_stream_str()
|
D | neo_rand.c | 94 … ne_warn("Unable to find dict/words file (looked in /usr/dict/words and /usr/share/dict/words)"); in neo_rand_word()
|
D | neo_misc.h | 117 void ne_warn (const char *fmt, ...)
|
D | neo_err.c | 62 ne_warn ("INTERNAL ERROR: Unable to allocate memory for NEOERR"); in _err_alloc() 204 ne_warn ("Internal error"); in nerr_log_error()
|
D | wdb.c | 1353 ne_warn ("version: %d", row->table_version); in wdbr_dump() 1354 ne_warn ("key: %s", row->key_value); in wdbr_dump() 1355 ne_warn ("count: %d", row->data_count); in wdbr_dump() 1357 ne_warn ("data[%d]: %s", x, row->data[x]); in wdbr_dump()
|
D | neo_net.c | 128 ne_warn("accept received EINTR"); in ne_net_accept()
|
D | neo_str.c | 393 ne_warn ("Unable to compile regex %s: %s", re, buf); in reg_search()
|
/external/clearsilver/util/test/ |
D | hdftest.c | 89 ne_warn("hdf_get_int_value returned %d, expected 3", x); in main() 102 ne_warn("hdf_get_value through symlink returned %s, expected bar", v); in main() 109 ne_warn("hdf_get_value through symlink returned %s, expected newvalue", in main() 117 ne_warn("hdf_get_value through symlink returned %s, expected newtoo", in main() 123 ne_warn("hdf_get_value through symlink returned %s, expected newtoo", in main() 140 ne_warn("sort took %5.5fs", ne_timef() - tstart); in main()
|
D | net_test.c | 33 ne_warn("[c] Connecting to port %d", port); in client_proc() 37 ne_warn("[c] Connected."); in client_proc() 75 ne_warn("[s] Listening on port %d", port); in server_proc() 82 ne_warn("[s] Connection."); in server_proc() 138 ne_warn("starting net_test"); in run_test() 139 ne_warn("generating random list"); in run_test()
|
D | hash_test.c | 16 ne_warn("Node %d", x); in dump_string_hash() 19 …ne_warn(" %s = %s [%8x | %d]", node->key, node->value, node->hashv, node->hashv & (hash->size - 1… in dump_string_hash() 44 ne_warn("Loading words into hash"); in dictionary_test() 67 ne_warn("Loaded %d words", hash->num); in dictionary_test() 81 ne_warn("Testing words in hash"); in dictionary_test()
|
D | hdfloadtest.c | 47 ne_warn("hdf_read_file test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps); in main() 68 …ne_warn("load/hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) /… in main() 89 …ne_warn("hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps… in main()
|
D | hdf_dealloc_test.c | 16 ne_warn("creating 100000x10 nodes"); in main() 25 ne_warn("calling dealloc"); in main()
|
D | listdir_test.c | 22 ne_warn("Testing ne_listdir()"); in main() 38 ne_warn("Testing ne_listdir_match() with *.c"); in main()
|
D | hdf_copy_test.c | 31 ne_warn("Delete tree from node: %s", hdf_obj_name(last_node)); in main()
|
D | hdf_sort_test.c | 63 ne_warn("sort took %5.5fs", ne_timef() - tstart); in main()
|
/external/clearsilver/cs/ |
D | csdump.c | 34 ne_warn ("Usage: csdump <file.cs> <output.c>"); in main() 45 ne_warn ("Parsing %s", argv[1]); in main()
|
D | cstest.c | 54 ne_warn ("Usage: cstest [-v] <file.hdf> <file.cs>"); in main() 63 ne_warn ("Usage: cstest [-v] <file.hdf> <file.cs>"); in main()
|
D | csparse.c | 475 ne_warn("Unable to open context %s", parse->context); in find_context() 823 …ne_warn("WARNING!! Trying to set sub element '%s' of local variable '%s' which doesn't map to an H… in var_set_value() 1819 ne_warn ("Unsupported type %s in arg_eval", expand_token_type(arg->op_type, 1)); in arg_eval() 1843 ne_warn ("Unsupported type %s in arg_eval_num", expand_token_type(arg->op_type, 1)); in arg_eval_num() 1880 ne_warn ("Unsupported type %s in arg_eval_bool", expand_token_type(arg->op_type, 1)); in arg_eval_bool() 1908 ne_warn ("Unsupported type %s in arg_eval_str_alloc", in arg_eval_str_alloc() 1995 ne_warn ("Unsupported op %s in eval_expr", expand_token_type(op, 1)); in eval_expr_string() 2032 ne_warn ("Unsupported op %s in eval_expr_string", expand_token_type(op, 1)); in eval_expr_string() 2085 ne_warn ("Unsupported op %s in eval_expr_num", expand_token_type(op, 1)); in eval_expr_num() 2108 ne_warn ("Unsupported op %s in eval_expr_bool", expand_token_type(op, 1)); in eval_expr_bool() [all …]
|
/external/clearsilver/cgi/ |
D | cgi_cstest.c | 33 ne_warn ("Usage: cstest [-v] <file.hdf> <file.cs>"); in main() 42 ne_warn ("Usage: cstest [-v] <file.hdf> <file.cs>"); in main()
|
D | cgi.c | 363 ne_warn("Unable to set Query value: %s = %s: %s", buf, v, str.buf); in _parse_query() 465 ne_warn("Unable to set Cookie value: %s = %s: %s", k, v, str.buf); in _parse_cookie()
|
/external/clearsilver/imd/ |
D | imd.c | 152 ne_warn("%s: %dx%d", file, *width, *height); in jpeg_size() 333 ne_warn("external command failed to create file\n"); in scale_and_display_image() 825 ne_warn("factor = %d, y = %d", factor, y); in dowork_picture() 1051 ne_warn("srcpath: %s", srcpath); in dowork_image() 1061 ne_warn("found avi"); in dowork_image() 1082 ne_warn("Starting IMD"); in main() 1088 ne_warn("CGI init"); in main() 1097 ne_warn("Reading IMD file %s", imd_file); in main()
|
/external/clearsilver/python/ |
D | neo_cgi.c | 665 ne_warn("Unable to get __getitem__ from env"); in p_getenv() 700 ne_warn ("p_iterenv: Unable to get items method"); in p_iterenv() 708 ne_warn ("p_iterenv: Unable to call items method"); in p_iterenv() 722 ne_warn ("p_iterenv: Unable to get env %d", x); in p_iterenv() 731 ne_warn ("p_iterenv: Unable to get k,v %p,%p", k, v); in p_iterenv()
|