Home | History | Annotate | Download | only in updater

Lines Matching full:stderr

100             fprintf(stderr, "%s: no mtd partition named \"%s\"",
106 fprintf(stderr, "mtd mount of %s failed: %s\n",
115 fprintf(stderr, "%s: failed to mount %s at %s: %s\n",
178 fprintf(stderr, "unmount of %s failed; no such volume\n", mount_point);
236 fprintf(stderr, "%s: no mtd partition named \"%s\"",
243 fprintf(stderr, "%s: can't write \"%s\"", name, location);
249 fprintf(stderr, "%s: failed to erase \"%s\"", name, location);
254 fprintf(stderr, "%s: failed to close \"%s\"", name, location);
263 fprintf(stderr, "%s: make_ext4fs failed (%d) on %s",
271 fprintf(stderr, "%s: unsupported fs_type \"%s\" partition_type \"%s\"",
397 fprintf(stderr, "%s: no %s in package\n", name, zip_path);
403 fprintf(stderr, "%s: can't open %s for write: %s\n",
429 fprintf(stderr, "%s: no %s in package\n", name, zip_path);
436 fprintf(stderr, "%s: failed to allocate %ld bytes for %s\n",
463 if (result == 0) fprintf(stderr, "symlink(): created [%s]\n", name);
469 fprintf(stderr, "failed to mkdir %s: %s\n", name, strerror(errno));
497 fprintf(stderr, "%s: failed to remove %s: %s\n",
503 fprintf(stderr, "%s: failed to symlink %s to %s: making parents failed\n",
508 fprintf(stderr, "%s: failed to symlink %s to %s: %s\n",
577 fprintf(stderr, "%s: chown of %s to %d %d failed: %s\n",
582 fprintf(stderr, "%s: chmod of %s to %o failed: %s\n",
723 fprintf(stderr, "%s\n", strerror(errno));
755 fprintf(stderr, "%s: no mtd partition named \"%s\"\n", name, partition);
762 fprintf(stderr, "%s: can't write mtd partition \"%s\"\n",
775 fprintf(stderr, "%s: can't open %s: %s\n",
796 fprintf(stderr, "mtd_write_data to %s failed: %s\n",
801 fprintf(stderr, "%s: error erasing blocks of %s\n", name, partition);
804 fprintf(stderr, "%s: error closing write of %s\n", name, partition);
991 fprintf(stderr, "about to run program [%s] with %d args\n", args2[0], argc);
996 fprintf(stderr, "run_program: execv failed: %s\n", strerror(errno));
1003 fprintf(stderr, "run_program: child exited with status %d\n",
1007 fprintf(stderr, "run_program: child terminated by signal %d\n",
1056 fprintf(stderr, "%s(): no file contents received", name);
1071 fprintf(stderr, "%s(): arg %d is not a string; skipping",
1075 fprintf(stderr, "%s(): error parsing \"%s\" as sha-1; skipping",