Searched refs:f_mode (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.bin/mg/
H A Ddir.c117 mode_t dir_mode, f_mode, oumask; local
131 f_mode = 0777 & ~oumask;
132 dir_mode = f_mode | S_IWUSR | S_IXUSR;
152 if (mkdir(path, finished ? f_mode : dir_mode) == 0) {
153 if (f_mode > 0777 && chmod(path, f_mode) == -1) {
H A Dlog.c338 mode_t dir_mode, f_mode, oumask; local
357 f_mode = 0777& ~oumask;
358 dir_mode = f_mode | S_IWUSR | S_IXUSR;
363 if (chmod(mglogdir, f_mode) == -1)
/openbsd-current/bin/pax/
H A Dgen_subs.c79 char f_mode[MODELEN]; local
102 strmode(sbp->st_mode, f_mode);
112 (void)fprintf(fp, "%s%2u %-*.*s %-*.*s ", f_mode, sbp->st_nlink,
154 char f_mode[MODELEN]; local
165 strmode(arcn->sb.st_mode, f_mode);
166 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmt-opc.h113 long f_mode;
112 long f_mode; member in struct:cgen_fields
H A Dmt-ibld.c691 errmsg = insert_normal (cd, fields->f_mode, 0, 0, 25, 2, 32, total_length, buffer);
911 length = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 2, 32, total_length, pc, & fields->f_mode);
1111 value = fields->f_mode;
1293 value = fields->f_mode;
1482 fields->f_mode = value;
1661 fields->f_mode = value;
H A Dmt-asm.c545 errmsg = cgen_parse_unsigned_integer (cd, strp, MT_OPERAND_MODE, (unsigned long *) (& fields->f_mode));
H A Dmt-dis.c241 print_dollarhex (cd, info, fields->f_mode, 0, pc, length);
H A Di386-dis.c221 #define indirEp OP_indirE, f_mode
227 #define Mp OP_M, f_mode /* 32 or 48 bit memory operand for LDS, LES etc */
361 #define f_mode 13 /* 4- or 6-byte pointer operand */ macro
3813 case f_mode:
/openbsd-current/usr.sbin/tftpd/
H A Dtftpd.c199 const char *f_mode; member in struct:formats
868 for (pf = formats; pf->f_mode; pf++) {
869 if (strcmp(pf->f_mode, mode) == 0)
872 if (pf->f_mode == 0) {
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_file.c373 filp->f_mode |= FMODE_UNSIGNED_OFFSET;

Completed in 267 milliseconds