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

/freebsd-11-stable/usr.bin/mkfifo/
H A Dmkfifo.c59 static int f_mode; variable
72 f_mode = 1;
84 if (f_mode) {
/freebsd-11-stable/bin/pax/
H A Dgen_subs.c78 char f_mode[MODELEN]; local
97 strmode(sbp->st_mode, f_mode);
112 (void)fprintf(fp, "%s%2ju %-12s %-12s ", f_mode,
158 char f_mode[MODELEN]; local
175 strmode(arcn->sb.st_mode, f_mode);
176 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h120 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops);
170 filp->f_mode = mode;
H A Dfs.h88 int f_mode; /* Just starting mode. */ member in struct:linux_file
/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c79 int f_mode = 0; variable
121 f_mode = MODE_SCRIPT;
125 f_mode = MODE_SCRIPT;
132 f_mode = MODE_CMDDUMP;
135 f_mode = MODE_CMDFLUSH;
147 f_mode = MODE_PROMISC;
174 switch (f_mode) {
384 if (f_mode == MODE_SCRIPT)
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c113 const char *f_mode; member in struct:formats
498 for (pf = formats; pf->f_mode; pf++)
499 if (strcmp(pf->f_mode, *mode) == 0)
501 if (pf->f_mode == NULL) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c211 #define indirEp { OP_indirE, f_mode }
218 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */
357 #define f_mode 13 /* 4- or 6-byte pointer operand */ macro
4872 case f_mode:
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c771 filp->f_mode = file->f_flag;
795 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops);

Completed in 210 milliseconds