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

/freebsd-current/usr.bin/mkfifo/
H A Dmkfifo.c52 const char *modestr = NULL; local
61 modestr = optarg;
75 if ((modep = setmode(modestr)) == NULL) {
78 errx(1, "invalid file mode: %s", modestr);
/freebsd-current/sys/dev/videomode/
H A Dmodelines2c.awk114 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag);
119 modestr,
124 modestr = sprintf("%dx%dx%d%s",
128 modestr,
/freebsd-current/usr.sbin/setfmac/
H A Dsetfmac.c55 const char *modestr; /* print-worthy ",-?" mode string */ member in struct:label_spec::label_spec_entry
305 char *regexstr, *modestr, *macstr, *regerrorstr; local
312 modestr = strtok(NULL, " \t");
313 if (modestr == NULL)
317 macstr = modestr;
318 modestr = NULL;
345 if (modestr != NULL) {
346 if (strlen(modestr) != 2 || modestr[0] != '-')
347 errx(1, "%s: invalid mode string: %s", file, modestr);
[all...]
/freebsd-current/usr.sbin/ifmcstat/
H A Difmcstat.c805 const char *modestr; local
846 modestr = inm_mode(fmode);
847 if (modestr)
848 printf(" mode %s", modestr);
905 const char *modestr; local
950 modestr = inm_mode(fmode);
951 if (modestr)
952 printf(" mode %s", modestr);
/freebsd-current/sbin/savecore/
H A Dsavecore.c132 xfopenat(int dirfd, const char *path, int flags, const char *modestr, ...) argument
140 va_start(ap, modestr);
149 fp = fdopen(fd, modestr);
/freebsd-current/sys/net80211/
H A Dieee80211_ht.c391 const char *modestr = ieee80211_phymode_name[mode]; local
393 ic_printf(ic, "%s MCS 20MHz\n", modestr);
396 ic_printf(ic, "%s MCS 20MHz SGI\n", modestr);
400 ic_printf(ic, "%s MCS 40MHz:\n", modestr);
405 ic_printf(ic, "%s MCS 40MHz SGI:\n", modestr);
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c2998 static const char *modestr(char mode, int format) function
3072 fp = fdopen(fd, modestr('w', format));
3075 fp = fopen(filename, modestr('w', format));
3117 ret = BIO_new_file(filename, modestr(mode, format));
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2401 static const char * modestr(enum hostapd_hw_mode mode) function
2451 modestr(mode->mode), str);

Completed in 169 milliseconds