Searched refs:mflag (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-10.2-release/usr.bin/finger/
H A Dfinger.c90 static int kflag, mflag, sflag; variable
127 mflag = 1; /* force exact match of names */
342 if (mflag)
/freebsd-10.2-release/contrib/tnftp/src/
H A Dcomplete.c316 mflag = 1;
321 if (!mflag)
324 mflag = 0;
H A Dftp_var.h295 GLOBAL int mflag; /* flag: if != 0, then active multi command */ variable
/freebsd-10.2-release/bin/sh/
H A Doptions.c103 if (mflag == 2)
104 mflag = iflag;
136 setjobctl(mflag);
H A Dtrap.c291 if (rootshell && mflag)
312 if (mflag && (signo == SIGTSTP ||
H A Djobs.c156 mflag = 0;
829 if (wasroot && mode != FORK_NOJOB && mflag) {
877 if (rootshell && mode != FORK_NOJOB && mflag) {
/freebsd-10.2-release/usr.bin/man/
H A Dman.sh498 m) mflag=$OPTARG ;;
548 if [ -n "$mflag" ]; then
549 MACHINE_ARCH=${mflag%%:*}
550 MACHINE=${mflag##*:}
/freebsd-10.2-release/usr.bin/rpcgen/
H A Drpc_util.h93 int mflag; /* server side stubs */ member in struct:commandline
H A Drpc_main.c165 } else if (cmd.sflag || cmd.mflag || (cmd.nflag)) {
167 cmd.outfile, cmd.mflag, cmd.nflag);
188 "_svc.c", cmd.mflag, cmd.nflag);
191 EXTEND, "_svc.c", cmd.mflag, cmd.nflag);
1159 cmd->mflag = flag['m'];
1189 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
/freebsd-10.2-release/usr.bin/grep/
H A Dgrep.h113 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c110 bool mflag; /* -m x: stop reading the files after x matches */ variable
537 mflag = true;
H A Dutil.c236 if (mflag && mcount <= 0)
348 if (mflag)
/freebsd-10.2-release/usr.bin/netstat/
H A Dnetstat.h43 extern int mflag; /* show memory stats */
H A Dmain.c322 int mflag; /* show memory stats */ variable
445 mflag = 1;
543 if (mflag) {
/freebsd-10.2-release/tools/tools/netrate/tcpp/
H A Dtcpp_server.c221 kev_bytes = sizeof(*kev_array) * (mflag + 1);
265 while ((numevents = kevent(kq, NULL, 0, kev_array, mflag + 1, NULL))
/freebsd-10.2-release/contrib/mtree/
H A Dcompare.c192 if (mflag && !uflag) {
372 || mflag || iflag)) {
388 else if (mflag)
/freebsd-10.2-release/sys/netinet/khelp/
H A Dh_ertt.c139 int mflag)
148 if (mflag & (MULTI_ACK|OLD_TXSI)) {
153 if (mflag & FORCED_MEASUREMENT) {
137 marked_packet_rtt(struct txseginfo *txsi, struct ertt *e_t, struct tcpcb *tp, uint32_t *pmeasurenext, int *pmeasurenext_len, int *prtt_bytes_adjust, int mflag) argument
/freebsd-10.2-release/sbin/restore/
H A Dinteractive.c137 if (mflag)
/freebsd-10.2-release/sbin/sconfig/
H A Dsconfig.c39 int vflag, eflag, sflag, mflag, cflag, fflag, iflag, aflag, xflag; variable
1066 ++mflag;
1131 else if (mflag)
1188 if (mflag) {
/freebsd-10.2-release/sbin/tunefs/
H A Dtunefs.c93 int kvalue, Lflag, lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue; local
103 lflag = mflag = Nflag = nflag = oflag = pflag = sflag = tflag = 0;
218 mflag = 1;
450 if (mflag) {
/freebsd-10.2-release/usr.bin/sort/
H A Dsort.c1038 sort_opts_vals.mflag = true;
1175 if (sort_opts_vals.cflag && sort_opts_vals.mflag)
1262 if (!sort_opts_vals.cflag && !sort_opts_vals.mflag) {
1302 } else if (sort_opts_vals.mflag) {
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c574 mflag = 0;
889 mflag = 0;
1577 mflag = 0;
/freebsd-10.2-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c245 int Iflag = 0, mflag = 0, oflag = 0; local
331 mflag = 1;
470 if (mflag) {
/freebsd-10.2-release/contrib/tcsh/
H A Dsh.c104 static int mflag = 0; variable
987 mflag = 1;
1495 return srcfile(short2str(dp), (mflag ? 0 : 1), 0, NULL);
1511 rv = srcfile(ptr, (mflag ? 0 : 1), 0, NULL);
/freebsd-10.2-release/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh411 atf_test_case mflag
998 atf_add_test_case mflag

Completed in 298 milliseconds

123