Searched refs:iflag (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-13-stable/usr.sbin/smbmsg/
H A Dsmbmsg.c58 static int iflag = -1; /* input data */ variable
143 if (fmt == NULL && iflag > 0)
148 if (iflag == -1 && oflag == 0)
151 else if (iflag == 0 && oflag == -1)
154 else if (iflag == 1 && oflag == -1) {
161 } else if (iflag == -1 && oflag == 1) {
168 if (iflag == 1 && oflag == -1) {
175 } else if (iflag == -1 && oflag == 1) {
179 } else if (wflag && iflag == 2 && oflag == -1) {
186 } else if (wflag && iflag
[all...]
/freebsd-13-stable/sys/kern/
H A Dtty_compat.c278 tcflag_t iflag = tp->t_termios.c_iflag; local
284 if (iflag&IXOFF)
286 if (iflag&ICRNL || oflag&ONLCR)
290 if (iflag&ISTRIP)
294 if (iflag&INPCK) {
305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
327 if ((iflag&IXANY) == 0)
339 tcflag_t iflag = t->c_iflag; local
345 iflag = IGNBRK;
348 iflag
416 tcflag_t iflag = t->c_iflag; local
[all...]
/freebsd-13-stable/bin/cp/
H A Dextern.h42 extern int fflag, iflag, lflag, nflag, pflag, sflag, vflag;
/freebsd-13-stable/sys/dev/videomode/
H A Dmodelines2c.awk90 iflag = "";
103 iflag = "i";
115 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag);
118 # hdisplay, vdisplay, iflag, vrefresh, hrefresh/1000);
126 hdisplay/2 , vdisplay/2, vrefresh, iflag);
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c47 atf_dynstr_t iflag; local
50 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_env_get_with_default(
53 optargs[0] = atf_dynstr_cstring(&iflag);
60 atf_dynstr_fini(&iflag);
/freebsd-13-stable/bin/getfacl/
H A Dgetfacl.c178 print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag, argument
239 if (iflag)
263 print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag, argument
272 if (print_acl(pathname, type, hflag, iflag, nflag,
287 int hflag, iflag, qflag, nflag, vflag; local
290 iflag = 0;
303 iflag = 1;
322 error = print_acl_from_stdin(type, hflag, iflag, nflag,
329 error = print_acl_from_stdin(type, hflag, iflag, nflag,
334 error = print_acl(argv[i], type, hflag, iflag, nfla
[all...]
/freebsd-13-stable/bin/sh/
H A Dmain.c108 if (state == 0 || iflag == 0 || ! rootshell ||
138 pwd_init(iflag);
140 if (iflag)
154 if (!privileged && iflag) {
201 if (iflag && top) {
232 if (top && iflag) {
H A Doptions.h53 #define iflag optval[3] macro
/freebsd-13-stable/usr.sbin/fmtree/
H A Dextern.h56 extern int dflag, eflag, iflag, nflag, qflag, rflag, sflag, uflag, wflag;
H A Dmtree.c55 int dflag, eflag, iflag, nflag, qflag, rflag, sflag, uflag, wflag; variable
100 iflag = 1;
/freebsd-13-stable/libexec/getty/
H A Dsubr.c237 tcflag_t iflag, oflag, cflag, lflag; local
270 iflag = omode.c_iflag;
278 CLR(iflag, ISTRIP|INPCK|IGNPAR);
282 SET(iflag, ISTRIP);
284 SET(iflag, INPCK|IGNPAR);
287 CLR(iflag, INPCK);
289 SET(iflag, INPCK|IGNPAR);
292 CLR(iflag, INPCK);
294 CLR(iflag, INPCK|IGNPAR);
320 SET(iflag, ICRN
[all...]
/freebsd-13-stable/contrib/mtree/
H A Dmtree.c62 int bflag, dflag, eflag, iflag, jflag, lflag, mflag, nflag, qflag, rflag, variable
143 iflag = 1;
248 if (cflag && iflag) {
251 iflag = 0;
258 if (uflag && !iflag) {
261 iflag = 1;
292 if (iflag && mflag)
H A Dextern.h81 extern int bflag, dflag, eflag, iflag, jflag, lflag, mflag,
/freebsd-13-stable/lib/libc/stdlib/
H A Dmerge.c120 int big, iflag; local
136 iflag = 0;
138 iflag = 1;
207 if (iflag) {
215 if (iflag) {
225 if (iflag)
230 if (iflag)
/freebsd-13-stable/sbin/kldconfig/
H A Dkldconfig.c302 int iflag; local
320 fflag = iflag = mflag = nflag = rflag = uniqflag = vflag = 0;
336 if (iflag || mflag)
346 iflag = 1;
406 act(&pathq, argv[i], fflag, iflag);
/freebsd-13-stable/bin/ln/
H A Dln.c62 static int iflag; /* Interactive mode. */ variable
112 iflag = 0;
120 iflag = 1;
143 if (Fflag == 1 && iflag == 0) {
317 } else if (iflag && exists) {
/freebsd-13-stable/usr.bin/ktrdump/
H A Dktrdump.c74 static int iflag; variable
131 iflag = 1;
213 if (iflag) {
273 if (!iflag) {
332 fprintf(out, "%16ju ", !iflag ? tlast - tnow :
351 if (!iflag) {
380 if (lflag && !iflag) {
/freebsd-13-stable/usr.bin/comm/
H A Dcomm.c61 static int iflag; variable
98 iflag = 1;
208 if (iflag) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh107 bs=128k count=3 iflag=fullblock
109 bs=512 count=1 iflag=fullblock
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_multiple_copies.ksh63 log_must dd if=$mntpnt/file of=/dev/null bs=1M iflag=fullblock
/freebsd-13-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c237 int iflag = 0, kflag = 0, sflag = 0; local
249 iflag = 1;
280 if (iflag != 0 && kflag != 0 && sflag != 0)
283 if (iflag != 0) {
/freebsd-13-stable/tools/test/iconv/tablegen/
H A Dtablegen.c59 bool iflag; variable
214 iflag = true;
241 iflag ? "//IGNORE" : "");
252 iflag ? "//IGNORE" : "");
/freebsd-13-stable/usr.bin/sort/
H A Dsort.h115 bool iflag; member in struct:sort_mods
/freebsd-13-stable/bin/rm/
H A Drm.c63 static int dflag, eval, fflag, iflag, vflag, Wflag, stdin_ok; variable
119 iflag = 0;
123 iflag = 1;
190 needstat = !uid || (!fflag && !iflag && stdin_ok);
407 if (iflag)
/freebsd-13-stable/contrib/byacc/
H A Dmain.c38 char iflag; variable
135 if (iflag)
157 if (iflag)
261 iflag = 1;
539 if (iflag)
746 if (iflag)

Completed in 377 milliseconds

1234