Lines Matching defs:location
322 static int cpio_mkfile(const char *name, const char *location,
338 file = open (location, O_RDONLY);
340 fprintf (stderr, "File %s could not be opened for reading\n", location);
346 fprintf(stderr, "File %s could not be stat()'ed\n", location);
352 location);
358 location);
364 location);
369 fprintf(stderr, "Failed to checksum file %s\n", location);
409 fprintf(stderr, "Can not read %s file\n", location);
454 char location[PATH_MAX + 1];
464 name, location, &mode, &uid, &gid, &end)) {
495 rc = cpio_mkfile(dname, cpio_replace_env(location),
511 "file <name> <location> <mode> <uid> <gid> [<hard links>]\n"
519 "<location> location of the file in the current filesystem\n"