Home | History | Annotate | Download | only in cpio

Lines Matching full:st_mode

72                 s->st_mode = p->mode | (s->st_mode & ~07777);
78 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777);
81 unsigned st_mode = s->st_mode;
82 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &st_mode, &capabilities);
83 s->st_mode = (typeof(s->st_mode)) st_mode;
100 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode);
106 s->st_mode,
239 if(S_ISREG(s.st_mode)){
257 } else if(S_ISDIR(s.st_mode)) {
260 } else if(S_ISLNK(s.st_mode)) {
267 die("Unknown '%s' (mode %d)?\n", in, s.st_mode);