Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Druntests.c61 char errmsg[100]; in run_a_test() local
81 regerror (err, &r, errmsg, 100); in run_a_test()
82 printf (" FAIL: %s.\n", errmsg); in run_a_test()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c92 contact(errmsg) in contact() argument
93 int errmsg; in contact()
95 FILE *out = errmsg ? stderr : stdout;
103 if (!errmsg)
/ndk/sources/host-tools/make-3.81/
Dmain.c661 CHAR errmsg[1024]; in handle_runtime_exceptions() local
669 sprintf(errmsg, in handle_runtime_exceptions()
672 fprintf(stderr, errmsg); in handle_runtime_exceptions()
676 sprintf(errmsg, in handle_runtime_exceptions()
683 sprintf(&errmsg[strlen(errmsg)], in handle_runtime_exceptions()
692 lpszStrings[0] = errmsg; in handle_runtime_exceptions()
711 fprintf(stderr, errmsg); in handle_runtime_exceptions()