Lines Matching defs:mode
73 && (!spec_arr[jj].mode || !curr_spec->mode
74 || spec_arr[jj].mode == curr_spec->mode)) {
300 uint32_t mode = 0, prefix_len = 0;
360 /* Process mode */
362 rc = next_entry(&mode, mmap_area, sizeof(uint32_t));
364 rc = next_entry(&mode, mmap_area, sizeof(mode_t));
368 spec->mode = mode;
932 mode_t mode = (mode_t)type;
998 mode &= S_IFMT;
1007 * stem as the file AND if the spec in question has no mode
1008 * specified or if the mode matches the file mode then we do
1015 (!mode || !spec->mode || mode == spec->mode)) {
1146 mode_t mode = matches[i]->mode;
1150 Sha1Update(&context, &mode, sizeof(mode_t));
1240 i, spec1->regex_str, spec1->mode, spec1->lr.ctx_raw,
1241 j, spec2->regex_str, spec2->mode, spec2->lr.ctx_raw);
1287 if (spec1->mode != spec2->mode)
1288 return incomp(spec1, spec2, "mode", i, j);