Home
last modified time | relevance | path

Searched refs:print_err (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/libtest/
Dlib1912.c30 #define print_err(name, exp) \ macro
46 print_err(o->name, "CURLOT_LONG or CURLOT_VALUES"); in test()
50 print_err(o->name, "CURLOT_OFF_T"); in test()
54 print_err(o->name, "CURLOT_STRING"); in test()
58 print_err(o->name, "CURLOT_SLIST"); in test()
62 print_err(o->name, "CURLOT_CBPTR"); in test()
67 print_err(o->name, "CURLOT_FUNCTION"); in test()
71 print_err(o->name, "CURLOT_FUNCTION"); in test()
75 print_err(o->name, "CURLOT_OBJECT"); in test()
/external/bcc/src/lua/src/
Dsquish.lua25 local print_err, print_info, print_verbose, print_debug = noprint, noprint, noprint, noprint;
27 if not opts.very_quiet then print_err = print; end
97 print_err(message);
113 print_err("Couldn't read squishy file: "..err);
118 print_err("No output file specified by user or squishy file");
121 print_err("No files, modules or resources. Not going to generate an empty file.");
155 print_err("Couldn't open output file: "..tostring(err));
206 print_err("Couldn't resolve module: "..module.name);
237print_err("Couldn't pack module '"..modulename.."': "..(err or "unknown error... path to module fi…
249 print_err("Couldn't load resource: "..tostring(err));
[all …]
/external/libtraceevent/src/
Dparse-utils.c46 bool print_err, const char *fmt, va_list ap) in tep_vprint() argument
48 return __tep_vprint(name, level, print_err, fmt, ap); in tep_vprint()
68 bool print_err, const char *fmt, va_list ap) in __tep_vprint() argument
75 if (errno && print_err) { in __tep_vprint()
/external/mbedtls/scripts/
Dcode_style.py21 def print_err(*args): function
99 print_err("Could not get Uncrustify version:", str(result.stderr, "utf-8"))
115 print_err("Uncrustify returned " + str(result.returncode) +
146 print_err("Uncrustify with file returned: " +
164 print_err("Code style still incorrect after second run of Uncrustify.")
/external/openthread/third_party/mbedtls/repo/scripts/
Dcode_style.py21 def print_err(*args): function
107 print_err("Could not get Uncrustify version:", str(result.stderr, "utf-8"))
123 print_err("Uncrustify returned " + str(result.returncode) +
154 print_err("Uncrustify with file returned: " +
172 print_err("Code style still incorrect after second run of Uncrustify.")
/external/ltp/lib/
Dtst_kconfig.c252 static void print_err(FILE *f, const struct tst_expr_tok *var, in print_err() function
273 print_err(stderr, var, 0, "Expected CONFIG_ prefix"); in validate_var()
300 print_err(stderr, var, i, "Unexpected character in variable name"); in validate_var()
307 print_err(stderr, var, i, "Missing value"); in validate_var()
320 print_err(stderr, var, i, "Garbage after a string"); in validate_var()
325 print_err(stderr, var, i, "Untermianted string"); in validate_var()
337 print_err(stderr, var, i, "Invalid character in variable value"); in validate_var()
/external/libtraceevent/include/traceevent/
Devent-utils.h20 bool print_err, const char *fmt, va_list ap);
24 bool print_err, const char *fmt, va_list ap);
/external/libevent/
Dbufferevent_openssl.c91 print_err(int val)
105 #define print_err(v) ((void)0) macro
618 print_err(err); in do_read()
696 print_err(err); in do_write()
1048 print_err(err); in do_handshake()
DChangeLog-2.013 o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)
DChangeLog1442 o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)