Lines Matching full:stderr
44 fprintf(stderr, "%s (%05d): ERROR: cannot reboot: %s\n", in exit_failure()
60 fprintf(stderr, "%s (%05d): ERROR: cannot open /proc/cmdline: %s\n", in get_command_arg_str()
66 fprintf(stderr, "%s (%05d): ERROR: cannot read /proc/cmdline: %s\n", in get_command_arg_str()
80 fprintf(stderr, "%s (%05d): ERROR: no value provided for '%s' in /proc/cmdline\n", in get_command_arg_str()
90 fprintf(stderr, "%s (%05d): ERROR: no value provided for '%s' in /proc/cmdline\n", in get_command_arg_str()
116 fprintf(stderr, "%s (%05d): ERROR: cannot parse %s value %s\n", in get_command_arg_ull()
132 fprintf(stderr, "%s (%05d): ERROR: cannot open /dev/urandom: %s\n", in random_bytes()
138 fprintf(stderr, "%s (%05d): ERROR: cannot read /dev/urandom: %s\n", in random_bytes()
198 fprintf(stderr, "%s (%05d): INFO: %06llums copied 1 GB in %05llums\n", in stressone()
236 fprintf(stderr, "%s (%05d): ERROR: cannot create %s: %s\n", in mount_misc()
242 fprintf(stderr, "%s (%05d): ERROR: cannot mount %s: %s\n", in mount_misc()
287 fprintf(stderr, "%s (%05d): ERROR: Cannot parse RAM size %s\n", in main()
297 fprintf(stderr, "%s (%05d): ERROR: Cannot parse CPU count %s\n", in main()
305 fprintf(stderr, "%s: [--help][--ramsize GB][--cpus N]\n", argv0); in main()