Lines Matching full:stderr
38 // Various things log information to stdout or stderr more or less
42 setbuf(stderr, NULL);
45 fprintf(stderr, "unexpected number of arguments (%d)\n", argc);
53 fprintf(stderr, "wrong updater binary API; expected 1, 2, or 3; "
72 fprintf(stderr, "failed to open package %s: %s\n",
79 fprintf(stderr, "failed to find %s in %s\n", SCRIPT_NAME, package_data);
85 fprintf(stderr, "failed to read script from package\n");
104 fprintf(stderr, "%d parse errors\n", error_count);
115 fprintf(stderr, "Warning: No file_contexts\n");
134 fprintf(stderr, "script aborted (no error message)\n");
137 fprintf(stderr, "script aborted: %s\n", state.errmsg);
148 fprintf(stderr, "script result was [%s]\n", result);