Home | History | Annotate | Download | only in cpio

Lines Matching defs:st_mode

75                 s->st_mode = p->mode | (s->st_mode & ~07777);
81 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777);
84 unsigned st_mode = s->st_mode;
85 int is_dir = S_ISDIR(s->st_mode) || strcmp(path, TRAILER) == 0;
86 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities);
87 s->st_mode = (typeof(s->st_mode)) st_mode;
104 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode);
110 s->st_mode,
243 if(S_ISREG(s.st_mode)){
261 } else if(S_ISDIR(s.st_mode)) {
264 } else if(S_ISLNK(s.st_mode)) {
271 die("Unknown '%s' (mode %d)?\n", in, s.st_mode);